Home
last modified time | relevance | path

Searched refs:GetStartDragHeight (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dsettings.hxx113 long GetStartDragHeight() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dsettings.hxx107 sal_Int32 GetStartDragHeight() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dstandardcontrol.cxx401 …:abs( rMEvt.GetPosPixel().Y() - m_aMouseButtonDownPos.Y() ) < rMouseSettings.GetStartDragHeight() ) in impl_checkEndClick()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dwinproc.cxx453 tools::Long nDragH = rMSettings.GetStartDragHeight(); in ImplHandleMouseEvent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsettings.cxx319 MouseSettings::GetStartDragHeight() const in GetStartDragHeight() function in MouseSettings
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dsettings.cxx310 MouseSettings::GetStartDragHeight() const in GetStartDragHeight() function in MouseSettings
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dwinproc.cxx454 long nDragH = rMSettings.GetStartDragHeight(); in ImplHandleMouseEvent()