Searched refs:TAG_ON (Results 1 – 3 of 3) sorted by relevance
129 #define TAG_ON( tag ) HTMLOutFuncs::Out_AsciiTag( rStrm, tag ) macro437 TAG_ON( OOO_STRING_SVTOOLS_HTML_head1 ); in WriteOverview()671 TAG_ON( OOO_STRING_SVTOOLS_HTML_head1 ); in WriteTables()673 TAG_ON( OOO_STRING_SVTOOLS_HTML_emphasis ); in WriteTables()730 TAG_ON( OOO_STRING_SVTOOLS_HTML_colgroup ); in WriteTables()744 TAG_ON( aByteStrOut.GetBuffer() ); in WriteTables()1042 TAG_ON( aStrTD.GetBuffer() ); in WriteCell()1044 if ( bBold ) TAG_ON( OOO_STRING_SVTOOLS_HTML_bold ); in WriteCell()1045 if ( bItalic ) TAG_ON( OOO_STRING_SVTOOLS_HTML_italic ); in WriteCell()1095 TAG_ON( aStr.GetBuffer() ); in WriteCell()[all …]
727 #define TAG_ON( tag ) HTMLOutFuncs::Out_AsciiTag( (*m_pStream), tag ) macro732 #define TAG_ON_LF( tag ) (TAG_ON( tag ) << ODatabaseImportExport::sNewLine << GetIndentStr())900 TAG_ON( aStrOut.getStr() ); in WriteTables()904 TAG_ON( OOO_STRING_SVTOOLS_HTML_caption ); in WriteTables()905 TAG_ON( OOO_STRING_SVTOOLS_HTML_bold ); in WriteTables()1077 TAG_ON( aStrTD.getStr() ); in WriteCell()1086 if ( bBold ) TAG_ON( OOO_STRING_SVTOOLS_HTML_bold ); in WriteCell()1087 if ( bItalic ) TAG_ON( OOO_STRING_SVTOOLS_HTML_italic ); in WriteCell()1088 if ( bUnderline ) TAG_ON( OOO_STRING_SVTOOLS_HTML_underline ); in WriteCell()1089 if ( bStrikeout ) TAG_ON( OOO_STRING_SVTOOLS_HTML_strike ); in WriteCell()[all …]
140 #define TAG_ON 0x100 macro141 #define TAG_BOLDON ( TAG_GROUP_FORMAT << TAG_GROUPSHIFT | TAG_ON | 0x001 )143 #define TAG_ITALICON ( TAG_GROUP_FORMAT << TAG_GROUPSHIFT | TAG_ON | 0x002 )145 #define TAG_UNDERLINEON ( TAG_GROUP_FORMAT << TAG_GROUPSHIFT | TAG_ON | 0x004 )
Completed in 42 milliseconds