/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1594 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 …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 191 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 D | viewfunc.cxx | 1617 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 …]
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 108 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 …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdview.cxx | 850 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 D | svdopath.cxx | 529 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 D | svdcrtv.cxx | 630 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 D | svddrgv.cxx | 730 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 D | svdotxdr.cxx | 228 FASTBOOL SdrTextObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument 240 return (eCmd==SDRCREATE_FORCEEND || rStat.GetPointAnz()>=2); in EndCreate()
|
H A D | svdovirt.cxx | 356 FASTBOOL SdrVirtObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument 358 return rRefObj.EndCreate(rStat,eCmd); in EndCreate()
|
H A D | svdocapt.cxx | 581 FASTBOOL SdrCaptionObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument 588 return (eCmd==SDRCREATE_FORCEEND || rStat.GetPointAnz()>=2); in EndCreate()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | docfunc.hxx | 106 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 D | viewfunc.hxx | 202 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 D | undoblk.hxx | 71 InsCellCmd eCmd; member in ScUndoInsertCells 103 DelCellCmd eCmd; member in ScUndoDeleteCells
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | RptObject.cxx | 572 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()
|
/aoo41x/main/reportdesign/inc/ |
H A D | RptObject.hxx | 159 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd); 202 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd); 248 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
|
/aoo41x/main/basctl/source/inc/ |
H A D | dlgedobj.hxx | 67 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd); 159 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
|
/aoo41x/main/svx/source/form/ |
H A D | fmobj.cxx | 657 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()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | scene3d.cxx | 869 FASTBOOL E3dScene::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument 876 return (eCmd==SDRCREATE_FORCEEND || rStat.GetPointAnz()>=2); in EndCreate()
|
/aoo41x/main/basctl/source/dlged/ |
H A D | dlgedobj.cxx | 1050 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()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 5419 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 …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdocirc.hxx | 127 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
|
H A D | svdocapt.hxx | 119 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
|
H A D | svdomeas.hxx | 117 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
|
/aoo41x/main/svx/source/inc/ |
H A D | fmobj.hxx | 110 virtual FASTBOOL EndCreate( SdrDragStat& rStat, SdrCreateCmd eCmd );
|