Searched refs:lctype (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/dtrans/source/win32/misc/ |
H A D | ImplHelper.cxx | 101 OUString SAL_CALL getWinCPFromLocaleId( LCID lcid, LCTYPE lctype ) in getWinCPFromLocaleId() argument 109 if ( LOCALE_IDEFAULTCODEPAGE == lctype ) in getWinCPFromLocaleId() 113 else if ( LOCALE_IDEFAULTANSICODEPAGE == lctype ) in getWinCPFromLocaleId() 124 lcid, lctype | LOCALE_USE_CP_ACP, buff, sizeof( buff ) ); in getWinCPFromLocaleId() 166 OUString SAL_CALL getMimeCharsetFromLocaleId( LCID lcid, LCTYPE lctype, const OUString& aPrefix ) in getMimeCharsetFromLocaleId() argument 168 OUString charset = getWinCPFromLocaleId( lcid, lctype ); in getMimeCharsetFromLocaleId()
|
H A D | ImplHelper.hxx | 70 LCID lcid, LCTYPE lctype ); 88 LCID lcid, LCTYPE lctype, const rtl::OUString& aPrefix );
|
/aoo4110/main/dtrans/source/win32/dtobj/ |
H A D | FetcList.cxx | 425 sal_Bool SAL_CALL CFormatRegistrar::isLocaleCodePage( LCID lcid, LCTYPE lctype, sal_uInt32 codepage… in isLocaleCodePage() argument 433 GetLocaleInfoA( lcid, lctype, buff, sizeof( buff ) ); in isLocaleCodePage()
|
H A D | FetcList.hxx | 133 static sal_Bool SAL_CALL isLocaleCodePage( LCID lcid, LCTYPE lctype, sal_uInt32 codepage );
|
Completed in 10 milliseconds