Home
last modified time | relevance | path

Searched refs:Strm (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx259 Strm() << '{' << OOO_STRING_SVTOOLS_RTF_IGNORE << OOO_STRING_SVTOOLS_RTF_LISTTABLE; in WriteNumbering()
261 Strm() << '}'; in WriteNumbering()
263 Strm() << '{' << OOO_STRING_SVTOOLS_RTF_LISTOVERRIDETABLE; in WriteNumbering()
265 Strm() << '}'; in WriteNumbering()
291 Strm() << '{' << OOO_STRING_SVTOOLS_RTF_IGNORE << OOO_STRING_SVTOOLS_RTF_REVTBL << ' '; in WriteRevTab()
295 Strm() << '{'; in WriteRevTab()
297 Strm() << OutString(*pAuthor, eDefaultEncoding); in WriteRevTab()
298 Strm() << ";}"; in WriteRevTab()
300 Strm() << '}' << sNewLine; in WriteRevTab()
396 Strm() << sNewLine << '{' << OOO_STRING_SVTOOLS_RTF_FONTTBL; in WriteFonts()
[all …]
H A Drtfattributeoutput.cxx521 aParagraph.writeAndClear(m_rExport.Strm()); in EndParagraph()
533 m_rExport.Strm() << m_rExport.sNewLine << OOO_STRING_SVTOOLS_RTF_PAR << ' '; in EmptyParagraph()
543 m_rExport.Strm() << m_aSectionBreaks.makeStringAndClear(); in StartParagraphProperties()
549 m_aSectionHeaders.writeAndClear(m_rExport.Strm()); in StartParagraphProperties()
576 aPar.writeAndClear(m_rExport.Strm()); in StartParagraphProperties()
588 m_rExport.Strm() << m_aStyles.makeStringAndClear(); in EndParagraphProperties()
749 aStyle.writeAndClear(m_rExport.Strm()); in ParagraphStyle()
1111 m_rExport.Strm() << m_aRowDefs.makeStringAndClear(); in StartTableRow()
1223 m_rExport.Strm() << m_rExport.sNewLine << '{' << OOO_STRING_SVTOOLS_RTF_COLORTBL; in StartStyles()
1234 m_rExport.Strm() << '}'; in EndStyles()
[all …]
H A Dwrtww8.cxx278 SvStream& rStrm = rWrt.bWrtWW8 ? *rWrt.pTableStrm : rWrt.Strm(); in Write()
947 nFkpStartPage = (sal_uInt16) ( SwWW8Writer::FillUntil( rWrt.Strm() ) >> 9 ); in WriteFkps()
950 aFkps.GetObject( i )->Write( rWrt.Strm(), *rWrt.pGrf ); in WriteFkps()
1369 sal_uLong nNd = rNd.GetIndex(), nSttCP = Fc2Cp( Strm().Tell() ); in AppendBookmarks()
1412 sal_uLong nSttCP = Fc2Cp( Strm().Tell() ) + ( bSkip? 1: 0 ); in AppendBookmark()
1483 pChpPlc->AppendFkpEntry( Strm().Tell(), pO->Count(), pO->GetData() ); in OutGrfBullets()
1514 pChpPlc->AppendFkpEntry( Strm().Tell(), static_cast< short >(pArr - aArr), aArr ); in OutGrfBullets()
1572 SvStream& rStrm = bWrtWW8 ? *pTableStrm : Strm(); in WriteAsStringTable()
1757 sal_uLong nPos = Strm().Tell(); in WriteStringAsPara()
1803 pPiece->AppendPc ( Strm().Tell(), bUnicode ); in OutSwString()
[all …]
H A Dww8atr.cxx969 …m_rWW8Export.pPapPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell() - (mbOnTOXEnding?2:0), m_rWW8Expo… in EndParagraph()
983 … m_rWW8Export.pPapPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), m_rWW8Export.pO->Count(), in EndParagraph()
987 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), m_rWW8Export.pO->Count(), in EndParagraph()
1010 … m_rWW8Export.pAtn->Append( m_rWW8Export.Fc2Cp( m_rWW8Export.Strm().Tell() ), pRedlineData ); in StartRun()
1037 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), in EndRunProperties()
1057 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), in OutputFKP()
1715 rWrt.pChpPlc->AppendFkpEntry(rWrt.Strm().Tell()); in InsertSpecialChar()
1717 rWrt.pChpPlc->AppendFkpEntry(rWrt.Strm().Tell(), aItems.Count(), in InsertSpecialChar()
1793 rWrt.pChpPlc->AppendFkpEntry(rWrt.Strm().Tell(), aItems.Count(), in InsertSpecialChar()
1853 pFldP->Append( Fc2Cp( Strm().Tell() ), aFld13 ); in OutputField()
[all …]
H A Dwrtw8esh.cxx419 pChpPlc->AppendFkpEntry( Strm().Tell() ); in DoComboBox()
433 pChpPlc->AppendFkpEntry(Strm().Tell(), sizeof(aArr1), aArr1); in DoComboBox()
466 pChpPlc->AppendFkpEntry( Strm().Tell() ); in DoCheckBox()
479 pChpPlc->AppendFkpEntry(Strm().Tell(), in DoCheckBox()
526 pChpPlc->AppendFkpEntry( Strm().Tell() ); in DoFormText()
539 pChpPlc->AppendFkpEntry(Strm().Tell(), in DoFormText()
553 SwWW8Writer::WriteString16(Strm(), fieldStr, false); in DoFormText()
562 pChpPlc->AppendFkpEntry(Strm().Tell(), in DoFormText()
929 WW8_CP nCP = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteTxt()
1003 WW8_CP nCP = Fc2Cp(Strm().Tell()); in AppendFlyInFlys()
[all …]
H A Dwrtw8sty.cxx1103 nCpStt = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteFtnEndTxt()
1113 nCpStt = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteFtnEndTxt()
1177 rCpPos = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in OutHeaderFooter()
1186 rCpPos = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in OutHeaderFooter()
1466 sal_uLong nCpPos = Fc2Cp( Strm().Tell() ); in WriteHeadersFooters()
1748 sal_uLong nCpStart = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteKFTxt()
1775 sal_uLong nCpEnd = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteKFTxt()
1973 sal_uLong nCpStart = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteGenericTxt()
1983 pTxtPos->Append( rWrt.Fc2Cp( rWrt.Strm().Tell() )); in WriteGenericTxt()
2003 WW8_CP nCP = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteGenericTxt()
[all …]
H A Dwrtw8nds.cxx922 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell() ); in StartURL()
937 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), sizeof( aArr1 ), aArr1 ); in StartURL()
1102 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), aItems.Count(), in FieldVanish()
1106 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), nStt_sprmCFSpec, in FieldVanish()
1109 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), aItems.Count(), in FieldVanish()
1606 …m_rWW8Export.pPapPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), m_rWW8Export.pO->Count(), m_rWW8… in FormatDrop()
1643 …m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), m_rWW8Export.pO->Count(), m_rWW8… in FormatDrop()
2414 … m_rWW8Export.pPapPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), m_rWW8Export.pO->Count(), in TableNodeInfo()
2434 if ( WW8_CP nPos = Fc2Cp( Strm().Tell() ) )
2627 pSepx->AppendSep(Fc2Cp(Strm().Tell()), pPageDesc, pFmt, nLnNum); in AppendSection()
H A Dwrtww8gr.cxx314 pChpPlc->AppendFkpEntry( Strm().Tell(), in OutputOLENode()
383 pChpPlc->AppendFkpEntry( Strm().Tell(), pO->Count(), pO->GetData() ); in OutGrf()
470 pChpPlc->AppendFkpEntry( Strm().Tell(), static_cast< short >(pArr - aArr), aArr ); in OutGrf()
491 pPapPlc->AppendFkpEntry( Strm().Tell(), pO->Count(), pO->GetData() ); in OutGrf()
H A Drtfexport.hxx167 SvStream& Strm();
/trunk/main/sw/source/filter/html/
H A Dhtmlftn.cxx320 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_SwFmtFtn()
321 …HTMLOutFuncs::Out_String( rWrt.Strm(), sClass, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableCharact… in OutHTML_SwFmtFtn()
323 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_SwFmtFtn()
324 …HTMLOutFuncs::Out_String( rWrt.Strm(), sFtnName, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableChara… in OutHTML_SwFmtFtn()
326 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_SwFmtFtn()
327 …HTMLOutFuncs::Out_String( rWrt.Strm(), sFtnName, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableChara… in OutHTML_SwFmtFtn()
332 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_SwFmtFtn()
333 HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), OOO_STRING_SVTOOLS_HTML_superscript, sal_True ); in OutHTML_SwFmtFtn()
335 HTMLOutFuncs::Out_String( rWrt.Strm(), rFmtFtn.GetViewNumStr(*rWrt.pDoc), in OutHTML_SwFmtFtn()
337 HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), OOO_STRING_SVTOOLS_HTML_superscript, sal_False ); in OutHTML_SwFmtFtn()
[all …]
H A Dhtmlatr.cxx156 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_HoriSpacer()
205 HTMLOutFuncs::Out_AsciiTag( Strm(), OOO_STRING_SVTOOLS_HTML_deflist, sal_True ); in OutAndSetDefList()
217 HTMLOutFuncs::Out_AsciiTag( Strm(), OOO_STRING_SVTOOLS_HTML_deflist, sal_False ); in OutAndSetDefList()
230 HTMLOutFuncs::Out_AsciiTag( Strm(), OOO_STRING_SVTOOLS_HTML_preformtxt, sal_False ); in ChangeParaToken()
770 rWrt.Strm() << SwHTMLWriter::sNewLine; in OutHTML_SwFmt()
929 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_SwFmt()
934 …HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), bDT ? OOO_STRING_SVTOOLS_HTML_dt : OOO_STRING_SVTOOLS_HTM… in OutHTML_SwFmt()
946 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_SwFmt()
951 rWrt.Strm() << '>'; in OutHTML_SwFmt()
968 HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), rInfo.aToken.GetBuffer() ); in OutHTML_SwFmt()
[all …]
H A Dwrthtml.cxx347 Strm() << aStartTags.GetBuffer(); in WriteStream()
384 HTMLOutFuncs::Out_AsciiTag( Strm(), OOO_STRING_SVTOOLS_HTML_body, sal_False ); in WriteStream()
386 HTMLOutFuncs::Out_AsciiTag( Strm(), OOO_STRING_SVTOOLS_HTML_html, sal_False ); in WriteStream()
545 rHTMLWrt.Strm() << sOut.GetBuffer(); in lcl_html_OutSectionStartTag()
546 …HTMLOutFuncs::Out_String( rHTMLWrt.Strm(), rName, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableChar… in lcl_html_OutSectionStartTag()
551 rHTMLWrt.Strm() << sOut.GetBuffer(); in lcl_html_OutSectionStartTag()
558 rHTMLWrt.Strm() << sOut.GetBuffer(); in lcl_html_OutSectionStartTag()
570 HTMLOutFuncs::Out_String( rHTMLWrt.Strm(), aEncURL, in lcl_html_OutSectionStartTag()
575 rHTMLWrt.Strm() << pDelim; in lcl_html_OutSectionStartTag()
577 HTMLOutFuncs::Out_String( rHTMLWrt.Strm(), aFilter, in lcl_html_OutSectionStartTag()
[all …]
H A Dhtmlfly.cxx414 HTMLOutFuncs::FlushToAscii(Strm(), *pContext ); in OutFlyFrm()
460 Strm() << sOut.GetBuffer(); in OutFrmFmt()
472 Strm() << '>'; in OutFrmFmt()
531 HTMLOutFuncs::Out_AsciiTag( Strm(), OOO_STRING_SVTOOLS_HTML_division, sal_False ); in OutFrmFmt()
535 HTMLOutFuncs::Out_AsciiTag( Strm(), OOO_STRING_SVTOOLS_HTML_span, sal_False ); in OutFrmFmt()
555 Strm() << sOut.GetBuffer(); in OutFrmFmtOptions()
556 HTMLOutFuncs::Out_String( Strm(), rFrmFmt.GetName(), eDestEnc, &aNonConvertableCharacters ); in OutFrmFmtOptions()
564 Strm() << sOut.GetBuffer(); in OutFrmFmtOptions()
574 Strm() << sOut.GetBuffer(); in OutFrmFmtOptions()
575 HTMLOutFuncs::Out_String( Strm(), rAlternateTxt, eDestEnc, &aNonConvertableCharacters ); in OutFrmFmtOptions()
[all …]
H A Dhtmltabw.cxx414 rWrt.Strm() << sOut.GetBuffer(); in OutTableCell()
458 rWrt.Strm() << sOut.GetBuffer(); in OutTableCell()
498 HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), bHead ? OOO_STRING_SVTOOLS_HTML_tableheader in OutTableCell()
532 rWrt.Strm() << '<' << OOO_STRING_SVTOOLS_HTML_tablerow; in OutTableCells()
549 rWrt.Strm() << sOut.GetBuffer(); in OutTableCells()
552 rWrt.Strm() << '>'; in OutTableCells()
562 HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), OOO_STRING_SVTOOLS_HTML_tablerow, sal_False ); in OutTableCells()
638 rWrt.Strm() << sOut.GetBuffer(); in Write()
716 rWrt.Strm() << sOut.GetBuffer(); in Write()
717 HTMLOutFuncs::Out_Color( rWrt.Strm(), nBorderColor, rWrt.eDestEnc ); in Write()
[all …]
H A Dhtmlforw.cxx490 HTMLOutFuncs::Out_AsciiTag( Strm(), OOO_STRING_SVTOOLS_HTML_form, sal_False ); in OutForm()
510 Strm() << sOut.GetBuffer(); in OutForm()
511 HTMLOutFuncs::Out_String( Strm(), *(OUString*)aTmp.getValue(), in OutForm()
522 Strm() << sOut.GetBuffer(); in OutForm()
525 HTMLOutFuncs::Out_String( Strm(), aURL, eDestEnc, &aNonConvertableCharacters ); in OutForm()
575 Strm() << sOut.GetBuffer(); in OutForm()
576 HTMLOutFuncs::Out_String( Strm(), *(OUString*)aTmp.getValue(), in OutForm()
581 Strm() << sOut.GetBuffer(); in OutForm()
583 lcl_html_outEvents( Strm(), xFormComp, bCfgStarBasic, eDestEnc, &aNonConvertableCharacters ); in OutForm()
584 Strm() << '>'; in OutForm()
[all …]
H A Dhtmlplug.cxx1144 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_FrmFmtOLENode()
1145 …HTMLOutFuncs::Out_String( rWrt.Strm(), aURL, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableCharacter… in OutHTML_FrmFmtOLENode()
1154 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_FrmFmtOLENode()
1155 …HTMLOutFuncs::Out_String( rWrt.Strm(), aType, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableCharacte… in OutHTML_FrmFmtOLENode()
1188 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_FrmFmtOLENode()
1189 …HTMLOutFuncs::Out_String( rWrt.Strm(), sCodeBase, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableChar… in OutHTML_FrmFmtOLENode()
1199 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_FrmFmtOLENode()
1200 …HTMLOutFuncs::Out_String( rWrt.Strm(), aClass, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableCharact… in OutHTML_FrmFmtOLENode()
1210 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_FrmFmtOLENode()
1211 …HTMLOutFuncs::Out_String( rWrt.Strm(), aAppletName, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableCh… in OutHTML_FrmFmtOLENode()
[all …]
H A Dhtmlfldw.cxx277 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_SwField()
278 …HTMLOutFuncs::Out_String( rWrt.Strm(), aName, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableCharacte… in OutHTML_SwField()
284 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_SwField()
285 …HTMLOutFuncs::Out_String( rWrt.Strm(), aValue, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableCharact… in OutHTML_SwField()
300 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_SwField()
391 HTMLOutFuncs::Out_String( rWrt.Strm(), sExpand.Copy( nPos, nEndPos ), in OutHTML_SwField()
401 HTMLOutFuncs::Out_String( rWrt.Strm(), sExpand.Copy( nPos, nEndPos ), in OutHTML_SwField()
410 HTMLOutFuncs::Out_String( rWrt.Strm(), sExpand, in OutHTML_SwField()
416 HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), OOO_STRING_SVTOOLS_HTML_sdfield, sal_False ); in OutHTML_SwField()
439 rWrt.Strm() << '<'; in OutHTML_SwFmtFld()
[all …]
H A Dcss1atr.cxx246 Strm() << sOut.GetBuffer(); in OutCSS1_Property()
249 Strm() << '<' << OOO_STRING_SVTOOLS_HTML_comment; in OutCSS1_Property()
266 HTMLOutFuncs::Out_AsciiTag( Strm(), OOO_STRING_SVTOOLS_HTML_span, sal_False ); in OutCSS1_Property()
295 Strm() << sOut.GetBuffer(); in OutCSS1_Property()
298 HTMLOutFuncs::Out_String( Strm(), String::CreateFromAscii(pVal), in OutCSS1_Property()
301 HTMLOutFuncs::Out_String( Strm(), *pSVal, eDestEnc, &aNonConvertableCharacters ); in OutCSS1_Property()
316 Strm() << sOut.GetBuffer(); in OutCSS1_Property()
588 Strm() << sOut.GetBuffer(); in OutCSS1_SfxItemSet()
705 Strm() << "-->"; in OutStyleSheet()
708 HTMLOutFuncs::Out_AsciiTag( Strm(), OOO_STRING_SVTOOLS_HTML_style, sal_False ); in OutStyleSheet()
[all …]
H A Dhtmlbas.cxx316 Strm() << sOut.GetBuffer(); in OutBasic()
319 Strm() << sLang8.GetBuffer() << "\">"; in OutBasic()
323 Strm() << SwHTMLWriter::sNewLine; // nicht einruecken! in OutBasic()
324 HTMLOutFuncs::OutScript( Strm(), GetBaseURL(), pModule->GetSource(), in OutBasic()
355 HTMLOutFuncs::Out_Events( Strm(), *pDocTable, aBodyEventTable, in OutBasicBodyEvents()
H A Dhtmldraw.cxx812 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_DrawFrmFmtAsMarquee()
813 HTMLOutFuncs::Out_Color( rWrt.Strm(), rFillColor, rHTMLWrt.eDestEnc ); in OutHTML_DrawFrmFmtAsMarquee()
818 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_DrawFrmFmtAsMarquee()
830 rWrt.Strm() << '>'; in OutHTML_DrawFrmFmtAsMarquee()
838 HTMLOutFuncs::Out_String( rWrt.Strm(), aText, in OutHTML_DrawFrmFmtAsMarquee()
841 HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), OOO_STRING_SVTOOLS_HTML_marquee, sal_False ); in OutHTML_DrawFrmFmtAsMarquee()
844 rWrt.Strm() << aEndTags.GetBuffer(); in OutHTML_DrawFrmFmtAsMarquee()
H A Dhtmlnum.cxx884 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_NumBulListStart()
934 rWrt.Strm() << sOut.GetBuffer(); in OutHTML_NumBulListStart()
939 rWrt.Strm() << '>'; in OutHTML_NumBulListStart()
978 HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), pStr, sal_False ); in OutHTML_NumBulListEnd()
/trunk/main/sw/source/filter/ascii/
H A Dwrtasc.cxx128 rtl_TextEncoding eOld = Strm().GetStreamCharSet(); in WriteStream()
129 Strm().SetStreamCharSet( GetAsciiOptions().GetCharSet() ); in WriteStream()
176 Strm() << sal_uInt8(0xEF) << sal_uInt8(0xBB) << in WriteStream()
181 Strm().SetEndianSwap(sal_False); in WriteStream()
183 Strm() << sal_uInt8(0xFF) << sal_uInt8(0xFE); in WriteStream()
185 Strm() << sal_uInt8(0xFE) << sal_uInt8(0xFF); in WriteStream()
207 Strm().SetStreamCharSet( eOld ); in WriteStream()
H A Dascatr.cxx167 rWrt.Strm().WriteUnicodeOrByteText( sOut ); in OutAttr()
199 rWrt.Strm().WriteUnicodeOrByteText(numString); in OutASC_SwTxtNode()
222 rWrt.Strm().WriteUnicodeOrByteText( aOutStr ); in OutASC_SwTxtNode()
231 rWrt.Strm().WriteUnicodeOrByteText( ((SwASCWriter&)rWrt).GetLineEnd()); in OutASC_SwTxtNode()
/trunk/main/sw/inc/
H A Dshellio.hxx530 …inline SvStream& OutHex( sal_uInt16 nHex, sal_uInt8 nLen = 2 ) { return OutHex( Strm(), nHex,… in OutHex()
531 inline SvStream& OutHex4( sal_uInt16 nHex ) { return OutHex( Strm(), nHex, 4 ); } in OutHex4()
532 inline SvStream& OutLong( long nVal ) { return OutLong( Strm(), nVal ); } in OutLong()
533 inline SvStream& OutULong( sal_uLong nVal ) { return OutULong( Strm(), nVal ); } in OutULong()
536 SvStream& Strm();
H A Dswgstr.hxx67 SvStream& Strm() { return *pStrm; } in Strm() function in swstreambase

12