Searched refs:pSectionExport (Results 1 – 3 of 3) sorted by relevance
168 if (pSectionExport->IsMuteSection(aCurrent)) in exportListAndSectionChange()182 if (pSectionExport->IsMuteSection(aCurrent)) in exportListAndSectionChange()218 pSectionExport->ExportSectionEnd(*aOldForward, bAutoStyles); in exportListAndSectionChange()226 pSectionExport->ExportSectionEnd(*aOldForward, bAutoStyles); in exportListAndSectionChange()236 pSectionExport->ExportSectionStart(*aNew, bAutoStyles); in exportListAndSectionChange()
1176 pSectionExport( NULL ), in XMLTextParagraphExport()1325 pSectionExport = new XMLSectionExport( rExp, *this ); in XMLTextParagraphExport()1352 delete pSectionExport; in ~XMLTextParagraphExport()1843 if (pSectionExport->IsMuteSection(xCurrentTextSection)) in exportTextContentEnumeration()1847 pSectionExport->ExportMasterDocHeadingDummies(); in exportTextContentEnumeration()1850 pSectionExport->IsInSection( xCurrentTextSection, in exportTextContentEnumeration()1859 ! pSectionExport->IsInSection( xCurrentTextSection, in exportTextContentEnumeration()1878 if (! pSectionExport->IsMuteSection(xCurrentTextSection)) in exportTextContentEnumeration()1892 pSectionExport->ExportMasterDocHeadingDummies(); in exportTextContentEnumeration()3708 DBG_ASSERT( pSectionExport != NULL, "We need the section export." ); in PreventExportOfControlsInMuteSections()[all …]
94 XMLSectionExport *pSectionExport; member in XMLTextParagraphExport