Lines Matching refs:SwNodeIndex
80 SwNodeIndex aChkIdx( _rNd ); in lcl_IsInSameTblBox()
139 SwNodeIndex aIdx( rStt ); in lcl_CheckEmptyLayFrm()
213 SwNodeIndex aStt( pSttPos->nNode ), aEnd( pEndPos->nNode, +1 ); in InsertSwSection()
383 GetFtnIdxs().UpdateFtn( SwNodeIndex( *pNewSectNode )); in InsertSwSection()
414 SwNodeIndex aIdx( pStt->nNode, -1 ); in IsInsRegionAvailable()
455 SwNodeIndex aIdx( pEnd->nNode, 1 ); in IsInsRegionAvailable()
481 SwNodeIndex aIdx( pStt->nNode, -1 ); in IsInsRegionAvailable()
528 const SwNodeIndex* pIdx = pFmt->GetCntnt( sal_False ).GetCntntIdx(); in DelSectionFmt()
543 SwNodeIndex aUpdIdx( *pIdx ); in DelSectionFmt()
558 SwNodeIndex aUpdIdx( *pIdx ); in DelSectionFmt()
595 SwNodeIndex aUpdIdx( GetNodes(), nSttNd ); in DelSectionFmt()
663 const SwNodeIndex* pIdx = 0; in UpdateSection()
773 rFtnArr.SeekEntry( SwNodeIndex( *pNd ), &nPos ); in lcl_DeleteFtn()
804 SwSectionNode* SwNodes::InsertTextSection(SwNodeIndex const& rNdIdx, in InsertTextSection()
808 SwNodeIndex const*const pEnde, in InsertTextSection()
811 SwNodeIndex aInsPos( rNdIdx ); in InsertTextSection()
922 SwNodeIndex aTmp( *pSectNd ); in InsertTextSection()
1016 SwSectionNode::SwSectionNode(SwNodeIndex const& rIdx, in SwSectionNode()
1089 void SwSectionNode::MakeFrms(const SwNodeIndex & rIdx ) in MakeFrms()
1097 SwNodeIndex aIdx( *EndOfSectionNode() ); in MakeFrms()
1202 void SwSectionNode::MakeFrms( SwNodeIndex* pIdxBehind, SwNodeIndex* pEndIdx ) in MakeFrms()
1214 SwNodeIndex *pEnd = pEndIdx ? pEndIdx : in MakeFrms()
1215 new SwNodeIndex( *EndOfSectionNode(), 1 ); in MakeFrms()
1244 SwNodeIndex aIdx( *this ); in DelFrms()
1262 SwSectionNode* SwSectionNode::MakeCopy( SwDoc* pDoc, const SwNodeIndex& rIdx ) const in MakeCopy()
1283 SwNodeIndex aInsPos( *pEndNd ); in MakeCopy()
1345 SwNodeIndex aTmp( *this, 1 ); in IsCntntHidden()