Home
last modified time | relevance | path

Searched refs:nReadChars (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/source/ole/
H A Dolehelper.cxx100 sal_Int32 nReadChars = getLimitedValue< sal_Int32, sal_Int32 >( nChars, 0, SAL_MAX_UINT16 ); in lclReadStdHlinkString() local
102 …aRet = bUnicode ? rInStrm.readUnicodeArray( nReadChars, true ) : rInStrm.readCharArrayUC( nReadCha… in lclReadStdHlinkString()
108 rInStrm.skip( (bUnicode ? 2 : 1) * (nChars - nReadChars) ); in lclReadStdHlinkString()
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx116 sal_uInt16 nReadChars = ulimit_cast< sal_uInt16 >( nChars ); in lclAppendString32() local
117 rString.Append( rStrm.ReadRawUniString( nReadChars, b16Bit ) ); in lclAppendString32()
119 sal_Size nIgnore = nChars - nReadChars; in lclAppendString32()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx260 sal_uInt16 nReadChars = ulimit_cast< sal_uInt16 >( nChars ); in lclAppendString32() local
261 String urlStr = SwWW8ImplReader::ReadRawUniString( rStrm, nReadChars, b16Bit ); in lclAppendString32()

Completed in 48 milliseconds