Searched refs:pAutoFmtRedlnComment (Results 1 – 3 of 3) sorted by relevance
321 if( pAutoFmtRedlnComment && pAutoFmtRedlnComment->Len() ) in AppendRedline()323 pNewRedl->SetComment( *pAutoFmtRedlnComment ); in AppendRedline()2598 if( !pAutoFmtRedlnComment ) in SetAutoFmtRedlineComment()2599 pAutoFmtRedlnComment = new String( *pTxt ); in SetAutoFmtRedlineComment()2601 *pAutoFmtRedlnComment = *pTxt; in SetAutoFmtRedlineComment()2603 else if( pAutoFmtRedlnComment ) in SetAutoFmtRedlineComment()2604 delete pAutoFmtRedlnComment, pAutoFmtRedlnComment = 0; in SetAutoFmtRedlineComment()
268 pAutoFmtRedlnComment( 0 ), in SwDoc()552 delete pAutoFmtRedlnComment; in ~SwDoc()
377 String *pAutoFmtRedlnComment; // Kommentar fuer Redlines, die member in SwDoc
Completed in 42 milliseconds