Lines Matching refs:GetSttNd

317         nIdxPos = pPrvBox->GetSttNd()->EndOfSectionIndex() + 1;  in InsBoxen()
841 sal_uLong nEndNd = pBox->GetSttNd()->EndOfSectionIndex(); in TextToTable()
1568 SwNodeRange aDelRg( *rpBox->GetSttNd(), 0, in lcl_DelBox()
1569 *rpBox->GetSttNd()->EndOfSectionNode() ); in lcl_DelBox()
1756 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in InsertCol()
1823 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in InsertRow()
1918 if( pTmp->GetBox()->GetSttNd() ) in DeleteRow()
1927 while( !pDelBox->GetSttNd() ) in DeleteRow()
1943 while( !pDelBox->GetSttNd() ) in DeleteRow()
2016 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in DeleteRowCol()
2043 const sal_uLong nTmpIdx2 = aSelBoxes[ aSelBoxes.Count()-1 ]->GetSttNd()-> in DeleteRowCol()
2235 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in SplitTbl()
2260 const SwStartNode* pSttNd = rBoxes[ n ]->GetSttNd(); in SplitTbl()
2376 rPam.GetPoint()->nNode = *pMergeBox->GetSttNd(); in MergeTbl()
2405 rPam.GetPoint()->nNode = *pMergeBox->GetSttNd(); in MergeTbl()
3188 SwNodeIndex aIdx( *pSrcBox->GetSttNd(), 1 ); in lcl_BoxSetSplitBoxFmts()
3192 aIdx = *pBox->GetSttNd(); in lcl_BoxSetSplitBoxFmts()
3205 pBox->GetSttNd()->CheckSectionCondColl(); in lcl_BoxSetSplitBoxFmts()
3449 if( pBox->GetSttNd() ) in lcl_SplitTable_CpyBox()
3485 while( !pBox->GetSttNd() ) in SplitTable()
3494 SwNodeIndex aIdx( *pBox->GetSttNd() ); in SplitTable()
3780 if( rpBox->GetBox()->GetSttNd() ) in lcl_SetAFmtBox()
3798 sal_uLong nEndNd = pSetBox->GetSttNd()->EndOfSectionIndex(); in lcl_SetAFmtBox()
3829 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in SetTableAutoFmt()
3907 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in GetTableAutoFmt()
3950 while( !pFBox->GetSttNd() ) in GetTableAutoFmt()
3954 SwNodeIndex aIdx( *pFBox->GetSttNd(), 1 ); in GetTableAutoFmt()
4037 SwTableNode* pTblNd = (SwTableNode*)rAktBox.GetSttNd()->FindTableNode(); in SetColRowWidthHeight()
4220 const SwTableNode* pTblNd = rBox.GetSttNd()->FindTableNode(); in ChkBoxNumFmt()
4312 : rBoxes[ 0 ]->GetSttNd()->FindTableNode(); in InsCopyOfTbl()
4513 ? new SwUndoAttrTbl( *rBoxes[0]->GetSttNd()->FindTableNode() ) in UnProtectCells()