Lines Matching refs:Strm

970 …m_rWW8Export.pPapPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell() - (mbOnTOXEnding?2:0), m_rWW8Expo…  in EndParagraph()
984 … m_rWW8Export.pPapPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), m_rWW8Export.pO->Count(), in EndParagraph()
988 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), m_rWW8Export.pO->Count(), in EndParagraph()
1011 … m_rWW8Export.pAtn->Append( m_rWW8Export.Fc2Cp( m_rWW8Export.Strm().Tell() ), pRedlineData ); in StartRun()
1038 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), in EndRunProperties()
1058 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), in OutputFKP()
1716 rWrt.pChpPlc->AppendFkpEntry(rWrt.Strm().Tell()); in InsertSpecialChar()
1718 rWrt.pChpPlc->AppendFkpEntry(rWrt.Strm().Tell(), aItems.Count(), in InsertSpecialChar()
1794 rWrt.pChpPlc->AppendFkpEntry(rWrt.Strm().Tell(), aItems.Count(), in InsertSpecialChar()
1854 pFldP->Append( Fc2Cp( Strm().Tell() ), aFld13 ); in OutputField()
1860 SwWW8Writer::WriteString16(Strm(), rFldCmd, false); in OutputField()
1863 SwWW8Writer::WriteString8(Strm(), rFldCmd, false, in OutputField()
1905 pFldP->Append( Fc2Cp( Strm().Tell() ), aFld14 ); in OutputField()
1919 SwWW8Writer::WriteString16(Strm(), sOut, false); in OutputField()
1922 SwWW8Writer::WriteString8(Strm(), sOut, false, in OutputField()
1953 … pChpPlc->AppendFkpEntry( Strm().Tell(), static_cast< short >(pArr - aArr), aArr ); in OutputField()
1974 pFldP->Append( Fc2Cp( Strm().Tell() ), aFld15 ); in OutputField()
2466 pChpPlc->AppendFkpEntry( Strm().Tell() ); in WritePostItBegin()
2472 pChpPlc->AppendFkpEntry( Strm().Tell(), static_cast< short >(pArr - aArr), aArr ); in WritePostItBegin()
2489 m_rWW8Export.pChpPlc->AppendFkpEntry(m_rWW8Export.Strm().Tell()); in HiddenField()
2492 SwWW8Writer::WriteString16(m_rWW8Export.Strm(), sExpand, false); in HiddenField()
2497 m_rWW8Export.pChpPlc->AppendFkpEntry(m_rWW8Export.Strm().Tell(), sizeof(aArr), aArr); in HiddenField()
2501 SwWW8Writer::WriteString8(m_rWW8Export.Strm(), sExpand, false, in HiddenField()
2507 m_rWW8Export.pChpPlc->AppendFkpEntry(m_rWW8Export.Strm().Tell(), sizeof(aArr), aArr); in HiddenField()
2516 sal_uLong nFrom = m_rWW8Export.Fc2Cp(m_rWW8Export.Strm().Tell()); in SetField()
2529 m_rWW8Export.MoveFieldMarks(nFrom,m_rWW8Export.Fc2Cp(m_rWW8Export.Strm().Tell())); in SetField()
2534 SwWW8Writer::WriteString16(m_rWW8Export.Strm(), rVar, false); in SetField()
2537 SwWW8Writer::WriteString8(m_rWW8Export.Strm(), rVar, false, in SetField()
2547 m_rWW8Export.pAtn->Append( m_rWW8Export.Fc2Cp( m_rWW8Export.Strm().Tell() ), pPFld ); in PostitField()
2580 SwWW8Writer::WriteString16( m_rWW8Export.Strm(), sVar, false ); in RefField()
2583 SwWW8Writer::WriteString8( m_rWW8Export.Strm(), sVar, false, in RefField()
2594 SwWW8Writer::WriteString16( m_rWW8Export.Strm(), sExpand, false ); in WriteExpand()
2597 SwWW8Writer::WriteString8( m_rWW8Export.Strm(), sExpand, false, in WriteExpand()
3186 pChpPlc->AppendFkpEntry( Strm().Tell() ); in WriteFtnBegin()
3225 pChpPlc->AppendFkpEntry( Strm().Tell(), aOutArr.Count(), in WriteFtnBegin()
3291 pFtnEnd->Append( m_rWW8Export.Fc2Cp( m_rWW8Export.Strm().Tell() ), rFtn ); in TextFootnote_Impl()
3515 SvStream& rStrm = Strm(); in ReplaceCr()