diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2014-02-15 21:50:52 +0100 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2014-02-15 21:51:54 +0100 |
commit | 13dffbb750ef65bfb06f0f9f96bce2e40512539f (patch) | |
tree | 86bf34d224a762f51049772d153b82f9d025c247 | |
parent | 90e2bdcdcca64e72cb0a82d4decfd17f134e7496 (diff) |
fdo#51304: Remove @author annotation in sw/source/core
Change-Id: I4d4eb9758e1aebcdd37fe38671d60f1713487119
36 files changed, 16 insertions, 270 deletions
diff --git a/sw/source/core/docnode/swthreadmanager.cxx b/sw/source/core/docnode/swthreadmanager.cxx index d96daea51178..365a8f6f3584 100644 --- a/sw/source/core/docnode/swthreadmanager.cxx +++ b/sw/source/core/docnode/swthreadmanager.cxx @@ -25,8 +25,6 @@ /** class to manage threads in Writer - it conforms the singleton pattern #i73788# - - @author OD */ bool SwThreadManager::mbThreadManagerInstantiated = false; diff --git a/sw/source/core/docnode/threadlistener.cxx b/sw/source/core/docnode/threadlistener.cxx index be1b5141bcae..6f82a83ab0fa 100644 --- a/sw/source/core/docnode/threadlistener.cxx +++ b/sw/source/core/docnode/threadlistener.cxx @@ -21,8 +21,6 @@ /** helper class to observe threads #i73788# - - @author OD */ ThreadListener::ThreadListener( IThreadListenerOwner& rThreadListenerOwner ) : IFinishedThreadListener(), diff --git a/sw/source/core/docnode/threadmanager.cxx b/sw/source/core/docnode/threadmanager.cxx index d96320699e30..2f43f77ae703 100644 --- a/sw/source/core/docnode/threadmanager.cxx +++ b/sw/source/core/docnode/threadmanager.cxx @@ -25,8 +25,6 @@ using namespace ::com::sun::star; /** class to manage threads #i73788# - - @author OD */ const std::deque< ThreadManager::tThreadData >::size_type ThreadManager::mnStartedSize = 10; diff --git a/sw/source/core/frmedt/feshview.cxx b/sw/source/core/frmedt/feshview.cxx index 1e0311c6f8b8..6cc515094489 100644 --- a/sw/source/core/frmedt/feshview.cxx +++ b/sw/source/core/frmedt/feshview.cxx @@ -3022,8 +3022,6 @@ long SwFEShell::GetSectionWidth( SwFmt& rFmt ) const color COL_BLACK (default color on constructing object of class Color) is returned. - @author OD - @returns an object of class Color */ const Color SwFEShell::GetShapeBackgrd() const @@ -3071,8 +3069,6 @@ const Color SwFEShell::GetShapeBackgrd() const horizontal text direction of a drawing object is given by the corresponding page property. - @author OD - @returns boolean, indicating, if the horizontal text direction of the page, the selected drawing object is on, is right-to-left. */ diff --git a/sw/source/core/inc/ifinishedthreadlistener.hxx b/sw/source/core/inc/ifinishedthreadlistener.hxx index 0cee4360810c..6bc78b9adcd2 100644 --- a/sw/source/core/inc/ifinishedthreadlistener.hxx +++ b/sw/source/core/inc/ifinishedthreadlistener.hxx @@ -26,8 +26,6 @@ OD 2007-03-30 #i73788# Note: The thread provides its ThreadID on the finish notification - - @author OD */ class IFinishedThreadListener { diff --git a/sw/source/core/inc/ithreadlistenerowner.hxx b/sw/source/core/inc/ithreadlistenerowner.hxx index 47e07dd687b6..5eed7959c200 100644 --- a/sw/source/core/inc/ithreadlistenerowner.hxx +++ b/sw/source/core/inc/ithreadlistenerowner.hxx @@ -26,8 +26,6 @@ /** interface class of the owner of a thread listener OD 2007-01-30 #i73788# - - @author OD */ class IThreadListenerOwner { diff --git a/sw/source/core/inc/layfrm.hxx b/sw/source/core/inc/layfrm.hxx index 87c823dccc1a..5f2ed6987b34 100644 --- a/sw/source/core/inc/layfrm.hxx +++ b/sw/source/core/inc/layfrm.hxx @@ -156,8 +156,6 @@ public: constant reference of an instance of class <SwLayoutFrm> which is used as the reference for the relative position check. - @author OD - @return true, if <this> is positioned before the layout frame <p> */ bool IsBefore( const SwLayoutFrm* _pCheckRefLayFrm ) const; diff --git a/sw/source/core/inc/observablethread.hxx b/sw/source/core/inc/observablethread.hxx index 365c807a18db..4c7acb5aaa64 100644 --- a/sw/source/core/inc/observablethread.hxx +++ b/sw/source/core/inc/observablethread.hxx @@ -35,8 +35,6 @@ and ends with its <onTerminated()> method. Note: A thread can be only observed by one or none thread observer in order to notify, that the thread has finished its work. - - @author OD */ class ObservableThread : public osl::Thread, public rtl::IReference @@ -62,8 +60,6 @@ class ObservableThread : public osl::Thread, Do not override this method again. Instead override <threadFunction()>. Otherwise, it's not guaranteed, that its ref-count is increased during the execution of the thread. - - @author OD */ virtual void SAL_CALL run(); @@ -76,8 +72,6 @@ class ObservableThread : public osl::Thread, Otherwise, it's not guaranteed, that the ref-count is decreased at the end of its execution and that the observer is notified, that the thread has finished its work. - - @author OD */ virtual void SAL_CALL onTerminated(); diff --git a/sw/source/core/inc/retrievedinputstreamdata.hxx b/sw/source/core/inc/retrievedinputstreamdata.hxx index ba330e383dbd..a70d40e63a19 100644 --- a/sw/source/core/inc/retrievedinputstreamdata.hxx +++ b/sw/source/core/inc/retrievedinputstreamdata.hxx @@ -40,8 +40,6 @@ class SwAsyncRetrieveInputStreamThreadConsumer; manager provides on creation of the data container. When a certain data container is filled with data, an user event is submitted to trigger the processing of with data. - - @author OD */ class SwRetrievedInputStreamDataManager { diff --git a/sw/source/core/inc/retrieveinputstream.hxx b/sw/source/core/inc/retrieveinputstream.hxx index d2237a256753..d37fd5509623 100644 --- a/sw/source/core/inc/retrieveinputstream.hxx +++ b/sw/source/core/inc/retrieveinputstream.hxx @@ -27,8 +27,6 @@ /** class for a thread to retrieve an input stream given by an URL OD 2007-01-29 #i73788# - - @author OD */ class SwAsyncRetrieveInputStreamThread : public ObservableThread { diff --git a/sw/source/core/inc/rootfrm.hxx b/sw/source/core/inc/rootfrm.hxx index a011d2ea57e7..34ded96dcde1 100644 --- a/sw/source/core/inc/rootfrm.hxx +++ b/sw/source/core/inc/rootfrm.hxx @@ -248,8 +248,6 @@ public: anchored to paragraph or to character. OD 2004-03-16 #i11860# - - @author OD */ void InvalidateAllObjPos(); diff --git a/sw/source/core/inc/setmapvirtdev.hxx b/sw/source/core/inc/setmapvirtdev.hxx index 2ee57c2f6ed7..00ba6fca2ff9 100644 --- a/sw/source/core/inc/setmapvirtdev.hxx +++ b/sw/source/core/inc/setmapvirtdev.hxx @@ -36,8 +36,6 @@ class Point; A local boolean controls, which solution is used, in order to switch in escalation back to old solution. - @author OD - @param _pOrgOutDev input parameter - constant instance of the original output device, for which the virtual output device is created. diff --git a/sw/source/core/inc/swthreadjoiner.hxx b/sw/source/core/inc/swthreadjoiner.hxx index 29b1b132f5f2..2d33dfeb4555 100644 --- a/sw/source/core/inc/swthreadjoiner.hxx +++ b/sw/source/core/inc/swthreadjoiner.hxx @@ -21,10 +21,7 @@ #include "com/sun/star/util/XJobManager.hpp" -/** Testing - - @author OD -*/ +/** Testing */ class SwThreadJoiner { public: diff --git a/sw/source/core/inc/threadlistener.hxx b/sw/source/core/inc/threadlistener.hxx index f345728ec66b..dbfadb0be538 100644 --- a/sw/source/core/inc/threadlistener.hxx +++ b/sw/source/core/inc/threadlistener.hxx @@ -32,8 +32,6 @@ Note: - A thread can only have one or none listener. - The notification is performed via the ThreadID - - @author OD */ class ThreadListener : public IFinishedThreadListener { diff --git a/sw/source/core/inc/threadmanager.hxx b/sw/source/core/inc/threadmanager.hxx index aa6d952fed7c..68cff5faaf0d 100644 --- a/sw/source/core/inc/threadmanager.hxx +++ b/sw/source/core/inc/threadmanager.hxx @@ -42,8 +42,6 @@ An instance of this class takes care of the starting of threads. It assures that not more than <mnStartedSize> threads are started. - - @author OD */ class ThreadManager : public IThreadListenerOwner { @@ -59,15 +57,11 @@ class ThreadManager : public IThreadListenerOwner /** initialization IMPORTANT NOTE: Needs to be called directly after construction - - @author OD */ void Init(); /** add thread to the thread manager and taking ownership for the thread - @author OD - @return unique ID for added thread */ oslInterlockedCount AddThread( @@ -82,8 +76,6 @@ class ThreadManager : public IThreadListenerOwner Suspending the starting of further threads is sensible during the destruction of a Writer document. - - @author OD */ inline void SuspendStartingOfThreads() { @@ -93,8 +85,6 @@ class ThreadManager : public IThreadListenerOwner } /** continues the starting of threads after it has been suspended - - @author OD */ void ResumeStartingOfThreads(); diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx index 84450649c145..fc20df90eb9b 100644 --- a/sw/source/core/inc/txtfrm.hxx +++ b/sw/source/core/inc/txtfrm.hxx @@ -201,8 +201,6 @@ class SwTxtFrm: public SwCntntFrm @param _bUseFont optional input parameter - boolean indicating, if the font has to be used to determine the height of the last line. default value: false - - @author OD */ void _CalcHeightOfLastLine( const bool _bUseFont = false ); @@ -247,8 +245,6 @@ public: OD 2004-03-18 #i11860# - Consider upper space amount considered for previous frame and the page grid. - @author OD - @param _onTopOfLine output parameter - top of line, if the given position is found in the text frame. @@ -406,8 +402,6 @@ public: method hides respectively shows objects, which are anchored at paragraph, at/as a character of the paragraph, corresponding to the paragraph and paragraph portion visibility. - - @author OD */ void HideAndShowObjects(); @@ -487,8 +481,6 @@ public: are in LABEL_ALIGNMENT mode, in order to determine additional first line offset for the real text formatting due to the value of label adjustment attribute of the list level. - - @author OD */ void CalcAdditionalFirstLineOffset(); diff --git a/sw/source/core/layout/anchoreddrawobject.cxx b/sw/source/core/layout/anchoreddrawobject.cxx index dd5464927c28..dd260ec14b65 100644 --- a/sw/source/core/layout/anchoreddrawobject.cxx +++ b/sw/source/core/layout/anchoreddrawobject.cxx @@ -373,8 +373,6 @@ void SwAnchoredDrawObject::MakeObjPos() anchored drawing object #i32795# - helper method for method <MakeObjPos> - - @author OD */ void SwAnchoredDrawObject::_MakeObjPosAnchoredAtPara() { @@ -463,8 +461,6 @@ void SwAnchoredDrawObject::_MakeObjPosAnchoredAtPara() drawing object #i32795# - helper method for method <MakeObjPos> - - @author OD */ void SwAnchoredDrawObject::_MakeObjPosAnchoredAtLayout() { @@ -523,8 +519,6 @@ void SwAnchoredDrawObject::_SetDrawObjAnchor() /** method to invalidate the given page frame #i28701# - - @author OD */ void SwAnchoredDrawObject::_InvalidatePage( SwPageFrm* _pPageFrm ) { @@ -675,8 +669,6 @@ bool SwAnchoredDrawObject::_SetObjLeft( const SwTwips _nLeft ) /** adjust positioning and alignment attributes for new anchor frame #i33313# - add second optional parameter <_pNewObjRect> - - @author OD */ void SwAnchoredDrawObject::AdjustPositioningAttr( const SwFrm* _pNewAnchorFrm, const SwRect* _pNewObjRect ) @@ -744,8 +736,6 @@ void SwAnchoredDrawObject::ObjectAttachedToAnchorFrame() 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 */ void SwAnchoredDrawObject::_SetPositioningAttr() { @@ -821,8 +811,6 @@ void SwAnchoredDrawObject::NotifyBackground( SwPageFrm* _pPageFrm, page frame #i28701# - - @author OD */ void SwAnchoredDrawObject::RegisterAtCorrectPage() { diff --git a/sw/source/core/layout/anchoredobject.cxx b/sw/source/core/layout/anchoredobject.cxx index 806f1e0ba97b..ac602a83f537 100644 --- a/sw/source/core/layout/anchoredobject.cxx +++ b/sw/source/core/layout/anchoredobject.cxx @@ -151,8 +151,6 @@ void SwAnchoredObject::ChgAnchorFrm( SwFrm* _pNewAnchorFrm ) for an at-page, at-frame or at-paragraph anchored object and the anchor character frame for an at-character and as-character anchored object. - - @author OD */ SwFrm* SwAnchoredObject::GetAnchorFrmContainingAnchPos() { @@ -251,8 +249,6 @@ void SwAnchoredObject::AddLastTopOfLineY( SwTwips _nDiff ) frame has to be invalidated. add parameter <_bCheckForParaPorInf>, default value <true> - - @author OD */ void SwAnchoredObject::CheckCharRectAndTopOfLine( const bool _bCheckForParaPorInf ) @@ -290,8 +286,6 @@ void SwAnchoredObject::CheckCharRectAndTopOfLine( positioning, it's decided, if the Writer fly frame has to be invalidated. improvement - add second parameter <_rAnchorCharFrm> - - @author OD */ void SwAnchoredObject::_CheckCharRect( const SwFmtAnchor& _rAnch, const SwTxtFrm& _rAnchorCharFrm ) @@ -356,8 +350,6 @@ void SwAnchoredObject::_CheckCharRect( const SwFmtAnchor& _rAnch, positioning, it's decided, if the Writer fly frame has to be invalidated. improvement - add second parameter <_rAnchorCharFrm> - - @author OD */ void SwAnchoredObject::_CheckTopOfLine( const SwFmtAnchor& _rAnch, const SwTxtFrm& _rAnchorCharFrm ) @@ -413,8 +405,6 @@ void SwAnchoredObject::ObjectAttachedToAnchorFrame() #i31698# method has typically to be called, if the anchored object gets its anchor frame assigned. - - @author OD */ void SwAnchoredObject::UpdateLayoutDir() { @@ -441,8 +431,6 @@ void SwAnchoredObject::UpdateLayoutDir() on the object positioning. #i28701# - - @author OD */ void SwAnchoredObject::InvalidateObjPosForConsiderWrapInfluence( const bool _bNotifyBackgrd ) @@ -469,8 +457,6 @@ void SwAnchoredObject::InvalidateObjPosForConsiderWrapInfluence( #i28701# Note: result of this method also decides, if the booleans for the layout process are of relevance. - - @author OD */ bool SwAnchoredObject::ConsiderObjWrapInfluenceOnObjPos() const { @@ -508,8 +494,6 @@ bool SwAnchoredObject::ConsiderObjWrapInfluenceOnObjPos() const to the anchor frame, have to consider its wrap influence. // --> #i43255# - - @author OD */ bool SwAnchoredObject::ConsiderObjWrapInfluenceOfOtherObjs() const { @@ -585,8 +569,6 @@ void SwAnchoredObject::SetClearedEnvironment( const bool _bClearedEnvironment ) style, its layout environment is cleared. #i35911# - - @author OD */ bool SwAnchoredObject::HasClearedEnvironment() const { @@ -629,8 +611,6 @@ bool SwAnchoredObject::HasClearedEnvironment() const #i28701# #i68520# - return constant reference and use cache - - @author OD */ const SwRect& SwAnchoredObject::GetObjRectWithSpaces() const { @@ -686,8 +666,6 @@ void SwAnchoredObject::SetObjLeft( const SwTwips _nLeft) on object positioning' is ON, additionally all anchored objects at the anchor frame and all following anchored objects on the page frame are invalidated. - - @author OD */ void SwAnchoredObject::UpdateObjInSortedList() { @@ -740,8 +718,6 @@ void SwAnchoredObject::UpdateObjInSortedList() /** method to determine, if invalidation of position is allowed #i28701# - - @author OD */ bool SwAnchoredObject::InvalidationOfPosAllowed() const { @@ -759,8 +735,6 @@ bool SwAnchoredObject::InvalidationOfPosAllowed() const or its anchor isn't correctly inserted in the layout, no page frame can be found. Thus, the return type changed to be a pointer and can be NULL. - - @author OD */ SwPageFrm* SwAnchoredObject::FindPageFrmOfAnchor() { @@ -781,8 +755,6 @@ SwPageFrm* SwAnchoredObject::FindPageFrmOfAnchor() #i26945# - @author OD - @return SwTxtFrm* text frame containing the anchor character. It's NULL, if the object isn't anchored at-character resp. as-character. @@ -811,8 +783,6 @@ SwTxtFrm* SwAnchoredObject::FindAnchorCharFrm() #i28701# A format is possible, if anchored object is in an invisible layer. Note: method is virtual to refine the conditions for the sub-classes. - - @author OD */ bool SwAnchoredObject::IsFormatPossible() const { @@ -861,8 +831,6 @@ void SwAnchoredObject::SetTmpConsiderWrapInfluenceOfOtherObjs( const bool bTmpCo with a column, which is a previous one of the column its anchor frame is in. Only applied for at-paragraph and at-character anchored objects. - - @author OD */ bool SwAnchoredObject::OverlapsPrevColumn() const { @@ -892,8 +860,6 @@ bool SwAnchoredObject::OverlapsPrevColumn() const #i30669# Usage: Needed layout information for WW8 export - - @author OD */ Point SwAnchoredObject::GetRelPosToAnchorFrm() const { @@ -917,8 +883,6 @@ Point SwAnchoredObject::GetRelPosToAnchorFrm() const If <_bFollowTextFlow> is set and object is anchored inside table, the position relative to the table cell is determined. Output parameter <_obRelToTableCell> reflects this situation - - @author OD */ Point SwAnchoredObject::GetRelPosToPageFrm( const bool _bFollowTextFlow, bool& _obRelToTableCell ) const @@ -965,8 +929,6 @@ Point SwAnchoredObject::GetRelPosToPageFrm( const bool _bFollowTextFlow, #i30669# Usage: Needed layout information for WW8 export - - @author OD */ Point SwAnchoredObject::GetRelPosToChar() const { @@ -983,8 +945,6 @@ Point SwAnchoredObject::GetRelPosToChar() const #i30669# Usage: Needed layout information for WW8 export - - @author OD */ Point SwAnchoredObject::GetRelPosToLine() const { diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx index 1c33f6d545f4..7aa658201dd6 100644 --- a/sw/source/core/layout/atrfrm.cxx +++ b/sw/source/core/layout/atrfrm.cxx @@ -2920,8 +2920,6 @@ OUString SwFlyFrmFmt::GetObjDescription() const because format of fly frame provides transparent backgrounds. Method determines, if background of fly frame is transparent. - @author OD - @return true, if background color is transparent, but not "no fill" or the transparency of a existing background graphic is set. */ @@ -2961,8 +2959,6 @@ bool SwFlyFrmFmt::IsBackgroundTransparent() const color is "no fill"/"auto fill" NOTE: condition is "copied" from method <SwFrm::GetBackgroundBrush(..). - @author OD - @return true, if background brush is "inherited" from parent/grandparent */ bool SwFlyFrmFmt::IsBackgroundBrushInherited() const diff --git a/sw/source/core/layout/findfrm.cxx b/sw/source/core/layout/findfrm.cxx index 98b2bad73c79..6c8ec803908f 100644 --- a/sw/source/core/layout/findfrm.cxx +++ b/sw/source/core/layout/findfrm.cxx @@ -191,8 +191,6 @@ sal_Bool SwLayoutFrm::IsAnLower( const SwFrm *pAssumed ) const constant reference of an instance of class <SwLayoutFrm> which is used as the reference for the relative position check. - @author OD - @return true, if <this> is positioned before the layout frame <p> */ bool SwLayoutFrm::IsBefore( const SwLayoutFrm* _pCheckRefLayFrm ) const @@ -849,8 +847,6 @@ SwCntntFrm *SwFrm::_FindNextCnt( const bool _bInSameFtn ) for a flow frame (content frame, table frame, section frame) OD 2005-11-30 #i27138# - - @author OD */ SwCntntFrm* SwFrm::_FindPrevCnt( const bool _bInSameFtn ) { @@ -1116,8 +1112,6 @@ void SwFrm::ImplInvalidateNextPos( sal_Bool bNoFtn ) OD 09.01.2004 #i11859# - @author OD - FME 2004-04-19 #i27145# Moved function from SwTxtFrm to SwFrm */ void SwFrm::InvalidateNextPrtArea() @@ -1190,8 +1184,6 @@ static bool lcl_IsInColSct( const SwFrm *pUp ) Determines, if frame is moveable in given environment. if no environment is given (parameter _pLayoutFrm == 0L), the movability in the actual environment (<this->GetUpper()) is checked. - - @author OD */ bool SwFrm::IsMoveable( const SwLayoutFrm* _pLayoutFrm ) const { diff --git a/sw/source/core/layout/flowfrm.cxx b/sw/source/core/layout/flowfrm.cxx index e946819ab779..44152e7fa68e 100644 --- a/sw/source/core/layout/flowfrm.cxx +++ b/sw/source/core/layout/flowfrm.cxx @@ -1219,8 +1219,6 @@ sal_Bool SwFlowFrm::HasParaSpaceAtPages( sal_Bool bSct ) const upper space OD 2004-03-10 #i11860# - - @author OD */ const SwFrm* SwFlowFrm::_GetPrevFrmForUpperSpaceCalc( const SwFrm* _pProposedPrevFrm ) const { @@ -1501,8 +1499,6 @@ SwTwips SwFlowFrm::CalcUpperSpace( const SwBorderAttrs *pAttrs, OD 2004-03-12 #i11860# Precondition: Position of frame is valid. - - @author OD */ SwTwips SwFlowFrm::_GetUpperSpaceAmountConsideredForPageGrid( const SwTwips _nUpperSpaceWithoutGrid ) const @@ -1557,8 +1553,6 @@ SwTwips SwFlowFrm::_GetUpperSpaceAmountConsideredForPageGrid( the previous frame OD 2004-03-11 #i11860# - - @author OD */ SwTwips SwFlowFrm::_GetUpperSpaceAmountConsideredForPrevFrm() const { @@ -1595,8 +1589,6 @@ SwTwips SwFlowFrm::_GetUpperSpaceAmountConsideredForPrevFrm() const positioning' is OFF OD 2004-03-18 #i11860# - - @author OD */ SwTwips SwFlowFrm::GetUpperSpaceAmountConsideredForPrevFrmAndPageGrid() const { @@ -1617,8 +1609,6 @@ SwTwips SwFlowFrm::GetUpperSpaceAmountConsideredForPrevFrmAndPageGrid() const /** calculation of lower space OD 2004-03-02 #106629# - - @author OD */ SwTwips SwFlowFrm::CalcLowerSpace( const SwBorderAttrs* _pAttrs ) const { @@ -1661,8 +1651,6 @@ SwTwips SwFlowFrm::CalcLowerSpace( const SwBorderAttrs* _pAttrs ) const is the last inside a table cell OD 2004-07-16 #i26250# - - @author OD */ SwTwips SwFlowFrm::CalcAddLowerSpaceAsLastInTableCell( const SwBorderAttrs* _pAttrs ) const diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx index e2180124f8c1..8f792d32b4ba 100644 --- a/sw/source/core/layout/fly.cxx +++ b/sw/source/core/layout/fly.cxx @@ -2584,8 +2584,6 @@ bool SwFlyFrm::_SetObjLeft( const SwTwips _nLeft ) page frame OD 2004-07-02 #i28701# - - @author OD */ void SwFlyFrm::RegisterAtCorrectPage() { @@ -2595,8 +2593,6 @@ void SwFlyFrm::RegisterAtCorrectPage() /** method to determine, if a <MakeAll()> on the Writer fly frame is possible OD 2004-05-11 #i28701# - - @author OD */ bool SwFlyFrm::IsFormatPossible() const { diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx index 952232b42f1d..bed1e14eab33 100644 --- a/sw/source/core/layout/frmtool.cxx +++ b/sw/source/core/layout/frmtool.cxx @@ -1083,8 +1083,6 @@ static bool lcl_ObjConnected( SwFrmFmt *pFmt, const SwFrm* pSib ) is located in header or footer. OD 23.06.2003 #108784# - - @author OD */ static bool lcl_InHeaderOrFooter( SwFrmFmt& _rFmt ) { @@ -1152,8 +1150,6 @@ void AppendAllObjs( const SwFrmFmts *pTbl, const SwFrm* pSib ) /** local method to set 'working' position for newly inserted frames OD 12.08.2003 #i17969# - - @author OD */ static void lcl_SetPos( SwFrm& _rNewFrm, const SwLayoutFrm& _rLayFrm ) @@ -3398,8 +3394,6 @@ const SwRect SwPageFrm::PrtWithoutHeaderAndFooter() const OD 2004-03-10 #i28701# OD 2009-08-28 #i102458# Add output parameter <obIsLineSpacingProportional> - - @author OD */ void GetSpacingValuesOfFrm( const SwFrm& rFrm, SwTwips& onLowerSpacing, diff --git a/sw/source/core/layout/ftnfrm.cxx b/sw/source/core/layout/ftnfrm.cxx index e3f4a0b0bab5..5fc4f50f8973 100644 --- a/sw/source/core/layout/ftnfrm.cxx +++ b/sw/source/core/layout/ftnfrm.cxx @@ -2841,8 +2841,6 @@ SwCntntFrm* SwFtnFrm::GetRefFromAttr() /** search for last content in the current footnote frame OD 2005-12-02 #i27138# - - @author OD */ SwCntntFrm* SwFtnFrm::FindLastCntnt() { diff --git a/sw/source/core/layout/objectformatter.cxx b/sw/source/core/layout/objectformatter.cxx index 22f621024cc2..b27473d49c0c 100644 --- a/sw/source/core/layout/objectformatter.cxx +++ b/sw/source/core/layout/objectformatter.cxx @@ -177,8 +177,6 @@ SwObjectFormatter* SwObjectFormatter::CreateObjFormatter( } /** method to format all floating screen objects at the given anchor frame - - @author OD */ bool SwObjectFormatter::FormatObjsAtFrm( SwFrm& _rAnchorFrm, const SwPageFrm& _rPageFrm, @@ -201,8 +199,6 @@ bool SwObjectFormatter::FormatObjsAtFrm( SwFrm& _rAnchorFrm, } /** method to format a given floating screen object - - @author OD */ bool SwObjectFormatter::FormatObj( SwAnchoredObject& _rAnchoredObj, SwFrm* _pAnchorFrm, @@ -242,8 +238,6 @@ bool SwObjectFormatter::FormatObj( SwAnchoredObject& _rAnchoredObj, Method corresponds to methods <SwLayAction::FormatLayoutFly(..)> and <SwLayAction::FormatLayout(..)>. Thus, its code for the formatting have to be synchronised. - - @author OD */ void SwObjectFormatter::_FormatLayout( SwLayoutFrm& _rLayoutFrm ) { @@ -264,8 +258,6 @@ void SwObjectFormatter::_FormatLayout( SwLayoutFrm& _rLayoutFrm ) format of the content of the given floating screen object. #i28701# - - @author OD */ void SwObjectFormatter::_FormatObjCntnt( SwAnchoredObject& _rAnchoredObj ) { @@ -304,8 +296,6 @@ void SwObjectFormatter::_FormatObjCntnt( SwAnchoredObject& _rAnchoredObj ) /** performs the intrinsic format of a given floating screen object and its content. #i28701# - - @author OD */ void SwObjectFormatter::_FormatObj( SwAnchoredObject& _rAnchoredObj ) { @@ -404,8 +394,6 @@ void SwObjectFormatter::_FormatObj( SwAnchoredObject& _rAnchoredObj ) follow text frames, the 'master' text frame is passed to the method. Thus, the objects, whose anchor character is inside the follow text frame can be formatted. - - @author OD */ bool SwObjectFormatter::_FormatObjsAtFrm( SwTxtFrm* _pMasterTxtFrm ) { @@ -500,8 +488,6 @@ bool SwObjectFormatter::_FormatObjsAtFrm( SwTxtFrm* _pMasterTxtFrm ) /** accessor to collected anchored object #i28701# - - @author OD */ SwAnchoredObject* SwObjectFormatter::GetCollectedObj( const sal_uInt32 _nIndex ) { @@ -511,8 +497,6 @@ SwAnchoredObject* SwObjectFormatter::GetCollectedObj( const sal_uInt32 _nIndex ) /** accessor to 'anchor' page number of collected anchored object #i28701# - - @author OD */ sal_uInt32 SwObjectFormatter::GetPgNumOfCollected( const sal_uInt32 _nIndex ) { @@ -522,8 +506,6 @@ sal_uInt32 SwObjectFormatter::GetPgNumOfCollected( const sal_uInt32 _nIndex ) /** accessor to 'anchor' type of collected anchored object #i26945# - - @author OD */ bool SwObjectFormatter::IsCollectedAnchoredAtMaster( const sal_uInt32 _nIndex ) { @@ -535,8 +517,6 @@ bool SwObjectFormatter::IsCollectedAnchoredAtMaster( const sal_uInt32 _nIndex ) /** accessor to total number of collected anchored objects #i28701# - - @author OD */ sal_uInt32 SwObjectFormatter::CountOfCollected() { diff --git a/sw/source/core/layout/objectformatterlayfrm.cxx b/sw/source/core/layout/objectformatterlayfrm.cxx index e0abda5ce3ef..b3fc1d84be6a 100644 --- a/sw/source/core/layout/objectformatterlayfrm.cxx +++ b/sw/source/core/layout/objectformatterlayfrm.cxx @@ -105,8 +105,6 @@ bool SwObjectFormatterLayFrm::DoFormatObjs() anchor frame is valid. OD 2004-07-02 #i28701# - - @author */ bool SwObjectFormatterLayFrm::_AdditionalFormatObjsOnPage() { diff --git a/sw/source/core/layout/objectformatterlayfrm.hxx b/sw/source/core/layout/objectformatterlayfrm.hxx index 48c53d9a8d8e..f7c40c836813 100644 --- a/sw/source/core/layout/objectformatterlayfrm.hxx +++ b/sw/source/core/layout/objectformatterlayfrm.hxx @@ -41,8 +41,6 @@ class SwObjectFormatterLayFrm : public SwObjectFormatter OD 2004-07-02 #i28701# - @author OD - @return boolean indicates, if format was successful */ diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index de825ecc9180..d969b8e67db9 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -1284,8 +1284,6 @@ void SwAlignRect( SwRect &rRect, const SwViewShell *pSh ) method compares the x- or y-pixel position of two twip-point. If the x-/y-pixel positions are the same, the x-/y-pixel position of the second twip point is adjusted by a given amount of pixels. - - @author OD */ static void lcl_CompPxPosAndAdjustPos( const OutputDevice& _rOut, const Point& _rRefPt, @@ -1327,8 +1325,6 @@ static void lcl_CompPxPosAndAdjustPos( const OutputDevice& _rOut, and right-bottom-corner and the same convert of the same rectangle with left-top-corner and size. Call this method before each <GraphicObject.Draw(...)> - - @author OD */ void SwAlignGrfRect( SwRect *pGrfRect, const OutputDevice &rOut ) { @@ -1663,8 +1659,6 @@ static void lcl_SubtractFlys( const SwFrm *pFrm, const SwPageFrm *pPage, Method implemented as a inline, checking the conditions and calling method method <lcl_implDrawGraphicBackgrd(..)> for the intrinsic drawing. - @author OD - @param _rBackgrdBrush background brush contain the color the background has to be drawn. @@ -2178,8 +2172,6 @@ void DrawGraphic( const SvxBrushItem *pBrush, ::SwAlignRect(..) - and other changes to the rectangle to be painted, this method is called for the rectangle to be painted in order to adjust it to the pixel it is overlapping. - - @author OD */ static void lcl_AdjustRectToPixelSize( SwRect& io_aSwRect, const OutputDevice &aOut ) { @@ -3744,8 +3736,6 @@ void SwPageFrm::PaintDecorators( ) const transparent and the background is inherited from its parent/grandparent, the background brush, used for drawing, has to be investigated for transparency. - @author OD - @return true, if background is transparent drawn. */ bool SwFlyFrm::IsBackgroundTransparent() const @@ -3798,8 +3788,6 @@ bool SwFlyFrm::IsBackgroundTransparent() const determine, if shadow color of fly frame has to be drawn transparent declaration found in /core/inc/flyfrm.cxx - @author OD - @return true, if shadow color is transparent. */ bool SwFlyFrm::IsShadowTransparent() const @@ -4981,8 +4969,6 @@ static const SwFrm* lcl_HasNextCell( const SwFrm& rFrm ) OD 21.02.2003 #b4779636#, #107692# - @author OD - @param _pCellFrm input parameter - constant pointer to cell frame for which the cell frame for the border attributes has to be determined. @@ -5713,8 +5699,6 @@ void SwPageFrm::PaintGrid( OutputDevice* pOut, SwRect &rRect ) const implement paint of margin area; margin area will be painted for a view shell with a window and if the document is not in online layout. - @author OD - @param _rOutputRect input parameter - constant instance reference of the rectangle, for which an output has to be generated. @@ -5792,8 +5776,6 @@ sal_Bool SwPageFrm::IsLeftShadowNeeded() const /** determine rectangle for bottom page shadow OD 12.02.2003 for #i9719# and #105645# - - @author OD */ /*static*/ void SwPageFrm::GetHorizontalShadowRect( const SwRect& _rPageRect, const SwViewShell* _pViewShell, @@ -5857,8 +5839,6 @@ static void lcl_paintBitmapExToRect(OutputDevice *pOut, const Point& aPoint, con OD 12.02.2003 for #i9719# and #105645# implement paint of page border and shadow - - @author OD */ /*static*/ void SwPageFrm::PaintBorderAndShadow( const SwRect& _rPageRect, const SwViewShell* _pViewShell, @@ -7012,8 +6992,6 @@ void SwLayoutFrm::RefreshExtraData( const SwRect &rRect ) const that is set at the page frame respectively is parent. If none is found return the global retouche color - @author OD - @return Color */ const Color& SwPageFrm::GetDrawBackgrdColor() const diff --git a/sw/source/core/layout/virtoutp.cxx b/sw/source/core/layout/virtoutp.cxx index 2c4c90da6e7e..e821d5766eae 100644 --- a/sw/source/core/layout/virtoutp.cxx +++ b/sw/source/core/layout/virtoutp.cxx @@ -87,8 +87,6 @@ sal_Bool SwRootFrm::HasSameRect( const SwRect& rRect ) A define controls, which solution is used, in order to switch in escalation back to old solution. - @author OD - @param _pOrgOutDev input parameter - constant instance of the original output device, for which the virtual output device is created. diff --git a/sw/source/core/objectpositioning/anchoredobjectposition.cxx b/sw/source/core/objectpositioning/anchoredobjectposition.cxx index c1927daf9eee..80a4c2ac2735 100644 --- a/sw/source/core/objectpositioning/anchoredobjectposition.cxx +++ b/sw/source/core/objectpositioning/anchoredobjectposition.cxx @@ -71,8 +71,6 @@ SwAnchoredObjectPosition::SwAnchoredObjectPosition( SdrObject& _rDrawObj ) members <mbIsObjFly>, <mpFrmOfObj>, <mpAnchorFrm>, <mpContact>, <mbFollowTextFlow> and <mbDoNotCaptureAnchoredObj> are set - - @author OD */ void SwAnchoredObjectPosition::_GetInfoAboutObj() { @@ -156,8 +154,6 @@ SwTwips SwAnchoredObjectPosition::ToCharTopOfLine() const object positioning #i11860# - - @author OD */ SwTwips SwAnchoredObjectPosition::_GetTopForObjPos( const SwFrm& _rFrm, const SwRectFn& _fnRect, @@ -393,8 +389,6 @@ SwTwips SwAnchoredObjectPosition::_GetVertRelPos( #i26945# - add parameter <_bFollowTextFlow> #i62875# - method now private and renamed. OD 2009-09-01 #mongolianlayout# - add parameter <bVertL2R> - - @author OD */ SwTwips SwAnchoredObjectPosition::_ImplAdjustVertRelPos( const SwTwips nTopOfAnch, const bool bVert, @@ -491,8 +485,6 @@ SwTwips SwAnchoredObjectPosition::_ImplAdjustVertRelPos( const SwTwips nTopOfAnc 'page' alignment layout frame. #i62875# - method now private and renamed. - - @author OD */ SwTwips SwAnchoredObjectPosition::_ImplAdjustHoriRelPos( const SwFrm& _rPageAlignLayFrm, @@ -541,10 +533,7 @@ SwTwips SwAnchoredObjectPosition::_ImplAdjustHoriRelPos( return nAdjustedRelPosX; } -/** determine alignment value for horizontal position of object - - @author OD -*/ +/** determine alignment value for horizontal position of object */ void SwAnchoredObjectPosition::_GetHoriAlignmentValues( const SwFrm& _rHoriOrientFrm, const SwFrm& _rPageAlignLayFrm, const sal_Int16 _eRelOrient, @@ -690,10 +679,7 @@ void SwAnchoredObjectPosition::_GetHoriAlignmentValues( const SwFrm& _rHoriOrie _orAlignAreaOffset = nOffset; } -/** toggle given horizontal orientation and relative alignment - - @author OD -*/ +/** toggle given horizontal orientation and relative alignment */ void SwAnchoredObjectPosition::_ToggleHoriOrientAndAlign( const bool _bToggleLeftRight, sal_Int16& _ioeHoriOrient, @@ -748,10 +734,7 @@ void SwAnchoredObjectPosition::_ToggleHoriOrientAndAlign( } } -/** calculate relative horizontal position - - @author OD -*/ +/** calculate relative horizontal position */ SwTwips SwAnchoredObjectPosition::_CalcRelPosX( const SwFrm& _rHoriOrientFrm, const SwEnvironmentOfAnchoredObject& _rEnvOfObj, @@ -864,8 +847,6 @@ SwTwips SwAnchoredObjectPosition::_CalcRelPosX( // ************************************************************************** /** adjust calculated horizontal position in order to draw object aside other objects with same positioning - - @author OD */ SwTwips SwAnchoredObjectPosition::_AdjustHoriRelPosForDrawAside( const SwFrm& _rHoriOrientFrm, @@ -1003,8 +984,6 @@ SwTwips SwAnchoredObjectPosition::_AdjustHoriRelPosForDrawAside( /** detemine, if object has to draw aside given fly frame method used by <_AdjustHoriRelPosForDrawAside(..)> - - @author OD */ bool SwAnchoredObjectPosition::_DrawAsideFly( const SwFlyFrm* _pFly, const SwRect& _rObjRect, @@ -1056,8 +1035,6 @@ bool SwAnchoredObjectPosition::_DrawAsideFly( const SwFlyFrm* _pFly, depending on parameter _bLeft check is done for left or right positioning. method used by <_DrawAsideFly(..)> - - @author OD */ bool SwAnchoredObjectPosition::_Minor( sal_Int16 _eRelOrient1, sal_Int16 _eRelOrient2, diff --git a/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx b/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx index 8b29b5c2b7c8..ca380bde28b0 100644 --- a/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx +++ b/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx @@ -35,10 +35,7 @@ using namespace ::com::sun::star; using namespace objectpositioning; -/** constructor - - @author OD -*/ +/** constructor */ SwAsCharAnchoredObjectPosition::SwAsCharAnchoredObjectPosition( SdrObject& _rDrawObj, const Point& _rProposedAnchorPos, @@ -60,17 +57,11 @@ SwAsCharAnchoredObjectPosition::SwAsCharAnchoredObjectPosition( mnLineAlignment ( 0 ) {} -/** destructor - - @author OD -*/ +/** destructor */ SwAsCharAnchoredObjectPosition::~SwAsCharAnchoredObjectPosition() {} -/** method to cast <SwAnchoredObjectPosition::GetAnchorFrm()> to needed type - - @author OD -*/ +/** method to cast <SwAnchoredObjectPosition::GetAnchorFrm()> to needed type */ const SwTxtFrm& SwAsCharAnchoredObjectPosition::GetAnchorTxtFrm() const { OSL_ENSURE( GetAnchorFrm().ISA(SwTxtFrm), @@ -85,8 +76,6 @@ const SwTxtFrm& SwAsCharAnchoredObjectPosition::GetAnchorTxtFrm() const members <maAnchorPos>, <mnRelPos>, <maObjBoundRect> and <mnLineAlignment> are calculated. calculated position is set at the given object. - - @author OD */ void SwAsCharAnchoredObjectPosition::CalcPosition() { @@ -343,8 +332,6 @@ void SwAsCharAnchoredObjectPosition::CalcPosition() value gives feedback for the line formatting. 0 - no feedback; 1|2|3 - proposed formatting of characters at top|at center|at bottom of line. - - @author OD */ SwTwips SwAsCharAnchoredObjectPosition::_GetRelPosToBase( const SwTwips _nObjBoundHeight, @@ -407,37 +394,25 @@ SwTwips SwAsCharAnchoredObjectPosition::_GetRelPosToBase( return nRelPosToBase; } -/** calculated anchored position for object position - - @author OD -*/ +/** calculated anchored position for object position */ Point SwAsCharAnchoredObjectPosition::GetAnchorPos() const { return maAnchorPos; } -/** calculated relative position to base line for object position - - @author OD -*/ +/** calculated relative position to base line for object position */ SwTwips SwAsCharAnchoredObjectPosition::GetRelPosY() const { return mnRelPos; } -/** determined object rectangle including spacing for object - - @author OD -*/ +/** determined object rectangle including spacing for object */ SwRect SwAsCharAnchoredObjectPosition::GetObjBoundRectInclSpacing() const { return maObjBoundRect; } -/** determined line alignment - - @author OD -*/ +/** determined line alignment */ sal_uInt8 SwAsCharAnchoredObjectPosition::GetLineAlignment() const { return mnLineAlignment; diff --git a/sw/source/core/objectpositioning/environmentofanchoredobject.cxx b/sw/source/core/objectpositioning/environmentofanchoredobject.cxx index 779d82988f33..547811040de6 100644 --- a/sw/source/core/objectpositioning/environmentofanchoredobject.cxx +++ b/sw/source/core/objectpositioning/environmentofanchoredobject.cxx @@ -32,10 +32,7 @@ SwEnvironmentOfAnchoredObject::SwEnvironmentOfAnchoredObject( SwEnvironmentOfAnchoredObject::~SwEnvironmentOfAnchoredObject() {} -/** determine environment layout frame for possible horizontal object positions - - @author OD -*/ +/** determine environment layout frame for possible horizontal object positions */ const SwLayoutFrm& SwEnvironmentOfAnchoredObject::GetHoriEnvironmentLayoutFrm( const SwFrm& _rHoriOrientFrm ) const { @@ -65,8 +62,7 @@ const SwLayoutFrm& SwEnvironmentOfAnchoredObject::GetHoriEnvironmentLayoutFrm( return static_cast<const SwLayoutFrm&>(*pHoriEnvironmentLayFrm); } -/** determine environment layout frame for possible vertical object positions -*/ +/** determine environment layout frame for possible vertical object positions */ const SwLayoutFrm& SwEnvironmentOfAnchoredObject::GetVertEnvironmentLayoutFrm( const SwFrm& _rVertOrientFrm ) const { diff --git a/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx b/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx index 5293ceace4d4..f192a75bafa6 100644 --- a/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx +++ b/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx @@ -1074,10 +1074,7 @@ void SwToCntntAnchoredObjectPosition::CalcPosition() GetAnchoredObj().SetCurrRelPos( aRelPos ); } -/** determine frame for horizontal position - - @author OD -*/ +/** determine frame for horizontal position */ const SwFrm& SwToCntntAnchoredObjectPosition::_GetHoriVirtualAnchor( const SwLayoutFrm& _rProposedFrm ) const { diff --git a/sw/source/core/objectpositioning/tolayoutanchoredobjectposition.cxx b/sw/source/core/objectpositioning/tolayoutanchoredobjectposition.cxx index ed7bac77d3de..7d06e08a563d 100644 --- a/sw/source/core/objectpositioning/tolayoutanchoredobjectposition.cxx +++ b/sw/source/core/objectpositioning/tolayoutanchoredobjectposition.cxx @@ -48,10 +48,7 @@ SwToLayoutAnchoredObjectPosition::SwToLayoutAnchoredObjectPosition( SdrObject& _ SwToLayoutAnchoredObjectPosition::~SwToLayoutAnchoredObjectPosition() {} -/** calculate position for object position type TO_LAYOUT - - @author OD -*/ +/** calculate position for object position type TO_LAYOUT */ void SwToLayoutAnchoredObjectPosition::CalcPosition() { const SwRect aObjBoundRect( GetAnchoredObj().GetObjRect() ); @@ -233,10 +230,7 @@ void SwToLayoutAnchoredObjectPosition::CalcPosition() maRelPos = aRelPos; } -/** calculated relative position for object position - - @author OD -*/ +/** calculated relative position for object position */ Point SwToLayoutAnchoredObjectPosition::GetRelPos() const { return maRelPos; diff --git a/sw/source/core/text/frmcrsr.cxx b/sw/source/core/text/frmcrsr.cxx index df406905e120..8b15118bbe6a 100644 --- a/sw/source/core/text/frmcrsr.cxx +++ b/sw/source/core/text/frmcrsr.cxx @@ -451,8 +451,6 @@ sal_Bool SwTxtFrm::GetAutoPos( SwRect& rOrig, const SwPosition &rPos ) const - Top of first paragraph line is the top of the printing area of the text frame - If a proportional line spacing is applied use top of anchor character as top of the line. - - @author OD */ bool SwTxtFrm::GetTopOfLine( SwTwips& _onTopOfLine, const SwPosition& _rPos ) const diff --git a/sw/source/core/text/porlay.hxx b/sw/source/core/text/porlay.hxx index 3ea78dce8d17..ce610bd1ada1 100644 --- a/sw/source/core/text/porlay.hxx +++ b/sw/source/core/text/porlay.hxx @@ -234,8 +234,6 @@ public: @param _bNoFlyCntPorAndLinePor optional input parameter - boolean, indicating that fly content portions and the line portion are considered or not. - - @author OD */ void MaxAscentDescent( SwTwips& _orAscent, SwTwips& _orDescent, |