Home
last modified time | relevance | path

Searched defs:nChars (Results 51 – 60 of 60) sorted by last modified time

123

/trunk/main/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx258 sal_Size nChars = rtl_convertTextToUnicode( in doComplexCharSetTest() local
/trunk/main/sal/osl/w32/
H A Dpipeimpl.cxx167 DWORD nChars = GetTempPath( MAX_PATH, lpMappingFileName ); in CreatePipeDataMapping() local
/trunk/main/sal/osl/os2/
H A Dpipeimpl.cxx162 DWORD nChars = GetTempPath( MAX_PATH, lpMappingFileName ); in CreatePipeDataMapping() local
/trunk/main/oox/source/xls/
H A Drichstring.cxx425 void RichString::importCharArray( BiffInputStream& rStrm, sal_uInt16 nChars, rtl_TextEncoding eText… in importCharArray()
457 sal_uInt16 nChars = b8BitLength ? rStrm.readuInt8() : rStrm.readuInt16(); in importUniString() local
H A Dpivotcachebuffer.cxx1352 sal_uInt16 nChars = rStrm.readuInt16(); in importDConUrl() local
H A Dbiffinputstream.cxx373 OUString BiffInputStream::readUniStringChars( sal_uInt16 nChars, bool b16BitChars, bool bAllowNulCh… in readUniStringChars()
401 OUString BiffInputStream::readUniStringBody( sal_uInt16 nChars, bool bAllowNulChars ) in readUniStringBody()
416 void BiffInputStream::skipUniStringChars( sal_uInt16 nChars, bool b16BitChars ) in skipUniStringChars()
432 void BiffInputStream::skipUniStringBody( sal_uInt16 nChars ) in skipUniStringBody()
/trunk/main/oox/source/ole/
H A Dolehelper.cxx97 sal_Int32 nChars = rInStrm.readInt32(); in lclReadStdHlinkString() local
274 …sal_uInt16 nChars = getLimitedValue< sal_uInt16, sal_Int32 >( rInStrm.readInt32() / 2, 0, SAL_MAX_… in importStdHlink() local
H A Daxbinaryreader.cxx196 … sal_Int32 nChars = static_cast< sal_Int32 >( nBufSize / ((bCompressed || bArrayString) ? 1 : 2) ); in lclReadString() local
/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx76 OString BinaryInputStream::readCharArray( sal_Int32 nChars, bool bAllowNulChars ) in readCharArray()
93 OUString BinaryInputStream::readCharArrayUC( sal_Int32 nChars, rtl_TextEncoding eTextEnc, bool bAll… in readCharArrayUC()
98 OUString BinaryInputStream::readUnicodeArray( sal_Int32 nChars, bool bAllowNulChars ) in readUnicodeArray()
119 OUString BinaryInputStream::readCompressedUnicodeArray( sal_Int32 nChars, bool bCompressed, bool bA… in readCompressedUnicodeArray()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx479 sal_uInt16 nChars = b8BitLength ? mxBiffStrm->readuInt8() : mxBiffStrm->readuInt16(); in dumpUniString() local

Completed in 140 milliseconds

123