summaryrefslogtreecommitdiff
path: root/sw/inc/unodraw.hxx
diff options
context:
space:
mode:
authorAbhyudaya Sharma <sharmaabhyudaya@gmail.com>2018-06-04 12:33:22 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-06-18 11:29:46 +0200
commitbc5cdc0f12ab580f6b1631b0f323aafd234adc4c (patch)
tree8b310f98bab69137941d315d6f3a10750ef3c887 /sw/inc/unodraw.hxx
parentf6bd95704e46f53fd976519cc7d916f28a4ddc94 (diff)
tdf#108523 Remove @author annotations
Change-Id: I85e364da59ce70ddd97fdae9bc03a4ea76b007fc Reviewed-on: https://gerrit.libreoffice.org/55263 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/inc/unodraw.hxx')
-rw-r--r--sw/inc/unodraw.hxx25
1 files changed, 3 insertions, 22 deletions
diff --git a/sw/inc/unodraw.hxx b/sw/inc/unodraw.hxx
index 3612db0b7755..b10ab9b1ac01 100644
--- a/sw/inc/unodraw.hxx
+++ b/sw/inc/unodraw.hxx
@@ -140,39 +140,26 @@ class SwXShape : public SwXShapeBaseClass,
SvxShape* GetSvxShape();
- /** method to determine top group object
-
- @author OD
- */
+ /** method to determine top group object */
SdrObject* GetTopGroupObj( SvxShape* _pSvxShape = nullptr );
- /** method to determine position according to the positioning attributes
-
- @author OD
- */
+ /** method to determine position according to the positioning attributes */
css::awt::Point GetAttrPosition();
/** method to convert the position (translation) of the drawing object to
- the layout direction horizontal left-to-right.
-
- @author OD
- */
+ the layout direction horizontal left-to-right. */
css::awt::Point ConvertPositionToHoriL2R(
const css::awt::Point& rObjPos,
const css::awt::Size& rObjSize );
/** method to convert the transformation of the drawing object to the layout
direction, the drawing object is in
-
- @author OD
*/
css::drawing::HomogenMatrix3 ConvertTransformationToLayoutDir(
const css::drawing::HomogenMatrix3& rMatrixInHoriL2R );
/** method to adjust the positioning properties
- @author OD
-
@param _aPosition
input parameter - point representing the new shape position. The position
has to be given in the layout direction the shape is in and relative to
@@ -182,24 +169,18 @@ class SwXShape : public SwXShapeBaseClass,
/** method to convert start or end position of the drawing object to the
Writer specific position, which is the attribute position in layout direction
-
- @author OD
*/
css::awt::Point ConvertStartOrEndPosToLayoutDir(
const css::awt::Point& aStartOrEndPos );
/** method to convert PolyPolygonBezier of the drawing object to the
Writer specific position, which is the attribute position in layout direction
-
- @author OD
*/
css::drawing::PolyPolygonBezierCoords ConvertPolyPolygonBezierToLayoutDir(
const css::drawing::PolyPolygonBezierCoords& aPath );
/** method to get property from aggregation object
- @author OD
-
@throws css::beans::UnknownPropertyException
@throws css::lang::WrappedTargetException
@throws css::uno::RuntimeException