Searched refs:nFontCount (Results 1 – 10 of 10) sorted by relevance
261 const int nFontCount = GetDevFontCount(); in Paint() local262 const int nFontSamples = (nFontCount<15) ? nFontCount : 15; in Paint()271 FontInfo aFont = GetDevFont( (i*nFontCount) / nFontSamples ); in Paint()
464 sal_uInt16 nFontCount = bFonts ? rStrm.readuInt16() : 0; in importUniString() local472 if( !rStrm.isEof() && (nFontCount > 0) ) in importUniString()475 aPortions.importPortions( rStrm, nFontCount, BIFF_FONTPORTION_16BIT ); in importUniString()
551 sal_uInt16 nFontCount = getFlag( nFlags, BIFF_STRF_RICH ) ? readuInt16() : 0; in readUniStringHeader() local553 ornAddSize = 4 * nFontCount + ::std::max< sal_Int32 >( 0, nPhoneticSize ); in readUniStringHeader()
75 sal_uInt16 nFontCount = ::std::min( pList->GetFontNameCount(), static_cast< sal_uInt16 >(100) ); in Fill() local76 for ( sal_uInt16 i = 0; i < nFontCount; i++ ) in Fill()
692 sal_uInt16 nFontCount = pList->GetFontNameCount(); in Fill() local693 for ( sal_uInt16 i = 0; i < nFontCount; i++ ) in Fill()
385 sal_uInt16 nFontCount = aFntLst.GetFontNameCount(); in IMPL_LINK() local386 for(sal_uInt16 nFont = 0; nFont < nFontCount; nFont++) in IMPL_LINK()
562 const int nFontCount = CFArrayGetCount( mpCTFontArray ); in Init() local563 const CFRange aFullRange = CFRangeMake( 0, nFontCount ); in Init()
820 sal_uInt32 nFontCount = rFontTable->size(); in ApplyStyleSheets() local821 if( !m_pImpl->m_rDMapper.IsOOXMLImport() && nFontCount > 2 ) in ApplyStyleSheets()836 if( nFontCount > 3 ) in ApplyStyleSheets()
486 sal_uInt16 nFontCount = bFonts ? mxBiffStrm->readuInt16() : 0; in dumpUniString() local495 if( nFontCount > 0 ) in dumpUniString()499 aPortions.importPortions( *mxBiffStrm, nFontCount, BIFF_FONTPORTION_16BIT ); in dumpUniString()
298 sal_uInt32 nFontIndex, nFontCount = 0; in Import() local326 nFontCount = nTemp; in Import()
Completed in 91 milliseconds