Lines Matching refs:SwTxtNode

181     const SwTxtNode& rNd;
212 WW8SwAttrIter( MSWordExportBase& rWr, const SwTxtNode& rNd );
256 WW8SwAttrIter::WW8SwAttrIter(MSWordExportBase& rWr, const SwTxtNode& rTxtNd) : in WW8SwAttrIter()
298 SwPosition aPosition( rNd, SwIndex( (SwTxtNode*)&rNd ) ); in WW8SwAttrIter()
699 void WW8AttributeOutput::StartRuby( const SwTxtNode& rNode, const SwFmtRuby& rRuby ) in StartRuby()
1114 void AttributeOutputBase::TOXMark( const SwTxtNode& rNode, const SwTOXMark& rAttr ) in TOXMark()
1516 static SwTxtFmtColl& lcl_getFormatCollection( MSWordExportBase& rExport, const SwTxtNode* pTxtNode ) in lcl_getFormatCollection()
1540 void WW8AttributeOutput::FormatDrop( const SwTxtNode& rNode, const SwFmtDrop &rSwFmtDrop, sal_uInt1… in FormatDrop()
1648 xub_StrLen MSWordExportBase::GetNextPos( WW8SwAttrIter* aAttrIter, const SwTxtNode& rNode, xub_StrL… in GetNextPos()
1673 const SwTxtNode& rNd, in GetBookmarks()
1753 void MSWordExportBase::GetSortedBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen n… in GetSortedBookmarks()
1789 void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode ) in OutputTextNode()
1895 … SwPosition aPosition( rNode, SwIndex( const_cast< SwTxtNode* >( &rNode ), nAktPos + 1 ) ); in OutputTextNode()
1924 … SwPosition aPosition( rNode, SwIndex( const_cast< SwTxtNode* >( &rNode ), nAktPos ) ); in OutputTextNode()
1942 … SwPosition aPosition( rNode, SwIndex( const_cast< SwTxtNode* >( &rNode ), nAktPos ) ); in OutputTextNode()
2637 void WW8Export::OutWW6FlyFrmsInCntnt( const SwTxtNode& rNd ) in OutWW6FlyFrmsInCntnt()
2737 SwTxtNode* pParTxtNode = rAnch.GetCntntAnchor()->nNode.GetNode().GetTxtNode(); in OutputFlyFrame_Impl()
2761 const SwTxtNode* pParTxtNode = rAnch.GetCntntAnchor()->nNode.GetNode().GetTxtNode(); in OutputFlyFrame_Impl()
2908 const SwTxtNode& rTextNode = *rNode.GetTxtNode(); in OutputContentNode()