Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx404 OUT_STR( aHTMLStyle.aFontFamilyName ); in WriteHeader()
414 OUT_STR( rList.GetToken( 0, ';', nPos ) ); in WriteHeader()
452 OUT_STR( aStr ); in WriteOverview()
672 OUT_STR( aStrOut ); in WriteTables()
676 OUT_STR( aStr ); in WriteTables()
1128 OUT_STR( aStrOut ); in WriteCell()
1136 OUT_STR( aSingleLine ); in WriteCell()
1142 OUT_STR( aSingleLine ); in WriteCell()
1206 OUT_STR( pURLField->GetURL() ); in WriteFieldText()
1208 OUT_STR( pURLField->GetRepresentation() ); in WriteFieldText()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx729 #define OUT_STR( str ) HTMLOutFuncs::Out_String( (*m_pStream), str ) macro
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…

Completed in 35 milliseconds