Lines Matching defs:ScZoomSliderWnd_Impl
120 struct ScZoomSliderWnd::ScZoomSliderWnd_Impl struct in ScZoomSliderWnd
122 sal_uInt16 mnCurrentZoom;
123 sal_uInt16 mnMinZoom;
124 sal_uInt16 mnMaxZoom;
125 sal_uInt16 mnSliderCenter;
126 std::vector< long > maSnappingPointOffsets;
127 std::vector< sal_uInt16 > maSnappingPointZooms;
128 Image maSliderButton;
129 Image maIncreaseButton;
130 Image maDecreaseButton;
131 bool mbValuesSet;
132 bool mbOmitPaint;
134 ScZoomSliderWnd_Impl( sal_uInt16 nCurrentZoom ) : in ScZoomSliderWnd_Impl() function