Home
last modified time | relevance | path

Searched refs:HashedStyle (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sdext/source/pdfimport/tree/
H A Dstyle.hxx60 struct HashedStyle struct in pdfi::StyleContainer
71 HashedStyle() : ContainedElement( NULL ), IsSubStyle( true ), RefCount( 0 ) {} in HashedStyle() argument
73 HashedStyle( const HashedStyle& rRight ) : in HashedStyle() argument
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;
[all …]
H A Dstyle.cxx50 HashedStyle aSearchStyle; in impl_getStyleId()
58 std::hash_map< HashedStyle, sal_Int32, StyleHash >::iterator it = in impl_getStyleId()
64 HashedStyle& rFound = m_aIdToStyle[ nRet ]; in impl_getStyleId()
74 HashedStyle& rNew = m_aIdToStyle[ nRet ]; in impl_getStyleId()
96 std::hash_map< sal_Int32, HashedStyle >::const_iterator it = in getProperties()
104 std::hash_map< sal_Int32, HashedStyle >::iterator it = in setProperties()
123 HashedStyle aSearchStyle; in setProperties()
143 HashedStyle& rNew = m_aIdToStyle[ nRet ]; in setProperties()
158 std::hash_map< sal_Int32, HashedStyle >::const_iterator style_it = in getStyleName()
162 const HashedStyle& rStyle = style_it->second; in getStyleName()
[all …]

Completed in 17 milliseconds