summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/ascharanchoredobjectposition.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/ascharanchoredobjectposition.hxx')
-rw-r--r--sw/source/core/inc/ascharanchoredobjectposition.hxx27
1 files changed, 7 insertions, 20 deletions
diff --git a/sw/source/core/inc/ascharanchoredobjectposition.hxx b/sw/source/core/inc/ascharanchoredobjectposition.hxx
index 2f5e2d1bb164..df8e52c37d7d 100644
--- a/sw/source/core/inc/ascharanchoredobjectposition.hxx
+++ b/sw/source/core/inc/ascharanchoredobjectposition.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -80,8 +81,6 @@ namespace objectpositioning
/** determine the relative position to base line for object position
- @author OD
-
@param _ObjBoundHeight
height including corresponding spacing of the object, for which
the Y-position has to be calculated.
@@ -99,8 +98,6 @@ namespace objectpositioning
/** construtor; provided object to be positioned and needed data
for calculation of the object position
- OD 28.10.2003 #110978#
-
@param _rDrawObj
input parameter - object, that is be positioned.
@@ -120,8 +117,6 @@ namespace objectpositioning
@param _nLineAscent, _nLineDescent, _nLineAscentInclObjs,
_nLineDescentInclObjs - needed line values for the different
alignments.
-
- @author OD
*/
SwAsCharAnchoredObjectPosition( SdrObject& _rDrawObj,
const Point& _rProposedAnchorPos,
@@ -137,35 +132,27 @@ namespace objectpositioning
members <maAnchorPos>, <mnRelPos>, <maObjBoundRect> and
<mnLineAlignment> are calculated.
calculated position is set at the given object.
-
- @author OD
*/
virtual void CalcPosition();
- /** calculated anchored position for object position type AS_CHAR
+ // calculated anchored position for object position type AS_CHAR
- @author OD
- */
Point GetAnchorPos() const;
- /** calculated relative position to base line for object position type AS_CHAR
+ // calculated relative position to base line for object position type AS_CHAR
- @author OD
- */
SwTwips GetRelPosY() const;
- /** determined object rectangle including spacing for object position type AS_CHAR
+ // determined object rectangle including spacing for object position type AS_CHAR
- @author OD
- */
SwRect GetObjBoundRectInclSpacing() const;
- /** determined line alignment relative to line height
+ // determined line alignment relative to line height
- @author OD
- */
sal_uInt8 GetLineAlignment() const;
};
} // namespace objectpositioning
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */