Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx87 const static char __FAR_DATA sMyBegComment[] = "<!-- "; variable
735 #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()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx102 const static sal_Char __FAR_DATA sMyBegComment[] = "<!-- "; variable
138 #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()

Completed in 37 milliseconds