diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-17 12:32:31 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-17 12:33:13 +0200 |
commit | 81d873336bc55a6854fdc0b2a53faada0c552e1f (patch) | |
tree | 18cf222d9b870061cb6e7e597ab0b37e0302e005 /lotuswordpro | |
parent | 6a1f31898d4d44d69f4f65e56f5dd087607885af (diff) |
remove pointless comments in lotuswordpro
change control, empty documentation tags
Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
Diffstat (limited to 'lotuswordpro')
152 files changed, 102 insertions, 1147 deletions
diff --git a/lotuswordpro/source/filter/bencont.cxx b/lotuswordpro/source/filter/bencont.cxx index 81c14468e3f3..22b5ed6dc2e9 100644 --- a/lotuswordpro/source/filter/bencont.cxx +++ b/lotuswordpro/source/filter/bencont.cxx @@ -169,7 +169,6 @@ LtcBenContainer::LtcBenContainer(LwpSvStream * pStream) /** * Read buffer fro bento file with specified buffer -* @date 07/05/2004 * @param buffer pointer * @param buffer size * @param number of bytes read @@ -183,7 +182,6 @@ BenError LtcBenContainer::Read(void * pBuffer, unsigned long MaxSize, } /** * Read buffer from bento file with specified size -* @date 07/05/2004 * @param buffer pointer * @param number of bytes to be read * @return BenError @@ -200,7 +198,6 @@ BenError LtcBenContainer::ReadKnownSize(void * pBuffer, unsigned long Amt) } /** * Seek to position from the beginning of the bento file -* @date 07/05/2004 * @param position in container file from beginning * @return BenError */ @@ -211,7 +208,6 @@ BenError LtcBenContainer::SeekToPosition(BenContainerPos Pos) } /** * Seek to position compare to end of bento file -* @date 07/05/2004 * @param position in container file from end * @return BenError */ @@ -224,7 +220,6 @@ BenError LtcBenContainer::SeekFromEnd(long Offset) } /** * Find the next value stream with property name -* @date 07/05/2004 * @param string of property name * @param current value stream pointer with the property name * @return next value stream pointer with the property names @@ -260,7 +255,6 @@ LtcUtBenValueStream * LtcBenContainer::FindNextValueStreamWithPropertyName(const /** * Find the unique value stream with property name -* @date 07/05/2004 * @param string of property name * @return the only value stream pointer with the property names */ @@ -270,7 +264,6 @@ LtcUtBenValueStream * LtcBenContainer::FindValueStreamWithPropertyName(const cha } /** * <description> -* @date 07/05/2004 * @param pointer to length of bento file * @return BenError */ @@ -292,7 +285,6 @@ sal_uInt32 GetSvStreamSize(SvStream * pStream) /** * Find hazily according to object ID -* @date 01/31/2005 * @param pObjectname - format as "GrXX,XXXXXXXX" wherein XX is high part of object ID, and XXXXXXXX is low part * @return the value stream pointers with the property names */ diff --git a/lotuswordpro/source/filter/benname.cxx b/lotuswordpro/source/filter/benname.cxx index 3a299ef44f89..32855fbd73a3 100644 --- a/lotuswordpro/source/filter/benname.cxx +++ b/lotuswordpro/source/filter/benname.cxx @@ -54,6 +54,7 @@ * ************************************************************************/ #include "first.hxx" + namespace OpenStormBento { // changed to remove warning diff --git a/lotuswordpro/source/filter/localtime.cxx b/lotuswordpro/source/filter/localtime.cxx index f8af7e69d6c0..66455a4f7d91 100644 --- a/lotuswordpro/source/filter/localtime.cxx +++ b/lotuswordpro/source/filter/localtime.cxx @@ -56,7 +56,7 @@ #include "localtime.hxx" #include <limits.h> #include <unicode/timezone.h> -//End by + const long DAY_SEC =24 * 60 * 60; const long YEAR_SEC = 365 * DAY_SEC; const long FOURYEAR_SEC = 4 * YEAR_SEC + DAY_SEC; diff --git a/lotuswordpro/source/filter/lwp9reader.cxx b/lotuswordpro/source/filter/lwp9reader.cxx index 991c1e1eb154..1cc12348ccf7 100644 --- a/lotuswordpro/source/filter/lwp9reader.cxx +++ b/lotuswordpro/source/filter/lwp9reader.cxx @@ -176,7 +176,7 @@ void Lwp9Reader::ParseDocument() m_pStream->GetAttrList()->Clear(); m_pStream->StartElement( "office:body" ); - //Parse change list, add by + //Parse change list LwpGlobalMgr* pGlobal = LwpGlobalMgr::GetInstance(); LwpChangeMgr* pChangeMgr = pGlobal->GetLwpChangeMgr(); pChangeMgr->ConvertAllChange(m_pStream); diff --git a/lotuswordpro/source/filter/lwpbackgroundstuff.cxx b/lotuswordpro/source/filter/lwpbackgroundstuff.cxx index 107850d5b472..98af13df5741 100644 --- a/lotuswordpro/source/filter/lwpbackgroundstuff.cxx +++ b/lotuswordpro/source/filter/lwpbackgroundstuff.cxx @@ -163,7 +163,6 @@ XFBGImage* LwpBackgroundStuff::GetFillPattern() pImageBuff = NULL; pXFBGImage->SetRepeate(); - // end of add return pXFBGImage; } diff --git a/lotuswordpro/source/filter/lwpbasetype.hxx b/lotuswordpro/source/filter/lwpbasetype.hxx index e12297e03d9a..7060b239a7ed 100644 --- a/lotuswordpro/source/filter/lwpbasetype.hxx +++ b/lotuswordpro/source/filter/lwpbasetype.hxx @@ -58,10 +58,6 @@ * basic classes for Word Pro filter, * PanoseNumber, Point ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPBASETYPE_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPBASETYPE_HXX diff --git a/lotuswordpro/source/filter/lwpbookmarkmgr.hxx b/lotuswordpro/source/filter/lwpbookmarkmgr.hxx index ffc44d8bda89..6f471b7302b1 100644 --- a/lotuswordpro/source/filter/lwpbookmarkmgr.hxx +++ b/lotuswordpro/source/filter/lwpbookmarkmgr.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - May 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPBOOKMARKMGR_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPBOOKMARKMGR_HXX diff --git a/lotuswordpro/source/filter/lwpbreaksoverride.cxx b/lotuswordpro/source/filter/lwpbreaksoverride.cxx index 23f7f83a1f51..d5015902d53e 100644 --- a/lotuswordpro/source/filter/lwpbreaksoverride.cxx +++ b/lotuswordpro/source/filter/lwpbreaksoverride.cxx @@ -99,7 +99,6 @@ void LwpBreaksOverride::Read(LwpObjectStream *pStrm) pStrm->SkipExtra(); } -//add by , 01/28/2005 void LwpBreaksOverride::Override(LwpBreaksOverride* pOther) { if (m_nApply & BO_PAGEBEFORE) @@ -281,6 +280,5 @@ void LwpBreaksOverride::OverrideUseNextStyle(bool bVal) LwpOverride::Override(BO_USENEXTSTYLE, STATE_OFF); } } -//end add /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/lotuswordpro/source/filter/lwpbreaksoverride.hxx b/lotuswordpro/source/filter/lwpbreaksoverride.hxx index 69eb74269fd1..fcbf1bd9af81 100644 --- a/lotuswordpro/source/filter/lwpbreaksoverride.hxx +++ b/lotuswordpro/source/filter/lwpbreaksoverride.hxx @@ -88,7 +88,6 @@ public: public: virtual void Read(LwpObjectStream *pStrm) SAL_OVERRIDE; - //add by , 01/28/2005 void Override(LwpBreaksOverride* pOther); inline bool IsPageBreakBefore(); @@ -127,8 +126,6 @@ public: void OverrideKeepWithPrevious(bool bVal); void OverrideUseNextStyle(bool bVal); - //end add - protected: LwpBreaksOverride(LwpBreaksOverride const& rOther); diff --git a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx index 7a9c879aef08..0854ad1532b7 100644 --- a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx +++ b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #include "lwpbulletstylemgr.hxx" #include "lwpdoc.hxx" #include "lwpstory.hxx" @@ -303,7 +300,6 @@ XFContentContainer* LwpBulletStyleMgr::AddBulletList( theItem->SetIsHeader(true); theList->SetContinueNumber(true); - // end of add } if(nC == nLevel-1) diff --git a/lotuswordpro/source/filter/lwpbulletstylemgr.hxx b/lotuswordpro/source/filter/lwpbulletstylemgr.hxx index d426434b3a70..a256a899d266 100644 --- a/lotuswordpro/source/filter/lwpbulletstylemgr.hxx +++ b/lotuswordpro/source/filter/lwpbulletstylemgr.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPBULLETSTYLEMGR_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPBULLETSTYLEMGR_HXX diff --git a/lotuswordpro/source/filter/lwpcelllayout.cxx b/lotuswordpro/source/filter/lwpcelllayout.cxx index 5f8bdb6c63f1..68ff39c9fb91 100644 --- a/lotuswordpro/source/filter/lwpcelllayout.cxx +++ b/lotuswordpro/source/filter/lwpcelllayout.cxx @@ -304,7 +304,6 @@ OUString LwpCellLayout::GetCellStyleName(sal_uInt16 nRow, sal_uInt16 nCol, LwpTa } /** * Make the XFCell -* @date 03/26/2005 * @param aTableID - ID of the table which this cell belongs to * @param bIsTopRow - whether current cell is top row * @param bIsRightCol - whether current cell is the rightest column @@ -640,7 +639,6 @@ void LwpCellLayout::Read() /** * Apply protect attribute to cell of table -* @date 04/04/2005 * @param aTableID - ID of the table which the cell belongs to * @param * @return XFCell* diff --git a/lotuswordpro/source/filter/lwpcelllayout.hxx b/lotuswordpro/source/filter/lwpcelllayout.hxx index 1a09d8bd8c14..4ac11b1d0a29 100644 --- a/lotuswordpro/source/filter/lwpcelllayout.hxx +++ b/lotuswordpro/source/filter/lwpcelllayout.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype - cell layouts */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCELLLAYOUT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCELLLAYOUT_HXX #include <vector> diff --git a/lotuswordpro/source/filter/lwpchangemgr.cxx b/lotuswordpro/source/filter/lwpchangemgr.cxx index af69a82faa66..2e15210870dc 100644 --- a/lotuswordpro/source/filter/lwpchangemgr.cxx +++ b/lotuswordpro/source/filter/lwpchangemgr.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jun 2005 Created - ************************************************************************/ + #include "lwpchangemgr.hxx" #include <rtl/ustring.hxx> #include "lwppara.hxx" diff --git a/lotuswordpro/source/filter/lwpchangemgr.hxx b/lotuswordpro/source/filter/lwpchangemgr.hxx index dab541abad5f..b90181582987 100644 --- a/lotuswordpro/source/filter/lwpchangemgr.hxx +++ b/lotuswordpro/source/filter/lwpchangemgr.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jun 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCHANGEMGR_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCHANGEMGR_HXX diff --git a/lotuswordpro/source/filter/lwpcharacterstyle.cxx b/lotuswordpro/source/filter/lwpcharacterstyle.cxx index 8b61199ceeae..650cf10b9276 100644 --- a/lotuswordpro/source/filter/lwpcharacterstyle.cxx +++ b/lotuswordpro/source/filter/lwpcharacterstyle.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpcharacterstyle.hxx" #include "lwpfilehdr.hxx" diff --git a/lotuswordpro/source/filter/lwpcharacterstyle.hxx b/lotuswordpro/source/filter/lwpcharacterstyle.hxx index 1df2d90ccc3f..f548a486e1ee 100644 --- a/lotuswordpro/source/filter/lwpcharacterstyle.hxx +++ b/lotuswordpro/source/filter/lwpcharacterstyle.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCHARACTERSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCHARACTERSTYLE_HXX diff --git a/lotuswordpro/source/filter/lwpcharborderoverride.cxx b/lotuswordpro/source/filter/lwpcharborderoverride.cxx index bbe4de5fc5cc..33f112b47448 100644 --- a/lotuswordpro/source/filter/lwpcharborderoverride.cxx +++ b/lotuswordpro/source/filter/lwpcharborderoverride.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include <memory> diff --git a/lotuswordpro/source/filter/lwpcharborderoverride.hxx b/lotuswordpro/source/filter/lwpcharborderoverride.hxx index 1a1cb08f6dd9..4bca82b2f0df 100644 --- a/lotuswordpro/source/filter/lwpcharborderoverride.hxx +++ b/lotuswordpro/source/filter/lwpcharborderoverride.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCHARBORDEROVERRIDE_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCHARBORDEROVERRIDE_HXX diff --git a/lotuswordpro/source/filter/lwpcharsetmgr.hxx b/lotuswordpro/source/filter/lwpcharsetmgr.hxx index 340b9e7e6a9b..68a26e8a1cfb 100644 --- a/lotuswordpro/source/filter/lwpcharsetmgr.hxx +++ b/lotuswordpro/source/filter/lwpcharsetmgr.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCHARSETMGR_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCHARSETMGR_HXX diff --git a/lotuswordpro/source/filter/lwpcolor.cxx b/lotuswordpro/source/filter/lwpcolor.cxx index 791d0f931ef8..bf76a5a372a7 100644 --- a/lotuswordpro/source/filter/lwpcolor.cxx +++ b/lotuswordpro/source/filter/lwpcolor.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpcolor.hxx" /** diff --git a/lotuswordpro/source/filter/lwpcolor.hxx b/lotuswordpro/source/filter/lwpcolor.hxx index 868f1d361d39..1b07baffea12 100644 --- a/lotuswordpro/source/filter/lwpcolor.hxx +++ b/lotuswordpro/source/filter/lwpcolor.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCOLOR_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCOLOR_HXX diff --git a/lotuswordpro/source/filter/lwpcontent.cxx b/lotuswordpro/source/filter/lwpcontent.cxx index 77ae0d3ad9cb..7544bfc22880 100644 --- a/lotuswordpro/source/filter/lwpcontent.cxx +++ b/lotuswordpro/source/filter/lwpcontent.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpstory.hxx" #include "lwpfilehdr.hxx" diff --git a/lotuswordpro/source/filter/lwpcontent.hxx b/lotuswordpro/source/filter/lwpcontent.hxx index cd85bd5b1893..249bd254d618 100644 --- a/lotuswordpro/source/filter/lwpcontent.hxx +++ b/lotuswordpro/source/filter/lwpcontent.hxx @@ -57,10 +57,6 @@ * @file * LwpContent, LwpHeadContent: base class for Word Pro content object ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCONTENT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPCONTENT_HXX diff --git a/lotuswordpro/source/filter/lwpdefs.hxx b/lotuswordpro/source/filter/lwpdefs.hxx index 7f2c1632d3a3..88f888569d8b 100644 --- a/lotuswordpro/source/filter/lwpdefs.hxx +++ b/lotuswordpro/source/filter/lwpdefs.hxx @@ -57,10 +57,6 @@ * @file * definitions for all object types VO_TYPE ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDEFS_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDEFS_HXX @@ -103,7 +99,6 @@ enum VO_TYPE VO_GRAPHIC = 41, VO_VERGTR = 205, - // 01/12/2005 VO_PARASTYLE = 23, VO_CHARACTERSTYLE = 106, VO_SILVERBULLET = 127, @@ -112,17 +107,14 @@ enum VO_TYPE VO_SPACINGPIECE = 199, VO_CHARBORDERPIECE = 202, VO_AMIKAKEPIECE = 203, - // end - // start VO_TABRACK = 38, VO_PARABORDERPIECE = 198, VO_BREAKSPIECE = 200, VO_NUMBERINGPIECE = 201, VO_TABPIECE = 204, VO_PARABACKGROUNDPIECE = 218, - // end - // 02/01/2005 + VO_SECTION = 136, VO_INDEXSECTION = 48, VO_HEADTAILHOLDER = 169, @@ -131,7 +123,6 @@ enum VO_TYPE VO_POBJECTHOLDER = 133, // added for OLE VO_OLEOBJECT = 54, - // end OLE // added for table VO_TABLE = 17, @@ -155,15 +146,12 @@ enum VO_TYPE VO_ROWHEADINGLAYOUT = 118, VO_TABLEHEADING = 209, VO_TABLEHINT = 19, - // end table - //add by VO_DROPCAPLAYOUT = 217, VO_CHBLKMARKER = 94, VO_PROPLIST = 165, VO_BOOKMARK = 64, VO_FIELDMARKER = 87, - //add end //for footnote VO_FOOTNOTE = 53, diff --git a/lotuswordpro/source/filter/lwpdivinfo.cxx b/lotuswordpro/source/filter/lwpdivinfo.cxx index 2e975875a8ff..6694be1e1e50 100644 --- a/lotuswordpro/source/filter/lwpdivinfo.cxx +++ b/lotuswordpro/source/filter/lwpdivinfo.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpdivinfo.hxx" #include "lwpobjstrm.hxx" diff --git a/lotuswordpro/source/filter/lwpdivinfo.hxx b/lotuswordpro/source/filter/lwpdivinfo.hxx index 813cfb1e6d9b..67cad446f491 100644 --- a/lotuswordpro/source/filter/lwpdivinfo.hxx +++ b/lotuswordpro/source/filter/lwpdivinfo.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDIVINFO_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDIVINFO_HXX @@ -80,9 +76,7 @@ public: LwpDivInfo(LwpObjectHeader& objHdr, LwpSvStream* pStrm); LwpObjectID& GetInitialLayoutID() { return m_InitialLayoutID; } LwpObjectID& GetFillerPageTextID() { return m_FillerPageTextID; } - // add by ,03/14/2004 OUString GetDivName() { return m_Name.str(); } - // end add OUString GetClassName() { return m_ClassName.str(); } inline bool HasContents(); diff --git a/lotuswordpro/source/filter/lwpdivopts.cxx b/lotuswordpro/source/filter/lwpdivopts.cxx index 9c8a98a2195e..463b22667525 100644 --- a/lotuswordpro/source/filter/lwpdivopts.cxx +++ b/lotuswordpro/source/filter/lwpdivopts.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpdivopts.hxx" #include "lwpfilehdr.hxx" diff --git a/lotuswordpro/source/filter/lwpdivopts.hxx b/lotuswordpro/source/filter/lwpdivopts.hxx index 432178772936..c58359e8747e 100644 --- a/lotuswordpro/source/filter/lwpdivopts.hxx +++ b/lotuswordpro/source/filter/lwpdivopts.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDIVOPTS_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDIVOPTS_HXX diff --git a/lotuswordpro/source/filter/lwpdllist.cxx b/lotuswordpro/source/filter/lwpdllist.cxx index 04310d204dd9..6726bcef9884 100644 --- a/lotuswordpro/source/filter/lwpdllist.cxx +++ b/lotuswordpro/source/filter/lwpdllist.cxx @@ -57,10 +57,6 @@ * @file * double linked class implementation ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpdllist.hxx" diff --git a/lotuswordpro/source/filter/lwpdllist.hxx b/lotuswordpro/source/filter/lwpdllist.hxx index 744d399e9f35..1c687df4b4b5 100644 --- a/lotuswordpro/source/filter/lwpdllist.hxx +++ b/lotuswordpro/source/filter/lwpdllist.hxx @@ -57,10 +57,6 @@ * @file * double linked list ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDLLIST_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDLLIST_HXX diff --git a/lotuswordpro/source/filter/lwpdlvlist.cxx b/lotuswordpro/source/filter/lwpdlvlist.cxx index 673e61907790..bf99042988b1 100644 --- a/lotuswordpro/source/filter/lwpdlvlist.cxx +++ b/lotuswordpro/source/filter/lwpdlvlist.cxx @@ -57,10 +57,6 @@ * @file * list class implementation ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpdlvlist.hxx" #include "lwpfilehdr.hxx" diff --git a/lotuswordpro/source/filter/lwpdlvlist.hxx b/lotuswordpro/source/filter/lwpdlvlist.hxx index 2255792ab592..ed05d4f09f7a 100644 --- a/lotuswordpro/source/filter/lwpdlvlist.hxx +++ b/lotuswordpro/source/filter/lwpdlvlist.hxx @@ -57,10 +57,6 @@ * @file * list related class ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDLVLIST_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDLVLIST_HXX @@ -105,9 +101,7 @@ protected: void Read() SAL_OVERRIDE; void ReadName(LwpObjectStream* pObjStrm); public: - // 01/17/2005 LwpAtomHolder& GetName() { return m_Name; } - //end LwpObjectID& GetChildHead() { return m_ChildHead; } LwpObjectID& GetChildTail() { return m_ChildTail; } LwpObjectID& GetParent() { return m_Parent; } diff --git a/lotuswordpro/source/filter/lwpdoc.cxx b/lotuswordpro/source/filter/lwpdoc.cxx index a2ff123d6170..996341ee1c7b 100644 --- a/lotuswordpro/source/filter/lwpdoc.cxx +++ b/lotuswordpro/source/filter/lwpdoc.cxx @@ -244,7 +244,7 @@ void LwpDocument::RegisterTextStyles() pParaStyle = dynamic_cast<LwpParaStyle*>(pParaStyle->GetNext().obj().get()); } } - ChangeStyleName();//add by ,for click here block,05/5/26 + ChangeStyleName();//for click here block } /** * @descr Register all layouts styles (page master and master page) diff --git a/lotuswordpro/source/filter/lwpdoc.hxx b/lotuswordpro/source/filter/lwpdoc.hxx index 6816f8700fd8..7e07977e360e 100644 --- a/lotuswordpro/source/filter/lwpdoc.hxx +++ b/lotuswordpro/source/filter/lwpdoc.hxx @@ -57,11 +57,6 @@ * @file * LwpDocument header file ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - Jun 2005 Code cleaning by change some members to local variables in Read() - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDOC_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDOC_HXX diff --git a/lotuswordpro/source/filter/lwpdropcapmgr.cxx b/lotuswordpro/source/filter/lwpdropcapmgr.cxx index 3772954aa46f..ed7fd22f1a6e 100644 --- a/lotuswordpro/source/filter/lwpdropcapmgr.cxx +++ b/lotuswordpro/source/filter/lwpdropcapmgr.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Mar 2005 reated - ************************************************************************/ + #include "lwpdropcapmgr.hxx" LwpDropcapMgr::LwpDropcapMgr() diff --git a/lotuswordpro/source/filter/lwpdropcapmgr.hxx b/lotuswordpro/source/filter/lwpdropcapmgr.hxx index 620ad35e934d..7d2bf8684ecb 100644 --- a/lotuswordpro/source/filter/lwpdropcapmgr.hxx +++ b/lotuswordpro/source/filter/lwpdropcapmgr.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Mar 2005 created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDROPCAPMGR_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDROPCAPMGR_HXX diff --git a/lotuswordpro/source/filter/lwpfnlayout.cxx b/lotuswordpro/source/filter/lwpfnlayout.cxx index 86ddc5fb5452..dd987137a393 100644 --- a/lotuswordpro/source/filter/lwpfnlayout.cxx +++ b/lotuswordpro/source/filter/lwpfnlayout.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype - footnote layouts */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ #include "lwpfnlayout.hxx" diff --git a/lotuswordpro/source/filter/lwpfnlayout.hxx b/lotuswordpro/source/filter/lwpfnlayout.hxx index 970cba568987..1f6a4afcd7fc 100644 --- a/lotuswordpro/source/filter/lwpfnlayout.hxx +++ b/lotuswordpro/source/filter/lwpfnlayout.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype - footnote layouts */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFNLAYOUT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFNLAYOUT_HXX diff --git a/lotuswordpro/source/filter/lwpfont.hxx b/lotuswordpro/source/filter/lwpfont.hxx index bee86af38249..c35b8bbd4f02 100644 --- a/lotuswordpro/source/filter/lwpfont.hxx +++ b/lotuswordpro/source/filter/lwpfont.hxx @@ -60,10 +60,6 @@ * LwpFontAttrEntry, LwpFontNameManager,LwpFontAttrManager, * LwpFontManager ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFONT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFONT_HXX diff --git a/lotuswordpro/source/filter/lwpfootnote.cxx b/lotuswordpro/source/filter/lwpfootnote.cxx index 5c64d00ba1a1..3001db63a039 100644 --- a/lotuswordpro/source/filter/lwpfootnote.cxx +++ b/lotuswordpro/source/filter/lwpfootnote.cxx @@ -53,14 +53,7 @@ * * ************************************************************************/ -/** - * @file - * footnote - */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #include "lwpfootnote.hxx" #include "lwpstory.hxx" #include "xfilter/xffootnote.hxx" diff --git a/lotuswordpro/source/filter/lwpfootnote.hxx b/lotuswordpro/source/filter/lwpfootnote.hxx index 0da5d37b8587..36ac95658022 100644 --- a/lotuswordpro/source/filter/lwpfootnote.hxx +++ b/lotuswordpro/source/filter/lwpfootnote.hxx @@ -57,10 +57,7 @@ * @file * footnote */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFOOTNOTE_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFOOTNOTE_HXX diff --git a/lotuswordpro/source/filter/lwpfoundry.cxx b/lotuswordpro/source/filter/lwpfoundry.cxx index 7e90c366d781..7fb85b4b4ed1 100644 --- a/lotuswordpro/source/filter/lwpfoundry.cxx +++ b/lotuswordpro/source/filter/lwpfoundry.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpfoundry.hxx" #include "lwpfilehdr.hxx" diff --git a/lotuswordpro/source/filter/lwpfoundry.hxx b/lotuswordpro/source/filter/lwpfoundry.hxx index 373643cab27c..5906a26b62c3 100644 --- a/lotuswordpro/source/filter/lwpfoundry.hxx +++ b/lotuswordpro/source/filter/lwpfoundry.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFOUNDRY_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFOUNDRY_HXX diff --git a/lotuswordpro/source/filter/lwpframelayout.cxx b/lotuswordpro/source/filter/lwpframelayout.cxx index b385b683247f..4eec2c7db899 100644 --- a/lotuswordpro/source/filter/lwpframelayout.cxx +++ b/lotuswordpro/source/filter/lwpframelayout.cxx @@ -57,10 +57,7 @@ * @file * the class for VO_FrameLayout ************************************************************************/ -/************************************************************************* - * Change History -Mar 2005 Created - ************************************************************************/ + #include "lwpframelayout.hxx" #include "lwppara.hxx" #include "xfilter/xfstylemanager.hxx" diff --git a/lotuswordpro/source/filter/lwpframelayout.hxx b/lotuswordpro/source/filter/lwpframelayout.hxx index 2e409644d004..fc941c9b6de4 100644 --- a/lotuswordpro/source/filter/lwpframelayout.hxx +++ b/lotuswordpro/source/filter/lwpframelayout.hxx @@ -57,10 +57,6 @@ * @file * the class for VO_FrameLayout ************************************************************************/ -/************************************************************************* - * Change History -Mar 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRAMELAYOUT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRAMELAYOUT_HXX @@ -93,10 +89,8 @@ private: void ApplyTextDir(XFFrameStyle* pFrameStyle); void ApplyPosType(XFFrameStyle* pFrameStyle); void ApplyWatermark(XFFrameStyle* pFrameStyle); - // add by , 06/01/2005 void ApplyPatternFill(XFFrameStyle* pFrameStyle); void ApplyBackGround(XFFrameStyle* pFrameStyle); - // end add void ParseAnchorType(XFFrame* pXFFrame); bool IsLeftWider(); private: diff --git a/lotuswordpro/source/filter/lwpfrib.cxx b/lotuswordpro/source/filter/lwpfrib.cxx index 851a3db27d53..7d5bbb5947d1 100644 --- a/lotuswordpro/source/filter/lwpfrib.cxx +++ b/lotuswordpro/source/filter/lwpfrib.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #include "lwpfrib.hxx" #include "lwpcharsetmgr.hxx" #include "lwpsection.hxx" diff --git a/lotuswordpro/source/filter/lwpfrib.hxx b/lotuswordpro/source/filter/lwpfrib.hxx index 72075851a887..a34a6b66aa13 100644 --- a/lotuswordpro/source/filter/lwpfrib.hxx +++ b/lotuswordpro/source/filter/lwpfrib.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIB_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIB_HXX #include "lwpobjid.hxx" @@ -75,9 +72,7 @@ struct ModifierInfo sal_uInt32 FontID; LwpObjectID CharStyleID; LwpTextLanguageOverride Language; - //add by , 02/22/2005 LwpTextAttributeOverride aTxtAttrOverride; - //end add sal_uInt16 CodePage; bool HasCharStyle; bool HasLangOverride; @@ -110,7 +105,7 @@ protected: OUString m_StyleName; public: bool m_ModFlag; - OUString GetStyleName(){return m_StyleName;}//add by 1-10 + OUString GetStyleName(){return m_StyleName;} void SetModifiers(ModifierInfo* pModifiers); ModifierInfo* GetModifiers(){return m_pModifiers;} virtual void RegisterStyle(LwpFoundry* pFoundry); diff --git a/lotuswordpro/source/filter/lwpfribbreaks.cxx b/lotuswordpro/source/filter/lwpfribbreaks.cxx index eaaf91953e09..7c4c77fcc308 100644 --- a/lotuswordpro/source/filter/lwpfribbreaks.cxx +++ b/lotuswordpro/source/filter/lwpfribbreaks.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #include "lwpfribbreaks.hxx" #include "lwpstory.hxx" #include "xfilter/xfstylemanager.hxx" diff --git a/lotuswordpro/source/filter/lwpfribbreaks.hxx b/lotuswordpro/source/filter/lwpfribbreaks.hxx index fbbc3e582a4b..4f0ba3ab83a4 100644 --- a/lotuswordpro/source/filter/lwpfribbreaks.hxx +++ b/lotuswordpro/source/filter/lwpfribbreaks.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBBREAKS_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBBREAKS_HXX diff --git a/lotuswordpro/source/filter/lwpfribframe.cxx b/lotuswordpro/source/filter/lwpfribframe.cxx index fc16cfd106a7..744559e233a5 100644 --- a/lotuswordpro/source/filter/lwpfribframe.cxx +++ b/lotuswordpro/source/filter/lwpfribframe.cxx @@ -57,20 +57,14 @@ * @file * For LWP filter architecture prototype - footnote */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #include "lwpfribframe.hxx" #include "xfilter/xfstylemanager.hxx" #include "lwpglobalmgr.hxx" #include "xfilter/xfchange.hxx" /** * @short: Read frame frib - * @param: - * @param: */ - void LwpFribFrame::Read(LwpObjectStream* pObjStrm, sal_uInt16 /*len*/) { m_objLayout.ReadIndexed(pObjStrm); diff --git a/lotuswordpro/source/filter/lwpfribframe.hxx b/lotuswordpro/source/filter/lwpfribframe.hxx index 3a0649aca9ec..a7eef1f8f870 100644 --- a/lotuswordpro/source/filter/lwpfribframe.hxx +++ b/lotuswordpro/source/filter/lwpfribframe.hxx @@ -57,12 +57,10 @@ * @file * For LWP filter architecture prototype - footnote */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBFRAME_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBFRAME_HXX + #include "lwpfrib.hxx" #include "lwplayout.hxx" #include "lwppara.hxx" diff --git a/lotuswordpro/source/filter/lwpfribmark.cxx b/lotuswordpro/source/filter/lwpfribmark.cxx index fa17d0110cd8..a5d5d136f942 100644 --- a/lotuswordpro/source/filter/lwpfribmark.cxx +++ b/lotuswordpro/source/filter/lwpfribmark.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - May 2005 Created - ************************************************************************/ #include "lwpfribmark.hxx" #include "lwptools.hxx" @@ -83,8 +79,6 @@ /** * @short: Read hyperlink frib and Click here block - * @param: - * @param: */ void LwpFribCHBlock::Read(LwpObjectStream* pObjStrm, sal_uInt16 /*len*/) { @@ -130,8 +124,6 @@ void LwpFribCHBlock::XFConvert(XFContentContainer* pXFPara,LwpStory* pStory) } /** * @short: register bookmark frib - * @param: - * @param: */ void LwpFribBookMark::RegisterStyle(LwpFoundry* pFoundry) { @@ -185,8 +177,6 @@ LwpFribBookMark::LwpFribBookMark(LwpPara* pPara ) /** * @short: Read bookmark frib - * @param: - * @param: */ void LwpFribBookMark::Read(LwpObjectStream* pObjStrm, sal_uInt16 /*len*/) { @@ -195,8 +185,6 @@ void LwpFribBookMark::Read(LwpObjectStream* pObjStrm, sal_uInt16 /*len*/) } /** * @short: convert bookmark frib - * @param: - * @param: */ void LwpFribBookMark::XFConvert(XFContentContainer* pXFPara) { @@ -214,8 +202,6 @@ void LwpFribBookMark::XFConvert(XFContentContainer* pXFPara) /** * @short: Read index entry frib - * @param: - * @param: */ LwpFribField::LwpFribField( LwpPara* pPara ) : LwpFrib(pPara) @@ -1236,12 +1222,6 @@ void LwpFribField::ConvertDocFieldStart(XFContentContainer* pXFPara,LwpFieldMark pContent = new XFCharCountStart; break; } -// case LwpFieldMark::DOC_TOTALTIME: -// { -// pContent = new XFTotalEditTimeStart; -// pContent->SetStyleName(m_TimeStyle); -// break; -// } } if (pContent) { @@ -1283,11 +1263,6 @@ void LwpFribField::ConvertDocFieldEnd(XFContentContainer* pXFPara,LwpFieldMark* pContent = new XFCharCountEnd; break; } -// case LwpFieldMark::DOC_TOTALTIME: -// { -// pContent = new XFTotalEditTimeEnd; -// break; -// } } if (pContent) { @@ -1336,7 +1311,7 @@ void LwpFribField::ConvertDateTimeStart(XFContentContainer* pXFPara,LwpFieldMark } if (pContent) { - if (m_ModFlag)//(m_pModifiers) + if (m_ModFlag) { XFTextSpanStart* pSpan = new XFTextSpanStart; pSpan->SetStyleName(GetStyleName()); diff --git a/lotuswordpro/source/filter/lwpfribmark.hxx b/lotuswordpro/source/filter/lwpfribmark.hxx index f9acf96d2cd5..0a02bb0138f5 100644 --- a/lotuswordpro/source/filter/lwpfribmark.hxx +++ b/lotuswordpro/source/filter/lwpfribmark.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - May 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBMARK_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBMARK_HXX diff --git a/lotuswordpro/source/filter/lwpfribptr.cxx b/lotuswordpro/source/filter/lwpfribptr.cxx index 4f3211a61dc0..e9c16bf7f9c5 100644 --- a/lotuswordpro/source/filter/lwpfribptr.cxx +++ b/lotuswordpro/source/filter/lwpfribptr.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpfribptr.hxx" @@ -132,7 +128,7 @@ void LwpFribPtr::ReadPara(LwpObjectStream* pObjStrm) { pCurFrib->SetNext(pFrib); } - else//frist frib in the para,add by 2/1 + else//frist frib in the para { if (pFrib->GetType() == FRIB_TAG_TEXT) { @@ -425,9 +421,6 @@ void LwpFribPtr::FindLayouts() } /************************************************************************** * @descr: Whether has a frib which type is nType - * @param: - * @param: - * @return: **************************************************************************/ LwpFrib* LwpFribPtr::HasFrib(sal_uInt8 nType) { diff --git a/lotuswordpro/source/filter/lwpfribptr.hxx b/lotuswordpro/source/filter/lwpfribptr.hxx index 28f4c4b84f45..bd19a5e6d391 100644 --- a/lotuswordpro/source/filter/lwpfribptr.hxx +++ b/lotuswordpro/source/filter/lwpfribptr.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBPTR_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBPTR_HXX @@ -79,8 +75,8 @@ public: void ReadPara(LwpObjectStream* pObjStrm); private: LwpFrib* m_pFribs; - XFParagraph* m_pXFPara;//for parse ,add by 1-17 //Current XFPara used for frib parsing - LwpPara* m_pPara;//for get foundry, add by 1-17 + XFParagraph* m_pXFPara;//Current XFPara used for frib parsing + LwpPara* m_pPara;//for get foundry static void ProcessDropcap(LwpStory* pStory,LwpFrib* pFrib,sal_uInt32 nLen); public: void XFConvert(); @@ -88,7 +84,7 @@ public: XFParagraph* GetXFPara(){return m_pXFPara;} void SetPara(LwpPara* para){m_pPara=para;} void RegisterStyle(); - void FindLayouts();// for register pagelayout, add by , 02/20/2005 + void FindLayouts();// for register pagelayout LwpFrib* GetFribs(){return m_pFribs;} LwpFrib* HasFrib(sal_uInt8 nType); bool ComparePagePosition(LwpVirtualLayout* pPreLayout, LwpVirtualLayout* pNextLayout); diff --git a/lotuswordpro/source/filter/lwpfribsection.cxx b/lotuswordpro/source/filter/lwpfribsection.cxx index 44f5a358577a..b180b3a77484 100644 --- a/lotuswordpro/source/filter/lwpfribsection.cxx +++ b/lotuswordpro/source/filter/lwpfribsection.cxx @@ -57,10 +57,7 @@ * @file * the class for section frib and process section and page layout ************************************************************************/ -/************************************************************************* - * Change History -Jan 2005 Created - ************************************************************************/ + #include "lwpfribsection.hxx" #include "lwpfribbreaks.hxx" #include "lwpstory.hxx" @@ -397,7 +394,7 @@ void LwpMasterPage::ParseSection(LwpFrib* pFrib) if(pContent) { LwpStory* pStory = static_cast<LwpStory*> ( m_pPara->GetStoryID().obj().get() ); - //delete the additional blank para, 06/28/2005 + //delete the additional blank para XFParagraph* pCurrPara = rFribPtr.GetXFPara(); if(!pCurrPara->HasContents()) { @@ -407,7 +404,6 @@ void LwpMasterPage::ParseSection(LwpFrib* pFrib) pCurrContainer->RemoveLastContent(); } } - //end,06/28/2005 pStory->AddXFContent( pContent ); } else diff --git a/lotuswordpro/source/filter/lwpfribsection.hxx b/lotuswordpro/source/filter/lwpfribsection.hxx index c6cb9d0a5479..07910a86a0f1 100644 --- a/lotuswordpro/source/filter/lwpfribsection.hxx +++ b/lotuswordpro/source/filter/lwpfribsection.hxx @@ -57,12 +57,10 @@ * @file * the class for section frib and process section and page layout ************************************************************************/ -/************************************************************************* - * Change History -Jan 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBSECTION_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBSECTION_HXX + #include "lwpfrib.hxx" #include "lwppara.hxx" @@ -114,9 +112,7 @@ public: void Read(LwpObjectStream* pObjStrm, sal_uInt16 len) SAL_OVERRIDE; LwpSection * GetSection(); void RegisterSectionStyle(); - //Modified by Helen for XFConvert refactor void ParseSection(); - //End of modification void SetSectionName(); LwpPageLayout* GetPageLayout(); diff --git a/lotuswordpro/source/filter/lwpfribtable.cxx b/lotuswordpro/source/filter/lwpfribtable.cxx index edd73dae7e7d..d5f8159aa942 100644 --- a/lotuswordpro/source/filter/lwpfribtable.cxx +++ b/lotuswordpro/source/filter/lwpfribtable.cxx @@ -53,6 +53,7 @@ * * ************************************************************************/ + #include "lwpfribtable.hxx" #include "lwppara.hxx" #include "lwptablelayout.hxx" @@ -60,12 +61,10 @@ #include "lwpglobalmgr.hxx" #include "xfilter/xfstylemanager.hxx" #include "xfilter/xfchange.hxx" + /** * @short: Read table frib - * @param: - * @param: */ - void LwpFribTable::Read(LwpObjectStream* pObjStrm, sal_uInt16 /*len*/) { m_objTable.ReadIndexed(pObjStrm); @@ -106,7 +105,7 @@ void LwpFribTable::XFConvert(XFContentContainer* pCont) && !pContainer->IsCell()) { pXFContentContainer = m_pPara->GetXFContainer(); - //delete the additional blank para, 06/28/2005 + //delete the additional blank para XFParagraph* pCurrPara = m_pPara->GetFribs().GetXFPara(); if(!pCurrPara->HasContents()) { @@ -115,7 +114,6 @@ void LwpFribTable::XFConvert(XFContentContainer* pCont) pXFContentContainer->RemoveLastContent(); } } - //end,06/28/2005 } else if( LwpLayoutRelativityGuts::LAY_PARA_RELATIVE == nType) { diff --git a/lotuswordpro/source/filter/lwpfribtext.cxx b/lotuswordpro/source/filter/lwpfribtext.cxx index c87818f3007c..1f8d391ad816 100644 --- a/lotuswordpro/source/filter/lwpfribtext.cxx +++ b/lotuswordpro/source/filter/lwpfribtext.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #include "lwpglobalmgr.hxx" #include "lwpfribtext.hxx" #include "lwpcharsetmgr.hxx" @@ -159,8 +156,6 @@ void LwpFribDocVar::Read(LwpObjectStream* pObjStrm, sal_uInt16 /*len*/) /** * @short: register style for doc field (text style,date style) - * @param: - * @param: */ void LwpFribDocVar::RegisterStyle(LwpFoundry* pFoundry) { @@ -171,7 +166,6 @@ void LwpFribDocVar::RegisterStyle(LwpFoundry* pFoundry) case DATECREATED: case DATELASTREVISION: { -// m_TimeStyle = LwpTools::RegisterDefaultTimeStyle(); RegisterDefaultTimeStyle(); } break; @@ -185,8 +179,6 @@ void LwpFribDocVar::RegisterStyle(LwpFoundry* pFoundry) /** * @short: register default time style for doc field - * @param: - * @param: */ void LwpFribDocVar::RegisterDefaultTimeStyle() { @@ -218,8 +210,6 @@ void LwpFribDocVar::RegisterTotalTimeStyle() /** * @short: convert the doc info field - * @param: - * @param: */ void LwpFribDocVar::XFConvert(XFContentContainer* pXFPara) { @@ -400,8 +390,6 @@ void LwpFribDocVar::XFConvert(XFContentContainer* pXFPara) } /** * @short: Read unicode - * @param: - * @param: */ void LwpFribUnicode::Read(LwpObjectStream* pObjStrm, sal_uInt16 len) { @@ -435,8 +423,6 @@ void LwpFribUnicode::XFConvert(XFContentContainer* pXFPara,LwpStory* pStory) /** * @short: Read page number - * @param: - * @param: */ void LwpFribPageNumber::Read(LwpObjectStream* pObjStrm, sal_uInt16 /*len*/) { diff --git a/lotuswordpro/source/filter/lwpfribtext.hxx b/lotuswordpro/source/filter/lwpfribtext.hxx index ad41dbc40dda..26ff7152a816 100644 --- a/lotuswordpro/source/filter/lwpfribtext.hxx +++ b/lotuswordpro/source/filter/lwpfribtext.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBTEXT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBTEXT_HXX @@ -135,9 +132,9 @@ public: void Read(LwpObjectStream* pObjStrm, sal_uInt16 len) SAL_OVERRIDE; - void RegisterStyle(LwpFoundry* pFoundry) SAL_OVERRIDE;//add by ,05/5/27 + void RegisterStyle(LwpFoundry* pFoundry) SAL_OVERRIDE; - void XFConvert(XFContentContainer* pXFPara);//add by ,05/5/27 + void XFConvert(XFContentContainer* pXFPara); enum { FILENAME = 0x02, diff --git a/lotuswordpro/source/filter/lwpglobalmgr.hxx b/lotuswordpro/source/filter/lwpglobalmgr.hxx index 6b07509bf093..23d41e8b2c6c 100644 --- a/lotuswordpro/source/filter/lwpglobalmgr.hxx +++ b/lotuswordpro/source/filter/lwpglobalmgr.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Nov 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPGLOBALMGR_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPGLOBALMGR_HXX diff --git a/lotuswordpro/source/filter/lwpgrfobj.cxx b/lotuswordpro/source/filter/lwpgrfobj.cxx index 2627c425b3dd..4499b53af8e5 100644 --- a/lotuswordpro/source/filter/lwpgrfobj.cxx +++ b/lotuswordpro/source/filter/lwpgrfobj.cxx @@ -53,10 +53,6 @@ * * ************************************************************************/ -/***************************************************************************** -* Change History -* 2005/2 draft code for chart -****************************************************************************/ /** * @file diff --git a/lotuswordpro/source/filter/lwpgrfobj.hxx b/lotuswordpro/source/filter/lwpgrfobj.hxx index ae5b9cf58fcd..20a88b6c8038 100644 --- a/lotuswordpro/source/filter/lwpgrfobj.hxx +++ b/lotuswordpro/source/filter/lwpgrfobj.hxx @@ -108,19 +108,13 @@ private: void XFConvertEquation(XFContentContainer* pCont); bool IsGrafFormatValid(); - // add by , 03/25/2005 std::vector< rtl::Reference<XFFrame> > m_vXFDrawObjects; - // end add public: - //inline sal_uInt8* GetBuffer(){return m_DataBuffer;} void Read() SAL_OVERRIDE; - //Added by for XFConvert refactor, 03/31/2005 virtual void XFConvert (XFContentContainer* pCont) SAL_OVERRIDE; - //End of Add void RegisterStyle() SAL_OVERRIDE; - // add by , 03/25/2005 void CreateDrawObjects(); void CreateGrafObject(); static void GetBentoNamebyID(LwpObjectID& rMyID, std::string& rName); @@ -128,7 +122,6 @@ public: sal_uInt32 GetGrafData(sal_uInt8*& pGrafData); void GetGrafOrgSize(long& rWidth, long& rHeight) { rWidth = m_Cache.Width; rHeight = m_Cache.Height; } void GetGrafOrgSize(double& rWidth, double& rHeight) SAL_OVERRIDE; - // end add sal_Int16 IsLinked(){ return m_bIsLinked;} OUString GetLinkedFilePath(){ return m_LinkedFilePath;} diff --git a/lotuswordpro/source/filter/lwpholder.cxx b/lotuswordpro/source/filter/lwpholder.cxx index b9ec5d46097f..98e7b2d08015 100644 --- a/lotuswordpro/source/filter/lwpholder.cxx +++ b/lotuswordpro/source/filter/lwpholder.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpholder.hxx" #include "lwpfilehdr.hxx" diff --git a/lotuswordpro/source/filter/lwpholder.hxx b/lotuswordpro/source/filter/lwpholder.hxx index 7e62191b38c4..5ba0f2a051cb 100644 --- a/lotuswordpro/source/filter/lwpholder.hxx +++ b/lotuswordpro/source/filter/lwpholder.hxx @@ -57,10 +57,6 @@ * @file * kinds of holder classes header file ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPHOLDER_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPHOLDER_HXX diff --git a/lotuswordpro/source/filter/lwphyperlinkmgr.cxx b/lotuswordpro/source/filter/lwphyperlinkmgr.cxx index da08e437e2f4..bd8680ead114 100644 --- a/lotuswordpro/source/filter/lwphyperlinkmgr.cxx +++ b/lotuswordpro/source/filter/lwphyperlinkmgr.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #include "lwphyperlinkmgr.hxx" LwpHyperlinkMgr::LwpHyperlinkMgr() diff --git a/lotuswordpro/source/filter/lwphyperlinkmgr.hxx b/lotuswordpro/source/filter/lwphyperlinkmgr.hxx index ada057875ec0..28c735569905 100644 --- a/lotuswordpro/source/filter/lwphyperlinkmgr.hxx +++ b/lotuswordpro/source/filter/lwphyperlinkmgr.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPHYPERLINKMGR_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPHYPERLINKMGR_HXX diff --git a/lotuswordpro/source/filter/lwpidxmgr.cxx b/lotuswordpro/source/filter/lwpidxmgr.cxx index cba6cd855062..e43004358385 100644 --- a/lotuswordpro/source/filter/lwpidxmgr.cxx +++ b/lotuswordpro/source/filter/lwpidxmgr.cxx @@ -64,8 +64,6 @@ * 2. VO_ROOTLEAFOBJINDEX is used when the file is so small that the number of objects is less than 256(?) * VO_ROOTLEAFOBJINDEX contains directly the (object id, offset) map and time table. - * Change History - Jan 2005 Created **********************************************************************************************************************/ #include "lwpidxmgr.hxx" diff --git a/lotuswordpro/source/filter/lwpidxmgr.hxx b/lotuswordpro/source/filter/lwpidxmgr.hxx index 43a520d16eab..d1e9ff628517 100644 --- a/lotuswordpro/source/filter/lwpidxmgr.hxx +++ b/lotuswordpro/source/filter/lwpidxmgr.hxx @@ -57,10 +57,6 @@ * @file * index manager, to maintain the map between object id and offset ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPIDXMGR_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPIDXMGR_HXX diff --git a/lotuswordpro/source/filter/lwplayout.cxx b/lotuswordpro/source/filter/lwplayout.cxx index 7f6e25fa4c47..a08e1f09c68e 100644 --- a/lotuswordpro/source/filter/lwplayout.cxx +++ b/lotuswordpro/source/filter/lwplayout.cxx @@ -57,11 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - Feb 2005 Process gemotry, margins - ************************************************************************/ #include "lwplayout.hxx" #include "lwpusewhen.hxx" @@ -244,8 +239,6 @@ LwpUseWhen* LwpVirtualLayout::GetUseWhen() } /** * @descr: Whether this layout is page layout or not - * @param: - * @return: */ bool LwpVirtualLayout::IsPage() { @@ -253,8 +246,6 @@ bool LwpVirtualLayout::IsPage() } /** * @descr: Whether this layout is header layout or not - * @param: - * @return: */ bool LwpVirtualLayout::IsHeader() { @@ -262,8 +253,6 @@ bool LwpVirtualLayout::IsHeader() } /** * @descr: Whether this layout is footer layout or not - * @param: - * @return: */ bool LwpVirtualLayout::IsFooter() { @@ -271,8 +260,6 @@ bool LwpVirtualLayout::IsFooter() } /** * @descr: Whether this layout is frame layout or not - * @param: - * @return: */ bool LwpVirtualLayout::IsFrame() { @@ -281,8 +268,6 @@ bool LwpVirtualLayout::IsFrame() /** * @descr: Whether this layout is cell layout or not - * @param: - * @return: */ bool LwpVirtualLayout::IsCell() { @@ -292,8 +277,6 @@ bool LwpVirtualLayout::IsCell() } /** * @descr: Whether this layout is supertable layout or not - * @param: - * @return: */ bool LwpVirtualLayout::IsSuperTable() { @@ -301,8 +284,6 @@ bool LwpVirtualLayout::IsSuperTable() } /** * @descr: Whether this layout is group layout or not - * @param: - * @return: */ bool LwpVirtualLayout::IsGroupHead() { @@ -310,8 +291,6 @@ bool LwpVirtualLayout::IsGroupHead() } /** * @descr: get the relative type - * @param: - * @return: */ sal_uInt8 LwpVirtualLayout::GetRelativeType() { @@ -319,8 +298,6 @@ sal_uInt8 LwpVirtualLayout::GetRelativeType() } /** * @descr: whether it is relative anchored layout - * @param: - * @return: */ bool LwpVirtualLayout::IsRelativeAnchored() { @@ -332,8 +309,6 @@ bool LwpVirtualLayout::IsRelativeAnchored() } /** * @descr: whether it is MinimumHeight layout - * @param: - * @return: */ bool LwpVirtualLayout::IsMinimumHeight() { @@ -645,7 +620,6 @@ void LwpMiddleLayout::Read() m_LayExtBorderStuff.ReadIndexed(pStrm); pStrm->SkipExtra(); } - //end } #include "lwplaypiece.hxx" @@ -783,9 +757,6 @@ double LwpMiddleLayout::GetExtMarginsValue(const sal_uInt8 &nWhichSide) } /** * @descr: Get the LwpBorderStuff object according to m_LayBorderStuff id. - * @param: - * @param: - * @return: */ LwpBorderStuff* LwpMiddleLayout::GetBorderStuff() { @@ -804,9 +775,6 @@ LwpBorderStuff* LwpMiddleLayout::GetBorderStuff() /** * @descr: Get LwpBackgroundStuff object according to m_LayBackgroundStuff id; - * @param: - * @param: - * @return: */ LwpBackgroundStuff* LwpMiddleLayout::GetBackgroundStuff() { @@ -824,9 +792,6 @@ LwpBackgroundStuff* LwpMiddleLayout::GetBackgroundStuff() } /** * @descr: create xfborder. - * @param: - * @param: - * @return: */ XFBorders* LwpMiddleLayout::GetXFBorders() { @@ -853,9 +818,6 @@ XFBorders* LwpMiddleLayout::GetXFBorders() /** * @descr: Get text direction settings. - * @param: - * @param: - * @return: */ enumXFTextDir LwpMiddleLayout::GetTextDirection() { @@ -890,9 +852,6 @@ enumXFTextDir LwpMiddleLayout::GetTextDirection() } /** * @descr: Get back ground color. - * @param: - * @param: - * @return: */ LwpColor* LwpMiddleLayout::GetBackColor() { @@ -910,9 +869,6 @@ LwpColor* LwpMiddleLayout::GetBackColor() /** * @descr: Add back color settings into xfpagemaster. - * @param: - * @param: - * @return: */ LwpTabOverride* LwpMiddleLayout::GetTabOverride() { @@ -935,9 +891,6 @@ LwpTabOverride* LwpMiddleLayout::GetTabOverride() /** * @descr: Layscale for graphic & watermark - * @param: - * @param: - * @return: */ sal_uInt16 LwpMiddleLayout::GetScaleMode() { @@ -1454,7 +1407,6 @@ bool LwpMiddleLayout::HasContent() return true; return false; } -//End by LwpLayout::LwpLayout( LwpObjectHeader &objHdr, LwpSvStream* pStrm ) : LwpMiddleLayout(objHdr, pStrm), m_pUseWhen(new LwpUseWhen) @@ -1831,9 +1783,6 @@ bool LwpLayout::IsUseOnPage() /** * @descr: Get the LwpShadow object according to m_LayShadow id. - * @param: - * @param: - * @return: */ LwpShadow* LwpLayout::GetShadow() { @@ -1852,9 +1801,6 @@ LwpShadow* LwpLayout::GetShadow() /** * @descr: create xfshadow - * @param: - * @param: - * @return: */ XFShadow* LwpLayout::GetXFShadow() { @@ -1971,7 +1917,6 @@ void LwpPlacableLayout::Read() aPoint.Read(pStrm); count--; } - // end added by } pStrm->SkipExtra(); } @@ -1979,9 +1924,6 @@ void LwpPlacableLayout::Read() } /** * @descr: get wrap type - * @param: - * @param: - * @return: */ sal_uInt8 LwpPlacableLayout::GetWrapType() { @@ -1999,9 +1941,6 @@ sal_uInt8 LwpPlacableLayout::GetWrapType() } /** * @descr: get LayoutRelativity - * @param: - * @param: - * @return: */ LwpLayoutRelativity* LwpPlacableLayout::GetRelativityPiece() { diff --git a/lotuswordpro/source/filter/lwplayout.hxx b/lotuswordpro/source/filter/lwplayout.hxx index 7b9f9bc98128..12bfa4b4f590 100644 --- a/lotuswordpro/source/filter/lwplayout.hxx +++ b/lotuswordpro/source/filter/lwplayout.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPLAYOUT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPLAYOUT_HXX @@ -322,7 +318,6 @@ public: //Check whether there are contents in the layout virtual bool HasContent() SAL_OVERRIDE; - //End by protected: void Read() SAL_OVERRIDE; diff --git a/lotuswordpro/source/filter/lwplaypiece.cxx b/lotuswordpro/source/filter/lwplaypiece.cxx index 80c8d0884101..bf8532e9646a 100644 --- a/lotuswordpro/source/filter/lwplaypiece.cxx +++ b/lotuswordpro/source/filter/lwplaypiece.cxx @@ -407,12 +407,7 @@ void LwpLayoutShadow::Read() void LwpLayoutShadow::Parse(IXFStream* /*pOutputStream*/) {} -/************************************************************************** - * @descr: Constructor - * @param: - * @param: - * @return: -**************************************************************************/ + LwpLayoutRelativityGuts::LwpLayoutRelativityGuts() { m_nRelType = LAY_PARENT_RELATIVE; @@ -425,9 +420,6 @@ LwpLayoutRelativityGuts::LwpLayoutRelativityGuts() } /************************************************************************** * @descr: Read LayoutRelativityGuts' information. - * @param: - * @param: - * @return: **************************************************************************/ void LwpLayoutRelativityGuts::Read(LwpObjectStream *pStrm) { @@ -445,22 +437,12 @@ void LwpLayoutRelativityGuts::Read(LwpObjectStream *pStrm) m_nFlags = 0; } } -/************************************************************************** - * @descr: Constructor - * @param: - * @param: - * @return: -**************************************************************************/ + LwpLayoutRelativity::LwpLayoutRelativity(LwpObjectHeader &objHdr, LwpSvStream *pStrm) : LwpVirtualPiece(objHdr, pStrm) { } -/************************************************************************** - * @descr: destructor - * @param: - * @param: - * @return: -**************************************************************************/ + LwpLayoutRelativity::~LwpLayoutRelativity() { } diff --git a/lotuswordpro/source/filter/lwplaypiece.hxx b/lotuswordpro/source/filter/lwplaypiece.hxx index 7afbc1f95f18..f85fa15bfa6d 100644 --- a/lotuswordpro/source/filter/lwplaypiece.hxx +++ b/lotuswordpro/source/filter/lwplaypiece.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 28 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPLAYPIECE_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPLAYPIECE_HXX diff --git a/lotuswordpro/source/filter/lwplnopts.hxx b/lotuswordpro/source/filter/lwplnopts.hxx index a9a5b6252e61..9702852b3afb 100644 --- a/lotuswordpro/source/filter/lwplnopts.hxx +++ b/lotuswordpro/source/filter/lwplnopts.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPLNOPTS_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPLNOPTS_HXX diff --git a/lotuswordpro/source/filter/lwpmarker.cxx b/lotuswordpro/source/filter/lwpmarker.cxx index 282e3354c23f..cfc82dc13c8e 100644 --- a/lotuswordpro/source/filter/lwpmarker.cxx +++ b/lotuswordpro/source/filter/lwpmarker.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #include "lwpfoundry.hxx" #include "lwpfilehdr.hxx" #include "lwpstory.hxx" diff --git a/lotuswordpro/source/filter/lwpmarker.hxx b/lotuswordpro/source/filter/lwpmarker.hxx index b9a75b44d80f..52b6971145e1 100644 --- a/lotuswordpro/source/filter/lwpmarker.hxx +++ b/lotuswordpro/source/filter/lwpmarker.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPMARKER_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPMARKER_HXX diff --git a/lotuswordpro/source/filter/lwpnotes.cxx b/lotuswordpro/source/filter/lwpnotes.cxx index 02a4de55b9f5..811f3b62a4ee 100644 --- a/lotuswordpro/source/filter/lwpnotes.cxx +++ b/lotuswordpro/source/filter/lwpnotes.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype - notes */ -/************************************************************************* - * Change History - May 2005 Created - ************************************************************************/ + #include "lwpnotes.hxx" #include "lwppara.hxx" #include "xfilter/xfannotation.hxx" diff --git a/lotuswordpro/source/filter/lwpnotes.hxx b/lotuswordpro/source/filter/lwpnotes.hxx index 8baa1f43d40d..f1507be23890 100644 --- a/lotuswordpro/source/filter/lwpnotes.hxx +++ b/lotuswordpro/source/filter/lwpnotes.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype - notes */ -/************************************************************************* - * Change History - May 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPNOTES_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPNOTES_HXX diff --git a/lotuswordpro/source/filter/lwpnumberingoverride.hxx b/lotuswordpro/source/filter/lwpnumberingoverride.hxx index bd62de570311..4065587a7f41 100644 --- a/lotuswordpro/source/filter/lwpnumberingoverride.hxx +++ b/lotuswordpro/source/filter/lwpnumberingoverride.hxx @@ -112,7 +112,5 @@ inline bool LwpNumberingOverride::IsHeading() return (m_nValues & HEADING) != 0; } -//end add - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/lotuswordpro/source/filter/lwpnumericfmt.cxx b/lotuswordpro/source/filter/lwpnumericfmt.cxx index d512ad82d365..273545b1f05b 100644 --- a/lotuswordpro/source/filter/lwpnumericfmt.cxx +++ b/lotuswordpro/source/filter/lwpnumericfmt.cxx @@ -57,70 +57,31 @@ * @file * For LWP filter architecture prototype - table cell numerics format */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ #include "lwpnumericfmt.hxx" LwpCurrencyPool LwpNumericFormat::m_aCurrencyInfo; -/** -* -* @date 03/26/2005 -* @param -* @param -* @return -*/ OUString LwpCurrencyPool::GetCurrencySymbol(sal_uInt16 nFormat) { return m_aCurrencyInfo[nFormat].sSymbol; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. -*/ bool LwpCurrencyPool::IsSymbolPost(sal_uInt16 nFormat) { return m_aCurrencyInfo[nFormat].bPost; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. -*/ bool LwpCurrencyPool::IsShowSpace(sal_uInt16 nFormat) { return m_aCurrencyInfo[nFormat].bShowSpace; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return -*/ XFStyle* LwpLayoutNumerics::Convert() { return cNumerics.Convert(); } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. -*/ void LwpLayoutNumerics::Read() { LwpVirtualPiece::Read(); @@ -132,13 +93,6 @@ void LwpLayoutNumerics::Read() } } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. -*/ void LwpNumericFormatSubset::QuickRead(LwpObjectStream* pStrm) { cColor.Read(pStrm); @@ -148,13 +102,6 @@ void LwpNumericFormatSubset::QuickRead(LwpObjectStream* pStrm) pStrm->SkipExtra(); } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return. -*/ LwpColor LwpNumericFormatSubset::GetColor() { if (cSubFlags&0x04) @@ -183,10 +130,6 @@ LwpNumericFormat::LwpNumericFormat(LwpObjectStream * pStrm) } /** * Read number format from wordpro file -* @date 03/26/2005 -* @param -* @param -* @return */ void LwpNumericFormat::Read() { @@ -205,13 +148,6 @@ void LwpNumericFormat::Read() pStrm->SkipExtra(); } } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. -*/ bool LwpNumericFormat::IsCurrencyFormat(sal_uInt16 Format) { switch (Format) @@ -267,13 +203,6 @@ bool LwpNumericFormat::IsCurrencyFormat(sal_uInt16 Format) return false; } } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return. -*/ sal_uInt16 LwpNumericFormat::GetDecimalPlaces() { @@ -281,13 +210,6 @@ LwpNumericFormat::GetDecimalPlaces() return cDecimalPlaces; return GetDefaultDecimalPlaces(cFormat); } -/** -* Make the currency string. -* @date 03/26/2005 -* @param -* @param -* @return -*/ void LwpNumericFormat::GetCurrencyStr(LwpNumericFormatSubset aNumber, OUString& aPrefix, OUString& aSuffix, bool bNegtive) { aPrefix = aNumber.GetPrefix(); @@ -330,13 +252,6 @@ void LwpNumericFormat::GetCurrencyStr(LwpNumericFormatSubset aNumber, OUString& } } } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return -*/ void LwpNumericFormat::SetNumberType(XFNumberStyle* pStyle) { switch(cFormat) @@ -373,10 +288,6 @@ void LwpNumericFormat::SetNumberType(XFNumberStyle* pStyle) } /** * Make the xml content of number format -* @date 03/26/2005 -* @param -* @param -* @return XFStyle* */ XFStyle* LwpNumericFormat::Convert() { @@ -455,9 +366,6 @@ XFStyle* LwpNumericFormat::Convert() /** * * @descrption for SODC_2754 -* @date 04/04/2006 -* @param -* @param * @return fix wrong encoding of POUND symbol */ OUString LwpNumericFormat::reencode(const OUString& sCode) @@ -493,13 +401,6 @@ OUString LwpNumericFormat::reencode(const OUString& sCode) return sCode; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return -*/ sal_uInt16 LwpNumericFormat::GetDefaultDecimalPlaces(sal_uInt16 Format) { diff --git a/lotuswordpro/source/filter/lwpobj.cxx b/lotuswordpro/source/filter/lwpobj.cxx index 5a0a79b3615c..844b7e59f138 100644 --- a/lotuswordpro/source/filter/lwpobj.cxx +++ b/lotuswordpro/source/filter/lwpobj.cxx @@ -53,10 +53,6 @@ * * ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpobj.hxx" diff --git a/lotuswordpro/source/filter/lwpobj.hxx b/lotuswordpro/source/filter/lwpobj.hxx index 6d89c7e8814e..87cdc789fa24 100644 --- a/lotuswordpro/source/filter/lwpobj.hxx +++ b/lotuswordpro/source/filter/lwpobj.hxx @@ -53,10 +53,6 @@ * * ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ /** * @file * Base class of all Lwp VO objects diff --git a/lotuswordpro/source/filter/lwpobjfactory.cxx b/lotuswordpro/source/filter/lwpobjfactory.cxx index f73f8003f7d1..45c8fb7199bb 100644 --- a/lotuswordpro/source/filter/lwpobjfactory.cxx +++ b/lotuswordpro/source/filter/lwpobjfactory.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpobjfactory.hxx" #include "lwpdefs.hxx" @@ -289,7 +285,6 @@ rtl::Reference<LwpObject> LwpObjectFactory::CreateObject(sal_uInt32 type, LwpObj newObj = new LwpAmikakePiece(objHdr, m_pSvStream); break; } - // end case VO_HEADHOLDER: { @@ -328,7 +323,7 @@ rtl::Reference<LwpObject> LwpObjectFactory::CreateObject(sal_uInt32 type, LwpObj newObj = new LwpBackgroundPiece(objHdr, m_pSvStream); break; } - // end. + case VO_SECTION: { newObj = new LwpSection(objHdr, m_pSvStream); diff --git a/lotuswordpro/source/filter/lwpobjfactory.hxx b/lotuswordpro/source/filter/lwpobjfactory.hxx index 82a31734b56e..426307c8251e 100644 --- a/lotuswordpro/source/filter/lwpobjfactory.hxx +++ b/lotuswordpro/source/filter/lwpobjfactory.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPOBJFACTORY_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPOBJFACTORY_HXX diff --git a/lotuswordpro/source/filter/lwpobjhdr.cxx b/lotuswordpro/source/filter/lwpobjhdr.cxx index f16066a9d76b..844cdf2a9c62 100644 --- a/lotuswordpro/source/filter/lwpobjhdr.cxx +++ b/lotuswordpro/source/filter/lwpobjhdr.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpobjhdr.hxx" #include "lwpdefs.hxx" @@ -68,8 +64,6 @@ LwpObjectHeader::LwpObjectHeader() : m_nTag(0), m_ID(), m_nSize(0), m_bCompressed(false) - // m_nHeaderSize(0), m_nVersionID(0), m_nRefCount(0), m_nFlagBits(0), - //m_nNextVersionOffset(0), m_nNextVersionID(0), {} /** * @descr read header from stream diff --git a/lotuswordpro/source/filter/lwpobjhdr.hxx b/lotuswordpro/source/filter/lwpobjhdr.hxx index 3adccead48bb..f08fdfeff82b 100644 --- a/lotuswordpro/source/filter/lwpobjhdr.hxx +++ b/lotuswordpro/source/filter/lwpobjhdr.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPOBJHDR_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPOBJHDR_HXX diff --git a/lotuswordpro/source/filter/lwpobjid.cxx b/lotuswordpro/source/filter/lwpobjid.cxx index 0962f375240b..371ab2beff3e 100644 --- a/lotuswordpro/source/filter/lwpobjid.cxx +++ b/lotuswordpro/source/filter/lwpobjid.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpobjid.hxx" #include "lwpfilehdr.hxx" diff --git a/lotuswordpro/source/filter/lwpobjid.hxx b/lotuswordpro/source/filter/lwpobjid.hxx index 6cc11e7d245d..42aadf64a918 100644 --- a/lotuswordpro/source/filter/lwpobjid.hxx +++ b/lotuswordpro/source/filter/lwpobjid.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPOBJID_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPOBJID_HXX diff --git a/lotuswordpro/source/filter/lwpobjstrm.cxx b/lotuswordpro/source/filter/lwpobjstrm.cxx index 5fb09b8e68e9..7344124c8f81 100644 --- a/lotuswordpro/source/filter/lwpobjstrm.cxx +++ b/lotuswordpro/source/filter/lwpobjstrm.cxx @@ -53,10 +53,6 @@ * * ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpobjstrm.hxx" #include "lwptools.hxx" diff --git a/lotuswordpro/source/filter/lwpobjstrm.hxx b/lotuswordpro/source/filter/lwpobjstrm.hxx index 1cda4d252166..ccb62ded789b 100644 --- a/lotuswordpro/source/filter/lwpobjstrm.hxx +++ b/lotuswordpro/source/filter/lwpobjstrm.hxx @@ -58,10 +58,6 @@ * object stream header file * stream for one LwpObject body data ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPOBJSTRM_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPOBJSTRM_HXX diff --git a/lotuswordpro/source/filter/lwpoleobject.cxx b/lotuswordpro/source/filter/lwpoleobject.cxx index d8a0be34fdcd..d20a685bf671 100644 --- a/lotuswordpro/source/filter/lwpoleobject.cxx +++ b/lotuswordpro/source/filter/lwpoleobject.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype - OLE object */ -/************************************************************************* - * Change History - Feb 2005 Created - ************************************************************************/ + #include <tools/stream.hxx> #include "lwpglobalmgr.hxx" #include "lwpoleobject.hxx" @@ -76,17 +73,12 @@ * @descr: construction function * @param: objHdr - object header, read before entering this function * @param: pStrm - file stream - * @return: None - * @date: 2/22/2005 */ LwpGraphicOleObject::LwpGraphicOleObject(LwpObjectHeader &objHdr, LwpSvStream* pStrm) : LwpContent(objHdr, pStrm) {} /** * @descr: Read GraphicOleObject part - * @param: None - * @return: None - * @date: 2/22/2005 */ void LwpGraphicOleObject::Read() { @@ -192,8 +184,6 @@ void LwpGraphicOleObject::GetGrafScaledSize(double & fWidth, double & fHeight) * @descr: construction function * @param: objHdr - object header, read before entering this function * @param: pStrm - file stream - * @return: None - * @date: 2/22/2005 */ LwpOleObject::LwpOleObject(LwpObjectHeader &objHdr, LwpSvStream* pStrm) : LwpGraphicOleObject(objHdr, pStrm) @@ -203,9 +193,6 @@ LwpOleObject::LwpOleObject(LwpObjectHeader &objHdr, LwpSvStream* pStrm) } /** * @descr: Read VO_OLEOBJECT record - * @param: None - * @return: None - * @date: 2/22/2005 */ void LwpOleObject::Read() { @@ -253,8 +240,6 @@ void LwpOleObject::Read() * @descr: Parse VO_OLEOBJECT and dump to XML stream only on WIN32 platform * @param: pOutputStream - stream to dump OLE object * @param: pFrameLayout - framlayout object used to dump OLE object - * @return: None - * @date: 2/22/2005 */ void LwpOleObject::Parse(IXFStream* /*pOutputStream*/) { diff --git a/lotuswordpro/source/filter/lwpoleobject.hxx b/lotuswordpro/source/filter/lwpoleobject.hxx index a06dbc9eca32..f0d219e02605 100644 --- a/lotuswordpro/source/filter/lwpoleobject.hxx +++ b/lotuswordpro/source/filter/lwpoleobject.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype - OLE object */ -/************************************************************************* - * Change History - Feb 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPOLEOBJECT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPOLEOBJECT_HXX diff --git a/lotuswordpro/source/filter/lwpoverride.cxx b/lotuswordpro/source/filter/lwpoverride.cxx index 60eea052226f..01f170bde004 100644 --- a/lotuswordpro/source/filter/lwpoverride.cxx +++ b/lotuswordpro/source/filter/lwpoverride.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include <memory> @@ -499,24 +495,15 @@ void LwpAmikakeOverride::Read(LwpObjectStream* pStrm) } } -void LwpAlignmentOverride::Override(LwpAlignmentOverride* other)//add by 1-24 +void LwpAlignmentOverride::Override(LwpAlignmentOverride* other) { if (m_nOverride & AO_TYPE) { other->OverrideAlignment(m_nAlignType); } -/* if (m_nOverride & AO_POSITION) - { - Other->OverridePosition(GetPosition()); - } - if (m_nOverride & AO_CHAR) - { - Other->OverrideAlignChar(GetAlignChar()); - } -*/ } -void LwpAlignmentOverride::OverrideAlignment(AlignType val)//add by 1-24 +void LwpAlignmentOverride::OverrideAlignment(AlignType val) { m_nAlignType = val; m_nOverride |= AO_TYPE; diff --git a/lotuswordpro/source/filter/lwpoverride.hxx b/lotuswordpro/source/filter/lwpoverride.hxx index 4d0b9d37bfba..0b6e9c678684 100644 --- a/lotuswordpro/source/filter/lwpoverride.hxx +++ b/lotuswordpro/source/filter/lwpoverride.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPOVERRIDE_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPOVERRIDE_HXX @@ -298,8 +294,8 @@ public: }; AlignType GetAlignType(){ return m_nAlignType; } - void Override(LwpAlignmentOverride* other);//add by 1-24 - void OverrideAlignment(AlignType val);//add by 1-24 + void Override(LwpAlignmentOverride* other); + void OverrideAlignment(AlignType val); protected: LwpAlignmentOverride(LwpAlignmentOverride const& rOther); diff --git a/lotuswordpro/source/filter/lwppagehint.cxx b/lotuswordpro/source/filter/lwppagehint.cxx index 0bbec7647449..510bc4e0ff78 100644 --- a/lotuswordpro/source/filter/lwppagehint.cxx +++ b/lotuswordpro/source/filter/lwppagehint.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Feb 2005 Created - ************************************************************************/ #include "lwppagehint.hxx" diff --git a/lotuswordpro/source/filter/lwppagehint.hxx b/lotuswordpro/source/filter/lwppagehint.hxx index 2750f1730b85..85408cb6b0bc 100644 --- a/lotuswordpro/source/filter/lwppagehint.hxx +++ b/lotuswordpro/source/filter/lwppagehint.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Feb 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPAGEHINT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPAGEHINT_HXX diff --git a/lotuswordpro/source/filter/lwppagelayout.cxx b/lotuswordpro/source/filter/lwppagelayout.cxx index 08b76150a4ff..82c095d27651 100644 --- a/lotuswordpro/source/filter/lwppagelayout.cxx +++ b/lotuswordpro/source/filter/lwppagelayout.cxx @@ -53,10 +53,7 @@ * * ************************************************************************/ -/************************************************************************* - * Change History -Mar 2005 Created - ************************************************************************/ + #include "lwppagelayout.hxx" #include "lwplaypiece.hxx" #include "lwpfootnote.hxx" @@ -1038,12 +1035,10 @@ void LwpFooterLayout::RegisterStyle(XFMasterPage* mp1) pStory->SetFoundry(m_pFoundry); pStory->RegisterStyle(); - //, 06/27/2005 //register child layout style for framelayout, RegisterChildStyle(); - //End - pChangeMgr->SetHeadFootChange(pFooter);//add by ,7/6 + pChangeMgr->SetHeadFootChange(pFooter); pStory->XFConvert(pFooter); @@ -1060,6 +1055,5 @@ void LwpFooterLayout::ParseWaterMark(XFFooterStyle * pFooterStyle) pFooterStyle->SetBackImage(pXFBGImage); } } -//End by /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/lotuswordpro/source/filter/lwppagelayout.hxx b/lotuswordpro/source/filter/lwppagelayout.hxx index 167f81015df7..aca7fc539e2e 100644 --- a/lotuswordpro/source/filter/lwppagelayout.hxx +++ b/lotuswordpro/source/filter/lwppagelayout.hxx @@ -53,10 +53,6 @@ * * ************************************************************************/ -/************************************************************************* - * Change History -Mar 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPAGELAYOUT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPAGELAYOUT_HXX @@ -79,14 +75,11 @@ protected: void Read() SAL_OVERRIDE; LwpHeaderLayout* GetHeaderLayout(); LwpFooterLayout* GetFooterLayout(); - //void RegisterChildStyle(); void ParseGeometry(XFPageMaster* pm1); void ParseMargins(XFPageMaster* pm1); void ParseBorders(XFPageMaster* pm1); - // add by , 06/03/2005 void ParsePatternFill(XFPageMaster* pm1); void ParseBackGround(XFPageMaster* pm1); - // end add void ParseBackColor(XFPageMaster* pm1); void ParseWaterMark(XFPageMaster* pm1); void ParseColumns(XFPageMaster* pm1); @@ -129,14 +122,11 @@ protected: void ParseMargins( XFHeaderStyle* ph1 ); void ParseBorder( XFHeaderStyle* ph1 ); void ParseShadow( XFHeaderStyle* ph1 ); - // add by , 06/03/2005 void ParsePatternFill(XFHeaderStyle* ph1); void ParseBackGround(XFHeaderStyle* ph1); - // end add void ParseBackColor(XFHeaderStyle* ph1); void ParseWaterMark(XFHeaderStyle* ph1); - //End by private: sal_Int32 m_nBorderOffset; }; @@ -155,15 +145,12 @@ protected: void ParseMargins( XFFooterStyle* pFooterStyle ); void ParseBorder( XFFooterStyle* pFooterStyle ); void ParseShadow( XFFooterStyle* pFooterStyle ); - // add by , 06/03/2005 void ParsePatternFill(XFFooterStyle* pFooterStyle); void ParseBackGround(XFFooterStyle* pFooterStyle); - // end add void ParseBackColor(XFFooterStyle* pFooterStyle); void ParseWaterMark(XFFooterStyle* pFooterStyle); - //End by private: sal_Int32 m_nBorderOffset; diff --git a/lotuswordpro/source/filter/lwppara.cxx b/lotuswordpro/source/filter/lwppara.cxx index b903f981df8e..981aab94f404 100644 --- a/lotuswordpro/source/filter/lwppara.cxx +++ b/lotuswordpro/source/filter/lwppara.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwppara.hxx" #include "lwpglobalmgr.hxx" @@ -233,17 +229,15 @@ void LwpPara::Read() } m_nLevel = m_pObjStrm->QuickReaduInt16(); - // test if (m_nLevel > 9) { m_nLevel = 9; } - // test ends } else m_nLevel = 0x0001; - m_Fribs.SetPara(this);//add by 2/1, for silver bullet + m_Fribs.SetPara(this);// for silver bullet m_Fribs.ReadPara(m_pObjStrm); m_pProps = LwpParaProperty::ReadPropertyList(m_pObjStrm,this); @@ -438,42 +432,19 @@ void LwpPara::RegisterStyle() case PP_LOCAL_BULLET: { pBulletProps = pProps; - // OverrideParaBullet(pProps); break; } case PP_LOCAL_NUMBERING: { pNumberingProps = pProps; - // OverrideParaNumbering(pProps); break; } - //end case PP_LOCAL_TABRACK: { - //, 01/28/05 - /*LwpTabOverride* pTabOverride=rParaStyle.GetTabOverride(); - if(!pTabOverride) - { - OverrideTab(NULL,static_cast<LwpParaTabRackProperty*>(pProps)->GetTab(),pOverStyle); - } - else - { - OverrideTab(pTabOverride,static_cast<LwpParaTabRackProperty*>(pProps)->GetTab(),pOverStyle); - }*/ break; } case PP_LOCAL_BACKGROUND: { - /* LwpBackgroundOverride aBackground; - if (!rParaStyle.GetBackground()) - OverrideBackground(NULL,static_cast<LwpParaBackGroundProperty*>(pProps)->GetBackground(),pOverStyle); - else - { - aBackground = *(rParaStyle.GetaBackground()); - OverrideBackground(&aBackground,static_cast<LwpParaBackGroundProperty*>(pProps)->GetBackground(),pOverStyle); - } - */ - // modified by , 06/03/2005 LwpBackgroundOverride* pBGOver = static_cast<LwpParaBackGroundProperty*>(pProps)->GetBackground(); if (pBGOver) { @@ -496,8 +467,7 @@ void LwpPara::RegisterStyle() } } } - // end modified - break; + break; } default: break; @@ -551,7 +521,6 @@ void LwpPara::RegisterStyle() OverrideParaBullet(pBulletProps); OverrideParaNumbering(pNumberingProps); - //add by //register bullet style LwpBulletStyleMgr* pBulletStyleMgr = this->GetBulletStyleMgr(); if (pBulletStyleMgr) @@ -740,7 +709,6 @@ void LwpPara::RegisterStyle() } } } - //end add if (noSpacing) { @@ -816,9 +784,6 @@ XFSection* LwpPara::CreateXFSection() /************************************************************************** * @descr: register tab style - * @param: - * @param: - * @return: **************************************************************************/ void LwpPara::RegisterTabStyle(XFParaStyle* pXFParaStyle) { @@ -937,8 +902,7 @@ XFContentContainer* LwpPara::AddBulletList(XFContentContainer* pCont) if (m_pSilverBullet->HasName()) { nLevel = m_pParaNumbering->GetPosition(); - m_nLevel = nLevel;//add by ,for get para level -// m_aBulletStyleName = m_pSilverBullet->GetBulletStyleName(); + m_nLevel = nLevel;//for get para level } return ( pBulletStyleMgr->AddBulletList(pCont, bOrdered, m_aBulletStyleName, diff --git a/lotuswordpro/source/filter/lwppara.hxx b/lotuswordpro/source/filter/lwppara.hxx index 5907b3c7c9d3..d9e0a31b65fd 100644 --- a/lotuswordpro/source/filter/lwppara.hxx +++ b/lotuswordpro/source/filter/lwppara.hxx @@ -57,10 +57,6 @@ * @file * LwpPara: Word Pro object for paragraph ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPARA_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPARA_HXX @@ -190,7 +186,7 @@ public: XFContentContainer* GetXFContainer(); void AddXFContent(XFContent* pCont); void SetXFContainer(XFContentContainer* pCont); - void FindLayouts();// for register pagelayout, add by , 02/20/2005 + void FindLayouts();// for register pagelayout void RegisterTabStyle(XFParaStyle* pXFParaStyle); LwpBulletStyleMgr* GetBulletStyleMgr(); @@ -223,7 +219,7 @@ protected: OUString m_BefColumnBreakName; LwpIndentOverride* m_pIndentOverride; - OUString m_Content;//for silver bullet,get text of first frib, add by 2/1 + OUString m_Content;//for silver bullet,get text of first frib sal_uInt32 m_FontID;//for silver bullet OUString m_AllText;//get all text in this paragraph @@ -271,7 +267,7 @@ protected: private: virtual ~LwpPara(); - static void OverrideAlignment(LwpAlignmentOverride* base,LwpAlignmentOverride* over,XFParaStyle* pOverStyle);//add by 1-24 + static void OverrideAlignment(LwpAlignmentOverride* base,LwpAlignmentOverride* over,XFParaStyle* pOverStyle); void OverrideIndent(LwpIndentOverride* base,LwpIndentOverride* over,XFParaStyle* pOverStyle); void OverrideSpacing(LwpSpacingOverride* base,LwpSpacingOverride* over,XFParaStyle* pOverStyle); void OverrideParaBorder(LwpParaProperty* pProps, XFParaStyle* pOverStyle); diff --git a/lotuswordpro/source/filter/lwppara1.cxx b/lotuswordpro/source/filter/lwppara1.cxx index c6eb252fa047..50866f077ead 100644 --- a/lotuswordpro/source/filter/lwppara1.cxx +++ b/lotuswordpro/source/filter/lwppara1.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include <memory> @@ -568,9 +564,6 @@ void LwpPara::FindLayouts() /************************************************************************** * @descr: Get property according to the property type - * @param: - * @param: - * @return: **************************************************************************/ LwpParaProperty* LwpPara::GetProperty(sal_uInt32 nPropType) { @@ -589,9 +582,6 @@ LwpParaProperty* LwpPara::GetProperty(sal_uInt32 nPropType) /************************************************************************** * @descr: Get local tab rack - * @param: - * @param: - * @return: **************************************************************************/ LwpTabOverride* LwpPara::GetLocalTabOverride() { diff --git a/lotuswordpro/source/filter/lwpparaborderoverride.cxx b/lotuswordpro/source/filter/lwpparaborderoverride.cxx index 254dc092c192..914deaefc811 100644 --- a/lotuswordpro/source/filter/lwpparaborderoverride.cxx +++ b/lotuswordpro/source/filter/lwpparaborderoverride.cxx @@ -382,6 +382,4 @@ void LwpParaBorderOverride::OverrideBetweenMargin(sal_uInt32 nNewMargin) LwpOverride::Override(PBO_BETWEENMARGIN, STATE_ON); } -//end - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/lotuswordpro/source/filter/lwpparaborderoverride.hxx b/lotuswordpro/source/filter/lwpparaborderoverride.hxx index b023971d24ab..add66ef6caa0 100644 --- a/lotuswordpro/source/filter/lwpparaborderoverride.hxx +++ b/lotuswordpro/source/filter/lwpparaborderoverride.hxx @@ -132,7 +132,6 @@ public: inline void RevertRightWidth(); inline void RevertBetweenMargin(); - //end add friend class LwpParaBorderPiece; protected: diff --git a/lotuswordpro/source/filter/lwpparaproperty.cxx b/lotuswordpro/source/filter/lwpparaproperty.cxx index 3dc427f01940..6c482b367621 100644 --- a/lotuswordpro/source/filter/lwpparaproperty.cxx +++ b/lotuswordpro/source/filter/lwpparaproperty.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #include "lwpparaproperty.hxx" #include "lwpobjtags.hxx" #include "lwppara.hxx" @@ -246,7 +243,6 @@ LwpParaNumberingProperty::LwpParaNumberingProperty(LwpObjectStream * pStrm) LwpNumberingPiece *pNumberingPiece = dynamic_cast<LwpNumberingPiece*>(aNumberingPiece.obj(VO_NUMBERINGPIECE).get()); m_pNumberingOverride = pNumberingPiece ? dynamic_cast<LwpNumberingOverride*>(pNumberingPiece->GetOverride()) : NULL; } -//end LwpParaTabRackProperty::LwpParaTabRackProperty(LwpObjectStream* pFile) { diff --git a/lotuswordpro/source/filter/lwpparaproperty.hxx b/lotuswordpro/source/filter/lwpparaproperty.hxx index 9f5b6aa229fb..5bce48dce864 100644 --- a/lotuswordpro/source/filter/lwpparaproperty.hxx +++ b/lotuswordpro/source/filter/lwpparaproperty.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPARAPROPERTY_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPARAPROPERTY_HXX diff --git a/lotuswordpro/source/filter/lwpparastyle.cxx b/lotuswordpro/source/filter/lwpparastyle.cxx index 6d6d6372ce94..9d67ea96ebaf 100644 --- a/lotuswordpro/source/filter/lwpparastyle.cxx +++ b/lotuswordpro/source/filter/lwpparastyle.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include <boost/scoped_ptr.hpp> @@ -176,7 +172,7 @@ void LwpParaStyle::Apply(XFParaStyle *pParaStyle) LwpIndentOverride *pIndent = dynamic_cast<LwpIndentOverride*>(pPiece->GetOverride()); if( pIndent ) { - if (!m_pBulletOverride->IsInValid())//Add by ,for remove bullet indent in named bullet style + if (!m_pBulletOverride->IsInValid())// for remove bullet indent in named bullet style { boost::scoped_ptr<LwpIndentOverride> pNewIndent(pIndent->clone()); pNewIndent->SetMFirst(0); @@ -448,7 +444,7 @@ void LwpParaStyle::ApplyIndent(LwpPara* pPara, XFParaStyle* pParaStyle, LwpInden return; pTotalIndent.reset(pIndent->clone()); - //add by ,for bullet only + //for bullet only if (pPara) { if (pPara->GetBulletFlag()) @@ -461,7 +457,6 @@ void LwpParaStyle::ApplyIndent(LwpPara* pPara, XFParaStyle* pParaStyle, LwpInden return; } } - //end add sal_uInt16 relative = pParentIndent->GetRelative(); sal_Int32 Amount = pParentIndent->GetMAll(); @@ -481,19 +476,16 @@ void LwpParaStyle::ApplyIndent(LwpPara* pPara, XFParaStyle* pParaStyle, LwpInden else { pTotalIndent.reset(pIndent->clone()); - //add by if (pPara) { if (pPara->GetBulletFlag()) { -// pParaStyle->SetIndent(LwpTools::ConvertFromUnits(pIndent->GetMAll())); pParaStyle->SetMargins(LwpTools::ConvertToMetric( LwpTools::ConvertFromUnits(pIndent->GetMAll())), pIndent->GetRight()); pPara->SetIndent(pTotalIndent.release()); return; } } - //end add pParaStyle->SetIndent(pIndent->GetFirst()); pParaStyle->SetMargins(pIndent->GetLeft(), pIndent->GetRight()); @@ -552,7 +544,6 @@ void LwpParaStyle::ApplySpacing(LwpPara* pPara, XFParaStyle* pParaStyle, LwpSpac switch(type) { case LwpSpacingCommonOverride::SPACING_DYNAMIC: -// above_val = LINE_HEIGHT*float(multiple)/65536L*100; //TO DO: 1-26 break; case LwpSpacingCommonOverride::SPACING_LEADING: break; @@ -570,7 +561,6 @@ void LwpParaStyle::ApplySpacing(LwpPara* pPara, XFParaStyle* pParaStyle, LwpSpac switch(type) { case LwpSpacingCommonOverride::SPACING_DYNAMIC: -// below_val = LINE_HEIGHT*float(multiple)/65536L*100;//TO DO: 1-26 break; case LwpSpacingCommonOverride::SPACING_LEADING: break; @@ -595,13 +585,7 @@ void LwpParaStyle::ApplySpacing(LwpPara* pPara, XFParaStyle* pParaStyle, LwpSpac } pParaStyle->SetMargins(-1,-1,above_val,below_val); } -/************************************************************************** - * @short: - * @descr: - * @param: - * @param: - * @return: -**************************************************************************/ + void LwpParaStyle::ApplyTab(XFParaStyle *pParaStyle, LwpTabOverride *pTabOverRide) { LwpObjectID& rTabRackID = pTabOverRide->GetTabRackID(); @@ -765,13 +749,6 @@ LwpNumberingOverride* LwpParaStyle::GetNumberingOverride() const return NULL; } -/************************************************************************** - * @short: - * @descr: - * @param: - * @param: - * @return: -**************************************************************************/ LwpTabOverride* LwpParaStyle::GetTabOverride() const { if(m_TabStyle.obj() == NULL) diff --git a/lotuswordpro/source/filter/lwpparastyle.hxx b/lotuswordpro/source/filter/lwpparastyle.hxx index f1d67b2a0505..59febd6edd32 100644 --- a/lotuswordpro/source/filter/lwpparastyle.hxx +++ b/lotuswordpro/source/filter/lwpparastyle.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPARASTYLE_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPARASTYLE_HXX @@ -85,10 +81,8 @@ public: void Read() SAL_OVERRIDE; void Apply(XFParaStyle *pStrm); - // 01/26/2005 static void ApplyParaBorder(XFParaStyle* pParaStyle, LwpParaBorderOverride* pBorder); static void ApplyBreaks(XFParaStyle* pParaStyle, LwpBreaksOverride* pBreaks); - //end static void ApplyAlignment(XFParaStyle* pParaStyle, LwpAlignmentOverride* pAlign); static void ApplyIndent(LwpPara* pPara, XFParaStyle* pParaStyle, LwpIndentOverride* pIndent); static void ApplySpacing(LwpPara* pPara, XFParaStyle* pParaStyle, LwpSpacingOverride* pSpacing); @@ -97,7 +91,7 @@ public: void RegisterStyle() SAL_OVERRIDE; - LwpAlignmentOverride* GetAlignment();//add by 1-24 + LwpAlignmentOverride* GetAlignment(); LwpIndentOverride* GetIndent(); LwpSpacingOverride* GetSpacing(); LwpParaBorderOverride* GetParaBorder() const; @@ -107,7 +101,6 @@ public: LwpNumberingOverride* GetNumberingOverride() const; public: static void ApplySubBorder(LwpBorderStuff* pBorderStuff, LwpBorderStuff::BorderType eType, XFBorders* pXFBorders); - //end private: //style IDs diff --git a/lotuswordpro/source/filter/lwppiece.hxx b/lotuswordpro/source/filter/lwppiece.hxx index 9dee449d947a..9125f13b6eae 100644 --- a/lotuswordpro/source/filter/lwppiece.hxx +++ b/lotuswordpro/source/filter/lwppiece.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPIECE_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPIECE_HXX diff --git a/lotuswordpro/source/filter/lwpproplist.cxx b/lotuswordpro/source/filter/lwpproplist.cxx index f79022f4898e..b66a48876e2c 100644 --- a/lotuswordpro/source/filter/lwpproplist.cxx +++ b/lotuswordpro/source/filter/lwpproplist.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ #include "lwpproplist.hxx" diff --git a/lotuswordpro/source/filter/lwpproplist.hxx b/lotuswordpro/source/filter/lwpproplist.hxx index 2b5270fb35cd..d821bfa9134d 100644 --- a/lotuswordpro/source/filter/lwpproplist.hxx +++ b/lotuswordpro/source/filter/lwpproplist.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPROPLIST_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPROPLIST_HXX diff --git a/lotuswordpro/source/filter/lwpprtinfo.hxx b/lotuswordpro/source/filter/lwpprtinfo.hxx index 4fa98487f482..78f966b9f4f4 100644 --- a/lotuswordpro/source/filter/lwpprtinfo.hxx +++ b/lotuswordpro/source/filter/lwpprtinfo.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPRTINFO_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPRTINFO_HXX diff --git a/lotuswordpro/source/filter/lwprowlayout.cxx b/lotuswordpro/source/filter/lwprowlayout.cxx index 63eec38c428d..4d82dbc29cbe 100644 --- a/lotuswordpro/source/filter/lwprowlayout.cxx +++ b/lotuswordpro/source/filter/lwprowlayout.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype - row layouts */ -/************************************************************************* - * Change History - April 2005 Created - ************************************************************************/ + #include "lwprowlayout.hxx" #include "lwptable.hxx" #include "lwpglobalmgr.hxx" diff --git a/lotuswordpro/source/filter/lwprowlayout.hxx b/lotuswordpro/source/filter/lwprowlayout.hxx index 3173f93bee24..21225c5dd9ff 100644 --- a/lotuswordpro/source/filter/lwprowlayout.hxx +++ b/lotuswordpro/source/filter/lwprowlayout.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype - row layouts */ -/************************************************************************* - * Change History - April 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPROWLAYOUT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPROWLAYOUT_HXX diff --git a/lotuswordpro/source/filter/lwpsdwfileloader.cxx b/lotuswordpro/source/filter/lwpsdwfileloader.cxx index 150fad3dc129..26518682588f 100644 --- a/lotuswordpro/source/filter/lwpsdwfileloader.cxx +++ b/lotuswordpro/source/filter/lwpsdwfileloader.cxx @@ -53,11 +53,7 @@ * * ************************************************************************/ -/***************************************************************************** - * Change History - * Mar 2005 revised for new processing procedure. - * Jan 2005 created - ****************************************************************************/ + #include "lwpsdwfileloader.hxx" #include "lwpsdwgrouploaderv0102.hxx" @@ -73,7 +69,7 @@ LwpSdwFileLoader::LwpSdwFileLoader(SvStream* pStream, LwpGraphicObject* pGraphic LwpSdwFileLoader::~LwpSdwFileLoader() { } -// add by ,03/25/2005 + /** * @descr entry of lwp-drawing objects. * @param pDrawObjVector a container which will contains the created drawing object of XF-Model. @@ -100,5 +96,4 @@ void LwpSdwFileLoader::CreateDrawObjects(std::vector< rtl::Reference<XFFrame> >* } } } -// end add /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/lotuswordpro/source/filter/lwpsdwfileloader.hxx b/lotuswordpro/source/filter/lwpsdwfileloader.hxx index c903cf649b99..df6ea55df8e6 100644 --- a/lotuswordpro/source/filter/lwpsdwfileloader.hxx +++ b/lotuswordpro/source/filter/lwpsdwfileloader.hxx @@ -53,11 +53,6 @@ * * ************************************************************************/ -/***************************************************************************** - * Change History - * Mar 2005 revised for new processing procedure. - * Jan 2005 created - ****************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSDWFILELOADER_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSDWFILELOADER_HXX @@ -83,12 +78,8 @@ public: LwpSdwFileLoader(SvStream* pStream, LwpGraphicObject* pGraphicObj); ~LwpSdwFileLoader(); public: -// void LoadObjectList(); -// void RegisterStyle(); - // add by ,03/25/2005 void CreateDrawObjects(std::vector< rtl::Reference<XFFrame> >* pDrawObjVector); - // end add }; #endif // INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSDWFILELOADER_HXX diff --git a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx index 872d0117cdad..36071f349e02 100644 --- a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx +++ b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx @@ -53,11 +53,7 @@ * * ************************************************************************/ -/***************************************************************************** - * Change History - * Mar 2005 revised for new processing procedure. - * Jan 2005 created - ****************************************************************************/ + #include "lwpsdwgrouploaderv0102.hxx" #include "lwpdrawobj.hxx" #include "lwptools.hxx" @@ -406,6 +402,5 @@ XFFrame* LwpSdwGroupLoaderV0102::CreateDrawObject() return pRetObjct; } -// end add /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.hxx b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.hxx index c9d7476f310b..c3a42e4b55c0 100644 --- a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.hxx +++ b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.hxx @@ -53,11 +53,6 @@ * * ************************************************************************/ -/***************************************************************************** - * Change History - * Mar 2005 revised for new processing procedure. - * Jan 2005 created - ****************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSDWGROUPLOADERV0102_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSDWGROUPLOADERV0102_HXX @@ -90,7 +85,6 @@ public: void BeginDrawObjects(std::vector< rtl::Reference<XFFrame> >* pDrawObjVector); XFDrawGroup* CreateDrawGroupObject(); XFFrame* CreateDrawObject(); - // end add }; #endif // INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSDWGROUPLOADERV0102_HXX diff --git a/lotuswordpro/source/filter/lwpsdwrect.cxx b/lotuswordpro/source/filter/lwpsdwrect.cxx index 884296e72c07..5937864ec3cf 100644 --- a/lotuswordpro/source/filter/lwpsdwrect.cxx +++ b/lotuswordpro/source/filter/lwpsdwrect.cxx @@ -53,19 +53,15 @@ * * ************************************************************************/ -/***************************************************************************** - * Change History - * Mar 2005 Revised for lwpfilter - ****************************************************************************/ /** * @file * For LWP filter architecture prototype * Implementation file of SdwRectangle. */ + #include "lwpsdwrect.hxx" /************************************************************************** - * @date: 11/19/2004 * @short: Default constructor **************************************************************************/ SdwRectangle::SdwRectangle() : m_bRotated(false) @@ -76,7 +72,6 @@ SdwRectangle::SdwRectangle() : m_bRotated(false) } } /************************************************************************** - * @date: 11/19/2004 * @short: Constructor * @param: aPt0~aPt3 four corner points of a rectangle. **************************************************************************/ @@ -95,7 +90,6 @@ SdwRectangle::SdwRectangle(const Point& rPt0, const Point& rPt1, } /************************************************************************** - * @date: 12/15/2004 * @short: Copy constructor **************************************************************************/ SdwRectangle::SdwRectangle(const SdwRectangle& rOther) @@ -107,15 +101,10 @@ SdwRectangle::SdwRectangle(const SdwRectangle& rOther) m_bRotated = rOther.IsRectRotated(); } -/************************************************************************** - * @date: 11/19/2004 - * @short: Destructor -**************************************************************************/ SdwRectangle::~SdwRectangle() { } /************************************************************************** - * @date: 11/19/2004 * @short: Calculate and return center point of the rectangle. * @return: center point **************************************************************************/ @@ -127,7 +116,6 @@ Point SdwRectangle::GetRectCenter() const return Point(nX, nY); } /************************************************************************** - * @date: 11/19/2004 * @short: Calculate width of the rectangle. * @return: rectangle width. **************************************************************************/ @@ -141,7 +129,6 @@ long SdwRectangle::GetWidth() const return (long)CalcDistBetween2Points(nX0, nY0, nX1, nY1); } /************************************************************************** - * @date: 11/19/2004 * @short: Calculate height of the rectangle. * @return: rectangle height. **************************************************************************/ @@ -155,7 +142,6 @@ long SdwRectangle::GetHeight() const return (long)CalcDistBetween2Points(nX1, nY1, nX2, nY2); } /************************************************************************** - * @date: 11/19/2004 * @short: Calculate coordinate of the original rectangle. * @return: a prz rectangle **************************************************************************/ @@ -179,7 +165,6 @@ Rectangle SdwRectangle::GetOriginalRect() const } } /************************************************************************** - * @date: 11/19/2004 * @short: Calculate rotation angle of the rectangle. * @return: rotation angle. **************************************************************************/ diff --git a/lotuswordpro/source/filter/lwpsdwrect.hxx b/lotuswordpro/source/filter/lwpsdwrect.hxx index 525e44f29631..3c2e184e2969 100644 --- a/lotuswordpro/source/filter/lwpsdwrect.hxx +++ b/lotuswordpro/source/filter/lwpsdwrect.hxx @@ -53,10 +53,6 @@ * * ************************************************************************/ -/***************************************************************************** - * Change History - * Mar 2005 Revised for lwpfilter - ****************************************************************************/ /** * @file * For LWP filter architecture prototype diff --git a/lotuswordpro/source/filter/lwpsection.cxx b/lotuswordpro/source/filter/lwpsection.cxx index ba9c512f5ab8..d61cbe915278 100644 --- a/lotuswordpro/source/filter/lwpsection.cxx +++ b/lotuswordpro/source/filter/lwpsection.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpcolor.hxx" #include "lwpatomholder.hxx" diff --git a/lotuswordpro/source/filter/lwpsection.hxx b/lotuswordpro/source/filter/lwpsection.hxx index b46df3eb892f..4a422b89a793 100644 --- a/lotuswordpro/source/filter/lwpsection.hxx +++ b/lotuswordpro/source/filter/lwpsection.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSECTION_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSECTION_HXX diff --git a/lotuswordpro/source/filter/lwpshadow.hxx b/lotuswordpro/source/filter/lwpshadow.hxx index baf15fda01c6..3ffaa726ebe6 100644 --- a/lotuswordpro/source/filter/lwpshadow.hxx +++ b/lotuswordpro/source/filter/lwpshadow.hxx @@ -82,9 +82,7 @@ public: LwpColor GetColor(); - //add by , 01/26/2005 inline LwpShadow& operator = (const LwpShadow& rOther); - //end add private: LwpColor m_aColor; diff --git a/lotuswordpro/source/filter/lwpsilverbullet.cxx b/lotuswordpro/source/filter/lwpsilverbullet.cxx index e3608a80cfb4..3ae7567bda38 100644 --- a/lotuswordpro/source/filter/lwpsilverbullet.cxx +++ b/lotuswordpro/source/filter/lwpsilverbullet.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #include "lwpglobalmgr.hxx" #include "lwpsilverbullet.hxx" #include "lwpdoc.hxx" diff --git a/lotuswordpro/source/filter/lwpsilverbullet.hxx b/lotuswordpro/source/filter/lwpsilverbullet.hxx index dfa11584e670..b0bde8b7a546 100644 --- a/lotuswordpro/source/filter/lwpsilverbullet.hxx +++ b/lotuswordpro/source/filter/lwpsilverbullet.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSILVERBULLET_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSILVERBULLET_HXX diff --git a/lotuswordpro/source/filter/lwpsortopt.cxx b/lotuswordpro/source/filter/lwpsortopt.cxx index e1919d334f28..886bac534ebe 100644 --- a/lotuswordpro/source/filter/lwpsortopt.cxx +++ b/lotuswordpro/source/filter/lwpsortopt.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpsortopt.hxx" diff --git a/lotuswordpro/source/filter/lwpsortopt.hxx b/lotuswordpro/source/filter/lwpsortopt.hxx index 44aace519b4b..6874c472f439 100644 --- a/lotuswordpro/source/filter/lwpsortopt.hxx +++ b/lotuswordpro/source/filter/lwpsortopt.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSORTOPT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSORTOPT_HXX diff --git a/lotuswordpro/source/filter/lwpstory.cxx b/lotuswordpro/source/filter/lwpstory.cxx index b2ed42c13dbc..0b8d8555a6bc 100644 --- a/lotuswordpro/source/filter/lwpstory.cxx +++ b/lotuswordpro/source/filter/lwpstory.cxx @@ -59,10 +59,7 @@ 1. Word Pro object for paragraph list; 2. the content of layout object ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #include "lwpglobalmgr.hxx" #include "lwpstory.hxx" #include "xfilter/xfstylemanager.hxx" @@ -93,11 +90,9 @@ void LwpStory::Read() #include "lwppara.hxx" #include "lwpobjfactory.hxx" + /************************************************************************** * @descr: Convert all the contents in current story - * @param: - * @param: - * @return: **************************************************************************/ void LwpStory::XFConvert(XFContentContainer* pCont) { @@ -174,9 +169,6 @@ void LwpStory::Parse(IXFStream* pOutputStream) /************************************************************************** * @descr: Set current page layout. If pPageLayout is a mirror page layout, use odd child page layout as current page layout. - * @param: - * @param: - * @return: **************************************************************************/ void LwpStory::SetCurrentLayout(LwpPageLayout *pPageLayout) { @@ -200,9 +192,6 @@ void LwpStory::AddPageLayout(LwpPageLayout * pObject) } /************************************************************************** * @descr: Get the next page layout relative to m_pCurrentLayout - * @param: - * @param: - * @return: **************************************************************************/ LwpPageLayout* LwpStory::GetNextPageLayout() { @@ -221,9 +210,6 @@ LwpPageLayout* LwpStory::GetNextPageLayout() } /************************************************************************** * @descr: Sort the pagelayout according to their position - * @param: - * @param: - * @return: **************************************************************************/ void LwpStory::SortPageLayout() { @@ -277,9 +263,6 @@ void LwpStory::SortPageLayout() /************************************************************************** * @descr: whether need create a new section and reset column in current page layout - * @param: - * @param: - * @return: sal_True if need create a new section **************************************************************************/ bool LwpStory::IsNeedSection() { @@ -329,9 +312,6 @@ bool LwpStory::IsNeedSection() } /************************************************************************** * @descr: process frame which anchor type is to cell - * @param: - * @param: - * @return: **************************************************************************/ void LwpStory::XFConvertFrameInCell(XFContentContainer* pCont) { @@ -360,9 +340,6 @@ void LwpStory::XFConvertFrameInCell(XFContentContainer* pCont) /************************************************************************** * @descr: process frame which anchor type is to page - * @param: - * @param: - * @return: **************************************************************************/ void LwpStory::XFConvertFrameInPage(XFContentContainer* pCont) { @@ -386,9 +363,6 @@ void LwpStory::XFConvertFrameInPage(XFContentContainer* pCont) } /************************************************************************** * @descr: process frame which anchor type is to frame - * @param: - * @param: - * @return: **************************************************************************/ void LwpStory::XFConvertFrameInFrame(XFContentContainer* pCont) { @@ -409,9 +383,6 @@ void LwpStory::XFConvertFrameInFrame(XFContentContainer* pCont) } /************************************************************************** * @descr: process frame which anchor type is to page and the frame is contained by header or footer - * @param: - * @param: - * @return: **************************************************************************/ void LwpStory::XFConvertFrameInHeaderFooter(XFContentContainer* pCont) { @@ -462,9 +433,6 @@ LwpPara* LwpStory::GetLastParaOfPreviousStory() } /************************************************************************** * @descr: get text from story - * @param: - * @param: - * @return: **************************************************************************/ OUString LwpStory::GetContentText(bool bAllText) { diff --git a/lotuswordpro/source/filter/lwpstory.hxx b/lotuswordpro/source/filter/lwpstory.hxx index 79b03c1ba919..e025b4217831 100644 --- a/lotuswordpro/source/filter/lwpstory.hxx +++ b/lotuswordpro/source/filter/lwpstory.hxx @@ -59,13 +59,10 @@ 1. Word Pro object for paragraph list; 2. the content of layout object ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSTORY_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSTORY_HXX + #include "lwpcontent.hxx" class LwpPageLayout; @@ -131,7 +128,7 @@ public: LwpPara* GetLastParaOfPreviousStory(); - OUString GetContentText(bool bAllText = false);//add by ,for CHB,05/5/25 + OUString GetContentText(bool bAllText = false); inline void AddBullStyleName2List(const OUString& rStyleName, const sal_uInt8& nPos); bool IsBullStyleUsedBefore(const OUString& rStyleName, const sal_uInt8& nPos); diff --git a/lotuswordpro/source/filter/lwptable.cxx b/lotuswordpro/source/filter/lwptable.cxx index 420b7e85a170..c773d5d445a9 100644 --- a/lotuswordpro/source/filter/lwptable.cxx +++ b/lotuswordpro/source/filter/lwptable.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype - table object */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ #include "lwptable.hxx" @@ -81,12 +77,10 @@ void LwpSuperTable::Parse(IXFStream* /*pOutputStream*/) { } -//Added by for XFConvert refactor, 03/31/2005 void LwpSuperTable::XFConvert(XFContentContainer* /*pCont*/) { } -//End of Add /*****************************************************************************/ LwpTable::LwpTable(LwpObjectHeader &objHdr, LwpSvStream* pStrm) : LwpContent(objHdr, pStrm) diff --git a/lotuswordpro/source/filter/lwptable.hxx b/lotuswordpro/source/filter/lwptable.hxx index 6c4f1cbc973a..a487801cd997 100644 --- a/lotuswordpro/source/filter/lwptable.hxx +++ b/lotuswordpro/source/filter/lwptable.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype - table object */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTABLE_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTABLE_HXX @@ -85,9 +82,7 @@ public: virtual ~LwpSuperTable(); virtual void Parse(IXFStream* pOutputStream) SAL_OVERRIDE; - //Added by for XFConvert refactor, 03/31/2005 virtual void XFConvert(XFContentContainer* pCont) SAL_OVERRIDE; - //End of Add protected: void Read() SAL_OVERRIDE; }; diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx b/lotuswordpro/source/filter/lwptablelayout.cxx index 816768998a54..7d6e844e2933 100644 --- a/lotuswordpro/source/filter/lwptablelayout.cxx +++ b/lotuswordpro/source/filter/lwptablelayout.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype - table layouts */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #include "lwpglobalmgr.hxx" #include "lwptablelayout.hxx" #include "lwpfoundry.hxx" diff --git a/lotuswordpro/source/filter/lwptablelayout.hxx b/lotuswordpro/source/filter/lwptablelayout.hxx index 009afed5c47c..390b3c4011b0 100644 --- a/lotuswordpro/source/filter/lwptablelayout.hxx +++ b/lotuswordpro/source/filter/lwptablelayout.hxx @@ -57,12 +57,10 @@ * @file * For LWP filter architecture prototype - table layouts */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTABLELAYOUT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTABLELAYOUT_HXX + #include <vector> #include <map> #include "lwplayout.hxx" @@ -164,10 +162,8 @@ public: virtual LWP_LAYOUT_TYPE GetLayoutType () SAL_OVERRIDE { return LWP_SUPERTABLE_LAYOUT;} void RegisterNewStyle(); // for table style - // add by , 06/03/2005 void ApplyPatternFill(XFTableStyle* pTableStyle); void ApplyBackGround(XFTableStyle* pTableStyle); - // end add void ApplyBackColor(XFTableStyle *pTableStyle); void ApplyShadow(XFTableStyle *pTableStyle); diff --git a/lotuswordpro/source/filter/lwptblcell.cxx b/lotuswordpro/source/filter/lwptblcell.cxx index cf0cddc8bafd..f74c234bfb4b 100644 --- a/lotuswordpro/source/filter/lwptblcell.cxx +++ b/lotuswordpro/source/filter/lwptblcell.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype - table cell numerics format */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ #include "lwpoverride.hxx" #include "lwpobjid.hxx" diff --git a/lotuswordpro/source/filter/lwptblcell.hxx b/lotuswordpro/source/filter/lwptblcell.hxx index d4ebafc5c0b4..73e676f76ac8 100644 --- a/lotuswordpro/source/filter/lwptblcell.hxx +++ b/lotuswordpro/source/filter/lwptblcell.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype - table object */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTBLCELL_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTBLCELL_HXX diff --git a/lotuswordpro/source/filter/lwptblformula.cxx b/lotuswordpro/source/filter/lwptblformula.cxx index b038af6878c1..6f84373923a5 100644 --- a/lotuswordpro/source/filter/lwptblformula.cxx +++ b/lotuswordpro/source/filter/lwptblformula.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype - table cell numerics format */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ #include "lwpoverride.hxx" #include "lwptblcell.hxx" @@ -97,13 +93,6 @@ LwpFormulaInfo::~LwpFormulaInfo() } } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. -*/ bool LwpFormulaInfo::ReadConst() { double Constant = m_pObjStrm->QuickReadDouble(); @@ -112,12 +101,9 @@ bool LwpFormulaInfo::ReadConst() return true; } + /** * Need more effort for unicode. -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. */ bool LwpFormulaInfo::ReadText() { @@ -135,13 +121,7 @@ bool LwpFormulaInfo::ReadText() m_aStack.push_back(new LwpFormulaText(aText)); return true; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. -*/ + bool LwpFormulaInfo::ReadCellID() { LwpRowSpecifier RowSpecifier; @@ -155,13 +135,7 @@ bool LwpFormulaInfo::ReadCellID() RowSpecifier.RowID(m_nFormulaRow)) ); return readSucceeded; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. -*/ + bool LwpFormulaInfo::ReadCellRange() { bool readSucceeded = true; @@ -187,10 +161,6 @@ bool LwpFormulaInfo::ReadCellRange() /** * Read expression from wordpro file -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. */ bool LwpFormulaInfo::ReadExpression() { @@ -198,7 +168,6 @@ bool LwpFormulaInfo::ReadExpression() bool readSucceeded = true; /* Read the compiled expression length */ -// Len = m_pObjStrm->QuickReaduInt16(); m_pObjStrm->SeekRel(2); while ((TokenType = m_pObjStrm->QuickReaduInt16()) != TK_END) @@ -277,13 +246,6 @@ bool LwpFormulaInfo::ReadExpression() return readSucceeded; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return -*/ void LwpFormulaInfo::MarkUnsupported(sal_uInt16 TokenType) { switch(TokenType) @@ -301,9 +263,7 @@ void LwpFormulaInfo::MarkUnsupported(sal_uInt16 TokenType) } /** * Read arguments of functions from wordpro file -* @date 03/26/2005 * @param LwpFormulaFunc& aFunc, functions object -* @return sal_Bool. */ bool LwpFormulaInfo::ReadArguments(LwpFormulaFunc& aFunc) { @@ -356,13 +316,6 @@ bool LwpFormulaInfo::ReadArguments(LwpFormulaFunc& aFunc) return readSucceeded; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return -*/ void LwpFormulaInfo::Read() { LwpCellList::Read(); @@ -377,7 +330,6 @@ void LwpFormulaInfo::Read() assert(false); } } -// sal_uInt8 cFlags = (sal_uInt8) m_pObjStrm->QuickReaduInt16(); // written as a sal_uInt16 m_pObjStrm->SeekRel(2);//flags, size in file: sal_uInt16 LwpNotifyListPersistent cNotifyList; @@ -390,10 +342,6 @@ void LwpFormulaInfo::Read() /** * Make the formula string. -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. */ OUString LwpFormulaInfo::Convert(LwpTableLayout* pCellsMap) { @@ -415,10 +363,6 @@ OUString LwpFormulaInfo::Convert(LwpTableLayout* pCellsMap) /** * Fill the XFCell content -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. */ void LwpFormulaInfo::Convert(XFCell * pCell,LwpTableLayout* pCellsMap) { @@ -431,13 +375,6 @@ void LwpFormulaInfo::Convert(XFCell * pCell,LwpTableLayout* pCellsMap) LwpCellList::Convert(pCell); } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. -*/ LwpFormulaConst::LwpFormulaConst(double dVal) { m_dVal = dVal; @@ -448,51 +385,23 @@ OUString LwpFormulaConst::ToString(LwpTableLayout* /*pCellsMap*/) return OUString::number(m_dVal); } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return -*/ LwpFormulaText::LwpFormulaText( const OUString& aText) { m_aText = aText; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return -*/ LwpFormulaCellAddr::LwpFormulaCellAddr(sal_Int16 aCol, sal_Int16 aRow) { m_aCol = aCol; m_aRow = aRow; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return String -*/ OUString LwpFormulaCellAddr::ToString(LwpTableLayout* pCellsMap) { OUString aCellAddr = "<" + LwpFormulaTools::GetCellAddr(m_aRow,m_aCol,pCellsMap) + ">"; return aCellAddr; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return -*/ LwpFormulaCellRangeAddr::LwpFormulaCellRangeAddr(sal_Int16 aStartCol, sal_Int16 aStartRow, sal_Int16 aEndCol, @@ -506,10 +415,6 @@ LwpFormulaCellRangeAddr::LwpFormulaCellRangeAddr(sal_Int16 aStartCol, /** * Convert the cell range into a string -* @date 03/26/2005 -* @param -* @param -* @return String. */ OUString LwpFormulaCellRangeAddr::ToString(LwpTableLayout* pCellsMap) { @@ -520,25 +425,11 @@ OUString LwpFormulaCellRangeAddr::ToString(LwpTableLayout* pCellsMap) return aCellAddr; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return -*/ LwpFormulaFunc::LwpFormulaFunc(sal_uInt16 nTokenType) { m_nTokenType = nTokenType; } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return -*/ LwpFormulaFunc::~LwpFormulaFunc() { try @@ -554,23 +445,12 @@ LwpFormulaFunc::~LwpFormulaFunc() } } -/** -* -* @date 03/26/2005 -* @param -* @param -* @return -*/ void LwpFormulaFunc::AddArg(LwpFormulaArg* pArg) { m_aArgs.push_back(pArg); } /** * Convert the functions to a string, which is a argument of other formula -* @date 03/26/2005 -* @param -* @param -* @return String. */ OUString LwpFormulaFunc::ToArgString(LwpTableLayout* pCellsMap) { @@ -582,10 +462,6 @@ OUString LwpFormulaFunc::ToArgString(LwpTableLayout* pCellsMap) } /** * Convert the function to a formula string. -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. */ OUString LwpFormulaFunc::ToString(LwpTableLayout* pCellsMap) { @@ -617,10 +493,6 @@ OUString LwpFormulaFunc::ToString(LwpTableLayout* pCellsMap) /** * Convert the formula in operators to a string : e.g. 1+2+3 -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. */ OUString LwpFormulaOp::ToString(LwpTableLayout* pCellsMap) { @@ -647,10 +519,6 @@ OUString LwpFormulaOp::ToString(LwpTableLayout* pCellsMap) /** * convert the formula in unary operators into string : e.g. -2 -* @date 03/26/2005 -* @param -* @param -* @return sal_Bool. */ OUString LwpFormulaUnaryOp::ToString(LwpTableLayout* pCellsMap) { @@ -671,10 +539,6 @@ OUString LwpFormulaUnaryOp::ToString(LwpTableLayout* pCellsMap) } /** * Get token name -* @date 03/26/2005 -* @param -* @param -* @return String. */ OUString LwpFormulaTools::GetName(sal_uInt16 nTokenType) { @@ -750,10 +614,6 @@ OUString LwpFormulaTools::GetName(sal_uInt16 nTokenType) /** * Get cell address in String -* @date 03/26/2005 -* @param -* @param -* @return String. */ OUString LwpFormulaTools::GetCellAddr(sal_Int16 nRow, sal_Int16 nCol, LwpTableLayout* pCellsMap) { diff --git a/lotuswordpro/source/filter/lwptblformula.hxx b/lotuswordpro/source/filter/lwptblformula.hxx index 488284e68fb0..c19e55bdf221 100644 --- a/lotuswordpro/source/filter/lwptblformula.hxx +++ b/lotuswordpro/source/filter/lwptblformula.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype - table object */ -/************************************************************************* - * Change History - Mar 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTBLFORMULA_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTBLFORMULA_HXX diff --git a/lotuswordpro/source/filter/lwptoc.cxx b/lotuswordpro/source/filter/lwptoc.cxx index 75b9aa7ef7fa..40fe8b8f9476 100644 --- a/lotuswordpro/source/filter/lwptoc.cxx +++ b/lotuswordpro/source/filter/lwptoc.cxx @@ -57,12 +57,7 @@ * @file * For LWP filter architecture prototype - TOC related object */ -/************************************************************************* - * Change History - April 2005 Created - April 2005 Modified - April 2005 Modified - add LwpTocLevelData class - ************************************************************************/ + #include "lwptoc.hxx" #include "lwpfoundry.hxx" #include "lwpdoc.hxx" diff --git a/lotuswordpro/source/filter/lwptoc.hxx b/lotuswordpro/source/filter/lwptoc.hxx index a9463e55a7b7..3ba345b56a36 100644 --- a/lotuswordpro/source/filter/lwptoc.hxx +++ b/lotuswordpro/source/filter/lwptoc.hxx @@ -53,15 +53,12 @@ * * ************************************************************************/ -/************************************************************************* - * Change History -April 2005 Created - April 2005 Modified - add LwpTocLevelData class - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTOC_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTOC_HXX + #include "lwptablelayout.hxx" + class XFIndex; class LwpFoundry; class LwpTocLevelData; diff --git a/lotuswordpro/source/filter/lwptools.cxx b/lotuswordpro/source/filter/lwptools.cxx index 3b1516dafa41..acb6b3189ce4 100644 --- a/lotuswordpro/source/filter/lwptools.cxx +++ b/lotuswordpro/source/filter/lwptools.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwptools.hxx" #include <rtl/ustrbuf.hxx> diff --git a/lotuswordpro/source/filter/lwptools.hxx b/lotuswordpro/source/filter/lwptools.hxx index 97b124b63de6..05ea62e0356c 100644 --- a/lotuswordpro/source/filter/lwptools.hxx +++ b/lotuswordpro/source/filter/lwptools.hxx @@ -57,10 +57,6 @@ * @file * to provide basic utilities for word pro filter ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTOOLS_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTOOLS_HXX diff --git a/lotuswordpro/source/filter/lwpuidoc.cxx b/lotuswordpro/source/filter/lwpuidoc.cxx index 5b02530b8d56..1f45c1da0544 100644 --- a/lotuswordpro/source/filter/lwpuidoc.cxx +++ b/lotuswordpro/source/filter/lwpuidoc.cxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpuidoc.hxx" diff --git a/lotuswordpro/source/filter/lwpuidoc.hxx b/lotuswordpro/source/filter/lwpuidoc.hxx index 73ecdc0a9708..5d4d4fa02883 100644 --- a/lotuswordpro/source/filter/lwpuidoc.hxx +++ b/lotuswordpro/source/filter/lwpuidoc.hxx @@ -57,10 +57,7 @@ * @file * all classes for LwpUIDocument ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPUIDOC_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPUIDOC_HXX diff --git a/lotuswordpro/source/filter/lwpusrdicts.cxx b/lotuswordpro/source/filter/lwpusrdicts.cxx index d01950695fdf..01f50c88247d 100644 --- a/lotuswordpro/source/filter/lwpusrdicts.cxx +++ b/lotuswordpro/source/filter/lwpusrdicts.cxx @@ -57,13 +57,10 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #include "lwpusrdicts.hxx" #include "lwpatomholder.hxx" + LwpUserDictFiles::LwpUserDictFiles(LwpObjectStream *pStrm) { Read(pStrm); diff --git a/lotuswordpro/source/filter/lwpusrdicts.hxx b/lotuswordpro/source/filter/lwpusrdicts.hxx index f1c8bb657a9c..08c5b147b4d6 100644 --- a/lotuswordpro/source/filter/lwpusrdicts.hxx +++ b/lotuswordpro/source/filter/lwpusrdicts.hxx @@ -57,10 +57,6 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jan 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPUSRDICTS_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPUSRDICTS_HXX diff --git a/lotuswordpro/source/filter/lwpverdocument.cxx b/lotuswordpro/source/filter/lwpverdocument.cxx index a3e685ac0f43..5092e5c864c2 100644 --- a/lotuswordpro/source/filter/lwpverdocument.cxx +++ b/lotuswordpro/source/filter/lwpverdocument.cxx @@ -59,10 +59,7 @@ * Does not find the difference between CVersionedQointer and * CVersionedGointer, so use one class ************************************************************************/ -/************************************************************************* - * Change History -Jun 2005 Created - ************************************************************************/ + #include "lwpglobalmgr.hxx" #include "lwpverdocument.hxx" #include "lwplnopts.hxx" diff --git a/lotuswordpro/source/filter/lwpverdocument.hxx b/lotuswordpro/source/filter/lwpverdocument.hxx index e4854887a762..4713b38257d7 100644 --- a/lotuswordpro/source/filter/lwpverdocument.hxx +++ b/lotuswordpro/source/filter/lwpverdocument.hxx @@ -59,10 +59,6 @@ * Does not find the difference between CVersionedQointer and * CVersionedGointer, so use one class ************************************************************************/ -/************************************************************************* - * Change History -Jun 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPVERDOCUMENT_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPVERDOCUMENT_HXX diff --git a/lotuswordpro/source/filter/lwpvpointer.hxx b/lotuswordpro/source/filter/lwpvpointer.hxx index 93837ee4c6fc..5a5748d483f0 100644 --- a/lotuswordpro/source/filter/lwpvpointer.hxx +++ b/lotuswordpro/source/filter/lwpvpointer.hxx @@ -59,10 +59,6 @@ * Does not find the difference between CVersionedQointer and * CVersionedGointer, so use one class ************************************************************************/ -/************************************************************************* - * Change History -March 2005 Created - ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPVPOINTER_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPVPOINTER_HXX diff --git a/lotuswordpro/source/filter/utbenvs.cxx b/lotuswordpro/source/filter/utbenvs.cxx index ea67781276d5..e7e3fcb4132c 100644 --- a/lotuswordpro/source/filter/utbenvs.cxx +++ b/lotuswordpro/source/filter/utbenvs.cxx @@ -59,7 +59,6 @@ namespace OpenStormBento { /** * Value stream read function -* @date 07/05/2004 * @param data pointer of bytes read * @param number of bytes to be read * @return number of bytes read @@ -79,7 +78,6 @@ sal_uLong LtcUtBenValueStream::GetData( void* pData, sal_uLong nSize ) } /** * Value stream write function, not suppoted now -* @date 07/05/2004 * @param pointer of saved buffer * @param size of buffer to be written * @return number of bytes written into value stream @@ -93,7 +91,6 @@ sal_uLong LtcUtBenValueStream::PutData( const void* /*pData*/, sal_uLong nSize } /** * Seek function of value stream -* @date 07/05/2004 * @param position in value stream * @return current position in value stream */ @@ -107,7 +104,6 @@ sal_uInt64 LtcUtBenValueStream::SeekPos(sal_uInt64 const nPos) } /** * Set buffer size function -* @date 07/05/2004 * @param size of buffer * @return */ @@ -120,9 +116,6 @@ sal_uInt64 LtcUtBenValueStream::SeekPos(sal_uInt64 const nPos) } /** * Flush data funciton, not supported now -* @date 07/05/2004 -* @param -* @return */ void LtcUtBenValueStream::FlushData() { @@ -135,9 +128,6 @@ void LtcUtBenValueStream::FlushData() } /** * Construction -* @date 07/05/2004 -* @param pointer to CBenValue object -* @return */ LtcUtBenValueStream::LtcUtBenValueStream(pCBenValue pValue) { diff --git a/lotuswordpro/source/filter/xfilter/xfchange.cxx b/lotuswordpro/source/filter/xfilter/xfchange.cxx index fab88d509aff..bc0b52226adf 100644 --- a/lotuswordpro/source/filter/xfilter/xfchange.cxx +++ b/lotuswordpro/source/filter/xfilter/xfchange.cxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jun 2005 Created - ************************************************************************/ + #include "xfchange.hxx" void XFChangeList::ToXml(IXFStream *pStrm) diff --git a/lotuswordpro/source/filter/xfilter/xfchange.hxx b/lotuswordpro/source/filter/xfilter/xfchange.hxx index bcc095153659..fc848105d4fc 100644 --- a/lotuswordpro/source/filter/xfilter/xfchange.hxx +++ b/lotuswordpro/source/filter/xfilter/xfchange.hxx @@ -57,10 +57,7 @@ * @file * For LWP filter architecture prototype ************************************************************************/ -/************************************************************************* - * Change History - Jun 2005 Created - ************************************************************************/ + #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFCHANGE_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFCHANGE_HXX diff --git a/lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx b/lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx index 7a96d6f22059..ab613675bd92 100644 --- a/lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx +++ b/lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx @@ -134,7 +134,6 @@ void XFNumberStyle::ToXml(IXFStream *pStrm) ToXml_EndElement(pStrm); return; } - // END for Text content number format if( !m_bRedIfNegative ) { @@ -178,7 +177,6 @@ void XFNumberStyle::ToXml_StartElement(IXFStream *pStrm) { pStrm->StartElement( "number:text-content"); } - // END for Text content number format } |