Home
last modified time | relevance | path

Searched refs:GetMoveDir (Results 1 – 11 of 11) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dinputopt.hxx48 sal_uInt16 GetMoveDir() const { return nMoveDir; } in GetMoveDir() function in ScInputOptions
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dinputopt.hxx47 sal_uInt16 GetMoveDir() const { return nMoveDir; } in GetMoveDir() function in ScInputOptions
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dinputopt.cxx161 pValues[nProp] <<= static_cast<sal_Int32>(GetMoveDir()); in ImplCommit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dinputopt.cxx165 pValues[nProp] <<= static_cast<sal_Int32>(GetMoveDir()); in ImplCommit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dappluno.cxx309 …se if (aPropertyName == SC_UNONAME_MOVEDIR ) aRet <<= static_cast<sal_Int16>(aInpOpt.GetMoveDir()); in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dappluno.cxx402 …se if (aPropertyName == SC_UNONAME_MOVEDIR ) aRet <<= static_cast<sal_Int16>(aInpOpt.GetMoveDir()); in getPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/uicalc/
H A Duicalc.cxx701 sal_uInt16 bOldStatus = aInputOption.GetMoveDir(); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/app/
H A Dscmod.cxx1928 rInpOpt.GetMoveDir() ) ); in CreateItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/app/
H A Dscmod.cxx1963 rInpOpt.GetMoveDir() ) ); in CreateItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabview3.cxx1417 switch (static_cast<ScDirection>(rOpt.GetMoveDir())) in MoveCursorEnter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabview3.cxx1394 switch (static_cast<ScDirection>(rOpt.GetMoveDir())) in MoveCursorEnter()