Home
last modified time | relevance | path

Searched refs:getAllFormats (Results 1 – 9 of 9) sorted by relevance

/trunk/main/offapi/com/sun/star/i18n/
H A DFormatElement.idl34 <member>XLocaleData::getAllFormats()</member>.
H A DXLocaleData.idl84 sequence<FormatElement> getAllFormats(
/trunk/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx156 ::com::sun::star::uno::Sequence< ::com::sun::star::i18n::FormatElement > getAllFormats() const;
/trunk/main/i18npool/inc/
H A Dlocaledata.hxx85 …virtual com::sun::star::uno::Sequence< FormatElement > SAL_CALL getAllFormats( const com::sun::sta…
/trunk/main/i18npool/source/numberformatcode/
H A Dnumberformatcode.cxx176 aFormatSeq = xlocaleData->getAllFormats( aLocale ); in getFormats()
/trunk/test/testuno/source/api/i18n/
H A DXLocaleDataTest.java252 format = oObj.getAllFormats(getLocale(i)); in _getAllFormats()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx271 …ar::uno::Sequence< ::com::sun::star::i18n::FormatElement > LocaleDataWrapper::getAllFormats() const in getAllFormats() function in LocaleDataWrapper
276 return xLD->getAllFormats( getLocale() ); in getAllFormats()
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx661 LocaleData::getAllFormats( const Locale& rLocale ) throw(RuntimeException) in getAllFormats() function in LocaleData
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx1084 xLocaleData->getAllFormats(); in ImpGenerateCL()