From 6829122e78bc5614930e1b03595ef74eece941ff Mon Sep 17 00:00:00 2001 From: Frank Meies Date: Thu, 28 Feb 2002 11:42:19 +0000 Subject: #95586# Accessibility - Handling of text portions --- sw/source/core/text/porrst.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sw/source/core/text/porrst.hxx') diff --git a/sw/source/core/text/porrst.hxx b/sw/source/core/text/porrst.hxx index 21c68f4f987a..feb09f6c8ca8 100644 --- a/sw/source/core/text/porrst.hxx +++ b/sw/source/core/text/porrst.hxx @@ -2,9 +2,9 @@ * * $RCSfile: porrst.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: fme $ $Date: 2002-02-27 13:10:15 $ + * last change: $Author: fme $ $Date: 2002-02-28 12:42:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,6 +101,10 @@ public: virtual KSHORT GetViewWidth( const SwTxtSizeInfo &rInf ) const; USHORT GetRestWidth() const { return nRestWidth; } virtual xub_StrLen GetCrsrOfst( const MSHORT nOfst ) const; + + // Accessibility: pass information about this portion to the PortionHandler + virtual void HandlePortion( SwPortionHandler& rPH ) const; + OUTPUT_OPERATOR }; @@ -138,7 +142,6 @@ public: virtual void FormatEOL( SwTxtFormatInfo &rInf ); virtual void Paint( const SwTxtPaintInfo &rInf ) const; - virtual void HandlePortion( SwPortionHandler& rPH ) const; OUTPUT_OPERATOR }; -- cgit v1.2.3