Searched refs:xFormatProperties (Results 1 – 3 of 3) sorted by relevance
123 Reference< XPropertySet > xFormatProperties; in getNumberFormatProperty() local130 xFormatProperties = xFormats->getByKey( _nKey ); in getNumberFormatProperty()132 if ( xFormatProperties.is() ) in getNumberFormatProperty()133 aReturn = xFormatProperties->getPropertyValue( _rPropertyName ); in getNumberFormatProperty()
560 Reference< beans::XPropertySet > const & xFormatProperties, in addNumberFormatAttr()563 Reference< beans::XPropertyState > xState( xFormatProperties, UNO_QUERY ); in addNumberFormatAttr()566 …OSL_VERIFY( xFormatProperties->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("FormatStri… in addNumberFormatAttr()567 …OSL_VERIFY( xFormatProperties->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Locale") )… in addNumberFormatAttr()
164 const & xFormatProperties,
Completed in 27 milliseconds