Searched refs:PASTE_NOFUNC (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | inscodlg.cxx | 42 sal_uInt16 ScInsertContentsDlg::nPreviousFormulaChecks = PASTE_NOFUNC; 116 case PASTE_NOFUNC: aRbNoOp.Check(sal_True); break; in ScInsertContentsDlg() 352 ScInsertContentsDlg::nPreviousFormulaChecks = PASTE_NOFUNC; in GetFormulaCmdBits()
|
/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() 1215 nFunction == PASTE_NOFUNC && in PasteFromClip() 1603 nFunction == PASTE_NOFUNC && SC_MOD()->GetInputOptions().GetReplaceCellsWarn(); in PasteMultiRangesFromClip() 1862 PasteFromClip( IDF_ALL, pClipDoc, PASTE_NOFUNC, sal_False, sal_False, sal_True ); // als Link in LinkBlock()
|
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 | 461 sal_uInt16 nFunction = PASTE_NOFUNC; in ExecuteEdit() 1222 sal_uInt16 nFunction = PASTE_NOFUNC; in ExecuteEdit() 2194 PASTE_NOFUNC, sal_False, sal_False, sal_False, INS_NONE, IDF_NONE, in PasteFromClipboard()
|
H A D | viewfun2.cxx | 808 if ( PasteFromClip( IDF_CONTENTS, pInsDoc, PASTE_NOFUNC, sal_False, sal_False, in EnterBlock()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 113 sal_uInt16 nFunction = PASTE_NOFUNC, sal_Bool bSkipEmpty = sal_False,
|
H A D | undoblk.hxx | 180 nFunction( PASTE_NOFUNC ), in ScUndoPasteOptions()
|
/aoo41x/main/sc/inc/ |
H A D | global.hxx | 229 #define PASTE_NOFUNC 0 macro
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 2806 sal_uInt16 nFormulaBits = PASTE_NOFUNC ; in getPasteFormulaBits() 2820 nFormulaBits = PASTE_NOFUNC; break; in getPasteFormulaBits()
|
Completed in 147 milliseconds