Searched refs:aRefSizeName (Results 1 – 2 of 2) sorted by relevance
75 static const OUString aRefSizeName( RTL_CONSTASCII_USTRINGPARAM("ReferencePageSize") ); in setPropertyValue() local91 xInnerPropertySet->setPropertyValue( aRefSizeName, uno::makeAny( aRefSize ) ); in setPropertyValue()94 xInnerPropertySet->setPropertyValue( aRefSizeName, Any() ); in setPropertyValue()106 static const OUString aRefSizeName( RTL_CONSTASCII_USTRINGPARAM("ReferencePageSize") ); in getPropertyValue() local111 if( xInnerPropertySet->getPropertyValue( aRefSizeName ).hasValue() ) in getPropertyValue()
156 static const OUString aRefSizeName( RTL_CONSTASCII_USTRINGPARAM("ReferencePageSize")); in setValuesAtPropertySet() local162 bool bHasOldRefSize( xProp->getPropertyValue( aRefSizeName ) >>= aOldRefSize ); in setValuesAtPropertySet()167 xProp->setPropertyValue( aRefSizeName, uno::makeAny( aRefSize )); in setValuesAtPropertySet()173 xProp->setPropertyValue( aRefSizeName, uno::Any()); in setValuesAtPropertySet()191 static const OUString aRefSizeName( RTL_CONSTASCII_USTRINGPARAM("ReferencePageSize")); in getAutoResizeFromPropSet() local198 if( xProp->getPropertyValue( aRefSizeName ).hasValue()) in getAutoResizeFromPropSet()
Completed in 12 milliseconds