/aoo42x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 1269 nSttNode = rBox.GetSttIdx(); in _SaveBox() 1567 aBoxes.Insert( rBoxes[n]->GetSttIdx(), n ); in SwUndoTblNdsChg() 1590 aBoxes.Insert( rBoxes[n]->GetSttIdx(), n ); in SwUndoTblNdsChg() 2121 nIdx = pBox->GetSttIdx(); in UndoImpl() 2201 InsertSort( aBoxes, rBoxes[n]->GetSttIdx() ); in SetSelBoxes() 2236 nNode = rBox.GetSttIdx(); in SwUndoTblNumFmt() 2487 nNode = rBox.GetSttIdx(); in SetBox() 2494 : nBoxIdx( rBox.GetSttIdx() ), nOffset( 0 ), in _UndoTblCpyTbl_Entry() 2627 aInsIdx = rBox.GetSttIdx() + 1; in UndoImpl() 2719 aInsIdx = rBox.GetSttIdx() + 1; in RedoImpl() [all …]
|
H A D | unattr.cxx | 180 m_nNodeIndex = pTblBox->GetSttIdx(); in Init()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 78 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 D | fetab.cxx | 435 nIdx = pNextBox->GetSttIdx() + 1; in DeleteRow() 982 return ( pTblNd && aBoxes[0]->GetSttIdx()-1 == pTblNd-> in HasWholeTabSelection()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docsort.cxx | 295 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 D | tblrwcl.cxx | 1227 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 D | tblcpy.cxx | 554 pDstBox->GetSttIdx() ); in lcl_CpyBox()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 339 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 D | ndtbl.cxx | 306 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()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtftbl.cxx | 781 SwTxtNode* pTNd = pDoc->GetNodes()[ pBox->GetSttIdx()+1 ] in ReadTable() 894 if( pBox->GetSttIdx() > pPam->GetPoint()->nNode.GetIndex() ) in GotoNextBox()
|
/aoo42x/main/sw/source/core/fields/ |
H A D | ddetbl.cxx | 132 ASSERT( pBox->GetSttIdx(), "keine InhaltsBox" ); in ChangeContent()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 2806 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()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 2175 else if( rTmp[ nM ]->GetSttIdx() < nIdx ) in lcl_SeekEntry() 2350 else if( pPOld->GetSttIdx() < pPNew->GetSttIdx() ) in ActualizeSelection()
|
H A D | pam.cxx | 795 sal_uLong nIdx = pTbl ? pTbl->GetTabSortBoxes()[0]->GetSttIdx() in HasReadonlySel()
|
/aoo42x/main/sw/inc/ |
H A D | swtable.hxx | 411 sal_uLong GetSttIdx() const in GetSttIdx() function in SwTableBox
|
/aoo42x/main/sw/source/core/table/ |
H A D | swtable.cxx | 1615 if( aSortCntBoxes[ --n ]->GetSttIdx() == nSttIdx ) in GetTblBox() 2039 sal_uLong SwTableBox::GetSttIdx() const in GetSttIdx() function in SwTableBox
|
H A D | swnewtable.cxx | 964 pUndo->AddNewBox( pMergeBox->GetSttIdx() ); in PrepareMerge()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 4885 if ( rBox.GetSttIdx() ) in SwCellFrm() 4887 sal_uLong nIndex = rBox.GetSttIdx(); in SwCellFrm()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1770 pPaM->GetPoint()->nNode = pTableBox->GetSttIdx() + 1; in SeekCell()
|