Searched refs:sOutStr (Results 1 – 1 of 1) sorted by relevance
815 ByteString sOutStr( OOO_STRING_SVTOOLS_HTML_caption ); in Write() local816 (((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() local845 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 15 milliseconds