Home
last modified time | relevance | path

Searched refs:codepage (Results 1 – 14 of 14) sorted by relevance

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DCodePage.java40 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()
/trunk/main/dtrans/source/win32/misc/
H A DImplHelper.cxx176 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 DImplHelper.hxx94 sal_Bool SAL_CALL IsOEMCP( sal_uInt32 codepage );
100 rtl::OUString SAL_CALL cptostr( sal_uInt32 codepage );
/trunk/main/dtrans/source/win32/dtobj/
H A DFetcList.cxx425 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 DFetcList.hxx130 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 );
/trunk/main/sal/osl/w32/
H A Dnlsupport.c137 UINT codepage; in GetTextEncodingFromLCID() local
140 codepage = wcstol( ansiCP, &pwcEnd, 10 ); in GetTextEncodingFromLCID()
143 Encoding = rtl_getTextEncodingFromWindowsCodePage( codepage ); in GetTextEncodingFromLCID()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dmsiglobal.pm347 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
/trunk/main/sal/inc/systools/win32/
H A DStrConvert.h79 int WideCharListGetMultiByteLength( UINT codepage, LPCWSTR wcList );
91 int WideCharListToMultiByteList( UINT codepage, LPCWSTR wcList, LPSTR mbList, DWORD dwSize );
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsiTable.pm103 my ($self, $codepage) = @_;
105 $self->{'codepage'} = $codepage;
/trunk/main/setup_native/source/ulfconv/
H A Dulfconv.cxx179 char * codepage = cp; in read_encoding_table() local
188 const _pair *encoding = _pair_search( codepage, _ms_encoding_list, members ); in read_encoding_table()
/trunk/main/solenv/bin/modules/installer/
H A Dcontrol.pm625 my $codepage = $2;
628 $msiencoding{$onelanguage} = $codepage;
/trunk/main/tools/source/fsys/
H A Dos2.cxx722 aCountry.codepage = NLS_CODEPAGE; /* Code page */
/trunk/main/oox/source/dump/
H A Doledumper.ini135 0=dictionary,codepage
H A Dbiffdumper.ini504 0x00E1=uint16,dec,codepage,CODEPAGES

Completed in 69 milliseconds