Lines Matching refs:rNd

209 void SwTOXSortTabBase::FillText( SwTxtNode& rNd, const SwIndex& rInsPos,  in FillText()  argument
217 rNd.InsertText( sMyTxt, rInsPos ); in FillText()
314 SwTOXIndex::SwTOXIndex( const SwTxtNode& rNd, in SwTOXIndex() argument
319 : SwTOXSortTabBase( TOX_SORT_INDEX, &rNd, pMark, &rIntl, &rLocale ), in SwTOXIndex()
322 nPos = rNd.GetIndex(); in SwTOXIndex()
433 void SwTOXIndex::FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 ) const in FillText() argument
453 rNd.InsertText( sTmp, rInsPos ); in FillText()
540 SwTOXContent::SwTOXContent( const SwTxtNode& rNd, const SwTxtTOXMark* pMark, in SwTOXContent() argument
542 : SwTOXSortTabBase( TOX_SORT_CONTENT, &rNd, pMark, &rIntl ) in SwTOXContent()
565 void SwTOXContent::FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 ) const in FillText() argument
569 ((SwTxtNode*)aTOXSources[0].pNd)->GetExpandTxt( rNd, &rInsPos, in FillText()
576 rNd.InsertText( sTmp, rInsPos ); in FillText()
599 SwTOXPara::SwTOXPara( const SwCntntNode& rNd, SwTOXElement eT, sal_uInt16 nLevel ) in SwTOXPara() argument
600 : SwTOXSortTabBase( TOX_SORT_PARA, &rNd, 0, 0 ), in SwTOXPara()
656 void SwTOXPara::FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 ) const in FillText() argument
669 pSrc->GetExpandTxt( rNd, &rInsPos, nStt, in FillText()
678 rNd.InsertText( sTmp, rInsPos ); in FillText()
791 SwTOXTable::SwTOXTable( const SwCntntNode& rNd ) in SwTOXTable() argument
792 : SwTOXSortTabBase( TOX_SORT_TABLE, &rNd, 0, 0 ), in SwTOXTable()
837 SwTOXAuthority::SwTOXAuthority( const SwCntntNode& rNd, in SwTOXAuthority() argument
839 SwTOXSortTabBase( TOX_SORT_AUTHORITY, &rNd, 0, &rIntl ), in SwTOXAuthority()
877 void SwTOXAuthority::FillText( SwTxtNode& rNd, in FillText() argument
901 rNd.InsertText( sText, rInsPos ); in FillText()