Lines Matching refs:aAny

147 		Any aAny;  in ImpXMLEXPPageMasterInfo()  local
152 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("BorderBottom"))); in ImpXMLEXPPageMasterInfo()
153 aAny >>= mnBorderBottom; in ImpXMLEXPPageMasterInfo()
155 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("BorderLeft"))); in ImpXMLEXPPageMasterInfo()
156 aAny >>= mnBorderLeft; in ImpXMLEXPPageMasterInfo()
158 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("BorderRight"))); in ImpXMLEXPPageMasterInfo()
159 aAny >>= mnBorderRight; in ImpXMLEXPPageMasterInfo()
161 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("BorderTop"))); in ImpXMLEXPPageMasterInfo()
162 aAny >>= mnBorderTop; in ImpXMLEXPPageMasterInfo()
167 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Width"))); in ImpXMLEXPPageMasterInfo()
168 aAny >>= mnWidth; in ImpXMLEXPPageMasterInfo()
170 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Height"))); in ImpXMLEXPPageMasterInfo()
171 aAny >>= mnHeight; in ImpXMLEXPPageMasterInfo()
176 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Orientation"))); in ImpXMLEXPPageMasterInfo()
177 aAny >>= meOrientation; in ImpXMLEXPPageMasterInfo()
560 Any aAny(mxDocMasterPages->getByIndex(a)); in setSourceDocument() local
563 if((aAny >>= xMasterPage) && xMasterPage.is()) in setSourceDocument()
572 if((aAny >>= xPresPage) && xPresPage.is()) in setSourceDocument()
592 Any aAny(mxDocDrawPages->getByIndex(a)); in setSourceDocument() local
595 if((aAny >>= xPage) && xPage.is()) in setSourceDocument()
604 if((aAny >>= xPresPage) && xPresPage.is()) in setSourceDocument()
671 Any aAny(xShapes->getByIndex(a)); in ImpRecursiveObjectCount() local
674 if((aAny >>= xGroup) && xGroup.is()) in ImpRecursiveObjectCount()
854 Any aAny(mxDocDrawPages->getByIndex(nCnt)); in ImpPrepAutoLayoutInfos() local
857 if((aAny >>= xDrawPage) && xDrawPage.is()) in ImpPrepAutoLayoutInfos()
875 Any aAny; in ImpPrepAutoLayoutInfo() local
877 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Layout"))); in ImpPrepAutoLayoutInfo()
878 if(aAny >>= nType) in ImpPrepAutoLayoutInfo()
1769 Any aAny( xPropSet1->getPropertyValue( aBackground ) ); in ImpCreatePresPageStyleName() local
1770 aAny >>= xPropSet2; in ImpCreatePresPageStyleName()
1842 Any aAny(mxDocMasterPages->getByIndex(nCnt)); in ImpWritePresentationStyles() local
1845 if(aAny >>= xNamed) in ImpWritePresentationStyles()
2299 Any aAny; in _ExportStyles() local
2303 aAny <<= maDrawPagesAutoLayoutNames; in _ExportStyles()
2304 xInfoSet->setPropertyValue( msPageLayoutNames, aAny ); in _ExportStyles()