Searched refs:bFonts (Results 1 – 2 of 2) sorted by relevance
458 bool bFonts = getFlag( nFlagField, BIFF_STRF_RICH ); in importUniString() local460 sal_uInt16 nFontCount = bFonts ? rStrm.readuInt16() : 0; in importUniString()
484 bool bFonts = getFlag( nFlagField, BIFF_STRF_RICH ); in dumpUniString() local486 sal_uInt16 nFontCount = bFonts ? mxBiffStrm->readuInt16() : 0; in dumpUniString()
Completed in 47 milliseconds