diff options
author | Abhyudaya Sharma <sharmaabhyudaya@gmail.com> | 2018-06-04 12:33:22 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-06-18 11:29:46 +0200 |
commit | bc5cdc0f12ab580f6b1631b0f323aafd234adc4c (patch) | |
tree | 8b310f98bab69137941d315d6f3a10750ef3c887 | |
parent | f6bd95704e46f53fd976519cc7d916f28a4ddc94 (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>
23 files changed, 37 insertions, 232 deletions
diff --git a/filter/source/config/tools/merge/pyAltFCFGMerge b/filter/source/config/tools/merge/pyAltFCFGMerge index b81766a525cc..80860e4022b1 100755 --- a/filter/source/config/tools/merge/pyAltFCFGMerge +++ b/filter/source/config/tools/merge/pyAltFCFGMerge @@ -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 diff --git a/framework/source/inc/dispatch/loaddispatcher.hxx b/framework/source/inc/dispatch/loaddispatcher.hxx index 247cda26f732..377e1d01d284 100644 --- a/framework/source/inc/dispatch/loaddispatcher.hxx +++ b/framework/source/inc/dispatch/loaddispatcher.hxx @@ -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 > diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index 17ecb666322c..597631488d82 100644 --- a/framework/source/inc/loadenv/loadenv.hxx +++ b/framework/source/inc/loadenv/loadenv.hxx @@ -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 { diff --git a/framework/source/services/sessionlistener.cxx b/framework/source/services/sessionlistener.cxx index cee04dd3b3b3..a3bef54bfa96 100644 --- a/framework/source/services/sessionlistener.cxx +++ b/framework/source/services/sessionlistener.cxx @@ -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> diff --git a/hwpfilter/source/hwpfile.h b/hwpfilter/source/hwpfile.h index 442b442e0514..1c9e7a09a234 100644 --- a/hwpfilter/source/hwpfile.h +++ b/hwpfilter/source/hwpfile.h @@ -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 { diff --git a/offapi/com/sun/star/ucb/DuplicateProviderException.idl b/offapi/com/sun/star/ucb/DuplicateProviderException.idl index c2ec0be2af81..f0255d008445 100644 --- a/offapi/com/sun/star/ucb/DuplicateProviderException.idl +++ b/offapi/com/sun/star/ucb/DuplicateProviderException.idl @@ -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 diff --git a/offapi/com/sun/star/ucb/IllegalIdentifierException.idl b/offapi/com/sun/star/ucb/IllegalIdentifierException.idl index 024f4ee7d023..a0221a97e826 100644 --- a/offapi/com/sun/star/ucb/IllegalIdentifierException.idl +++ b/offapi/com/sun/star/ucb/IllegalIdentifierException.idl @@ -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 */ diff --git a/offapi/com/sun/star/ucb/MissingInputStreamException.idl b/offapi/com/sun/star/ucb/MissingInputStreamException.idl index 73a5b8e302a3..80b16eb45443 100644 --- a/offapi/com/sun/star/ucb/MissingInputStreamException.idl +++ b/offapi/com/sun/star/ucb/MissingInputStreamException.idl @@ -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 diff --git a/sc/source/core/tool/interpr3.cxx b/sc/source/core/tool/interpr3.cxx index 71bde5c05092..d85d1a561073 100644 --- a/sc/source/core/tool/interpr3.cxx +++ b/sc/source/core/tool/interpr3.cxx @@ -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 ) { diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx index a8724a863ecd..1594c8416752 100644 --- a/sc/source/ui/view/viewfun2.cxx +++ b/sc/source/ui/view/viewfun2.cxx @@ -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# diff --git a/stoc/test/language_binding.idl b/stoc/test/language_binding.idl index 6567f47ec898..38ddce1c7650 100644 --- a/stoc/test/language_binding.idl +++ b/stoc/test/language_binding.idl @@ -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 { /** diff --git a/sw/inc/HandleAnchorNodeChg.hxx b/sw/inc/HandleAnchorNodeChg.hxx index 576efa46890f..7453e4e6b9be 100644 --- a/sw/inc/HandleAnchorNodeChg.hxx +++ b/sw/inc/HandleAnchorNodeChg.hxx @@ -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: diff --git a/sw/inc/IDocumentDrawModelAccess.hxx b/sw/inc/IDocumentDrawModelAccess.hxx index 93868401af87..b81d65d945d8 100644 --- a/sw/inc/IDocumentDrawModelAccess.hxx +++ b/sw/inc/IDocumentDrawModelAccess.hxx @@ -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. diff --git a/sw/inc/SwNodeNum.hxx b/sw/inc/SwNodeNum.hxx index 4bb791788710..d9e61b115b55 100644 --- a/sw/inc/SwNodeNum.hxx +++ b/sw/inc/SwNodeNum.hxx @@ -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; diff --git a/sw/inc/anchoreddrawobject.hxx b/sw/inc/anchoreddrawobject.hxx index c4492b51a02b..e4f57f3e09ff 100644 --- a/sw/inc/anchoreddrawobject.hxx +++ b/sw/inc/anchoreddrawobject.hxx @@ -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"; } }; diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index 1a8a4dc69c82..9198ec2c73b7 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -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? diff --git a/sw/inc/pagepreviewlayout.hxx b/sw/inc/pagepreviewlayout.hxx index cf5227a1c1bf..efe7ed892310 100644 --- a/sw/inc/pagepreviewlayout.hxx +++ b/sw/inc/pagepreviewlayout.hxx @@ -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() diff --git a/sw/inc/pausethreadstarting.hxx b/sw/inc/pausethreadstarting.hxx index d0eff0d0557d..606863909406 100644 --- a/sw/inc/pausethreadstarting.hxx +++ b/sw/inc/pausethreadstarting.hxx @@ -25,8 +25,6 @@ of this class #i73788# - - @author OD */ class SwPauseThreadStarting { 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 diff --git a/sw/source/uibase/uiview/pview.cxx b/sw/source/uibase/uiview/pview.cxx index 69afb012a9c8..1138834932a1 100644 --- a/sw/source/uibase/uiview/pview.cxx +++ b/sw/source/uibase/uiview/pview.cxx @@ -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 ) { if ( m_pVScrollbar ) diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx index 07146f03aa83..c09834adeaef 100644 --- a/vcl/inc/sft.hxx +++ b/vcl/inc/sft.hxx @@ -20,7 +20,6 @@ /** * @file sft.hxx * @brief Sun Font Tools - * @author Alexander Gelfenbain */ /* diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx index dfe167b9f901..20e4f8382eaa 100644 --- a/vcl/source/fontsubset/sft.cxx +++ b/vcl/source/fontsubset/sft.cxx @@ -1036,12 +1036,6 @@ enum cmapType { #define MISSING_GLYPH_INDEX 0 -/* - * getGlyph[0246]() functions and friends are implemented by: - * @author Manpreet Singh - * getGlyph12() function and friends by: - * @author HDU - */ static sal_uInt32 getGlyph0(const sal_uInt8* cmap, sal_uInt32, sal_uInt32 c) { if (c <= 255) { return *(cmap + 6 + c); diff --git a/vcl/source/fontsubset/ttcr.hxx b/vcl/source/fontsubset/ttcr.hxx index defc6abdaa5e..f30111af4b57 100644 --- a/vcl/source/fontsubset/ttcr.hxx +++ b/vcl/source/fontsubset/ttcr.hxx @@ -18,10 +18,8 @@ */ /** - * * @file ttcr.hxx * @brief TrueType font creator - * @author Alexander Gelfenbain */ #ifndef INCLUDED_VCL_SOURCE_FONTSUBSET_TTCR_HXX |