Home
last modified time | relevance | path

Searched refs:style_it (Results 1 – 2 of 2) sorted by path

/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.cxx158 std::hash_map< sal_Int32, HashedStyle >::const_iterator style_it = in getStyleName() local
160 if( style_it != m_aIdToStyle.end() ) in getStyleName()
162 const HashedStyle& rStyle = style_it->second; in getStyleName()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2624 ::std::hash_map< int, family::type >::const_iterator style_it = in fillPrintFontInfo()
2629 rInfo.m_eFamilyStyle = style_it != m_aFamilyTypes.end() ? style_it->second : family::Unknown; in fillPrintFontInfo()

Completed in 38 milliseconds