Home
last modified time | relevance | path

Searched refs:DeleteBox (Results 1 – 11 of 11) sorted by path

/trunk/main/sc/inc/
H A Ddetfunc.hxx88 void DeleteBox( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx745 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/sw/inc/
H A Dswcrsr.hxx273 void DeleteBox( sal_uInt16 nPos ) { aSelBoxes.Remove( nPos ); bChg = sal_True; } in DeleteBox() function in SwTableCursor
H A Dunochart.hxx207 sal_Bool DeleteBox( const SwTable *pTable, const SwTableBox &rBox );
352 sal_Bool DeleteBox( const SwTableBox &rBox );
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx2351 DeleteBox( nOld ); // this box has to go in ActualizeSelection()
2361 DeleteBox( nOld ); // some more to delete in ActualizeSelection()
H A Dunocrsr.cxx252 DeleteBox( nCount ); in MakeBoxSels()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx1137 pPCD->DeleteBox( &pTblNd->GetTable(), *rBoxes[nIdx] ); in DeleteSel()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3529 pPCD->DeleteBox( &rTbl, *rTbl.GetTabLines()[ nLineIdx ]->GetTabBoxes()[nIdx] ); in SplitTable()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx1085 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 Dunochart.cxx1639 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 Dunotbl.cxx1674 pTblCrsr->DeleteBox(nCount); in mergeRange()

Completed in 185 milliseconds