Home
last modified time | relevance | path

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

/aoo42x/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()
/aoo42x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx560 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()
H A Dexp_share.hxx164 const & xFormatProperties,

Completed in 20 milliseconds