diff options
Diffstat (limited to 'forms/source/richtext/richtextviewport.hxx')
-rw-r--r-- | forms/source/richtext/richtextviewport.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/forms/source/richtext/richtextviewport.hxx b/forms/source/richtext/richtextviewport.hxx index 8849e34a8..2dbf07048 100644 --- a/forms/source/richtext/richtextviewport.hxx +++ b/forms/source/richtext/richtextviewport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: richtextviewport.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-05-07 16:14:40 $ + * last change: $Author: obo $ $Date: 2004-07-05 16:21:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,6 +79,7 @@ namespace frm private: EditView* m_pView; Link m_aInvalidationHandler; + bool m_bHideInactiveSelection; public: RichTextViewPort( Window* _pParent ); @@ -87,6 +88,9 @@ namespace frm inline void setAttributeInvalidationHandler( const Link& _rHandler ) { m_aInvalidationHandler = _rHandler; } + void SetHideInactiveSelection( bool _bHide ); + bool GetHideInactiveSelection() const; + protected: virtual void Paint( const Rectangle& rRect ); virtual void GetFocus(); |