Searched refs:aPropIter (Results 1 – 2 of 2) sorted by relevance
360 FilterPropertyInfoList_Impl::iterator aPropIter(aPropInfos.begin()); in FillPropertyStateArray() local365 if (pResults->Name == aPropIter->GetApiName()) in FillPropertyStateArray()370 for( std::list<sal_uInt32>::iterator aIndexItr(aPropIter->GetIndexes().begin()); in FillPropertyStateArray()371 aIndexItr != aPropIter->GetIndexes().end(); in FillPropertyStateArray()380 ++aPropIter; in FillPropertyStateArray()390 FilterPropertyInfoList_Impl::iterator aPropIter(aPropInfos.begin()); in FillPropertyStateArray() local402 for( std::list<sal_uInt32>::iterator aIndexItr(aPropIter->GetIndexes().begin()); in FillPropertyStateArray()403 aIndexItr != aPropIter->GetIndexes().end(); in FillPropertyStateArray()411 ++aPropIter; in FillPropertyStateArray()
530 ::std::vector< XMLPropertyState >::const_iterator aPropIter( rProperties.begin() ); in getPropertyFromContext()531 for( aPropIter = rProperties.begin(); aPropIter != aEnd; ++aPropIter ) in getPropertyFromContext()533 sal_Int32 nIdx = aPropIter->mnIndex; in getPropertyFromContext()538 return aPropIter->maValue; in getPropertyFromContext()
Completed in 33 milliseconds