Lines Matching refs:aAny
109 Any aAny; in exportStyle() local
115 aAny = xPropSet->getPropertyValue( sIsPhysical ); in exportStyle()
116 if( !*(sal_Bool *)aAny.getValue() ) in exportStyle()
162 aAny = xPropSet->getPropertyValue( sFollowStyle ); in exportStyle()
164 aAny >>= sNextName; in exportStyle()
175 aAny = xPropSet->getPropertyValue( sIsAutoUpdate ); in exportStyle()
176 if( *(sal_Bool *)aAny.getValue() ) in exportStyle()
188 aAny = xPropSet->getPropertyValue( sOutlineLevel ); in exportStyle()
189 aAny >>= nOutlineLevel; in exportStyle()
222 aAny = xPropSet->getPropertyValue( sNumberingStyleName ); in exportStyle()
223 if( aAny.hasValue() ) in exportStyle()
226 aAny >>= sListName; in exportStyle()
363 Any aAny; in exportDefaultStyle() local
526 Any aAny( xPropSet->getPropertyValue( sIsPhysical ) ); in exportStyleFamily() local
527 if( !*(sal_Bool *)aAny.getValue() ) in exportStyleFamily()