Lines Matching refs:aAny
89 Any aAny; in exportMasterPageContent() local
92 aAny = rPropSet->getPropertyValue( sHeaderText ); in exportMasterPageContent()
93 aAny >>= xHeaderText; in exportMasterPageContent()
96 aAny = rPropSet->getPropertyValue( sHeaderTextLeft ); in exportMasterPageContent()
97 aAny >>= xHeaderTextLeft; in exportMasterPageContent()
100 aAny = rPropSet->getPropertyValue( sFooterText ); in exportMasterPageContent()
101 aAny >>= xFooterText; in exportMasterPageContent()
104 aAny = rPropSet->getPropertyValue( sFooterTextLeft ); in exportMasterPageContent()
105 aAny >>= xFooterTextLeft; in exportMasterPageContent()
120 aAny = rPropSet->getPropertyValue( sHeaderOn ); in exportMasterPageContent()
121 sal_Bool bHeader = *(sal_Bool *)aAny.getValue(); in exportMasterPageContent()
126 aAny = rPropSet->getPropertyValue( sHeaderShareContent ); in exportMasterPageContent()
127 bHeaderLeft = !*(sal_Bool *)aAny.getValue(); in exportMasterPageContent()
150 aAny = rPropSet->getPropertyValue( sFooterOn ); in exportMasterPageContent()
151 sal_Bool bFooter = *(sal_Bool *)aAny.getValue(); in exportMasterPageContent()
156 aAny = rPropSet->getPropertyValue( sFooterShareContent ); in exportMasterPageContent()
157 bFooterLeft = !*(sal_Bool *)aAny.getValue(); in exportMasterPageContent()