Lines Matching refs:end
61 if( it != m_aStyleToId.end() ) in impl_getStyleId()
98 return it != m_aIdToStyle.end() ? &(it->second.Properties) : NULL; in getProperties()
106 if( it != m_aIdToStyle.end() ) in setProperties()
134 if( new_it != m_aStyleToId.end() ) in setProperties()
160 if( style_it != m_aIdToStyle.end() ) in getStyleName()
165 if( name_it != rStyle.Properties.end() ) in getStyleName()
171 if( fam_it != rStyle.Properties.end() ) in getStyleName()
196 if( it != m_aIdToStyle.end() ) in impl_emitStyle()
220 it != m_aIdToStyle.end(); ++it ) in emit()
234 …std::stable_sort( aMasterPageSection.begin(), aMasterPageSection.end(), StyleIdNameSort(&m_aIdToSt… in emit()
236 …std::stable_sort( aAutomaticStyleSection.begin(), aAutomaticStyleSection.end(), StyleIdNameSort(&m… in emit()
238 …std::stable_sort( aOfficeStyleSection.begin(), aOfficeStyleSection.end(), StyleIdNameSort(&m_aIdTo… in emit()