Searched refs:aPropStates (Results 1 – 3 of 3) sorted by relevance
112 XMLPropertyStateList_Impl aPropStates; member in XMLPropertyStates_Impl122 aPropStates(), in XMLPropertyStates_Impl()125 aLastItr = aPropStates.begin(); in XMLPropertyStates_Impl()141 if (aItr == aPropStates.end()) in AddPropertyState()143 aLastItr = aPropStates.insert(aPropStates.end(), rPropState); in AddPropertyState()149 aLastItr = aPropStates.insert(aItr, rPropState); in AddPropertyState()154 while(!bInserted && (aItr++ != aPropStates.end())); in AddPropertyState()163 ::std::copy( aPropStates.begin(), aPropStates.end(), rVector.begin() ); in FillPropertyStateVector()346 XMLPropertyStates_Impl aPropStates; in FillPropertyStateArray() local513 aPropStates.AddPropertyState( aNewProperty ); in FillPropertyStateArray()[all …]
172 Sequence< PropertyState > aPropStates( nCount ); in getPropertyStates() local173 PropertyState* pPropStates = aPropStates.getArray(); in getPropertyStates()180 return aPropStates; in getPropertyStates()
1205 ::std::vector< XMLPropertyState > aPropStates = pExportHelper[i].first->Filter( _xProp ); in exportAutoStyle()1206 if ( !aPropStates.empty() ) in exportAutoStyle()1208 ::std::vector< XMLPropertyState >::iterator aItr = aPropStates.begin(); in exportAutoStyle()1209 ::std::vector< XMLPropertyState >::iterator aEnd = aPropStates.end(); in exportAutoStyle()1235 …urrentPropertyStates.begin(), m_aCurrentPropertyStates.end(), ::std::back_inserter( aPropStates )); in exportAutoStyle()1236 if ( !aPropStates.empty() ) in exportAutoStyle()1237 …yleMap::value_type(_xProp,GetAutoStylePool()->Add( pExportHelper[i].second.second, aPropStates ))); in exportAutoStyle()
Completed in 31 milliseconds