summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessibleViewForwarder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/AccessibleViewForwarder.hxx')
-rw-r--r--sd/source/ui/inc/AccessibleViewForwarder.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sd/source/ui/inc/AccessibleViewForwarder.hxx b/sd/source/ui/inc/AccessibleViewForwarder.hxx
index 7c3fe45abc27..cb475aadb200 100644
--- a/sd/source/ui/inc/AccessibleViewForwarder.hxx
+++ b/sd/source/ui/inc/AccessibleViewForwarder.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
@@ -37,7 +37,7 @@ class OutputDevice;
namespace accessibility {
-/** <p>This class provides the means to transform between internal coordinates
+/** <p>This class provides the means to transform between internal coordinates
and screen coordinates without giving direct access to the underlying
view. It represents a certain window. A call to
<method>GetVisArea</method> returns the corresponding visible
@@ -49,7 +49,7 @@ namespace accessibility {
change the validity of the forwarder have to be signaled seperately.
*/
class AccessibleViewForwarder
- : public IAccessibleViewForwarder
+ : public IAccessibleViewForwarder
{
public:
//===== internal ========================================================
@@ -57,7 +57,7 @@ public:
AccessibleViewForwarder (SdrPaintView* pView, OutputDevice& rDevice);
virtual ~AccessibleViewForwarder (void);
-
+
//===== IAccessibleViewforwarder ========================================
/** This method informs you about the state of the forwarder. Do not
@@ -71,7 +71,7 @@ public:
/** Returns the area of the underlying document that is visible in the
* corresponding window.
- @return
+ @return
The rectangle of the visible part of the document.
*/
virtual Rectangle GetVisibleArea() const;
@@ -82,7 +82,7 @@ public:
@param rPoint
Point in internal coordinates.
- @return
+ @return
The same point but in screen coordinates relative to the upper
left corner of the (current) screen.
*/
@@ -94,7 +94,7 @@ public:
@param rSize
Size in internal coordinates.
- @return
+ @return
The same size but in screen coordinates.
*/
virtual Size LogicToPixel (const Size& rSize) const;
@@ -106,7 +106,7 @@ public:
Point in screen coordinates relative to the upper left corner of
the (current) screen.
- @return
+ @return
The same point but in internal coordinates.
*/
virtual Point PixelToLogic (const Point& rPoint) const;
@@ -117,7 +117,7 @@ public:
@param rSize
Size in screen coordinates.
- @return
+ @return
The same size but in internal coordinates.
*/
virtual Size PixelToLogic (const Size& rSize) const;