/aoo42x/main/i18npool/source/isolang/ |
H A D | langid.pl | 83 my($lcid) = @_; 84 return $lcid & $LANGUAGE_MASK_PRIMARY; 89 my($lcid) = @_; 90 return $lcid >> 10; 204 $lcid = oct( $ARGV[0]); } 206 $lcid = $ARGV[$options]; } 210 $lcid = 0; 212 $parts[0] = getPrimaryLanguage( $lcid); 213 $parts[1] = getSubLanguage( $lcid); 245 $lcid, $parts[0], $parts[1]); [all …]
|
/aoo42x/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 430 OSL_ASSERT( IsValidLocale( lcid, LCID_INSTALLED ) ); in isLocaleCodePage() 433 GetLocaleInfoA( lcid, lctype, buff, sizeof( buff ) ); in isLocaleCodePage() 444 sal_Bool SAL_CALL CFormatRegistrar::isLocaleOemCodePage( LCID lcid, sal_uInt32 codepage ) in isLocaleOemCodePage() argument 446 return isLocaleCodePage( lcid, LOCALE_IDEFAULTCODEPAGE, codepage ); in isLocaleOemCodePage() 454 sal_Bool SAL_CALL CFormatRegistrar::isLocaleAnsiCodePage( LCID lcid, sal_uInt32 codepage ) in isLocaleAnsiCodePage() argument 456 return isLocaleCodePage( lcid, LOCALE_IDEFAULTANSICODEPAGE, codepage ); in isLocaleAnsiCodePage() 466 LCID lcid = strtol( lpLocaleStr, NULL, 16 ); in EnumLocalesProc() local 468 if ( isLocaleAnsiCodePage( lcid, CFormatRegistrar::m_TxtCodePage ) || in EnumLocalesProc() 469 isLocaleOemCodePage( lcid, CFormatRegistrar::m_TxtCodePage ) ) in EnumLocalesProc() [all …]
|
H A D | DOTransferable.cxx | 279 LCID lcid = 0; in formatEtcToDataFlavor() local 286 lcid = getLocaleFromClipboard( ); in formatEtcToDataFlavor() 288 return m_DataFormatTranslator.getDataFlavorFromFormatEtc( aFormatEtc, lcid ); in formatEtcToDataFlavor() 298 LCID lcid = GetThreadLocale( ); in getLocaleFromClipboard() local 304 lcid = *(reinterpret_cast<LCID*>( aLCIDSeq.getArray( ) ) ); in getLocaleFromClipboard() 310 lcid &= 0x0000FFFF; in getLocaleFromClipboard() 317 return lcid; in getLocaleFromClipboard() 408 LCID lcid = getLocaleFromClipboard( ); in synthesizeUnicodeText() local 417 cpForTxtCnvt = getWinCPFromLocaleId( lcid, LOCALE_IDEFAULTANSICODEPAGE ).toInt32( ); in synthesizeUnicodeText() 425 cpForTxtCnvt = getWinCPFromLocaleId( lcid, LOCALE_IDEFAULTCODEPAGE ).toInt32( ); in synthesizeUnicodeText()
|
H A D | DataFmtTransl.cxx | 140 …r CDataFormatTranslator::getDataFlavorFromFormatEtc( const FORMATETC& aFormatEtc, LCID lcid ) const in getDataFlavorFromFormatEtc() 154 aFlavor.MimeType += getTextCharsetFromLCID( lcid, aClipformat ); in getDataFlavorFromFormatEtc() 309 OUString SAL_CALL CDataFormatTranslator::getTextCharsetFromLCID( LCID lcid, CLIPFORMAT aClipformat … in getTextCharsetFromLCID() argument 317 lcid, in getTextCharsetFromLCID() 324 lcid, in getTextCharsetFromLCID()
|
H A D | FetcList.hxx | 130 static sal_Bool SAL_CALL isLocaleOemCodePage( LCID lcid, sal_uInt32 codepage ); 131 static sal_Bool SAL_CALL isLocaleAnsiCodePage( LCID lcid, sal_uInt32 codepage ); 132 static sal_Bool SAL_CALL isLocaleCodePage( LCID lcid, LCTYPE lctype, sal_uInt32 codepage );
|
H A D | DataFmtTransl.hxx | 59 const FORMATETC& aFormatEtc, LCID lcid = GetThreadLocale( ) ) const; 72 rtl::OUString SAL_CALL getTextCharsetFromLCID( LCID lcid, CLIPFORMAT aClipformat ) const;
|
H A D | XTDataObject.cxx | 226 LCID lcid = m_FormatRegistrar.getSynthesizedLocale( ); in renderLocaleAndSetupStgMedium() local 228 reinterpret_cast< sal_Int8* >( &lcid ), in renderLocaleAndSetupStgMedium()
|
/aoo42x/main/extensions/source/ole/ |
H A D | jscriptclasses.hxx | 82 LCID lcid, 88 LCID lcid, 93 LCID lcid, 134 LCID lcid, 140 LCID lcid, 145 LCID lcid,
|
H A D | unoobjw.hxx | 133 STDMETHOD( GetTypeInfo )( unsigned int itinfo, LCID lcid, ITypeInfo ** pptinfo ); 135 LCID lcid, DISPID * rgdispid ); 136 STDMETHOD( Invoke )( DISPID dispidMember, REFIID riid, LCID lcid, unsigned short wFlags, 149 /* [in] */ LCID lcid, 257 LCID lcid, DISPID * rgdispid ); 258 STDMETHOD( Invoke )( DISPID dispidMember, REFIID riid, LCID lcid, unsigned short wFlags,
|
H A D | unotypewrapper.hxx | 73 LCID lcid, 79 LCID lcid, 84 LCID lcid,
|
/aoo42x/main/embedserv/source/embed/ |
H A D | ed_ioleobject.cxx | 358 STDMETHODIMP EmbedDocument_Impl::GetTypeInfo( unsigned int iTInfo, LCID lcid, ITypeInfo FAR* FAR* p… in GetTypeInfo() argument 361 return m_pDocHolder->GetIDispatch()->GetTypeInfo( iTInfo, lcid, ppTInfo ); in GetTypeInfo() 369 LCID lcid, in GetIDsOfNames() argument 373 return m_pDocHolder->GetIDispatch()->GetIDsOfNames( riid, rgszNames, cNames, lcid, rgDispId ); in GetIDsOfNames() 383 LCID lcid, in Invoke() argument 393 lcid, in Invoke()
|
/aoo42x/main/dtrans/source/win32/misc/ |
H A D | ImplHelper.cxx | 101 OUString SAL_CALL getWinCPFromLocaleId( LCID lcid, LCTYPE lctype ) in getWinCPFromLocaleId() argument 103 OSL_ASSERT( IsValidLocale( lcid, LCID_SUPPORTED ) ); 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 );
|
/aoo42x/main/sal/workben/clipboardwben/testcopy/ |
H A D | cbcpytest.cxx | 372 LCID lcid = *( (WORD*)lpData ); in PasteData() local 374 WORD langID = LANGIDFROMLCID( lcid ); in PasteData() 378 int cbWritten = GetLocaleInfo( lcid, LOCALE_IDEFAULTANSICODEPAGE, buff, sizeof( buff ) ); in PasteData() 379 cbWritten = GetLocaleInfo( lcid, LOCALE_IDEFAULTCODEPAGE, buff, sizeof( buff ) ); in PasteData()
|
/aoo42x/main/dtrans/source/win32/workbench/ |
H A D | test_wincb.cxx | 263 LCID lcid = MAKELCID( MAKELANGID( LANG_GERMAN, SUBLANG_GERMAN ), SORT_DEFAULT ); in main() local 265 BOOL bValid = IsValidLocale( lcid, LCID_SUPPORTED ); in main() 266 GetLocaleInfoA( lcid, LOCALE_IDEFAULTANSICODEPAGE, buff, sizeof( buff ) ); in main()
|
/aoo42x/main/shell/source/backends/localebe/ |
H A D | localebackend.cxx | 201 rtl::OUString ImplGetLocale(LCID lcid) in ImplGetLocale() argument 206 cp += GetLocaleInfo( lcid, LOCALE_SISO639LANGNAME , buffer, 4 ); in ImplGetLocale() 209 if( 0 < GetLocaleInfo( lcid, LOCALE_SISO3166CTRYNAME, cp, buffer + 8 - cp) ) in ImplGetLocale()
|
/aoo42x/main/embedserv/source/inc/ |
H A D | embeddoc.hxx | 144 STDMETHOD(GetTypeInfo) ( unsigned int iTInfo, LCID lcid, ITypeInfo FAR* FAR* ppTInfo ); 145 …es) ( REFIID riid, OLECHAR FAR* FAR* rgszNames, unsigned int cNames, LCID lcid, DISPID FAR* rgDisp… 146 …STDMETHOD(Invoke) ( DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS FAR* pDis…
|
/aoo42x/main/embedserv/source/inprocserv/ |
H A D | inprocembobj.h | 229 STDMETHOD(GetTypeInfo)( UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo); 230 …STDMETHOD(GetIDsOfNames)( REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDisp… 231 …STDMETHOD(Invoke)( DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispPara…
|
H A D | inprocembobj.cxx | 1782 STDMETHODIMP InprocEmbedDocument_Impl::GetTypeInfo( UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo ) in GetTypeInfo() argument 1792 return pIDispatch->GetTypeInfo( iTInfo, lcid, ppTInfo ); in GetTypeInfo() 1799 …t_Impl::GetIDsOfNames( REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId ) in GetIDsOfNames() argument 1809 return pIDispatch->GetIDsOfNames( riid, rgszNames, cNames, lcid, rgDispId ); in GetIDsOfNames() 1816 STDMETHODIMP InprocEmbedDocument_Impl::Invoke( DISPID dispIdMember, REFIID riid, LCID lcid, WORD wF… in Invoke() argument 1826 …return pIDispatch->Invoke( dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, … in Invoke()
|
/aoo42x/main/odk/examples/OLE/activex/ |
H A D | SOActiveX.cpp | 609 LCID lcid, in Invoke() argument 627 dispidMember, riid, lcid, wFlags, pDispParams, in Invoke()
|
H A D | SOActiveX.h | 132 LCID lcid,
|
/aoo42x/main/extensions/source/activex/main/ |
H A D | SOActiveX.h | 166 LCID lcid,
|
H A D | SOActiveX.cpp | 1130 LCID lcid, in Invoke() argument 1148 dispidMember, riid, lcid, wFlags, pDispParams, in Invoke()
|