Home
last modified time | relevance | path

Searched refs:b16BitCount (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx347 void XclExpStream::WriteByteString( const ByteString& rString, sal_uInt16 nMaxLen, bool b16BitCount in WriteByteString() argument
351 if( !b16BitCount ) in WriteByteString()
355 sal_uInt16 nLenFieldSize = b16BitCount ? 2 : 1; in WriteByteString()
359 if( b16BitCount ) in WriteByteString()
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx153 bool b16BitCount = false );

Completed in 17 milliseconds