Lines Matching refs:SwNodeIndex
243 SwTableNode* SwDoc::IsIdxInTbl(const SwNodeIndex& rIdx) in IsIdxInTbl()
319 SwNodeIndex aEndIdx( *this, nIdxPos ); in InsBoxen()
342 new SwTxtNode( SwNodeIndex( *pSttNd->EndOfSectionNode() ), in InsBoxen()
348 SwNodeIndex( *pSttNd->EndOfSectionNode() ), in InsBoxen()
515 SwNodeIndex aNdIdx( *pTblNd, 1 ); // auf den ersten Box-StartNode in InsertTable()
594 SwTableNode* SwNodes::InsertTable( const SwNodeIndex& rNdIdx, in InsertTable()
615 SwNodeIndex aIdx( *pEndNd ); in InsertTable()
712 ((SwNodeIndex&)pEnd->nNode)--; in TextToTable()
939 SwNodeIndex aSttIdx( *pTblNd, 1 ); in TextToTable()
940 SwNodeIndex aEndIdx( rRange.aEnd, -1 ); in TextToTable()
1039 const SwNodeIndex aTmpIdx( aCntPos.nNode, -1 ); in TextToTable()
1056 const SwNodeIndex aTmpIdx( aCntPos.nNode, 1 ); in TextToTable()
1165 ((SwNodeIndex&)pEnd->nNode)--; in TextToTable()
1244 SwNodeIndex aNewStart = rRange.aStart; in ExpandRangeForTableBox()
1245 SwNodeIndex aNewEnd = rRange.aEnd; in ExpandRangeForTableBox()
1247 SwNodeIndex aEndIndex = rRange.aEnd; in ExpandRangeForTableBox()
1248 SwNodeIndex aIndex = rRange.aStart; in ExpandRangeForTableBox()
1269 SwNodeIndex aStartIndex = *pStartNode; in ExpandRangeForTableBox()
1286 SwNodeIndex aStartIndex(*pStartNode); in ExpandRangeForTableBox()
1315 SwNodeIndex aInsertIndex( rTableNodes.rbegin()->rbegin()->aEnd ); in TextToTable()
1341 SwNodeIndex aNodeIndex = rTableNodes.begin()->begin()->aStart; in TextToTable()
1417 const SwNodeIndex aTmpIdx( aCellIter->aStart, 0 ); in TextToTable()
1419 SwNodeIndex aCellEndIdx(aCellIter->aEnd); in TextToTable()
1425 SwNodeIndex aCellNodeIdx = aCellIter->aStart; in TextToTable()
1431 aCellNodeIdx = SwNodeIndex( *aCellNodeIdx.GetNode().EndOfSectionNode() ); in TextToTable()
1634 SwNodeIndex aFrmIdx( rRange.aStart ); in TableToText()
1665 SwNodeIndex aIdx( *pTblNd ); in TableToText()
1958 SwNodeIndex aIdx( GetNodes(), nIdx ); in DeleteRow()
1998 pESh->ParkCrsr( SwNodeIndex( *pNd ) ); in DeleteCol()
2051 SwNodeIndex aIdx( *pTblNd, -1 ); in DeleteRowCol()
2086 const SwNodeIndex aTmpIdx( *pTblNd->EndOfSectionNode(), 1 ); in DeleteRowCol()
2092 SwPaM aSavePaM( SwNodeIndex( *pTblNd->EndOfSectionNode() ) ); in DeleteRowCol()
2143 const SwNodeIndex aTmpIdx( *pTblNd->EndOfSectionNode(), 1 ); in DeleteRowCol()
2149 SwPaM aSavePaM( SwNodeIndex( *pTblNd->EndOfSectionNode() ) ); in DeleteRowCol()
2423 SwTableNode::SwTableNode( const SwNodeIndex& rIdx ) in SwTableNode()
2448 void SwTableNode::MakeFrms(const SwNodeIndex & rIdx ) in MakeFrms()
2478 void SwTableNode::MakeFrms( SwNodeIndex* pIdxBehind ) in MakeFrms()
2564 SwNodeIndex aIdx( *EndOfSectionNode()); in SetNewTable()
3188 SwNodeIndex aIdx( *pSrcBox->GetSttNd(), 1 ); in lcl_BoxSetSplitBoxFmts()
3329 SwNodeIndex aNdIdx( *pNew->EndOfSectionNode() ); in SplitTable()
3334 GetNodes().MakeTxtNode( SwNodeIndex( *pNew ), in SplitTable()
3456 SwTableNode* SwNodes::SplitTable( const SwNodeIndex& rPos, sal_Bool bAfter, in SplitTable()
3494 SwNodeIndex aIdx( *pBox->GetSttNd() ); in SplitTable()
3610 SwNodeIndex aIdx( bWithPrev ? *pTblNd : *pDelTblNd ); in MergeTable()
3627 sal_Bool SwNodes::MergeTable( const SwNodeIndex& rPos, sal_Bool bWithPrev, in MergeTable()
3701 SwNodeIndex aIdx( *pDelTblNd, 1 ); in MergeTable()
3954 SwNodeIndex aIdx( *pFBox->GetSttNd(), 1 ); in GetTableAutoFmt()
4259 void SwDoc::ClearBoxNumAttrs( const SwNodeIndex& rNode ) in ClearBoxNumAttrs()
4373 SwPosition aPos( SwNodeIndex( pCpyDoc->GetNodes().GetEndOfContent() )); in InsCopyOfTbl()
4420 SwNodeIndex aNdIdx( *pSttNd, 1 ); in InsCopyOfTbl()