Searched refs:aSearchIter (Results 1 – 2 of 2) sorted by relevance
1505 PassMap::iterator aSearchIter = m_aContainer.find( aIter->first ); in Notify() local1506 if( aSearchIter != m_aContainer.end() ) in Notify()1508 UpdateVector( aSearchIter->first, aSearchIter->second, *aNPIter, sal_False ); in Notify()
1513 OValueVector::Vector::iterator aSearchIter = aSearchRow->get().begin(); in OpenImpl() local1514 for ( ++aRowIter,++aSearchIter; // the first column is the bookmark column in OpenImpl()1516 ++aRowIter,++aSearchIter) in OpenImpl()1517 aSearchIter->setBound((*aRowIter)->isBound()); in OpenImpl()
Completed in 54 milliseconds