Home
last modified time | relevance | path

Searched refs:mbIsUnicode (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/sc/source/filter/inc/
H A Dxestring.hxx314 bool mbIsUnicode; /// true, if at least one character is >0xFF. member in XclExpString
/trunk/main/sc/source/filter/excel/
H A Dxestring.cxx286 (mbIsUnicode == rCmp.mbIsUnicode) && in IsEqual()
312 return (mbIsUnicode ? EXC_STRF_16BIT : 0) | (IsWriteFormats() ? EXC_STRF_RICH : 0); in GetFlagField()
325 return mnLen * (mbIsUnicode ? 2 : 1); in GetBufferSize()
459 if( mbIsUnicode ) in WriteBufferToMem()
558 mbIsUnicode = true; in CharsToBuffer()
573 mbIsUnicode = false; in CharsToBuffer()
581 mbIsUnicode = bBiff8 && ::get_flag( nFlags, EXC_STR_FORCEUNICODE ); in Init()
648 rStrm.SetSliceSize( nBytes + (mbIsUnicode ? 2 : 1) ); in PrepareWrite()
/trunk/main/oox/source/dump/
H A Doledumper.cxx425 mbIsUnicode = false; in dumpSection()
471 mbIsUnicode = nCodePage == CODEPAGE_UNICODE; in dumpCodePageProperty()
580 return mbIsUnicode ? dumpCharArray16( rName, nLen ) : dumpCharArray8( rName, nLen ); in dumpString8()
/trunk/main/oox/inc/oox/dump/
H A Doledumper.hxx161 bool mbIsUnicode; member in oox::dump::OlePropertyStreamObject

Completed in 53 milliseconds