Lines Matching refs:HashedStyle
60 struct HashedStyle struct in pdfi::StyleContainer
71 HashedStyle() : ContainedElement( NULL ), IsSubStyle( true ), RefCount( 0 ) {} in HashedStyle() function
73 HashedStyle( const HashedStyle& rRight ) : in HashedStyle() function
99 bool operator==(const HashedStyle& rRight) const in operator ==() argument
121 size_t operator()( const StyleContainer::HashedStyle& rStyle ) const in operator ()()
131 const std::hash_map< sal_Int32, HashedStyle >* m_pMap;
133 StyleIdNameSort( const std::hash_map< sal_Int32, HashedStyle >* pMap ) : in StyleIdNameSort()
138 const std::hash_map< sal_Int32, HashedStyle >::const_iterator left_it = in operator ()()
140 const std::hash_map< sal_Int32, HashedStyle >::const_iterator right_it = in operator ()()
152 std::hash_map< sal_Int32, HashedStyle > m_aIdToStyle;
153 std::hash_map< HashedStyle, sal_Int32, StyleHash > m_aStyleToId;