Lines Matching refs:m_aIdToStyle
64 HashedStyle& rFound = m_aIdToStyle[ nRet ]; in impl_getStyleId()
74 HashedStyle& rNew = m_aIdToStyle[ nRet ]; in impl_getStyleId()
97 m_aIdToStyle.find( nStyleId ); in getProperties()
98 return it != m_aIdToStyle.end() ? &(it->second.Properties) : NULL; in getProperties()
105 m_aIdToStyle.find( nStyleId ); in setProperties()
106 if( it != m_aIdToStyle.end() ) in setProperties()
137 m_aIdToStyle[ nRet ].RefCount++; in setProperties()
143 HashedStyle& rNew = m_aIdToStyle[ nRet ]; in setProperties()
159 m_aIdToStyle.find( nStyle ); in getStyleName()
160 if( style_it != m_aIdToStyle.end() ) in getStyleName()
195 std::hash_map< sal_Int32, HashedStyle >::const_iterator it = m_aIdToStyle.find( nStyleId ); in impl_emitStyle()
196 if( it != m_aIdToStyle.end() ) in impl_emitStyle()
219 for( std::hash_map< sal_Int32, HashedStyle >::iterator it = m_aIdToStyle.begin(); in emit()
220 it != m_aIdToStyle.end(); ++it ) in emit()
234 …table_sort( aMasterPageSection.begin(), aMasterPageSection.end(), StyleIdNameSort(&m_aIdToStyle) ); in emit()
236 …rt( aAutomaticStyleSection.begin(), aAutomaticStyleSection.end(), StyleIdNameSort(&m_aIdToStyle) ); in emit()
238 …ble_sort( aOfficeStyleSection.begin(), aOfficeStyleSection.end(), StyleIdNameSort(&m_aIdToStyle) ); in emit()