Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx65 mpCommentOut ( NULL ), in CGM()
79 if ( mpCommentOut ) in ImplComment()
83 *mpCommentOut << " " << Description << "\n"; in ImplComment()
97 *mpCommentOut << " "; in ImplComment()
98 mpCommentOut->WriteNumber( mnActCount ); in ImplComment()
103 *mpCommentOut << " L?"; in ImplComment()
106 *mpCommentOut << " UNKNOWN COMMAND"; in ImplComment()
109 *mpCommentOut << " LI"; in ImplComment()
112 *mpCommentOut << " L"; in ImplComment()
113 mpCommentOut->WriteNumber( Level & 0xff ); in ImplComment()
[all …]
H A Dmain.hxx43 #define ComOut( Level, Description ) if ( mpCommentOut ) ImplComment( Level, Description );
H A Dcgm.hxx81 SvStream* mpCommentOut; // ifdef CGM_EXPORT_COMMENT member in CGM