Lines Matching refs:it

154 …   for( FontCacheEntry::const_iterator it = rEntry.begin(); it != rEntry.end(); ++it, nSubEntry++ )  in flush()  local
162 … nSubEntry = static_cast<const PrintFontManager::TrueTypeFontFile*>(*it)->m_nCollectionEntry; in flush()
166 …aLine = OUStringToOString( pAtoms->getString( ATOM_FAMILYNAME, (*it)->m_nFamilyName ), RTL_TEXTENC… in flush()
167 …for( ::std::list< int >::const_iterator name_it = (*it)->m_aAliases.begin(); name_it != (*it)->m_a… in flush()
178 const OUString& rPSName( pAtoms->getString( ATOM_PSNAME, (*it)->m_nPSName ) ); in flush()
183 aLine.Append( ByteString::CreateFromInt32( (*it)->m_eItalic ) ); in flush()
185 aLine.Append( ByteString::CreateFromInt32( (*it)->m_eWeight ) ); in flush()
187 aLine.Append( ByteString::CreateFromInt32( (*it)->m_eWidth ) ); in flush()
189 aLine.Append( ByteString::CreateFromInt32( (*it)->m_ePitch ) ); in flush()
191 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aEncoding ) ); in flush()
193 aLine.Append( ByteString::CreateFromInt32( (*it)->m_nAscend ) ); in flush()
195 aLine.Append( ByteString::CreateFromInt32( (*it)->m_nDescend ) ); in flush()
197 aLine.Append( ByteString::CreateFromInt32( (*it)->m_nLeading ) ); in flush()
199 aLine.Append( (*it)->m_bHaveVerticalSubstitutedGlyphs ? "1" : "0" ); in flush()
201 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricX.width ) ); in flush()
203 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricX.height ) ); in flush()
205 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricY.width ) ); in flush()
207 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricY.height ) ); in flush()
209 aLine.Append( (*it)->m_bUserOverride ? "1" : "0" ); in flush()
215 switch( (*it)->m_eType ) in flush()
219 …ne.Append( ByteString( static_cast<const PrintFontManager::Type1FontFile*>(*it)->m_aMetricFile ) ); in flush()
223 …ng::CreateFromInt32( static_cast<const PrintFontManager::TrueTypeFontFile*>(*it)->m_nTypeFlags ) ); in flush()
227 if( (*it)->m_aStyleName.getLength() ) in flush()
230 … aLine.Append( ByteString( String( (*it)->m_aStyleName ), RTL_TEXTENCODING_UTF8 ) ); in flush()