User: vg Date: 2008-08-19 10:12:31+0000 Modified: dba/reportdesign/source/ui/inc/StartMarker.hxx
Log: INTEGRATION: CWS dba31a (1.3.28); FILE MERGED 2008/06/26 14:26:32 oj 1.3.28.3: #i77916# impl zooming in report builder 2008/06/24 12:07:06 oj 1.3.28.2: RESYNC: (1.3-1.4); FILE MERGED 2008/06/13 11:40:19 oj 1.3.28.1: #i88506# impl hyphenation File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: StartMarker.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/StartMarker.hxx?r1=1.4&r2=1.5 Delta lines: +7 -4 ------------------- --- StartMarker.hxx 2008-06-16 13:41:59+0000 1.4 +++ StartMarker.hxx 2008-08-19 10:12:28+0000 1.5 @@ -38,20 +38,19 @@ namespace rptui { - class OSectionsWindow; + class OSectionWindow; class OStartMarker : public OColorListener { Ruler m_aVRuler; FixedText m_aText; FixedImage m_aImage; - OSectionsWindow* m_pParent; + OSectionWindow* m_pParent; static Image* s_pDefCollapsed; static Image* s_pDefExpanded; static Image* s_pDefCollapsedHC; static Image* s_pDefExpandedHC; static oslInterlockedCount s_nImageRefCount; /// When 0 all static images will be destroyed - sal_Int32 m_nCornerSize; sal_Bool m_bShowRuler; @@ -61,7 +60,7 @@ OStartMarker(OStartMarker&); void operator =(OStartMarker&); public: - OStartMarker(OSectionsWindow* _pParent,const ::rtl::OUString& _sColorEntry); + OStartMarker(OSectionWindow* _pParent,const ::rtl::OUString& _sColorEntry); virtual ~OStartMarker(); // SfxListener @@ -85,6 +84,10 @@ void showRuler(sal_Bool _bShow); virtual void setCollapsed(sal_Bool _bCollapsed); + + /** zoom the ruler and view windows + */ + void zoom(const sal_Int16 _nZoom); }; } #endif // RPTUI_STARTMARKER_HXX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
