Searched refs:INS_NONE (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | inscodlg.cxx | 44 sal_uInt16 ScInsertContentsDlg::nPreviousMoveMode = INS_NONE; // enum InsCellCmd 125 case INS_NONE: aRbMoveNone.Check(sal_True); break; in ScInsertContentsDlg() 183 return INS_NONE; in GetMoveMode() 342 ScInsertContentsDlg::nPreviousMoveMode = INS_NONE; in ~ScInsertContentsDlg()
|
H A D | inscldlg.cxx | 85 InsCellCmd nReturn = INS_NONE; in GetInsCellCmd()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 594 PASTE_NOFUNC, sal_False, sal_False, sal_False, INS_NONE, IDF_NONE, in PasteFromSystem() 705 PASTE_NOFUNC, sal_False, sal_False, sal_False, INS_NONE, IDF_NONE, in PasteFromTransferable() 800 PASTE_NOFUNC, sal_False, sal_False, sal_False, INS_NONE, IDF_NONE, in PasteFromSystem() 1043 (bMarkIsFiltered && (eMoveMode != INS_NONE || bAsLink))); in PasteFromClip() 1192 sal_Bool bInsertCells = ( eMoveMode != INS_NONE && !bOffLimits ); in PasteFromClip() 1614 bool bInsertCells = (eMoveMode != INS_NONE); in PasteMultiRangesFromClip()
|
H A D | viewfun5.cxx | 171 PASTE_NOFUNC, sal_False, sal_False, sal_False, INS_NONE, IDF_NONE, in PasteDataFormat() 583 PASTE_NOFUNC, sal_False, sal_False, sal_False, INS_NONE, IDF_NONE, in PasteDataFormat()
|
H A D | cellsh1.cxx | 191 InsCellCmd eCmd=INS_NONE; in ExecuteEdit() 235 if (eCmd!=INS_NONE) in ExecuteEdit() 1226 InsCellCmd eMoveMode = INS_NONE; in ExecuteEdit() 2194 PASTE_NOFUNC, sal_False, sal_False, sal_False, INS_NONE, IDF_NONE, in PasteFromClipboard()
|
H A D | gridwin.cxx | 426 meDragInsertMode( INS_NONE ), in ScGridWindow() 3410 InsCellCmd eDragInsertMode = INS_NONE; in AcceptPrivateDrop() 3871 if ( meDragInsertMode != INS_NONE ) in DropTransferObj() 3905 (!bIsLink && meDragInsertMode == INS_NONE))) in DropTransferObj() 3962 if ( meDragInsertMode != INS_NONE ) in DropTransferObj() 4000 if ( bDone && meDragInsertMode != INS_NONE && bIsMove && nThisTab == nSourceTab ) in DropTransferObj() 4099 if ( meDragInsertMode != INS_NONE ) in DropTransferObj() 4159 if ( meDragInsertMode != INS_NONE ) in DropTransferObj()
|
H A D | viewfun2.cxx | 809 sal_False, INS_NONE, IDF_ATTRIB ) ) in EnterBlock()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | excelvbahelper.cxx | 179 InsCellCmd eMoveMode = INS_NONE; in implnPasteSpecial()
|
H A D | vbahelper.cxx | 208 InsCellCmd eMoveMode = INS_NONE; in implnPasteSpecial()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 115 InsCellCmd eMoveMode = INS_NONE,
|
H A D | undoblk.hxx | 184 eMoveMode( INS_NONE ) in ScUndoPasteOptions()
|
/aoo41x/main/sc/inc/ |
H A D | global.hxx | 330 INS_NONE enumerator
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 203 InsCellCmd eMoveMode = INS_NONE;
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 7273 InsCellCmd eCmd = INS_NONE; in insertCells()
|
Completed in 148 milliseconds