Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx1553 if( !pRedlAuthors ) in AddRedlineAuthor()
1555 pRedlAuthors = new WW8_WrtRedlineAuthor; in AddRedlineAuthor()
1556 pRedlAuthors->AddName(CREATE_CONST_ASC("Unknown")); in AddRedlineAuthor()
1558 return pRedlAuthors->AddName( SW_MOD()->GetRedlineAuthor( nId ) ); in AddRedlineAuthor()
2807 if( pRedlAuthors ) in WriteFkpPlcUsw()
2808 pRedlAuthors->Write( GetWriter() ); // sttbfRMark (RedlineAuthors) in WriteFkpPlcUsw()
2843 if( pRedlAuthors ) in WriteFkpPlcUsw()
2844 pRedlAuthors->Write( GetWriter() ); // sttbfRMark (RedlineAuthors) in WriteFkpPlcUsw()
3103 pRedlAuthors = 0; in ExportDocument()
3388 delete pRedlAuthors; in ExportDocument_Impl()
H A Dwrtww8.hxx477 WW8_WrtRedlineAuthor* pRedlAuthors; member in MSWordExportBase