Home
last modified time | relevance | path

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

12

/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/basctl/source/inc/
H A Ddlgedobj.hxx67 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
159 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
/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/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/inc/
H A Dtable.hxx864 void IncDate(double& rVal, sal_uInt16& nDayOfMonth, double nStep, FillDateCmd eCmd);
/trunk/main/sc/source/core/data/
H A Dtable4.cxx1180 void ScTable::IncDate(double& rVal, sal_uInt16& nDayOfMonth, double nStep, FillDateCmd eCmd) in IncDate() argument
1182 if (eCmd == FILL_DAY) in IncDate()
1196 switch (eCmd) in IncDate()
/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/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 Dundoblk.hxx71 InsCellCmd eCmd; member in ScUndoInsertCells
103 DelCellCmd eCmd; member in ScUndoDeleteCells
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,
/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/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/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/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 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()
H A Dviewfun2.cxx1234 void ScViewFunc::FillSeries( FillDir eDir, FillCmd eCmd, FillDateCmd eDateCmd, in FillSeries() argument
1243 FillSeries( aRange, &rMark, eDir, eCmd, eDateCmd, in FillSeries()
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 …]
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx136 …AsyncExecuteInfo( AsyncExecuteCmd eCmd, uno::Reference< datatransfer::clipboard::XClipboardListene… in AsyncExecuteInfo()
137 m_eCmd( eCmd ), m_xThis( xThis ), m_pListener( pListener ) {} in AsyncExecuteInfo()
/trunk/main/svx/inc/svx/
H A Dscene3d.hxx243 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
H A Dsvdcrtv.hxx140 sal_Bool EndCreateObj(SdrCreateCmd eCmd);
H A Dsvddrgv.hxx155 sal_Bool EndInsObjPoint(SdrCreateCmd eCmd);
H A Dsvdoashp.hxx212 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
H A Dsvdobj.hxx751 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
H A Dsvdocapt.hxx119 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
H A Dsvdocirc.hxx127 virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);

Completed in 248 milliseconds

12