Home
last modified time | relevance | path

Searched refs:eCmd (Results 1 – 25 of 47) sorted by last modified time

12

/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx995 FASTBOOL SdrMeasureObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
999 return (eCmd==SDRCREATE_FORCEEND || rStat.GetPointAnz()>=2); in EndCreate()
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 Dsvdoashp.cxx2510 FASTBOOL SdrObjCustomShape::EndCreate( SdrDragStat& rStat, SdrCreateCmd eCmd ) in EndCreate() argument
2518 return ( eCmd == SDRCREATE_FORCEEND || rStat.GetPointAnz() >= 2 ); in EndCreate()
H A Dsvdobj.cxx1427 FASTBOOL SdrObject::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
1436 return (eCmd==SDRCREATE_FORCEEND || rStat.GetPointAnz()>=2); in EndCreate()
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 Dsvdoedge.cxx2049 FASTBOOL SdrEdgeObj::EndCreate(SdrDragStat& rDragStat, SdrCreateCmd eCmd) in EndCreate() argument
2051 FASTBOOL bOk=(eCmd==SDRCREATE_FORCEEND || rDragStat.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 Dsvdotxdr.cxx228 FASTBOOL SdrTextObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
240 return (eCmd==SDRCREATE_FORCEEND || rStat.GetPointAnz()>=2); 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()
H A Dsvdocirc.cxx723 FASTBOOL SdrCircObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
728 if (eCmd==SDRCREATE_FORCEEND && rStat.GetPointAnz()<4) meCircleKind=OBJ_CIRC; in EndCreate()
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 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()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx751 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
H A Dsvdomeas.hxx117 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
H A Dsvdotext.hxx454 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
H A Dsvdovirt.hxx103 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
H A Dsvdoashp.hxx212 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx5184 FillCmd eCmd = FILL_AUTO; in AutoFill() local
5198 eCmd = FILL_SIMPLE; in AutoFill()
5202 eCmd = FILL_DATE; in AutoFill()
5205 eCmd = FILL_DATE; in AutoFill()
5209 eCmd = FILL_DATE; in AutoFill()
5213 eCmd = FILL_DATE; in AutoFill()
5217 eCmd = FILL_GROWTH; in AutoFill()
5224 eCmd = FILL_LINEAR; in AutoFill()
5228 eCmd = FILL_AUTO; in AutoFill()
5234 …aFunc.FillAuto( aSourceRange, NULL, eDir, eCmd, eDateCmd, nCount, fStep, fEndValue, sal_True, sal_… in AutoFill()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx2626 FASTBOOL SdrTableObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate() argument
2630 return (eCmd==SDRCREATE_FORCEEND || rStat.GetPointAnz()>=2); in EndCreate()
/trunk/main/sc/source/ui/view/
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/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/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/svx/source/inc/
H A Dfmobj.hxx110 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()

Completed in 279 milliseconds

12