Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx815 ByteString sOutStr( OOO_STRING_SVTOOLS_HTML_caption ); in Write() local
816 (((sOutStr += ' ') += OOO_STRING_SVTOOLS_HTML_O_align) += '=') in Write()
818 HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), sOutStr.GetBuffer(), sal_True ); in Write()
844 ByteString sOutStr( '<' ); in Write() local
845 sOutStr += OOO_STRING_SVTOOLS_HTML_col; in Write()
860 ((sOutStr += ' ' ) += OOO_STRING_SVTOOLS_HTML_O_width ) += '='; in Write()
863 (sOutStr += ByteString::CreateFromInt32( nWidth ) ) += '*'; in Write()
867 sOutStr += ByteString::CreateFromInt32( rWrt.ToPixel( nWidth ) ); in Write()
869 sOutStr += '>'; in Write()
870 rWrt.Strm() << sOutStr.GetBuffer(); in Write()

Completed in 20 milliseconds