Searched refs:OUT_STR (Results 1 – 2 of 2) sorted by relevance
131 #define OUT_STR( str ) HTMLOutFuncs::Out_String( rStrm, str, eDestEnc, &aNonConvertibleChars ) macro138 #define OUT_COMMENT( comment ) (rStrm << sMyBegComment, OUT_STR( comment ) \404 OUT_STR( aHTMLStyle.aFontFamilyName ); in WriteHeader()414 OUT_STR( rList.GetToken( 0, ';', nPos ) ); in WriteHeader()438 OUT_STR( ScGlobal::GetRscString( STR_OVERVIEW ) ); in WriteOverview()452 OUT_STR( aStr ); in WriteOverview()591 OUT_STR( URIHelper::simpleNormalizedMakeRelative( in WriteBody()672 OUT_STR( aStrOut ); in WriteTables()676 OUT_STR( aStr ); in WriteTables()1128 OUT_STR( aStrOut ); in WriteCell()[all …]
729 #define OUT_STR( str ) HTMLOutFuncs::Out_String( (*m_pStream), str ) macro735 #define OUT_COMMENT( comment ) ((*m_pStream) << sMyBegComment, OUT_STR( comment ) << sMyEndComment…736 #define lcl_OUT_COMMENT( comment ) ((*m_pStream) << sMyBegComment, OUT_STR( comment ) << sMyEndCom…