Home
last modified time | relevance | path

Searched refs:aRefSizeName (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedScaleTextProperties.cxx75 static const OUString aRefSizeName( RTL_CONSTASCII_USTRINGPARAM("ReferencePageSize") ); in setPropertyValue() local
91 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() local
111 if( xInnerPropertySet->getPropertyValue( aRefSizeName ).hasValue() ) in getPropertyValue()
/aoo41x/main/chart2/source/tools/
H A DReferenceSizeProvider.cxx156 static const OUString aRefSizeName( RTL_CONSTASCII_USTRINGPARAM("ReferencePageSize")); in setValuesAtPropertySet() local
162 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() local
198 if( xProp->getPropertyValue( aRefSizeName ).hasValue()) in getAutoResizeFromPropSet()

Completed in 22 milliseconds