Searched refs:DeleteBox (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/inc/ |
H A D | unochart.hxx | 207 sal_Bool DeleteBox( const SwTable *pTable, const SwTableBox &rBox ); 352 sal_Bool DeleteBox( const SwTableBox &rBox );
|
H A D | swcrsr.hxx | 273 void DeleteBox( sal_uInt16 nPos ) { aSelBoxes.Remove( nPos ); bChg = sal_True; } in DeleteBox() function in SwTableCursor
|
/trunk/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 745 void ScDetectiveFunc::DeleteBox( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in DeleteBox() function in ScDetectiveFunc 966 DeleteBox( aRef.aStart.Col(), aRef.aStart.Row(), aRef.aEnd.Col(), aRef.aEnd.Row() ); in FindPredLevel() 1172 DeleteBox( aRef.aStart.Col(), aRef.aStart.Row(), in FindSuccLevel()
|
/trunk/main/sc/inc/ |
H A D | detfunc.hxx | 88 void DeleteBox( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
|
/trunk/main/sw/source/core/crsr/ |
H A D | unocrsr.cxx | 252 DeleteBox( nCount ); in MakeBoxSels()
|
H A D | swcrsr.cxx | 2351 DeleteBox( nOld ); // this box has to go in ActualizeSelection() 2361 DeleteBox( nOld ); // some more to delete in ActualizeSelection()
|
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 1085 pPCD->DeleteBox( &rTbl, *pBox ); in CreateNew() 1108 pPCD->DeleteBox( &rTbl, *pBox ); in CreateNew() 1824 pPCD->DeleteBox( &pTblNd->GetTable(), *pBox ); in UndoImpl() 1861 pPCD->DeleteBox( &pTblNd->GetTable(), *pBox ); in UndoImpl() 2130 pPCD->DeleteBox( &pTblNd->GetTable(), *pBox ); in UndoImpl()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unochart.cxx | 1639 sal_Bool SwChartDataProvider::DeleteBox( const SwTable *pTable, const SwTableBox &rBox ) in DeleteBox() function in SwChartDataProvider 1675 bNowEmpty = pDataSeq->DeleteBox( rBox ); in DeleteBox() 2647 sal_Bool SwChartDataSequence::DeleteBox( const SwTableBox &rBox ) in DeleteBox() function in SwChartDataSequence
|
H A D | unotbl.cxx | 1674 pTblCrsr->DeleteBox(nCount); in mergeRange()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 3529 pPCD->DeleteBox( &rTbl, *rTbl.GetTabLines()[ nLineIdx ]->GetTabBoxes()[nIdx] ); in SplitTable()
|
/trunk/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 1137 pPCD->DeleteBox( &pTblNd->GetTable(), *rBoxes[nIdx] ); in DeleteSel()
|
Completed in 216 milliseconds