Home
last modified time | relevance | path

Searched refs:aOldForward (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmloff/source/text/
H A Dtxtsecte.cxx210 vector<Reference<XTextSection> > ::iterator aOldForward( in exportListAndSectionChange() local
212 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 13 milliseconds