Home
last modified time | relevance | path

Searched refs:xFormatProperties (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/comphelper/source/misc/
H A Dnumbers.cxx123 Reference< XPropertySet > xFormatProperties; in getNumberFormatProperty() local
130 xFormatProperties = xFormats->getByKey( _nKey ); in getNumberFormatProperty()
132 if ( xFormatProperties.is() ) in getNumberFormatProperty()
133 aReturn = xFormatProperties->getPropertyValue( _rPropertyName ); in getNumberFormatProperty()
/aoo4110/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx559 Reference< beans::XPropertySet > const & xFormatProperties, in addNumberFormatAttr()
562 Reference< beans::XPropertyState > xState( xFormatProperties, UNO_QUERY ); in addNumberFormatAttr()
565 …OSL_VERIFY( xFormatProperties->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("FormatStri… in addNumberFormatAttr()
566 …OSL_VERIFY( xFormatProperties->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Locale") )… in addNumberFormatAttr()
H A Dexp_share.hxx162 const & xFormatProperties,

Completed in 40 milliseconds