Home
last modified time | relevance | path

Searched refs:getAllFormatCodes (Results 1 – 7 of 7) sorted by relevance

/trunk/main/unotools/source/i18n/
H A Dnumberformatcodewrapper.cxx153 NumberFormatCodeWrapper::getAllFormatCodes() const in getAllFormatCodes() function in NumberFormatCodeWrapper
158 return xNFC->getAllFormatCodes( aLocale ); in getAllFormatCodes()
/trunk/main/unotools/inc/unotools/
H A Dnumberformatcodewrapper.hxx68 …::com::sun::star::uno::Sequence< ::com::sun::star::i18n::NumberFormatCode > getAllFormatCodes() co…
/trunk/main/i18npool/inc/
H A Dnumberformatcode.hxx50 …:uno::Sequence< ::com::sun::star::i18n::NumberFormatCode > SAL_CALL getAllFormatCodes( const ::com…
/trunk/test/testuno/source/api/i18n/
H A DXNumberFormatCodeTest.java179 nfc = oObj.getAllFormatCodes(getLocale(i)); in _getAllFormatCodes()
/trunk/main/offapi/com/sun/star/i18n/
H A DXNumberFormatCode.idl86 sequence< NumberFormatCode > getAllFormatCodes(
/trunk/main/i18npool/source/numberformatcode/
H A Dnumberformatcode.cxx134 NumberFormatCodeMapper::getAllFormatCodes( const ::com::sun::star::lang::Locale& rLocale ) throw(::… in getAllFormatCodes() function in NumberFormatCodeMapper
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx2660 aFormatSeq = rNumberFormatCode.getAllFormatCodes(); in ImpGenerateAdditionalFormats()