Home
last modified time | relevance | path

Searched refs:GetSttIdx (Results 1 – 19 of 19) sorted by relevance

/AOO41X/main/sw/source/core/undo/
H A Duntbl.cxx854 pDelBoxes->Insert( rBox.GetSttIdx(), pDelBoxes->Count() ); in AddFillBox()
1269 nSttNode = rBox.GetSttIdx(); in _SaveBox()
1318 else if( rBox.GetSttNd() && rBox.GetSttIdx() == nSttNode ) in RestoreAttr()
1567 aBoxes.Insert( rBoxes[n]->GetSttIdx(), n ); in SwUndoTblNdsChg()
1590 aBoxes.Insert( rBoxes[n]->GetSttIdx(), n ); in SwUndoTblNdsChg()
1599 aBoxes.Insert( rBoxes[n]->GetSttIdx(), n ); in ReNewBoxes()
1630 InsertSort( *Ptrs.pNewSttNds, rTblBoxes[ i ]->GetSttIdx() ); in SaveNewBoxes()
1635 InsertSort( *Ptrs.pNewSttNds, rTblBoxes[ i ]->GetSttIdx() ); in SaveNewBoxes()
1693 InsertSort( *Ptrs.pNewSttNds, pBox->GetSttIdx(), &nInsPos ); in SaveNewBoxes()
1745 pSourceBox->GetSttIdx() ) ) in SaveNewBoxes()
[all …]
H A Dunattr.cxx186 m_nNodeIndex = pTblBox->GetSttIdx(); in Init()
/AOO41X/main/sw/source/core/frmedt/
H A Dtblsel.cxx78 sal_uLong nIdx = rSrch->GetSttIdx(); in _SV_IMPL_SORTAR_ALG()
93 else if( (*this)[ nM ]->GetSttIdx() < nIdx ) in _SV_IMPL_SORTAR_ALG()
948 SwCntntNode* pCNd = pDoc->GetNodes()[ pBox->GetSttIdx() + 1 ] in lcl_InsTblBox()
1096 pUndo->AddNewBox( pBox->GetSttIdx() ); in GetMergeSel()
1149 pUndo->AddNewBox( pBox->GetSttIdx() ); in GetMergeSel()
1164 pUndo->AddNewBox( pBox->GetSttIdx() ); in GetMergeSel()
1202 pUndo->AddNewBox( pBox->GetSttIdx() ); in GetMergeSel()
1488 ASSERT( (*ppMergeBox)->GetSttIdx()+2 < in GetMergeSel()
1498 pUndo->AddNewBox( (*ppMergeBox)->GetSttIdx() ); in GetMergeSel()
H A Dfetab.cxx435 nIdx = pNextBox->GetSttIdx() + 1; in DeleteRow()
982 return ( pTblNd && aBoxes[0]->GetSttIdx()-1 == pTblNd-> in HasWholeTabSelection()
/AOO41X/main/sw/source/core/doc/
H A Ddocsort.cxx295 for( sal_uLong nIdx = pMyBox->GetSttIdx() + 1; pNd != pEndNd; ++nIdx ) in GetKey()
591 pUndoSort = new SwUndoSort( rBoxes[0]->GetSttIdx(), in SortTbl()
592 rBoxes[rBoxes.Count()-1]->GetSttIdx(), in SortTbl()
H A Dtblrwcl.cxx1227 sal_uLong nSttNd = pLastBox->GetSttIdx() + 1, in OldSplitRow()
1276 if( pLastBox->GetSttIdx()+2 != pEndNd->GetIndex() ) in OldSplitRow()
1835 pUndo->AddNewBox( pLeftBox->GetSttIdx() ); in OldMerge()
1843 pUndo->AddNewBox( pRightBox->GetSttIdx() ); in OldMerge()
3588 sal_uLong nBoxIdx = rAktBox.GetSttIdx(); in SetColWidth()
4324 sal_uLong nBoxIdx = rAktBox.GetSttIdx(); in SetRowHeight()
H A Dtblcpy.cxx554 pDstBox->GetSttIdx() ); in lcl_CpyBox()
/AOO41X/main/sw/source/core/docnode/
H A Dndcopy.cxx339 if( rpBox->GetSttIdx() ) in lcl_CopyTblBox()
365 int nIn = rpBox->GetSttIdx() - pCT->nOldTblSttIdx; in lcl_CopyTblBox()
370 rpBox->GetSttIdx() - pCT->nOldTblSttIdx ); in lcl_CopyTblBox()
H A Dndtbl.cxx306 nIdxPos = pNxtBox->GetSttIdx(); in InsBoxen()
315 nIdxPos = pNxtBox->GetSttIdx(); in InsBoxen()
840 sal_uLong nSttNd = pBox->GetSttIdx()+1; in TextToTable()
1954 nIdx = pNextBox->GetSttIdx() + 1; in DeleteRow()
2046 aSelBoxes[0]->GetSttIdx()-1 == nTmpIdx1 && in DeleteRowCol()
3797 sal_uLong nSttNd = pSetBox->GetSttIdx()+1; in lcl_SetAFmtBox()
/AOO41X/main/sw/source/filter/rtf/
H A Drtftbl.cxx781 SwTxtNode* pTNd = pDoc->GetNodes()[ pBox->GetSttIdx()+1 ] in ReadTable()
894 if( pBox->GetSttIdx() > pPam->GetPoint()->nNode.GetIndex() ) in GotoNextBox()
/AOO41X/main/sw/source/core/fields/
H A Dddetbl.cxx132 ASSERT( pBox->GetSttIdx(), "keine InhaltsBox" ); in ChangeContent()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par2.cxx2806 if (pIo->pPaM->GetPoint()->nNode != pTabBox2->GetSttIdx() + 1) in ParkPaM()
2808 pIo->pPaM->GetPoint()->nNode = pTabBox2->GetSttIdx() + 1; in ParkPaM()
2956 if (pIo->pPaM->GetPoint()->nNode == pTabBox->GetSttIdx() + 1) in InFirstParaInCell()
3043 if (pIo->pPaM->GetPoint()->nNode != pTabBox->GetSttIdx() + 1) in SetPamInCell()
3045 pIo->pPaM->GetPoint()->nNode = pTabBox->GetSttIdx() + 1; in SetPamInCell()
/AOO41X/main/sw/source/core/crsr/
H A Dswcrsr.cxx2163 else if( rTmp[ nM ]->GetSttIdx() < nIdx ) in lcl_SeekEntry()
2338 else if( pPOld->GetSttIdx() < pPNew->GetSttIdx() ) in ActualizeSelection()
H A Dpam.cxx795 sal_uLong nIdx = pTbl ? pTbl->GetTabSortBoxes()[0]->GetSttIdx() in HasReadonlySel()
/AOO41X/main/sw/inc/
H A Dswtable.hxx411 sal_uLong GetSttIdx() const in GetSttIdx() function in SwTableBox
/AOO41X/main/sw/source/core/table/
H A Dswtable.cxx1549 if( aSortCntBoxes[ --n ]->GetSttIdx() == nSttIdx ) in GetTblBox()
1973 sal_uLong SwTableBox::GetSttIdx() const in GetSttIdx() function in SwTableBox
H A Dswnewtable.cxx964 pUndo->AddNewBox( pMergeBox->GetSttIdx() ); in PrepareMerge()
/AOO41X/main/sw/source/core/layout/
H A Dtabfrm.cxx4885 if ( rBox.GetSttIdx() ) in SwCellFrm()
4887 sal_uLong nIndex = rBox.GetSttIdx(); in SwCellFrm()
/AOO41X/main/sw/source/filter/ww1/
H A Dfltshell.cxx1773 pPaM->GetPoint()->nNode = pTableBox->GetSttIdx() + 1; in SeekCell()