Searched refs:b16BitCount (Results 1 – 2 of 2) sorted by relevance
347 void XclExpStream::WriteByteString( const ByteString& rString, sal_uInt16 nMaxLen, bool b16BitCount… in WriteByteString() argument351 if( !b16BitCount ) in WriteByteString()355 sal_uInt16 nLenFieldSize = b16BitCount ? 2 : 1; in WriteByteString()359 if( b16BitCount ) in WriteByteString()
153 bool b16BitCount = false );
Completed in 20 milliseconds