Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/miscdlgs/
H A Dinscodlg.cxx126 case INS_CELLSRIGHT: aRbMoveRight.Check(sal_True); break; in ScInsertContentsDlg()
180 return INS_CELLSRIGHT; in GetMoveMode()
345 ScInsertContentsDlg::nPreviousMoveMode = INS_CELLSRIGHT; in ~ScInsertContentsDlg()
H A Dinscldlg.cxx94 nReturn = INS_CELLSRIGHT; in GetInsCellCmd()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1424 if ( eCmd == INS_CELLSRIGHT ) in InsertCells()
1469 if (eCmd==INS_CELLSRIGHT) in InsertCells()
1481 … (eCmd == INS_CELLSRIGHT && ( nMergeStartY != nMergeTestStartY || nMergeEndY != nMergeTestEndY )) ) in InsertCells()
1551 else if( eCmd == INS_CELLSRIGHT || eCmd == INS_INSCOLS ) in InsertCells()
1556 if( eCmd == INS_CELLSRIGHT ) in InsertCells()
1603 case INS_CELLSRIGHT: in InsertCells()
1668 case INS_CELLSRIGHT: in InsertCells()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3443 eDragInsertMode = INS_CELLSRIGHT; in AcceptPrivateDrop()
3480 eDragInsertMode = INS_CELLSRIGHT; in AcceptPrivateDrop()
3486 ( eDragInsertMode == INS_CELLSRIGHT && nNewDragX <= nSourceEndX && in AcceptPrivateDrop()
3507 eDragInsertMode = INS_CELLSRIGHT; in AcceptPrivateDrop()
3967 else if ( meDragInsertMode == INS_CELLSRIGHT && in DropTransferObj()
3999 else if ( meDragInsertMode == INS_CELLSRIGHT ) in DropTransferObj()
5584 else if ( meDragInsertMode == INS_CELLSRIGHT ) in UpdateDragRectOverlay()
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()
/trunk/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()
/trunk/main/sc/inc/
H A Dglobal.hxx327 INS_CELLSRIGHT, enumerator
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx7278 case sheet::CellInsertMode_RIGHT: eCmd = INS_CELLSRIGHT; break; in insertCells()