Home
last modified time | relevance | path

Searched refs:ImplTracking (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dcalendar.hxx182 void ImplTracking( const Point& rPos, bool bRepeat );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dcalendar.hxx186 VCL_DLLPRIVATE void ImplTracking( const Point& rPos, bool bRepeat );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dvalueset.hxx264 SVT_DLLPRIVATE void ImplTracking( const Point& rPos, bool bRepeat );
466 SVT_DLLPRIVATE void ImplTracking(const Point& rPos);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dvalueset.hxx253 SVT_DLLPRIVATE void ImplTracking(const Point& rPos);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dcalendar.cxx932 void Calendar::ImplTracking( const Point& rPos, bool bRepeat ) in ImplTracking() function in Calendar
1073 ImplTracking( rMEvt.GetPosPixel(), false ); in MouseMove()
1085 ImplTracking( aMousePos, rTEvt.IsTrackingRepeat() ); in Tracking()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/control/
H A Dvalueset.cxx1014 ImplTracking( GetPointerPosPixel(), true ); in IMPL_LINK_NOARG()
1017 void ValueSet::ImplTracking( const Point& rPos, bool bRepeat ) in ImplTracking() function in ValueSet
1124 ImplTracking( rMouseEvent.GetPosPixel(), false ); in MouseMove()
1135 ImplTracking( aMousePos, rTrackingEvent.IsTrackingRepeat() ); in Tracking()
2596 void SvtValueSet::ImplTracking(const Point& rPos) in ImplTracking() function in SvtValueSet
2643 ImplTracking(rMouseEvent.GetPosPixel()); in MouseMove()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/control/
H A Dvalueset.cxx461 void ValueSet::ImplTracking(const Point& rPos) in ImplTracking() function in ValueSet
520 ImplTracking(rMouseEvent.GetPosPixel()); in MouseMove()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dcalendar.cxx928 void Calendar::ImplTracking( const Point& rPos, bool bRepeat ) in ImplTracking() function in Calendar
1060 ImplTracking( aMousePos, rTEvt.IsTrackingRepeat() ); in Tracking()