Lines Matching refs:aAny

72 		Any aAny;  in XMLTextHeaderFooterContext()  local
74 aAny = xPropSet->getPropertyValue( sOn ); in XMLTextHeaderFooterContext()
75 sal_Bool bOn = *(sal_Bool *)aAny.getValue(); in XMLTextHeaderFooterContext()
79 aAny = xPropSet->getPropertyValue( sShareContent ); in XMLTextHeaderFooterContext()
80 sal_Bool bShared = *(sal_Bool *)aAny.getValue(); in XMLTextHeaderFooterContext()
85 aAny.setValue( &bShared, ::getBooleanCppuType() ); in XMLTextHeaderFooterContext()
86 xPropSet->setPropertyValue( sShareContent, aAny ); in XMLTextHeaderFooterContext()
113 Any aAny; in CreateChildContext() local
118 aAny = xPropSet->getPropertyValue( sTextLeft ); in CreateChildContext()
122 aAny = xPropSet->getPropertyValue( sOn ); in CreateChildContext()
123 sal_Bool bOn = *(sal_Bool *)aAny.getValue(); in CreateChildContext()
129 aAny.setValue( &bOn, ::getBooleanCppuType() ); in CreateChildContext()
130 xPropSet->setPropertyValue( sOn, aAny ); in CreateChildContext()
138 aAny = xPropSet->getPropertyValue( sShareContent ); in CreateChildContext()
139 sal_Bool bShared = *(sal_Bool *)aAny.getValue(); in CreateChildContext()
143 aAny.setValue( &bShared, ::getBooleanCppuType() ); in CreateChildContext()
144 xPropSet->setPropertyValue( sShareContent, aAny ); in CreateChildContext()
147 aAny = xPropSet->getPropertyValue( sText ); in CreateChildContext()
151 aAny >>= xText; in CreateChildContext()
189 Any aAny; in EndElement() local
190 aAny.setValue( &bOn, ::getBooleanCppuType() ); in EndElement()
191 xPropSet->setPropertyValue( sOn, aAny ); in EndElement()