Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx206 …Reference< XStringRepresentation > xConversionHelper = StringRepresentation::create( _rxContext,_r… in convertToPropertyValue() local
207 … aPropertyValue = xConversionHelper->convertToPropertyValue( sControlValue, _rProperty.Type ); in convertToPropertyValue()
236 …Reference< XStringRepresentation > xConversionHelper = StringRepresentation::create( _rxContext,_r… in convertToControlValue() local
237 aControlValue <<= xConversionHelper->convertToControlValue( _rPropertyValue ); in convertToControlValue()
/aoo4110/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx937 …uno::Reference< inspection::XStringRepresentation > xConversionHelper = inspection::StringRepresen… in getConstantValue() local
940 return uno::makeAny( xConversionHelper->convertToControlValue( _aValue ) ); in getConstantValue()
947 return xConversionHelper->convertToPropertyValue( sControlValue, aProp.Type ); in getConstantValue()
1012 …const uno::Reference< inspection::XStringRepresentation > xConversionHelper = inspection::StringRe… in convertToPropertyValue() local
1013 … aPropertyValue = xConversionHelper->convertToPropertyValue( sControlValue, aProp.Type ); in convertToPropertyValue()
1157 …const uno::Reference< inspection::XStringRepresentation > xConversionHelper = inspection::StringRe… in convertToControlValue() local
1158 aControlValue <<= xConversionHelper->convertToControlValue( aPropertyValue ); in convertToControlValue()

Completed in 21 milliseconds