/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | CodePage.java | 40 private byte[] codepage = new byte[2]; field in CodePage 49 codepage = new byte[] {(byte)0xE4, (byte)0x04}; in CodePage() 75 int numOfBytesRead = input.read(codepage); in read() 82 Debug.log(Debug.TRACE,"\tcodepage : "+ EndianConverter.readShort(codepage) + in read() 93 output.write(codepage); in write()
|
/aoo4110/main/dtrans/source/win32/misc/ |
H A D | ImplHelper.cxx | 176 sal_Bool SAL_CALL IsOEMCP( sal_uInt32 codepage ) in IsOEMCP() argument 178 OSL_ASSERT( IsValidCodePage( codepage ) ); in IsOEMCP() 186 if ( arrOEMCP[i] == codepage ) in IsOEMCP() 196 OUString SAL_CALL cptostr( sal_uInt32 codepage ) in cptostr() argument 198 OSL_ASSERT( IsValidCodePage( codepage ) ); in cptostr() 200 return OUString::valueOf( static_cast<sal_Int64>( codepage ), 10 ); in cptostr()
|
H A D | ImplHelper.hxx | 94 sal_Bool SAL_CALL IsOEMCP( sal_uInt32 codepage ); 100 rtl::OUString SAL_CALL cptostr( sal_uInt32 codepage );
|
/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 436 return ( localeCodePage == codepage ); 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()
|
H A D | FetcList.hxx | 131 static sal_Bool SAL_CALL isLocaleOemCodePage( LCID lcid, sal_uInt32 codepage ); 132 static sal_Bool SAL_CALL isLocaleAnsiCodePage( LCID lcid, sal_uInt32 codepage ); 133 static sal_Bool SAL_CALL isLocaleCodePage( LCID lcid, LCTYPE lctype, sal_uInt32 codepage );
|
/aoo4110/main/sal/osl/w32/ |
H A D | nlsupport.c | 137 UINT codepage; in GetTextEncodingFromLCID() local 140 codepage = wcstol( ansiCP, &pwcEnd, 10 ); in GetTextEncodingFromLCID() 143 Encoding = rtl_getTextEncodingFromWindowsCodePage( codepage ); in GetTextEncodingFromLCID()
|
/aoo4110/main/solenv/bin/modules/installer/windows/ |
H A D | msiglobal.pm | 347 my $codepage = installer::windows::language::get_windows_encoding($language); 350 if ( $codepage == 65001 ) { $codepage = 0; } 354 return $codepage; 505 my $codepage = get_codepage_for_sis($language); 519 my $systemcall = $msiinfo . " " . $msifilename . " -g " . $msiversion . " -c " . $codepage
|
/aoo4110/main/sal/inc/systools/win32/ |
H A D | StrConvert.h | 79 int WideCharListGetMultiByteLength( UINT codepage, LPCWSTR wcList ); 91 int WideCharListToMultiByteList( UINT codepage, LPCWSTR wcList, LPSTR mbList, DWORD dwSize );
|
/aoo4110/main/solenv/bin/modules/installer/patch/ |
H A D | MsiTable.pm | 103 my ($self, $codepage) = @_; 105 $self->{'codepage'} = $codepage;
|
/aoo4110/main/setup_native/source/ulfconv/ |
H A D | ulfconv.cxx | 179 char * codepage = cp; in read_encoding_table() local 188 const _pair *encoding = _pair_search( codepage, _ms_encoding_list, members ); in read_encoding_table()
|
/aoo4110/main/solenv/bin/modules/installer/ |
H A D | control.pm | 625 my $codepage = $2; 628 $msiencoding{$onelanguage} = $codepage;
|
/aoo4110/main/tools/source/fsys/ |
H A D | os2.cxx | 722 aCountry.codepage = NLS_CODEPAGE; /* Code page */
|
/aoo4110/main/oox/source/dump/ |
H A D | oledumper.ini | 135 0=dictionary,codepage
|
H A D | biffdumper.ini | 504 0x00E1=uint16,dec,codepage,CODEPAGES
|