Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dnumberformatsbuffer.cxx1819 sal_Int32 lclCreatePredefinedFormat( const Reference< XNumberFormats >& rxNumFmts, in lclCreatePredefinedFormat() argument
1825 Reference< XNumberFormatTypes > xNumFmtTypes( rxNumFmts, UNO_QUERY_THROW ); in lclCreatePredefinedFormat()
1839 sal_Int32 lclCreateFormat( const Reference< XNumberFormats >& rxNumFmts, in lclCreateFormat() argument
1845 nIndex = rxNumFmts->addNewConverted( rFmtCode, rFromLocale, rToLocale ); in lclCreateFormat()
1852 nIndex = lclCreatePredefinedFormat( rxNumFmts, 0, rToLocale ); in lclCreateFormat()
1928 sal_Int32 NumberFormat::finalizeImport( const Reference< XNumberFormats >& rxNumFmts, const Locale&… in finalizeImport() argument
1930 if( rxNumFmts.is() && (maModel.maFmtCode.getLength() > 0) ) in finalizeImport()
1931 …maApiData.mnIndex = lclCreateFormat( rxNumFmts, maModel.maFmtCode, maModel.maLocale, rFromLocale ); in finalizeImport()
1933 … maApiData.mnIndex = lclCreatePredefinedFormat( rxNumFmts, maModel.mnPredefId, maModel.maLocale ); in finalizeImport()
/trunk/main/oox/inc/oox/xls/
H A Dnumberformatsbuffer.hxx81 … const ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormats >& rxNumFmts,

Completed in 25 milliseconds