Searched refs:bFonts (Results 1 – 2 of 2) sorted by relevance
462 bool bFonts = getFlag( nFlagField, BIFF_STRF_RICH ); in importUniString() local464 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 51 milliseconds