Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/text/
H A Dtxtsecte.cxx215 if ( !bAutoStyles && (NULL != pRedlineExport) ) in exportListAndSectionChange()
216 pRedlineExport->ExportStartOrEndRedline(*aOldForward, in exportListAndSectionChange()
223 if ( !bAutoStyles && (NULL != pRedlineExport) ) in exportListAndSectionChange()
224 pRedlineExport->ExportStartOrEndRedline(*aOldForward, in exportListAndSectionChange()
234 if ( !bAutoStyles && (NULL != pRedlineExport) ) in exportListAndSectionChange()
235 pRedlineExport->ExportStartOrEndRedline(*aNew, sal_True); in exportListAndSectionChange()
H A Dtxtparae.cxx1179 pRedlineExport( NULL ), in XMLTextParagraphExport()
1330 pRedlineExport = new XMLRedlineExport( rExp ); in XMLTextParagraphExport()
1350 delete pRedlineExport; in ~XMLTextParagraphExport()
1731 if( !bAutoStyles && (pRedlineExport != NULL) ) in exportText()
1732 pRedlineExport->ExportStartOrEndRedline( xPropertySet, sal_True ); in exportText()
1735 if( !bAutoStyles && (pRedlineExport != NULL) ) in exportText()
1736 pRedlineExport->ExportStartOrEndRedline( xPropertySet, sal_False ); in exportText()
1759 if( !bAutoStyles && (pRedlineExport != NULL) ) in exportText()
1762 pRedlineExport->ExportStartOrEndRedline( xPropertySet, sal_True ); in exportText()
1766 if( !bAutoStyles && (pRedlineExport != NULL) ) in exportText()
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx98 XMLRedlineExport *pRedlineExport; member in XMLTextParagraphExport