Searched refs:aOldForward (Results 1 – 1 of 1) sorted by relevance
210 vector<Reference<XTextSection> > ::iterator aOldForward( in exportListAndSectionChange() local212 while ((aOldForward != aOldStack.end()) && in exportListAndSectionChange()213 (*aOldForward != *aOld)) in exportListAndSectionChange()216 pRedlineExport->ExportStartOrEndRedline(*aOldForward, in exportListAndSectionChange()218 pSectionExport->ExportSectionEnd(*aOldForward, bAutoStyles); in exportListAndSectionChange()219 ++aOldForward; in exportListAndSectionChange()221 if (aOldForward != aOldStack.end()) in exportListAndSectionChange()224 pRedlineExport->ExportStartOrEndRedline(*aOldForward, in exportListAndSectionChange()226 pSectionExport->ExportSectionEnd(*aOldForward, bAutoStyles); in exportListAndSectionChange()
Completed in 11 milliseconds