Lines Matching refs:aAny
135 Any aAny; in XMLTextMasterPageContext() local
139 aAny = xPageStyles->getByName( sDisplayName ); in XMLTextMasterPageContext()
140 aAny >>= xStyle; in XMLTextMasterPageContext()
148 aAny <<= xStyle; in XMLTextMasterPageContext()
149 xPageStyles->insertByName( sDisplayName, aAny ); in XMLTextMasterPageContext()
158 aAny = xPropSet->getPropertyValue( sIsPhysical ); in XMLTextMasterPageContext()
159 bNew = !*(sal_Bool *)aAny.getValue(); in XMLTextMasterPageContext()
279 Any aAny = xPropSet->getPropertyValue( sFollowStyle ); in Finish() local
281 aAny >>= sCurrFollow; in Finish()
284 aAny <<= sDisplayFollow; in Finish()
285 xPropSet->setPropertyValue( sFollowStyle, aAny ); in Finish()