Kaydet (Commit) bc5cdc0f authored tarafından Abhyudaya Sharma's avatar Abhyudaya Sharma Kaydeden (comit) Samuel Mehrbrodt

tdf#108523 Remove @author annotations

Change-Id: I85e364da59ce70ddd97fdae9bc03a4ea76b007fc
Reviewed-on: https://gerrit.libreoffice.org/55263Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst f6bd9570
......@@ -273,9 +273,7 @@ def readprops(buff):
# It's a simple command line tool, which can merge different XML fragments
# together. Such fragments must exist as files on disk, will be moved into
# one file together on disk.
#
# @author Andreas Schluens
#
def run(sCmdLine):
aCfg = ConfigHelper(CFGFILE, sCmdLine)
if aCfg.getValueWithDefault(PROP_VERBOSE,None) == None:
......@@ -339,8 +337,7 @@ def StringTokenizer(mstring, separators, isSepIncluded = 0):
# and merge it together with might existing config
# files. That provides the possibility to overwrite
# config values via command line parameter.
#
# @author Andreas Schluens
class ConfigHelper:
def __init__(self, sPropFile, lCommandLineArgs):
self.m_bEmpty = 1
......@@ -444,7 +441,7 @@ def generateFooter():
return "</oor:component-data>\n"
# Can merge different xml fragments together.
# @author Caolan McNamara converted from the original java by Andreas Schluens
class Merger:
def __init__(self, aCfg):
self.m_aCfg = aCfg
......
......@@ -32,8 +32,6 @@ namespace framework{
/** @short implements a dispatch object which can be used to load
non-visible components (by using the mechanism of ContentHandler)
or visible-components (by using the mechanism of FrameLoader).
@author as96863
*/
class LoadDispatcher : public ::cppu::WeakImplHelper< css::frame::XNotifyingDispatch, // => XDispatch => XInterface
css::frame::XSynchronousDispatch >
......
......@@ -68,8 +68,6 @@ class QuietInteraction;
@descr An instance of this class can be used inside the API calls
XComponentLoader::loadComponentFromURL() and
XDispatch::dispatch().
@author as96863
*/
class LoadEnv
{
......
......@@ -64,8 +64,6 @@ namespace {
class provides full access to the configuration data and following
implementations will support some special query modes.
@author as96863
@docdate 10.03.2003 by as96863
@todo <ul>
......
......@@ -94,7 +94,6 @@ struct ColumnInfo{
* to use @ref Open(), @ref InfoRead(), @ref FontRead(), @ref StyleRead(), @ref ParaListRead(), @ref TagsRead(),
*
* @short HWP file management object
* @author Mizi Reserach
*/
class DLLEXPORT HWPFile
{
......
......@@ -29,7 +29,6 @@ module com { module sun { module star { module ucb {
identifier already was registered with a content provider manager.
@version 1.0
@author Kai Sommerfeld
@see XContentProviderManager
*/
published exception DuplicateProviderException: com::sun::star::uno::Exception
......
......@@ -28,7 +28,6 @@ module com { module sun { module star { module ucb {
/** This exception is thrown to indicate an illegal content identifier.
@version 1.0
@author Kai Sommerfeld
@see XContent
@see XContentIdentifier
*/
......
......@@ -33,7 +33,6 @@ module com { module sun { module star { module ucb {
InsertCommandArgument.
@version 1.0
@author Kai Sommerfeld
@see Content
*/
published exception MissingInputStreamException : com::sun::star::uno::Exception
......
......@@ -1834,8 +1834,6 @@ static void lcl_PutFactorialElements( ::std::vector< double >& cn, double fLower
/** Calculates a value of the hypergeometric distribution.
@author Kohei Yoshida <kohei@openoffice.org>
@see #i47296#
This function has an extra argument bCumulative,
......@@ -1883,10 +1881,7 @@ void ScInterpreter::ScHypGeomDist( int nMinParamCount )
for a fast calculation for large values which would otherwise cause an overflow
in the intermediate values.
@author Kohei Yoshida <kohei@openoffice.org>
@see #i47296#
*/
double ScInterpreter::GetHypGeomDist( double x, double n, double M, double N )
{
......
......@@ -1606,8 +1606,6 @@ void ScViewFunc::FillTab( InsertDeleteFlags nFlags, ScPasteFunc nFunction, bool
uses a left-adjoining non-empty column as a guide if such is available,
otherwise a right-adjoining non-empty column is used.
@author Kohei Yoshida (kohei@openoffice.org)
@return No return value
@see #i12313#
......
......@@ -71,11 +71,7 @@ struct TestDataElements : test::TestElement
typedef TestDataElements TestData;
/**
* Monster test interface to test language binding calls.
*
* @author Daniel Boelzle
*/
/** Monster test interface to test language binding calls. */
interface XLBTestBase : com::sun::star::uno::XInterface
{
/**
......@@ -136,11 +132,7 @@ interface XLBTestBase : com::sun::star::uno::XInterface
};
/**
* Inherting from monster; adds raiseException().
*
* @author Daniel Boelzle
*/
/** Inherting from monster; adds raiseException(). */
interface XLanguageBindingTest : test::XLBTestBase
{
/**
......
......@@ -35,8 +35,6 @@ public:
/** checks, if re-creation of fly frames for an anchor node change at the
given fly frame format is necessary, and performs the first part.
@author OD
@param _rFlyFrameFormat
reference to the fly frame format instance, which is handled.
......@@ -51,10 +49,7 @@ public:
const SwFormatAnchor& _rNewAnchorFormat,
SwFlyFrame const * _pKeepThisFlyFrame = nullptr );
/** calls <SwFlyFrameFormat::MakeFrames>, if re-creation of fly frames is necessary.
@author OD
*/
/** calls <SwFlyFrameFormat::MakeFrames>, if re-creation of fly frames is necessary. */
~SwHandleAnchorNodeChg();
private:
......
......@@ -44,14 +44,11 @@ public:
virtual SdrLayerID GetInvisibleHellId() const = 0;
virtual SdrLayerID GetInvisibleControlsId() const = 0;
/** method to notify drawing page view about the invisible layers
@author OD
*/
/** method to notify drawing page view about the invisible layers */
virtual void NotifyInvisibleLayers( SdrPageView& _rSdrPageView ) = 0;
/** method to determine, if a layer ID belongs to the visible ones.
Note: If given layer ID is unknown, method asserts and returns <false>.
@author OD
@param _nLayerId
input parameter - layer ID, which has to be checked, if it belongs to
......@@ -66,8 +63,6 @@ public:
Note: If given layer ID is a invisible one, method returns given layer ID.
Note: If given layer ID is unknown, method returns given layer ID.
@author OD
@param _nVisibleLayerId
input parameter - visible layer ID for which the corresponding
invisible one has to be returned.
......
......@@ -64,8 +64,6 @@ public:
/** determines the <SwNodeNum> instance, which is preceding the given text node
#i81002#
@author OD
*/
const SwNodeNum* GetPrecedingNodeNumOf( const SwTextNode& rTextNode ) const;
......
......@@ -24,10 +24,7 @@
namespace tools { class Rectangle; }
/** class for the positioning of drawing objects
@author OD
*/
/** class for the positioning of drawing objects */
class SW_DLLPUBLIC SwAnchoredDrawObject : public SwAnchoredObject
{
private:
......@@ -57,19 +54,13 @@ class SW_DLLPUBLIC SwAnchoredDrawObject : public SwAnchoredObject
/** method for the intrinsic positioning of a at-paragraph|at-character
anchored drawing object
helper method for method <MakeObjPos>
@author OD
*/
helper method for method <MakeObjPos> */
void MakeObjPosAnchoredAtPara();
/** method for the intrinsic positioning of a at-page|at-frame anchored
drawing object
helper method for method <MakeObjPos>
@author OD
*/
helper method for method <MakeObjPos> */
void MakeObjPosAnchoredAtLayout();
/** method to set positioning attributes (not for as-character anchored)
......@@ -78,10 +69,7 @@ class SW_DLLPUBLIC SwAnchoredDrawObject : public SwAnchoredObject
Thus, the positioning attributes are set by the current object geometry.
This method is also used for the conversion for drawing objects
(not anchored as-character) imported from OpenOffice.org file format
once and directly before the first positioning.
@author OD
*/
once and directly before the first positioning. */
void SetPositioningAttr();
/** method to set internal anchor position of <SdrObject> instance
......@@ -94,16 +82,10 @@ class SW_DLLPUBLIC SwAnchoredDrawObject : public SwAnchoredObject
#i31698# - API for drawing objects in Writer has
been adjusted. Thus, this method will only set the internal anchor
position of the <SdrObject> instance to the anchor position given
by its anchor frame.
@author OD
*/
by its anchor frame. */
void SetDrawObjAnchor();
/** method to invalidate the given page frame
@author OD
*/
/** method to invalidate the given page frame */
void InvalidatePage_( SwPageFrame* _pPageFrame );
protected:
......@@ -111,8 +93,6 @@ class SW_DLLPUBLIC SwAnchoredDrawObject : public SwAnchoredObject
/** method to assure that anchored object is registered at the correct
page frame
@author OD
*/
virtual void RegisterAtCorrectPage() override;
......@@ -152,8 +132,6 @@ class SW_DLLPUBLIC SwAnchoredDrawObject : public SwAnchoredObject
Note: For correct Undo/Redo method should only be called inside a
Undo-/Redo-action.
@author OD
@param <_pNewAnchorFrame>
input parameter - new anchor frame for the anchored object.
......@@ -164,10 +142,7 @@ class SW_DLLPUBLIC SwAnchoredDrawObject : public SwAnchoredObject
void AdjustPositioningAttr( const SwFrame* _pNewAnchorFrame,
const SwRect* _pNewObjRect = nullptr );
/** method to notify background of drawing object
@author OD
*/
/** method to notify background of drawing object */
virtual void NotifyBackground( SwPageFrame* _pPageFrame,
const SwRect& _rRect,
PrepareHint _eHint ) override;
......@@ -185,8 +160,7 @@ class SW_DLLPUBLIC SwAnchoredDrawObject : public SwAnchoredObject
// new Loop control
void ValidateThis() { mbValidPos = true; }
/** The element name to show in the XML dump.
*/
/** The element name to show in the XML dump. */
virtual const char* getElementName( ) const override { return "SwAnchoredDrawObject"; }
};
......
......@@ -258,10 +258,7 @@ public:
*/
IStyleAccess& getIDocumentStyleAccess();
/** Provides access to the document's numbered items interface
@author OD
*/
/** Provides access to the document's numbered items interface */
IDocumentListItems& getIDocumentListItems();
/// Is node in the visible area of the Shell?
......
......@@ -35,10 +35,7 @@ class SwPageFrame;
class Fraction;
struct PreviewPage;
/** page preview functionality in the writer
@author OD
*/
/** page preview functionality in the writer */
class SwPagePreviewLayout
{
private:
......@@ -102,34 +99,20 @@ private:
bool mbPrintEmptyPages;
/** clear internal data about current page preview
@author OD
*/
/** clear internal data about current page preview */
void Clear_();
/** helper method to clear preview page layout sizes
@author OD
*/
/** helper method to clear preview page layout sizes */
void ClearPreviewLayoutSizes();
/** helper method to clear data in preview page vectors
@author OD
*/
/** helper method to clear data in preview page vectors */
void ClearPreviewPageData();
/** calculate page preview layout sizes
@author OD
*/
/** calculate page preview layout sizes */
void CalcPreviewLayoutSizes();
/** apply new zoom at given view shell
@author OD
@param _aNewZoom
input parameter - new zoom percentage
*/
......@@ -146,8 +129,6 @@ private:
(2) window size is given.
(3) height of row and width of column are calculated.
(4) paint offset of start page is calculated.
@author OD
*/
void CalcAdditionalPaintOffset();
......@@ -160,15 +141,11 @@ private:
(1) paint offset of document preview is calculated.
(2) size of document preview is calculated.
(3) additional paint offset is calculated - see <CalcAdditionalPaintOffset>.
@author OD
*/
void CalcDocPreviewPaintRect();
/** determines preview data for a given page and a given preview offset
@author OD
@param _rPage
input parameter - constant reference to page frame, for which the
preview data will be calculated.
......@@ -191,15 +168,11 @@ private:
will be visible in the current preview and calculate the data needed
to paint these pages. Also the accessible pages with its needed data
are determined.
@author OD
*/
void CalcPreviewPages();
/** get preview page by physical page number
@author OD
@param _nPageNum
input parameter - physical page number of page, for which the preview
page will be returned.
......@@ -209,17 +182,12 @@ private:
*/
const PreviewPage* GetPreviewPageByPageNum( const sal_uInt16 _nPageNum ) const;
/** paint selection mark at page
@author OD
*/
/** paint selection mark at page */
void PaintSelectMarkAtPage(vcl::RenderContext& rRenderContext, const PreviewPage* _aSelectedPreviewPage) const;
public:
/** constructor of <SwPagePreviewLayout>
@author OD
@param _rParentViewShell
input parameter - reference to the view shell the page preview
layout belongs to. Reference will be hold as member <mrParentViewShell>.
......@@ -236,10 +204,7 @@ public:
SwPagePreviewLayout( SwViewShell& _rParentViewShell,
const SwRootFrame& _rLayoutRootFrame );
/** destructor of <SwPagePreviewLayout>
@author
*/
/** destructor of <SwPagePreviewLayout> */
~SwPagePreviewLayout()
{
ClearPreviewPageData();
......@@ -253,8 +218,6 @@ public:
scaling is set at the output device and the zoom at the view options of
the given view shell is set with the calculated scaling.
@author OD
@param _nCols
input parameter - initial number of page columns in the preview.
......@@ -270,10 +233,7 @@ public:
const Size& _rPxWinSize
);
/** method to adjust page preview layout to document changes
@author OD
*/
/** method to adjust page preview layout to document changes */
void ReInit();
/** prepare paint of page preview
......@@ -286,8 +246,6 @@ public:
The accessibility preview will also be updated via a corresponding
method call.
@author OD
@param _nProposedStartPageNum [0..<number of document pages>]
input parameter - proposed number of page, which should be painted in
the left-top-corner in the current output device. input parameter
......@@ -323,19 +281,13 @@ public:
const bool _bStartWithPageAtFirstCol = true
);
/** get selected page number
@author OD
*/
/** get selected page number */
sal_uInt16 SelectedPage()
{
return mnSelectedPageNum;
}
/** set selected page number
@author OD
*/
/** set selected page number */
void SetSelectedPage( sal_uInt16 _nSelectedPageNum )
{
mnSelectedPageNum = _nSelectedPageNum;
......@@ -343,8 +295,6 @@ public:
/** paint prepared preview
@author OD
@param _aOutRect
input parameter - Twip rectangle of window, which should be painted.
......@@ -356,8 +306,6 @@ public:
method to invalidate visible pages due to changes in a different
view shell.
@author OD
*/
void Repaint(const tools::Rectangle& rInvalidCoreRect) const;
......@@ -366,8 +314,6 @@ public:
Perform paint for current selected page in order to unmark it.
Set new selected page and perform paint to mark this page.
@author OD
@param _nNewSelectedPage
input parameter - physical number of page, which will be marked as selected.
*/
......@@ -380,8 +326,6 @@ public:
preconditions:
(1) new scaling is already set at the given output device.
@author OD
@return Point, start position for new scale
*/
Point GetPreviewStartPosForNewScale( const Fraction& _aNewScale,
......@@ -390,8 +334,6 @@ public:
/** determines, if page with given page number is visible in preview
@author OD
@param _nPageNum
input parameter - physical number of page, for which it will be
determined, if it is visible.
......@@ -403,8 +345,6 @@ public:
/** calculate data to bring new selected page into view.
@author OD
@param _nHoriMove
input parameter - positive/negative number of columns the current
selected page have to be moved.
......@@ -430,8 +370,6 @@ public:
/** checks, if given position is inside a shown document page
@author OD
@param _aPreviewPos
input parameter - position inside the visible preview window.
......@@ -474,8 +412,6 @@ public:
/** determine preview window page scroll amount
@author OD
@param _nWinPagesToScroll
input parameter - number of preview window pages the scroll amount has
to be calculated for. Negative values for preview window page up
......@@ -487,8 +423,6 @@ public:
/** determine row the page with the given number is in
@author OD
@param _nPageNum
input parameter - physical page number of page, for which the row in
preview layout has to be calculated.
......@@ -499,8 +433,6 @@ public:
/** determine column the page with the given number is in
@author OD
@param _nPageNum
input parameter - physical page number of page, for which the column in
preview layout has to be calculated.
......@@ -513,8 +445,6 @@ public:
/** get size of a preview page by its physical page number
@author OD
@param _nPageNum
input parameter - physical page number of preview page, for which the
page size has to be returned.
......@@ -525,8 +455,6 @@ public:
/** get virtual page number by its physical page number
@author OD
@param _nPageNum
input parameter - physical page number of preview page, for which the
virtual page number has to be determined.
......@@ -536,24 +464,15 @@ public:
*/
sal_uInt16 GetVirtPageNumByPageNum( sal_uInt16 _nPageNum ) const;
/** enable/disable book preview
@author OD
*/
/** enable/disable book preview */
bool SetBookPreviewMode( const bool _bEnableBookPreview,
sal_uInt16& _onStartPageNum,
tools::Rectangle& _orDocPreviewPaintRect );
/** Convert relative to absolute page numbers (see PrintEmptyPages)
@author FME
*/
/** Convert relative to absolute page numbers (see PrintEmptyPages) */
sal_uInt16 ConvertRelativeToAbsolutePageNum( sal_uInt16 _nRelPageNum ) const;
/** Convert absolute to relative page numbers (see PrintEmptyPages)
@author FME
*/
/** Convert absolute to relative page numbers (see PrintEmptyPages) */
sal_uInt16 ConvertAbsoluteToRelativePageNum( sal_uInt16 _nAbsPageNum ) const;
SwViewShell& GetParentViewShell()
......
......@@ -25,8 +25,6 @@
of this class
#i73788#
@author OD
*/
class SwPauseThreadStarting
{
......
......@@ -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
......
......@@ -533,28 +533,19 @@ void SwPagePreviewWin::SetPagePreview( sal_uInt8 nRow, sal_uInt8 nCol )
}
}
/** get selected page in document preview
@author OD
*/
/** get selected page in document preview */
sal_uInt16 SwPagePreviewWin::SelectedPage() const
{
return mpPgPreviewLayout->SelectedPage();
}
/** set selected page number in document preview
@author OD
*/
/** set selected page number in document preview */
void SwPagePreviewWin::SetSelectedPage( sal_uInt16 _nSelectedPageNum )
{
mpPgPreviewLayout->SetSelectedPage( _nSelectedPageNum );
}
/** method to enable/disable book preview
@author OD
*/
/** method to enable/disable book preview */
bool SwPagePreviewWin::SetBookPreviewMode( const bool _bBookPreview )
{
return mpPgPreviewLayout->SetBookPreviewMode( _bBookPreview,
......@@ -592,10 +583,7 @@ void SwPagePreviewWin::DataChanged( const DataChangedEvent& rDCEvt )
}
}
/** help method to execute SfxRequest FN_PAGEUP and FN_PAGEDOWN
@author OD
*/
/** help method to execute SfxRequest FN_PAGEUP and FN_PAGEDOWN */
void SwPagePreview::ExecPgUpAndPgDown( const bool _bPgUp,
SfxRequest* _pReq )
{
......@@ -1886,10 +1874,7 @@ void SwPagePreview::SetZoom(SvxZoomType eType, sal_uInt16 nFactor)
}
}
/** adjust position of vertical scrollbar
@author OD
*/
/** adjust position of vertical scrollbar */
void SwPagePreview::SetVScrollbarThumbPos( const sal_uInt16 _nNewThumbPos )
{