summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/ColorListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/ColorListener.hxx')
-rw-r--r--reportdesign/source/ui/inc/ColorListener.hxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/reportdesign/source/ui/inc/ColorListener.hxx b/reportdesign/source/ui/inc/ColorListener.hxx
index b3ded2a5aaf8..13677f7e53fd 100644
--- a/reportdesign/source/ui/inc/ColorListener.hxx
+++ b/reportdesign/source/ui/inc/ColorListener.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,14 +42,14 @@ namespace rptui
void operator =(const OColorListener&);
protected:
OModuleClient m_aModuleClient;
- Link m_aCollapsedLink;
- svtools::ColorConfig m_aColorConfig;
- svtools::ExtendedColorConfig m_aExtendedColorConfig;
- ::rtl::OUString m_sColorEntry;
- sal_Int32 m_nColor;
- sal_Int32 m_nTextBoundaries;
- sal_Bool m_bCollapsed;
- sal_Bool m_bMarked;
+ Link m_aCollapsedLink;
+ svtools::ColorConfig m_aColorConfig;
+ svtools::ExtendedColorConfig m_aExtendedColorConfig;
+ ::rtl::OUString m_sColorEntry;
+ sal_Int32 m_nColor;
+ sal_Int32 m_nTextBoundaries;
+ sal_Bool m_bCollapsed;
+ sal_Bool m_bMarked;
virtual void ImplInitSettings() = 0;
protected:
@@ -63,22 +63,22 @@ namespace rptui
virtual void Notify(SfxBroadcaster & rBc, SfxHint const & rHint);
/** set the marker as marked or not marked
- @param _bMark set the new state of the marker
+ @param _bMark set the new state of the marker
*/
- void setMarked(sal_Bool _bMark);
+ void setMarked(sal_Bool _bMark);
/** returns if the section is marked
*/
- inline sal_Bool isMarked() const { return m_bMarked; }
+ inline sal_Bool isMarked() const { return m_bMarked; }
- inline void setCollapsedHdl(const Link& _aLink ){ m_aCollapsedLink = _aLink; }
- inline sal_Bool isCollapsed() const { return m_bCollapsed; }
+ inline void setCollapsedHdl(const Link& _aLink ){ m_aCollapsedLink = _aLink; }
+ inline sal_Bool isCollapsed() const { return m_bCollapsed; }
/** collapse or expand
*
* \param _bCollapsed
*/
- virtual void setCollapsed(sal_Bool _bCollapsed);
+ virtual void setCollapsed(sal_Bool _bCollapsed);
};
}
#endif // RPTUI_COLORLISTENER_HXX