Home
last modified time | relevance | path

Searched refs:INS_CELLSRIGHT (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/sc/source/ui/miscdlgs/
H A Dinscodlg.cxx127 case INS_CELLSRIGHT: aRbMoveRight.Check(sal_True); break; in ScInsertContentsDlg()
181 return INS_CELLSRIGHT; in GetMoveMode()
346 ScInsertContentsDlg::nPreviousMoveMode = INS_CELLSRIGHT; in ~ScInsertContentsDlg()
H A Dinscldlg.cxx95 nReturn = INS_CELLSRIGHT; in GetInsCellCmd()
/aoo41x/main/sc/source/ui/view/
H A Dcellsh1.cxx175 pTabViewShell->InsertCells(INS_CELLSRIGHT); in ExecuteEdit()
205 case '>': eCmd = INS_CELLSRIGHT ;break; in ExecuteEdit()
246 case INS_CELLSRIGHT: aParam='>'; break; in ExecuteEdit()
H A Dgridwin.cxx3448 eDragInsertMode = INS_CELLSRIGHT; in AcceptPrivateDrop()
3485 eDragInsertMode = INS_CELLSRIGHT; in AcceptPrivateDrop()
3491 ( eDragInsertMode == INS_CELLSRIGHT && nNewDragX <= nSourceEndX && in AcceptPrivateDrop()
3512 eDragInsertMode = INS_CELLSRIGHT; in AcceptPrivateDrop()
3975 else if ( meDragInsertMode == INS_CELLSRIGHT && in DropTransferObj()
4007 else if ( meDragInsertMode == INS_CELLSRIGHT ) in DropTransferObj()
5602 else if ( meDragInsertMode == INS_CELLSRIGHT ) in UpdateDragRectOverlay()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1428 if ( eCmd == INS_CELLSRIGHT ) in InsertCells()
1473 if (eCmd==INS_CELLSRIGHT) in InsertCells()
1485 … (eCmd == INS_CELLSRIGHT && ( nMergeStartY != nMergeTestStartY || nMergeEndY != nMergeTestEndY )) ) in InsertCells()
1555 else if( eCmd == INS_CELLSRIGHT || eCmd == INS_INSCOLS ) in InsertCells()
1560 if( eCmd == INS_CELLSRIGHT ) in InsertCells()
1607 case INS_CELLSRIGHT: in InsertCells()
1672 case INS_CELLSRIGHT: in InsertCells()
/aoo41x/main/sc/source/ui/undo/
H A Dundoblk.cxx207 case INS_CELLSRIGHT: in DoChange()
225 …if ( eCmd == INS_CELLSRIGHT ) // only "shift right" requires refresh of the move… in DoChange()
262 case INS_CELLSRIGHT: in DoChange()
/aoo41x/main/sc/inc/
H A Dglobal.hxx327 INS_CELLSRIGHT, enumerator
/aoo41x/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx7278 case sheet::CellInsertMode_RIGHT: eCmd = INS_CELLSRIGHT; break; in insertCells()

Completed in 103 milliseconds