Searched refs:sMyBegComment (Results 1 – 2 of 2) sorted by relevance
102 const static sal_Char __FAR_DATA sMyBegComment[] = "<!-- "; variable138 #define OUT_COMMENT( comment ) (rStrm << sMyBegComment, OUT_STR( comment ) \141 #define lcl_OUT_COMMENT( comment ) (rStrm << sMyBegComment, OUT_STR_NO_CONV( comment ) \395 rStrm << sMyBegComment; OUT_LF(); in WriteHeader()
87 const static char __FAR_DATA sMyBegComment[] = "<!-- "; variable735 #define OUT_COMMENT( comment ) ((*m_pStream) << sMyBegComment, OUT_STR( comment ) << sMyEndComment …736 #define lcl_OUT_COMMENT( comment ) ((*m_pStream) << sMyBegComment, OUT_STR( comment ) << sMyEndComm…823 (*m_pStream) << sMyBegComment; OUT_LF(); in WriteBody()
Completed in 48 milliseconds