| /AOO41X/main/sc/source/ui/docshell/ |
| H A D | docfunc.cxx | 1326 sal_Bool ScDocFunc::InsertCells( const ScRange& rRange, const ScMarkData* pTabMark, InsCellCmd eCmd, in InsertCells() argument 1416 if ( eCmd == INS_INSROWS ) in InsertCells() 1421 if ( eCmd == INS_INSCOLS ) in InsertCells() 1426 if ( eCmd == INS_CELLSDOWN ) in InsertCells() 1428 if ( eCmd == INS_CELLSRIGHT ) in InsertCells() 1433 SCCOL nEditTestEndX = (eCmd==INS_INSCOLS) ? MAXCOL : nMergeTestEndX; in InsertCells() 1434 SCROW nEditTestEndY = (eCmd==INS_INSROWS) ? MAXROW : nMergeTestEndY; in InsertCells() 1473 if (eCmd==INS_CELLSRIGHT) in InsertCells() 1484 …if(( eCmd == INS_CELLSDOWN && ( nMergeStartX != nMergeTestStartX || nMergeEndX != nMergeTestEndX )… in InsertCells() 1485 … (eCmd == INS_CELLSRIGHT && ( nMergeStartY != nMergeTestStartY || nMergeEndY != nMergeTestEndY )) ) in InsertCells() [all …]
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | cellsh1.cxx | 191 InsCellCmd eCmd=INS_NONE; in ExecuteEdit() local 204 case 'V': eCmd = INS_CELLSDOWN ;break; in ExecuteEdit() 205 case '>': eCmd = INS_CELLSRIGHT ;break; in ExecuteEdit() 206 case 'R': eCmd = INS_INSROWS ;break; in ExecuteEdit() 207 case 'C': eCmd = INS_INSCOLS ;break; in ExecuteEdit() 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() 237 pTabViewShell->InsertCells( eCmd ); in ExecuteEdit() [all …]
|
| H A D | viewfunc.cxx | 1600 sal_Bool ScViewFunc::InsertCells( InsCellCmd eCmd, sal_Bool bRecord, sal_Bool bPartOfPaste ) in InsertCells() argument 1607 …sal_Bool bSuccess = pDocSh->GetDocFunc().InsertCells( aRange, &rMark, eCmd, bRecord, sal_False, bP… in InsertCells() 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() 1662 pDocSh->GetDocFunc().DeleteCells( aDelRange, &rMark, eCmd, bRecord, sal_False ); in DeleteCells() 1668 pDocSh->GetDocFunc().DeleteCells( aRange, &rMark, eCmd, bRecord, sal_False ); in DeleteCells() 1678 if ( eCmd == DEL_DELROWS || 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() 225 …if ( eCmd == INS_CELLSRIGHT ) // only "shift right" requires refresh of the move… in DoChange() 242 switch (eCmd) in DoChange() 324 ((ScTabViewTarget&)rTarget).GetViewShell()->InsertCells( eCmd, sal_True ); in Repeat() 349 eCmd( eNewCmd ) in ScUndoDeleteCells() 351 if (eCmd == DEL_DELROWS) // gaze Zeilen? in ScUndoDeleteCells() 357 if (eCmd == DEL_DELCOLS) // ganze Spalten? in ScUndoDeleteCells() [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); 1412 FASTBOOL ImpPathForDragAndCreate::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument 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() [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 bPartOfPas… 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 7277 case sheet::CellInsertMode_DOWN: eCmd = INS_CELLSDOWN; break; in insertCells() 7278 case sheet::CellInsertMode_RIGHT: eCmd = INS_CELLSRIGHT; break; in insertCells() [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 );
|