Searched refs:EXC_STR_SMARTFLAGS (Results 1 – 4 of 4) sorted by relevance
33 const XclStrFlags nAllowedFlags = EXC_STR_8BITLENGTH | EXC_STR_SMARTFLAGS | EXC_STR_SEPARATEFORMATS;73 if( nChars || !::get_flag( nFlags, EXC_STR_SMARTFLAGS ) ) in Read()
583 mbSmartFlags = bBiff8 && ::get_flag( nFlags, EXC_STR_SMARTFLAGS ); in Init()
1152 XclExpString aXclSep( maData.maSeparator, EXC_STR_FORCEUNICODE | EXC_STR_SMARTFLAGS ); in WriteBody()
37 const XclStrFlags EXC_STR_SMARTFLAGS = 0x0004; /// Omit flags on empty string (default: re… variable
Completed in 37 milliseconds