Home
last modified time | relevance | path

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

/trunk/main/sc/inc/ !
H A Dinputopt.hxx56 sal_uInt16 GetMoveDir() const { return nMoveDir; } in GetMoveDir() function in ScInputOptions
/trunk/main/sc/source/core/tool/ !
H A Dinputopt.cxx220 pValues[nProp] <<= (sal_Int32) GetMoveDir(); in Commit()
/trunk/main/sc/source/ui/unoobj/ !
H A Dappluno.cxx615 else if (aString.EqualsAscii( SC_UNONAME_MOVEDIR )) aRet <<= (sal_Int16) aInpOpt.GetMoveDir(); in getPropertyValue()
/trunk/main/sc/source/ui/app/ !
H A Dscmod.cxx1960 rInpOpt.GetMoveDir() ) ); in CreateItemSet()
/trunk/main/sc/source/ui/view/ !
H A Dtabview3.cxx1232 switch ((ScDirection)rOpt.GetMoveDir()) in MoveCursorEnter()