|
LibreOffice Module svx (master) 1
|
#include <svx/zoomsliderctrl.hxx>#include <comphelper/propertyvalue.hxx>#include <vcl/status.hxx>#include <vcl/image.hxx>#include <vcl/svapp.hxx>#include <vcl/settings.hxx>#include <vcl/event.hxx>#include <svx/zoomslideritem.hxx>#include <svx/dialmgr.hxx>#include <svx/strings.hrc>#include <basegfx/utils/zoomtools.hxx>#include <bitmaps.hlst>#include <com/sun/star/beans/PropertyValue.hpp>#include <set>Go to the source code of this file.
Classes | |
| struct | SvxZoomSliderControl::SvxZoomSliderControl_Impl |
Functions | |
| SFX_IMPL_STATUSBAR_CONTROL (SvxZoomSliderControl, SvxZoomSliderItem) | |
Variables | |
| const tools::Long | nSliderXOffset = 20 |
| const tools::Long | nSnappingEpsilon = 5 |
| const tools::Long | nSnappingPointsMinDist = nSnappingEpsilon |
| SFX_IMPL_STATUSBAR_CONTROL | ( | SvxZoomSliderControl | , |
| SvxZoomSliderItem | |||
| ) |
| const tools::Long nSliderXOffset = 20 |
Definition at line 62 of file zoomsliderctrl.cxx.
Referenced by SvxZoomSliderControl::MouseButtonDown(), SvxZoomSliderControl::MouseMove(), SvxZoomSliderControl::Offset2Zoom(), SvxZoomSliderControl::Paint(), and SvxZoomSliderControl::Zoom2Offset().
| const tools::Long nSnappingEpsilon = 5 |
Definition at line 63 of file zoomsliderctrl.cxx.
Referenced by SvxZoomSliderControl::Offset2Zoom().
| const tools::Long nSnappingPointsMinDist = nSnappingEpsilon |
Definition at line 64 of file zoomsliderctrl.cxx.
Referenced by SvxZoomSliderControl::StateChangedAtStatusBarControl().