Home
last modified time | relevance | path

Searched refs:eCmd (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1594 switch (eCmd) in InsertCells()
1696 if ( eCmd == INS_INSROWS || eCmd == INS_INSCOLS ) in InsertCells()
1844 if ( eCmd==DEL_DELCOLS || eCmd==DEL_CELLSLEFT ) in DeleteCells()
1847 if ( eCmd==DEL_DELROWS || eCmd==DEL_CELLSUP ) in DeleteCells()
1947 if( eCmd == DEL_DELROWS || eCmd == DEL_CELLSUP ) in DeleteCells()
2049 switch (eCmd) in DeleteCells()
2130 if( eCmd == DEL_CELLSUP || eCmd == DEL_DELROWS ) in DeleteCells()
2139 else if( eCmd == DEL_CELLSLEFT || eCmd == DEL_DELCOLS ) in DeleteCells()
2178 if ( eCmd==DEL_DELCOLS || eCmd==DEL_CELLSLEFT ) in DeleteCells()
2180 if ( eCmd==DEL_DELROWS || eCmd==DEL_CELLSUP ) in DeleteCells()
[all …]
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx191 InsCellCmd eCmd=INS_NONE; in ExecuteEdit() local
214 eCmd = INS_INSCOLS; in ExecuteEdit()
216 eCmd = INS_INSROWS; in ExecuteEdit()
230 eCmd = pDlg->GetInsCellCmd(); in ExecuteEdit()
235 if (eCmd!=INS_NONE) in ExecuteEdit()
243 switch( eCmd ) in ExecuteEdit()
263 DelCellCmd eCmd = DEL_NONE; in ExecuteEdit() local
286 eCmd = DEL_DELCOLS; in ExecuteEdit()
288 eCmd = DEL_DELROWS; in ExecuteEdit()
311 if (eCmd != DEL_NONE ) in ExecuteEdit()
[all …]
H A Dviewfunc.cxx1617 if ( eCmd == INS_INSROWS || eCmd == INS_INSCOLS ) in InsertCells()
1621 ::rtl::OUString aOperation = ( eCmd == INS_INSROWS ? in InsertCells()
1639 void ScViewFunc::DeleteCells( DelCellCmd eCmd, sal_Bool bRecord ) in DeleteCells() argument
1648 if ( pDocSh->IsDocShared() && ( eCmd == DEL_DELROWS || eCmd == DEL_DELCOLS ) ) in DeleteCells()
1652 if ( eCmd == DEL_DELROWS ) in DeleteCells()
1668 pDocSh->GetDocFunc().DeleteCells( aRange, &rMark, eCmd, bRecord, sal_False ); in DeleteCells()
1678 if ( eCmd == DEL_DELROWS || eCmd == DEL_DELCOLS ) in DeleteCells()
1682 ::rtl::OUString aOperation = ( eCmd == DEL_DELROWS ? in DeleteCells()
1692 if ( eCmd==DEL_CELLSLEFT || eCmd==DEL_DELCOLS ) in DeleteCells()
1700 if (eCmd == DEL_DELCOLS) in DeleteCells()
[all …]
H A Dgridwin.cxx4017 DelCellCmd eCmd = DEL_NONE; in DropTransferObj() local
4020 eCmd = DEL_CELLSUP; in DropTransferObj()
4024 eCmd = DEL_CELLSLEFT; in DropTransferObj()
4027 if ( ( eCmd == DEL_CELLSUP && nDestPosX == aSource.aStart.Col() ) || in DropTransferObj()
4028 ( eCmd == DEL_CELLSLEFT && nDestPosY == aSource.aStart.Row() ) ) in DropTransferObj()
4031 …bDone = pDocSh->GetDocFunc().DeleteCells( aSource, NULL, eCmd, sal_True /*bRecord*/, sal_True /*bA… in DropTransferObj()
4034 if ( eCmd == DEL_CELLSUP && nDestPosY > aSource.aEnd.Row() ) in DropTransferObj()
4038 else if ( eCmd == DEL_CELLSLEFT && nDestPosX > aSource.aEnd.Col() ) in DropTransferObj()
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx108 eCmd( eNewCmd ), in ScUndoInsertCells()
112 if (eCmd == INS_INSROWS) // ganze Zeilen? in ScUndoInsertCells()
118 if (eCmd == INS_INSCOLS) // ganze Spalten? in ScUndoInsertCells()
192 switch (eCmd) in DoChange()
242 switch (eCmd) in DoChange()
349 eCmd( eNewCmd ) in ScUndoDeleteCells()
351 if (eCmd == DEL_DELROWS) // gaze Zeilen? in ScUndoDeleteCells()
402 switch (eCmd) in DoChange()
455 if ( eCmd==DEL_DELCOLS || eCmd==DEL_CELLSLEFT ) in DoChange()
457 if ( eCmd==DEL_DELROWS || eCmd==DEL_CELLSUP ) in DoChange()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdview.cxx850 SdrCreateCmd eCmd=SDRCREATE_NEXTPOINT; in DoMouseEvent() local
851 if (MODKEY_PolyPoly) eCmd=SDRCREATE_NEXTOBJECT; in DoMouseEvent()
852 if (rVEvt.nMouseClicks>1) eCmd=SDRCREATE_FORCEEND; in DoMouseEvent()
853 if (!EndCreateObj(eCmd)) { // Event fuer Create nicht ausgewerten? -> Markieren in DoMouseEvent()
927 SdrCreateCmd eCmd=SDRCREATE_NEXTPOINT; in DoMouseEvent() local
928 if (MODKEY_PolyPoly) eCmd=SDRCREATE_NEXTOBJECT; in DoMouseEvent()
929 if (rVEvt.nMouseClicks>1) eCmd=SDRCREATE_FORCEEND; in DoMouseEvent()
930 EndInsObjPoint(eCmd); in DoMouseEvent()
H A Dsvdopath.cxx529 FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
1423 if (rStat.GetPointAnz()>=2) eCmd=SDRCREATE_FORCEEND; in EndCreate()
1424 bRet=eCmd==SDRCREATE_FORCEEND; in EndCreate()
1434 if (rStat.GetPointAnz()>=2) eCmd=SDRCREATE_FORCEEND; in EndCreate()
1435 bRet=eCmd==SDRCREATE_FORCEEND; in EndCreate()
1443 if (eCmd==SDRCREATE_NEXTPOINT || eCmd==SDRCREATE_NEXTOBJECT) { in EndCreate()
1478 if (eCmd==SDRCREATE_NEXTOBJECT) { in EndCreate()
1493 if (eCmd==SDRCREATE_FORCEEND) { in EndCreate()
1513 if (nPolyNum<nPolyAnz-1 || eCmd==SDRCREATE_FORCEEND) { in EndCreate()
1519 bRet=eCmd==SDRCREATE_FORCEEND; in EndCreate()
[all …]
H A Dsvdcrtv.cxx630 sal_Bool SdrCreateView::EndCreateObj(SdrCreateCmd eCmd) in EndCreateObj() argument
640 if (nAnz<=1 && eCmd==SDRCREATE_FORCEEND) in EndCreateObj()
651 if (pAktCreate->EndCreate(aDragStat,eCmd)) in EndCreateObj()
720 if (eCmd==SDRCREATE_FORCEEND || // nix da, Ende erzwungen in EndCreateObj()
H A Dsvddrgv.cxx730 sal_Bool SdrDragView::EndInsObjPoint(SdrCreateCmd eCmd) in EndInsObjPoint() argument
737 if (bOk==sal_True && eCmd!=SDRCREATE_FORCEEND) in EndInsObjPoint()
740 bOk=!(ImpBegInsObjPoint(sal_True, nNextPnt, aPnt, eCmd == SDRCREATE_NEXTOBJECT, pDragWin)); in EndInsObjPoint()
H A Dsvdotxdr.cxx228 FASTBOOL SdrTextObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
240 return (eCmd==SDRCREATE_FORCEEND || rStat.GetPointAnz()>=2); in EndCreate()
H A Dsvdovirt.cxx356 FASTBOOL SdrVirtObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
358 return rRefObj.EndCreate(rStat,eCmd); in EndCreate()
H A Dsvdocapt.cxx581 FASTBOOL SdrCaptionObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
588 return (eCmd==SDRCREATE_FORCEEND || rStat.GetPointAnz()>=2); in EndCreate()
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx572 FASTBOOL OCustomShape::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
574 FASTBOOL bResult = SdrObjCustomShape::EndCreate(rStat, eCmd); in EndCreate()
807 FASTBOOL OUnoObject::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
810 FASTBOOL bResult = SdrUnoObj::EndCreate(rStat, eCmd); in EndCreate()
1107 FASTBOOL OOle2Obj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
1110 FASTBOOL bResult = SdrOle2Obj::EndCreate(rStat, eCmd); in EndCreate()
/trunk/main/sc/source/ui/inc/
H A Ddocfunc.hxx106 InsCellCmd eCmd, sal_Bool bRecord, sal_Bool bApi,
109 DelCellCmd eCmd, sal_Bool bRecord, sal_Bool bApi );
158 FillDir eDir, FillCmd eCmd, FillDateCmd eDateCmd,
H A Dviewfunc.hxx202 void DeleteCells( DelCellCmd eCmd, sal_Bool bRecord = sal_True );
203 …sal_Bool InsertCells( InsCellCmd eCmd, sal_Bool bRecord = sal_True, sal_Bool bPartOfPaste = sal_…
241 void FillSeries( FillDir eDir, FillCmd eCmd, FillDateCmd eDateCmd,
H A Dundoblk.hxx71 InsCellCmd eCmd; member in ScUndoInsertCells
103 DelCellCmd eCmd; member in ScUndoDeleteCells
/trunk/main/reportdesign/inc/
H A DRptObject.hxx159 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
202 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
248 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
/trunk/main/svx/source/form/
H A Dfmobj.cxx657 FASTBOOL FmFormObj::EndCreate( SdrDragStat& rStat, SdrCreateCmd eCmd ) in EndCreate() argument
659 bool bResult = SdrUnoObj::EndCreate(rStat, eCmd); in EndCreate()
660 if ( bResult && SDRCREATE_FORCEEND == eCmd && rStat.GetView() ) in EndCreate()
/trunk/main/basctl/source/inc/
H A Ddlgedobj.hxx67 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
159 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx1050 FASTBOOL DlgEdObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
1052 FASTBOOL bResult = SdrUnoObj::EndCreate(rStat, eCmd); in EndCreate()
1826 FASTBOOL DlgEdForm::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
1828 FASTBOOL bResult = SdrUnoObj::EndCreate(rStat, eCmd); in EndCreate()
/trunk/main/svx/source/engine3d/
H A Dscene3d.cxx869 FASTBOOL E3dScene::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
876 return (eCmd==SDRCREATE_FORCEEND || rStat.GetPointAnz()>=2); in EndCreate()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5419 FillCmd eCmd = FILL_SIMPLE; in fillSeries() local
5423 eCmd = FILL_SIMPLE; in fillSeries()
5426 eCmd = FILL_LINEAR; in fillSeries()
5429 eCmd = FILL_GROWTH; in fillSeries()
5432 eCmd = FILL_DATE; in fillSeries()
5435 eCmd = FILL_AUTO; in fillSeries()
5463 aFunc.FillSeries( aRange, NULL, eDir, eCmd, eDateCmd, in fillSeries()
7273 InsCellCmd eCmd = INS_NONE; in insertCells() local
7279 case sheet::CellInsertMode_ROWS: eCmd = INS_INSROWS; break; in insertCells()
7305 DelCellCmd eCmd = DEL_NONE; in removeRange() local
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdocirc.hxx127 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
H A Dsvdocapt.hxx119 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
/trunk/main/svx/source/inc/
H A Dfmobj.hxx110 virtual FASTBOOL EndCreate( SdrDragStat& rStat, SdrCreateCmd eCmd );

Completed in 319 milliseconds

12