Searched refs:aOldStack (Results 1 – 1 of 1) sorted by relevance
162 vector< Reference<XTextSection> > aOldStack; in exportListAndSectionChange() local169 aOldStack.clear(); in exportListAndSectionChange()171 aOldStack.push_back(aCurrent); in exportListAndSectionChange()194 aOldStack.rbegin(); in exportListAndSectionChange()198 while ( (aOld != aOldStack.rend()) && in exportListAndSectionChange()208 if (aOld != aOldStack.rend()) in exportListAndSectionChange()211 aOldStack.begin()); in exportListAndSectionChange()212 while ((aOldForward != aOldStack.end()) && in exportListAndSectionChange()221 if (aOldForward != aOldStack.end()) in exportListAndSectionChange()
Completed in 10 milliseconds