git-svn-id: https://svn.coded.pt/svn/SIPRP@836 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 17 years ago
parent 0782940ef5
commit 1861354747

@ -0,0 +1,7 @@
package siprp.planoactuacao;
public interface SingletonConstants
{
public static final String WEB_DBMANAGER = "WEB DBMANAGER";
public static final String LOCAL_DBMANAGER = "LOCAL DBMANAGER";
}

@ -1,55 +0,0 @@
package siprp.planoactuacao;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import com.evolute.utils.fop.PDFCreator;
import com.evolute.utils.xml.XSLTransformer;
public class TestPrint
{
public static void main( String args[] )
throws Exception
{
new TestPrint().test();
}
public void test()
throws Exception
{
byte fo[] = applyTemplate(
"siprp/planoactuacao/plano_actuacao.xsl",
// getClass().getClassLoader().getResourceAsStream( "siprp/planoactuacao/plano_actuacao.xsl" ),
"siprp/planoactuacao/teste_input.xml" );
// new ByteArrayInputStream( "<?xml version=\"1.0\" encoding=\"UTF-8\"?><plano></plano>".getBytes() ) );
// createPDFFile( fo, "/home/fpalma/Desktop/out.pdf" );
createPDFFile( fo, "c:/Documents and Settings/Frederico/Ambiente de Trabalho/out.pdf" );
}
public void createPDFFile( byte fo[], String path )
throws Exception
{
byte pdf[] = PDFCreator.getPDFCreator().createPdfFromFo( fo );
FileOutputStream fos = new FileOutputStream( path );
fos.write( pdf );
fos.close();
}
public byte[] applyTemplate( String template, String data )
throws Exception
{
InputStream xsl = getClass().getClassLoader().getResourceAsStream( template );
InputStream xml = getClass().getClassLoader().getResourceAsStream( data );
return( applyTemplate( xsl, xml ) );
}
public byte[] applyTemplate( InputStream xsl, InputStream dataStream )
throws Exception
{
ByteArrayOutputStream baos = new ByteArrayOutputStream();
XSLTransformer.getXSLTransformer().transform( dataStream, xsl, baos );
return baos.toByteArray();
}
}

@ -1,496 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<office:document-content
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0"
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0"
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0"
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0"
xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0"
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0"
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0"
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0"
xmlns:math="http://www.w3.org/1998/Math/MathML"
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0"
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0"
xmlns:ooo="http://openoffice.org/2004/office"
xmlns:ooow="http://openoffice.org/2004/writer"
xmlns:oooc="http://openoffice.org/2004/calc"
xmlns:dom="http://www.w3.org/2001/xml-events"
xmlns:xforms="http://www.w3.org/2002/xforms"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:smil="urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0"
xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0"
office:version="1.1">
<office:scripts />
<office:automatic-styles>
<style:style style:name="dp1" style:family="drawing-page">
<style:drawing-page-properties
presentation:transition-type="semi-automatic"
presentation:background-visible="true"
presentation:background-objects-visible="true"
presentation:display-footer="false"
presentation:display-page-number="false"
presentation:display-date-time="false" />
</style:style>
<style:style style:name="dp2" style:family="drawing-page">
<style:drawing-page-properties
presentation:display-header="false"
presentation:display-footer="false"
presentation:display-page-number="false"
presentation:display-date-time="false" />
</style:style>
<number:date-style style:name="D3">
<number:day number:style="long" />
<number:text>.</number:text>
<number:month number:style="long" />
<number:text>.</number:text>
<number:year />
</number:date-style>
<style:style style:name="gr1" style:family="graphic"
style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none"
draw:fill="none" draw:fill-color="#ffffff"
draw:textarea-horizontal-align="left"
draw:textarea-vertical-align="middle" draw:auto-grow-height="false"
fo:padding-top="0.13cm" fo:padding-bottom="0.13cm"
fo:padding-left="0.25cm" fo:padding-right="0.25cm"
fo:wrap-option="wrap" draw:shadow="hidden"
draw:color-mode="standard" draw:luminance="0%" draw:contrast="0%"
draw:gamma="100%" draw:red="0%" draw:green="0%" draw:blue="0%"
fo:clip="rect(0cm 0cm 0cm 0cm)" draw:image-opacity="100%"
style:mirror="none" />
</style:style>
<style:style style:name="gr2" style:family="graphic"
style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none"
draw:fill="none" draw:fill-color="#ffffff"
draw:textarea-horizontal-align="justify"
draw:textarea-vertical-align="top" draw:auto-grow-height="true"
fo:padding-top="0.13cm" fo:padding-bottom="0.13cm"
fo:padding-left="0.25cm" fo:padding-right="0.25cm"
fo:wrap-option="no-wrap" draw:shadow="hidden" />
</style:style>
<style:style style:name="gr3" style:family="graphic"
style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none"
draw:fill="none" draw:fill-color="#ffffff"
draw:textarea-horizontal-align="justify"
draw:textarea-vertical-align="bottom" draw:auto-grow-height="false"
fo:padding-top="0.13cm" fo:padding-bottom="0.13cm"
fo:padding-left="0.25cm" fo:padding-right="0.25cm"
fo:wrap-option="no-wrap" draw:shadow="hidden" />
</style:style>
<style:style style:name="gr4" style:family="graphic"
style:parent-style-name="standard">
<style:graphic-properties draw:stroke="solid"
svg:stroke-width="0.026cm" svg:stroke-color="#000000"
draw:stroke-linejoin="miter" draw:fill="solid"
draw:fill-color="#ffffff" draw:textarea-horizontal-align="left"
draw:textarea-vertical-align="middle" draw:auto-grow-height="false"
fo:padding-top="0.13cm" fo:padding-bottom="0.13cm"
fo:padding-left="0.25cm" fo:padding-right="0.25cm"
fo:wrap-option="wrap" draw:shadow="hidden" />
</style:style>
<style:style style:name="pr1" style:family="presentation"
style:parent-style-name="Default-notes">
<style:graphic-properties draw:stroke="none"
draw:fill="none" draw:fill-color="#ffffff"
draw:auto-grow-height="true" fo:min-height="12.578cm"
draw:shadow="hidden" />
</style:style>
<style:style style:name="P1" style:family="paragraph">
<style:paragraph-properties fo:text-align="center"
style:writing-mode="lr-tb" />
<style:text-properties fo:font-size="24pt" />
</style:style>
<style:style style:name="P2" style:family="paragraph">
<style:paragraph-properties fo:margin-left="0cm"
fo:margin-right="0cm" fo:margin-top="0.176cm" fo:margin-bottom="0cm"
fo:line-height="100%" fo:text-align="center"
text:enable-numbering="false" fo:text-indent="0cm"
style:punctuation-wrap="hanging" style:line-break="strict" />
</style:style>
<style:style style:name="P3" style:family="paragraph">
<style:paragraph-properties style:writing-mode="lr-tb" />
</style:style>
<style:style style:name="P4" style:family="paragraph">
<style:paragraph-properties fo:margin-left="0cm"
fo:margin-right="0cm" fo:margin-top="0.264cm" fo:margin-bottom="0cm"
fo:line-height="100%" text:enable-numbering="false"
fo:text-indent="0cm" style:punctuation-wrap="hanging"
style:line-break="strict" />
</style:style>
<style:style style:name="P5" style:family="paragraph">
<style:paragraph-properties fo:margin-left="0cm"
fo:margin-right="0cm" fo:margin-top="0.22cm" fo:margin-bottom="0cm"
fo:line-height="100%" text:enable-numbering="false"
fo:text-indent="0cm" style:punctuation-wrap="hanging"
style:line-break="strict" />
</style:style>
<style:style style:name="P6" style:family="paragraph">
<style:paragraph-properties fo:margin-left="0cm"
fo:margin-right="0cm" fo:margin-top="0.396cm" fo:margin-bottom="0cm"
fo:line-height="100%" fo:text-align="center"
text:enable-numbering="false" fo:text-indent="0cm"
style:punctuation-wrap="hanging" style:line-break="strict" />
</style:style>
<style:style style:name="P7" style:family="paragraph">
<style:paragraph-properties fo:margin-left="0cm"
fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm"
fo:line-height="100%" fo:text-align="center"
text:enable-numbering="false" fo:text-indent="0cm"
style:punctuation-wrap="hanging" style:line-break="strict" />
</style:style>
<style:style style:name="P8" style:family="paragraph">
<style:paragraph-properties fo:margin-left="0cm"
fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm"
fo:text-align="end" text:enable-numbering="false"
fo:text-indent="0cm" style:punctuation-wrap="hanging"
style:line-break="strict" />
</style:style>
<style:style style:name="P9" style:family="paragraph">
<style:paragraph-properties fo:margin-left="0cm"
fo:margin-right="0cm" fo:text-indent="0cm" />
</style:style>
<style:style style:name="T1" style:family="text">
<style:text-properties fo:font-family="Arial"
style:font-pitch="variable" fo:font-size="8pt" fo:language="pt"
fo:country="PT" style:font-size-asian="8pt"
style:font-size-complex="8pt" />
</style:style>
<style:style style:name="T2" style:family="text">
<style:text-properties fo:color="#808080"
fo:font-family="Arial" style:font-pitch="variable"
fo:font-size="12pt" fo:language="pt" fo:country="PT"
fo:text-shadow="1pt 1pt" fo:font-weight="bold"
style:font-size-asian="12pt" style:font-weight-asian="bold"
style:font-size-complex="12pt" style:font-weight-complex="bold" />
</style:style>
<style:style style:name="T3" style:family="text">
<style:text-properties fo:color="#808080"
fo:font-family="Arial" style:font-pitch="variable"
fo:font-size="10pt" fo:language="pt" fo:country="PT"
fo:text-shadow="1pt 1pt" style:font-size-asian="10pt"
style:font-size-complex="10pt" />
</style:style>
<style:style style:name="T4" style:family="text">
<style:text-properties fo:color="#808080"
fo:font-family="Arial" style:font-pitch="variable"
fo:font-size="10pt" fo:language="en" fo:country="GB"
fo:text-shadow="1pt 1pt" style:font-size-asian="10pt"
style:font-size-complex="10pt" />
</style:style>
<style:style style:name="T5" style:family="text">
<style:text-properties fo:font-family="Calibri"
style:font-family-generic="swiss" style:font-pitch="variable"
fo:font-size="18pt" fo:language="pt" fo:country="PT"
fo:font-weight="bold" style:font-size-asian="18pt"
style:font-weight-asian="bold" style:font-size-complex="18pt"
style:font-weight-complex="bold" />
</style:style>
<style:style style:name="T6" style:family="text">
<style:text-properties fo:color="#808080"
fo:font-family="Calibri" style:font-family-generic="swiss"
style:font-pitch="variable" fo:font-size="16pt" fo:language="pt"
fo:country="PT" fo:font-weight="bold" style:font-size-asian="16pt"
style:font-weight-asian="bold" style:font-size-complex="16pt"
style:font-weight-complex="bold" />
</style:style>
<style:style style:name="T7" style:family="text">
<style:text-properties fo:font-size="12pt" fo:language="pt"
fo:country="PT" style:font-size-asian="12pt"
style:font-size-complex="12pt" />
</style:style>
<text:list-style style:name="L1">
<text:list-level-style-bullet text:level="1"
text:bullet-char="•">
<style:text-properties
fo:font-family="&apos;Times New Roman&apos;"
style:font-family-generic="roman" style:font-pitch="variable"
fo:color="#000000" fo:font-size="100%" />
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="2"
text:bullet-char="">
<style:list-level-properties text:space-before="1.27cm"
text:min-label-width="0.793cm" />
<style:text-properties
fo:font-family="&apos;Times New Roman&apos;"
style:font-family-generic="roman" style:font-pitch="variable"
fo:color="#000000" fo:font-size="100%" />
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="3"
text:bullet-char="•">
<style:list-level-properties text:space-before="2.54cm"
text:min-label-width="0.635cm" />
<style:text-properties
fo:font-family="&apos;Times New Roman&apos;"
style:font-family-generic="roman" style:font-pitch="variable"
fo:color="#000000" fo:font-size="100%" />
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="4"
text:bullet-char="">
<style:list-level-properties text:space-before="3.81cm"
text:min-label-width="0.635cm" />
<style:text-properties
fo:font-family="&apos;Times New Roman&apos;"
style:font-family-generic="roman" style:font-pitch="variable"
fo:color="#000000" fo:font-size="100%" />
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="5"
text:bullet-char="»">
<style:list-level-properties text:space-before="5.08cm"
text:min-label-width="0.635cm" />
<style:text-properties
fo:font-family="&apos;Times New Roman&apos;"
style:font-family-generic="roman" style:font-pitch="variable"
fo:color="#000000" fo:font-size="100%" />
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="6"
text:bullet-char="»">
<style:list-level-properties text:space-before="5.08cm"
text:min-label-width="0.635cm" />
<style:text-properties
fo:font-family="&apos;Times New Roman&apos;"
style:font-family-generic="roman" style:font-pitch="variable"
fo:color="#000000" fo:font-size="100%" />
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="7"
text:bullet-char="»">
<style:list-level-properties text:space-before="5.08cm"
text:min-label-width="0.635cm" />
<style:text-properties
fo:font-family="&apos;Times New Roman&apos;"
style:font-family-generic="roman" style:font-pitch="variable"
fo:color="#000000" fo:font-size="100%" />
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="8"
text:bullet-char="»">
<style:list-level-properties text:space-before="5.08cm"
text:min-label-width="0.635cm" />
<style:text-properties
fo:font-family="&apos;Times New Roman&apos;"
style:font-family-generic="roman" style:font-pitch="variable"
fo:color="#000000" fo:font-size="100%" />
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="9"
text:bullet-char="»">
<style:list-level-properties text:space-before="5.08cm"
text:min-label-width="0.635cm" />
<style:text-properties
fo:font-family="&apos;Times New Roman&apos;"
style:font-family-generic="roman" style:font-pitch="variable"
fo:color="#000000" fo:font-size="100%" />
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="10"
text:bullet-char="»">
<style:list-level-properties text:space-before="5.08cm"
text:min-label-width="0.635cm" />
<style:text-properties
fo:font-family="&apos;Times New Roman&apos;"
style:font-family-generic="roman" style:font-pitch="variable"
fo:color="#000000" fo:font-size="100%" />
</text:list-level-style-bullet>
</text:list-style>
</office:automatic-styles>
<office:body>
<office:presentation>
<presentation:date-time-decl presentation:name="dtd1"
presentation:source="current-date" style:data-style-name="D3" />
<draw:page draw:name="page1" draw:style-name="dp1"
draw:master-page-name="Default"
presentation:presentation-page-layout-name="AL1T21"
presentation:use-date-time-name="dtd1">
<draw:frame draw:style-name="gr1"
draw:text-style-name="P1" draw:layer="layout" svg:width="9.899cm"
svg:height="9.899cm" svg:x="-3.373cm" svg:y="-1.521cm">
<draw:image
xlink:href="Pictures/100002010000018C0000018CDFB82D51.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
<text:p text:style-name="P9" />
</draw:image>
</draw:frame>
<draw:custom-shape draw:style-name="gr2"
draw:text-style-name="P3" draw:layer="layout" svg:width="13.335cm"
svg:height="1.113cm" svg:x="2.937cm" svg:y="26.339cm">
<text:p text:style-name="P2">
<text:span text:style-name="T1">
Lisboa
</text:span>
</text:p>
<text:p text:style-name="P2">
<text:span text:style-name="T1">
Setembro de 2008
</text:span>
</text:p>
<draw:enhanced-geometry
svg:viewBox="0 0 21600 21600" draw:type="mso-spt202"
draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N" />
</draw:custom-shape>
<draw:frame draw:style-name="gr1"
draw:text-style-name="P1" draw:layer="layout" svg:width="2.941cm"
svg:height="11.007cm" svg:x="16.109cm" svg:y="0cm">
<draw:image
xlink:href="Pictures/10000200000000FC0000039C2C342703.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
<text:p text:style-name="P9" />
</draw:image>
</draw:frame>
<draw:custom-shape draw:style-name="gr2"
draw:text-style-name="P3" draw:layer="layout" svg:width="8.467cm"
svg:height="4.626cm" svg:x="1.058cm" svg:y="1.058cm">
<text:p text:style-name="P4">
<text:span text:style-name="T2">
ATRIUM SALDANHA
</text:span>
</text:p>
<text:p text:style-name="P5">
<text:span text:style-name="T3">
Praça Duque de Saldanha, 1 9º G
</text:span>
</text:p>
<text:p text:style-name="P5">
<text:span text:style-name="T3">
1050 094 Lisboa
</text:span>
</text:p>
<text:p text:style-name="P5">
<text:span text:style-name="T3">
Telefone (+351) 213 504 540
</text:span>
</text:p>
<text:p text:style-name="P5">
<text:span text:style-name="T3">
Fax (+351) 213 504 549
</text:span>
</text:p>
<text:p text:style-name="P5">
<text:span text:style-name="T4">
geral@siprp.pt
</text:span>
</text:p>
<text:p text:style-name="P5">
<text:span text:style-name="T4">
www.siprp.com
</text:span>
</text:p>
<draw:enhanced-geometry
svg:viewBox="0 0 21600 21600" draw:type="mso-spt202"
draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N" />
</draw:custom-shape>
<draw:frame draw:style-name="gr1"
draw:text-style-name="P1" draw:layer="layout" svg:width="8.211cm"
svg:height="1.204cm" svg:x="5.384cm" svg:y="21.894cm">
<draw:image
xlink:href="Pictures/10000000000001A70000004160A124E6.jpg"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
<text:p text:style-name="P9" />
</draw:image>
</draw:frame>
<draw:custom-shape draw:style-name="gr2"
draw:text-style-name="P3" draw:layer="layout" svg:width="19.05cm"
svg:height="1.785cm" svg:x="0cm" svg:y="23.843cm">
<text:p text:style-name="P6">
<text:span text:style-name="T5">
COMPANHIA PORTUGUESA DE HIPERMERCADOS -
ALVERCA
</text:span>
</text:p>
<draw:enhanced-geometry
svg:viewBox="0 0 21600 21600" draw:type="mso-spt202"
draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N" />
</draw:custom-shape>
<draw:g>
<draw:frame draw:style-name="gr1"
draw:text-style-name="P1" draw:layer="layout" svg:width="6.094cm"
svg:height="4.057cm" svg:x="3.572cm" svg:y="13.745cm">
<draw:image
xlink:href="Pictures/1000020100000169000000F1954B3A73.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
<text:p text:style-name="P9" />
</draw:image>
</draw:frame>
<draw:frame draw:style-name="gr1"
draw:text-style-name="P1" draw:layer="layout" svg:width="6.279cm"
svg:height="4.211cm" svg:x="9.309cm" svg:y="9.79cm">
<draw:image
xlink:href="Pictures/1000020100000174000000FA767E8E58.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
<text:p text:style-name="P9" />
</draw:image>
</draw:frame>
<draw:frame draw:style-name="gr1"
draw:text-style-name="P1" draw:layer="layout" svg:width="5.975cm"
svg:height="4.176cm" svg:x="3.572cm" svg:y="9.79cm">
<draw:image
xlink:href="Pictures/1000020100000162000000F8F2D59EB7.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
<text:p text:style-name="P9" />
</draw:image>
</draw:frame>
<draw:frame draw:style-name="gr1"
draw:text-style-name="P1" draw:layer="layout" svg:width="6.262cm"
svg:height="4.158cm" svg:x="9.344cm" svg:y="13.613cm">
<draw:image
xlink:href="Pictures/1000020100000173000000F7350B3858.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
<text:p text:style-name="P9" />
</draw:image>
</draw:frame>
</draw:g>
<draw:custom-shape draw:style-name="gr2"
draw:text-style-name="P3" draw:layer="layout" svg:width="14.062cm"
svg:height="1.613cm" svg:x="2.474cm" svg:y="17.727cm">
<text:p text:style-name="P7">
<text:span text:style-name="T6">
AVALIAÇÃO DE RISCOS LABORAIS
</text:span>
</text:p>
<text:p text:style-name="P7">
<text:span text:style-name="T6">
Plano de Actuação
</text:span>
</text:p>
<draw:enhanced-geometry
svg:viewBox="0 0 21600 21600" draw:type="mso-spt202"
draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N" />
</draw:custom-shape>
<presentation:notes draw:style-name="dp2"
presentation:use-date-time-name="dtd1">
<draw:custom-shape draw:style-name="gr3"
draw:text-style-name="P3" draw:layer="layout" svg:width="8.273cm"
svg:height="1.398cm" svg:x="10.817cm" svg:y="26.551cm">
<text:p text:style-name="P8">
<text:span text:style-name="T7">
<text:page-number>1</text:page-number>
</text:span>
</text:p>
<draw:enhanced-geometry
svg:viewBox="0 0 21600 21600" draw:type="mso-spt202"
draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N" />
</draw:custom-shape>
<draw:custom-shape draw:style-name="gr4"
draw:text-style-name="P3" draw:layer="layout" svg:width="7.258cm"
svg:height="10.486cm" svg:x="5.918cm" svg:y="2.095cm">
<text:p text:style-name="P9" />
<draw:enhanced-geometry
svg:viewBox="0 0 21600 21600" draw:type="mso-spt202"
draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N" />
</draw:custom-shape>
<draw:frame presentation:style-name="pr1"
draw:text-style-name="P9" draw:layer="layout" svg:width="15.271cm"
svg:height="12.578cm" svg:x="1.908cm" svg:y="13.278cm"
presentation:class="notes" presentation:placeholder="true">
<draw:text-box />
</draw:frame>
</presentation:notes>
</draw:page>
<presentation:settings presentation:mouse-visible="false" />
</office:presentation>
</office:body>
</office:document-content>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,151 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<plano>
<empresa>
<designacao-social>COMPANHIA PORTUGUESA DE HIPERMERCADOS</designacao-social>
<estabelecimento>ALVERCA</estabelecimento>
<logotipo>http://apdp/siprp/auchan_jumbo_lado.jpg</logotipo>
</empresa>
<data>
<ano>2008</ano>
<mes>4</mes>
<mes-extenso>Abril</mes-extenso>
<dia>29</dia>
</data>
<data-hs>
<ano>2008</ano>
<mes>3</mes>
<mes-extenso>Mar&#xe7;o</mes-extenso>
<dia>1</dia>
</data-hs>
<legislacao-aplicavel>
<diploma>Lei n&#xba; 99/2003 de 27 de Agosto
regulamentada pela Lei n&#xba; 35/2004 de
29 de Julho Aprova o novo C&#xf3;digo
de Trabalho</diploma>
<diploma>Decreto-Lei n.&#xba;441/91 de 14 de
Novembro, alterado pelo Decreto-Lei
n.&#xba;133/99 de 21 de Abril
Estabelece o regime jur&#xed;dico do
enquadramento da seguran&#xe7;a, higiene
e sa&#xfa;de do trabalho</diploma>
<diploma>Decreto-Lei n.&#xba;26/94, de 1 de
Fevereiro, alterado pela Lei n.&#xba;7/95
de 29 de Mar&#xe7;o e pelo Decreto-Lei
n.&#xba;109/2000 Regime de Organiza&#xe7;&#xe3;o
e funcionamento dos servi&#xe7;os da
seguran&#xe7;a, higiene e sa&#xfa;de do
trabalho</diploma>
</legislacao-aplicavel>
<conclusoes>
<area>
<designacao>
&#xc1;rea Administrativa
</designacao>
<risco>
<descricao>Risco de exposi&#xe7;&#xe3;o a condi&#xe7;&#xf5;es inadequadas de ilumina&#xe7;&#xe3;o</descricao>
<valor>6</valor>
<posto>
<designacao>Areas comerciais</designacao>
</posto>
<posto>
<designacao>Cartazista</designacao>
</posto>
<medida>
<descricao>Melhorar as condições de iluminação para valores mínimos de 500 na área focal de trabalho e
300 lux no seu envolvimento</descricao>
<responsavel>Frederico Palma</responsavel>
<recursos>lampadas</recursos>
<data-inicio>
<ano>2008</ano>
<mes>5</mes>
<mes-extenso>Maio</mes-extenso>
<dia>1</dia>
</data-inicio>
<data-fim>
<ano>2009</ano>
<mes>5</mes>
<mes-extenso>Maio</mes-extenso>
<dia>1</dia>
</data-fim>
<parecer-dns>OK</parecer-dns>
<verificacao-siprp>verificado</verificacao-siprp>
</medida>
<medida>
<descricao>Melhorar as condições de iluminação para valores mínimos de 500 na área focal de trabalho e
300 lux no seu envolvimento</descricao>
<responsavel>Frederico Palma</responsavel>
<recursos>lampadas</recursos>
<data-inicio>
<ano>2008</ano>
<mes>5</mes>
<mes-extenso>Maio</mes-extenso>
<dia>1</dia>
</data-inicio>
<data-fim>
<ano>2009</ano>
<mes>5</mes>
<mes-extenso>Maio</mes-extenso>
<dia>1</dia>
</data-fim>
<parecer-dns>OK</parecer-dns>
<verificacao-siprp>verificado</verificacao-siprp>
</medida>
</risco>
<risco>
<descricao>Risco de exposi&#xe7;&#xe3;o a condi&#xe7;&#xf5;es inadequadas de ilumina&#xe7;&#xe3;o</descricao>
<valor>6</valor>
<posto>
<designacao>Areas comerciais</designacao>
</posto>
<posto>
<designacao>Cartazista</designacao>
</posto>
<medida>
<descricao>Melhorar as condições de iluminação para valores mínimos de 500 na área focal de trabalho e
300 lux no seu envolvimento</descricao>
<responsavel>Frederico Palma</responsavel>
<recursos>lampadas</recursos>
<data-inicio>
<ano>2008</ano>
<mes>5</mes>
<mes-extenso>Maio</mes-extenso>
<dia>1</dia>
</data-inicio>
<data-fim>
<ano>2009</ano>
<mes>5</mes>
<mes-extenso>Maio</mes-extenso>
<dia>1</dia>
</data-fim>
<parecer-dns>OK</parecer-dns>
<verificacao-siprp>verificado</verificacao-siprp>
</medida>
<medida>
<descricao>Melhorar as condições de iluminação para valores mínimos de 500 na área focal de trabalho e
300 lux no seu envolvimento</descricao>
<responsavel>Frederico Palma</responsavel>
<recursos>lampadas</recursos>
<data-inicio>
<ano>2008</ano>
<mes>5</mes>
<mes-extenso>Maio</mes-extenso>
<dia>1</dia>
</data-inicio>
<data-fim>
<ano>2009</ano>
<mes>5</mes>
<mes-extenso>Maio</mes-extenso>
<dia>1</dia>
</data-fim>
<parecer-dns>OK</parecer-dns>
<verificacao-siprp>verificado</verificacao-siprp>
</medida>
</risco>
</area>
<area>
<designacao>
&#xc1;rea Comercial
</designacao>
</area>
</conclusoes>
</plano>
Loading…
Cancel
Save