summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJúlio Hoffimann <julio.hoffimann@gmail.com>2011-04-10 22:40:05 -0300
committerMichael Meeks <michael.meeks@novell.com>2011-04-11 10:28:37 +0100
commit2fd5ce80d33494abefbd3cd53b874f1157bbb531 (patch)
treec09275196bebd4f5954926e2ce5b9e356b5eb7a9
parente2ce9f216571729e1e3010ee75d616f4864d4acd (diff)
not useful dates in source code removed
-rw-r--r--sw/sdi/_basesh.sdi4
-rw-r--r--sw/sdi/_textsh.sdi7
-rw-r--r--sw/sdi/textsh.sdi30
-rw-r--r--sw/source/core/layout/findfrm.cxx4
-rw-r--r--sw/source/core/layout/laycache.cxx36
-rw-r--r--sw/source/ui/config/optload.cxx3
-rw-r--r--sw/source/ui/dialog/docstdlg.cxx3
-rw-r--r--sw/source/ui/inc/chrdlg.hxx8
-rw-r--r--sw/source/ui/shells/textsh1.cxx8
-rw-r--r--sw/source/ui/table/tablepg.hxx3
10 files changed, 31 insertions, 75 deletions
diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi
index 115029d3c5d1..c4c4952dc8f6 100644
--- a/sw/sdi/_basesh.sdi
+++ b/sw/sdi/_basesh.sdi
@@ -430,9 +430,7 @@ interface BaseTextSelection
StateMethod = GetState ;
]
-/*-----------------22.01.97 09.41-------------------
-// ab hier immer Export = FALSE
---------------------------------------------------*/
+// from here on Export = FALSE
FN_FRAME_WRAP // status()
[
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index 841fe76300ba..c0f1126ec5cf 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -768,9 +768,6 @@ interface BaseText
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- /*-----------------24.01.97 07.33-------------------
- Fussnoten - Befehle
---------------------------------------------------*/
FN_INSERT_ENDNOTE // status(final|play)
[
@@ -804,9 +801,7 @@ interface BaseText
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- /*-----------------24.01.97 07.34-------------------
- Ende Fussnoten
- --------------------------------------------------*/
+
FN_INSERT_FIELD // status(final|play)
[
ExecMethod = ExecField ;
diff --git a/sw/sdi/textsh.sdi b/sw/sdi/textsh.sdi
index cd321d95d1bf..d5c7ac67f89e 100644
--- a/sw/sdi/textsh.sdi
+++ b/sw/sdi/textsh.sdi
@@ -42,10 +42,6 @@ interface Text : BaseText
import TextSelection;
- /*-----------------24.01.97 08.13-------------------
- Spezielle Feldbefehle
---------------------------------------------------*/
-
FN_INSERT_FLD_TOPIC
[
ExecMethod = ExecField ;
@@ -53,23 +49,15 @@ interface Text : BaseText
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
ReadOnlyDoc = FALSE ;
]
- /*-----------------24.01.97 08.13-------------------
- Ende Spezielle Feldbefehle
---------------------------------------------------*/
-
- /*-----------------24.01.97 07.36-------------------
- Verzeichnisse
---------------------------------------------------*/
- /*
+/*
enum TOXTypes
{
- TOX_INDEX,
- TOX_USER,
- TOX_CONTENT
+ TOX_INDEX,
+ TOX_USER,
+ TOX_CONTENT
};
-
- */
+*/
FN_INSERT_IDX_ENTRY_DLG // status(final|play)
[
@@ -107,14 +95,6 @@ enum TOXTypes
ExecMethod = ExecIdx ;
]
- /*-----------------24.01.97 08.01-------------------
- Absatzeinstellungen
---------------------------------------------------*/
-
- /*-----------------24.01.97 08.01-------------------
- Ende Absatzeinstellungen
---------------------------------------------------*/
-
}
shell SwTextShell : SwBaseShell
diff --git a/sw/source/core/layout/findfrm.cxx b/sw/source/core/layout/findfrm.cxx
index 16bc348b6a42..48503c640627 100644
--- a/sw/source/core/layout/findfrm.cxx
+++ b/sw/source/core/layout/findfrm.cxx
@@ -1398,12 +1398,12 @@ void SwFrm::SetInfFlags()
} while ( pFrm && !pFrm->IsPageFrm() ); //Oberhalb der Seite kommt nix
}
-/*-----------------22.8.2001 14:30------------------
+/*
* SwFrm::SetDirFlags( sal_Bool )
* actualizes the vertical or the righttoleft-flags.
* If the property is derived, it's from the upper or (for fly frames) from
* the anchor. Otherwise we've to call a virtual method to check the property.
- * --------------------------------------------------*/
+ */
void SwFrm::SetDirFlags( sal_Bool bVert )
{
diff --git a/sw/source/core/layout/laycache.cxx b/sw/source/core/layout/laycache.cxx
index 60ac1238c19c..bd83d8668a10 100644
--- a/sw/source/core/layout/laycache.cxx
+++ b/sw/source/core/layout/laycache.cxx
@@ -75,7 +75,7 @@ using namespace ::com::sun::star;
SV_IMPL_PTRARR( SwPageFlyCache, SwFlyCachePtr )
-/*-----------------28.5.2001 10:06------------------
+/*
* Reading and writing of the layout cache.
* The layout cache is not necessary, but it improves
* the performance and reduces the text flow during
@@ -84,7 +84,7 @@ SV_IMPL_PTRARR( SwPageFlyCache, SwFlyCachePtr )
* at the top of every page, so it's possible to create
* the right count of pages and to distribute the document content
* to this pages before the formatting starts.
- *--------------------------------------------------*/
+ */
void SwLayoutCache::Read( SvStream &rStream )
{
@@ -175,7 +175,7 @@ sal_Bool SwLayCacheImpl::Read( SvStream& rStream )
return !aIo.HasError();
}
-/*-----------------28.5.2001 10:19------------------
+/*
* SwLayoutCache::Write(..)
* writes the index (more precise: the difference between
* the index and the first index of the document content)
@@ -185,7 +185,7 @@ sal_Bool SwLayCacheImpl::Read( SvStream& rStream )
* number is stored, too.
* The position, size and page number of the text frames
* are stored, too
- * --------------------------------------------------*/
+ */
void SwLayoutCache::Write( SvStream &rStream, const SwDoc& rDoc )
{
@@ -481,11 +481,11 @@ SwLayoutCache::~SwLayoutCache()
delete pImpl;
}
-/*-----------------28.5.2001 10:47------------------
+/*
* SwActualSection,
* a help class to create not nested section frames
* for nested sections.
- * --------------------------------------------------*/
+ */
SwActualSection::SwActualSection( SwActualSection *pUp,
SwSectionFrm *pSect,
@@ -501,14 +501,14 @@ SwActualSection::SwActualSection( SwActualSection *pUp,
}
}
-/*-----------------28.5.2001 11:09------------------
+/*
* SwLayHelper
* is the helper class, which utilizes the layout cache information
* to distribute the document content to the rigth pages.
* It's used by the _InsertCnt(..)-function.
* If there's no layout cache, the distibution to the pages is more
* a guess, but a guess with statistical background.
- * --------------------------------------------------*/
+ */
SwLayHelper::SwLayHelper( SwDoc *pD, SwFrm* &rpF, SwFrm* &rpP, SwPageFrm* &rpPg,
SwLayoutFrm* &rpL, SwActualSection* &rpA, sal_Bool &rB,
@@ -550,11 +550,11 @@ SwLayHelper::~SwLayHelper()
}
}
-/*-----------------23.5.2001 16:40------------------
+/*
* SwLayHelper::CalcPageCount() does not really calculate the page count,
* it returns the page count value from the layout cache, if available,
* otherwise it estimates the page count.
- * --------------------------------------------------*/
+ */
sal_uLong SwLayHelper::CalcPageCount()
{
@@ -613,7 +613,7 @@ sal_uLong SwLayHelper::CalcPageCount()
return nPgCount;
}
-/*-----------------23.5.2001 16:44------------------
+/*
* SwLayHelper::CheckInsertPage()
* inserts a page and return sal_True, if
* - the break after flag is set
@@ -622,7 +622,7 @@ sal_uLong SwLayHelper::CalcPageCount()
*
* The break after flag is set, if the actual content
* wants a break after.
- * --------------------------------------------------*/
+ */
sal_Bool SwLayHelper::CheckInsertPage()
{
@@ -753,7 +753,7 @@ void lcl_ApplyWorkaroundForB6375613( SwFrm* p_pFirstFrmOnNewPage )
}
// <--
-/*-----------------28.5.2001 11:31------------------
+/*
* SwLayHelper::CheckInsert
* is the entry point for the _InsertCnt-function.
* The document content index is checked either it is
@@ -761,7 +761,7 @@ void lcl_ApplyWorkaroundForB6375613( SwFrm* p_pFirstFrmOnNewPage )
* cause the maximal estimation of content per page is reached.
* A really big table or long paragraph may contains more than
* one page, in this case the needed count of pages will inserted.
- * --------------------------------------------------*/
+ */
sal_Bool SwLayHelper::CheckInsert( sal_uLong nNodeIndex )
{
@@ -1014,12 +1014,12 @@ struct FlyCacheCompare
}
};
- /*-----------------28.6.2001 14:40------------------
+ /*
* SwLayHelper::_CheckFlyCache(..)
* If a new page is inserted, the last page is analysed.
* If there are text frames with default position, the fly cache
* is checked, if these frames are stored in the cache.
- * --------------------------------------------------*/
+ */
void SwLayHelper::_CheckFlyCache( SwPageFrm* pPage )
{
@@ -1106,14 +1106,14 @@ void SwLayHelper::_CheckFlyCache( SwPageFrm* pPage )
}
}
-/*-----------------28.6.2001 14:48------------------
+/*
* SwLayHelper::CheckPageFlyCache(..)
* looks for the given text frame in the fly cache and sets
* the position and size, if possible.
* The fly cache is sorted by pages and we start searching with the given page.
* If we found the page number in the fly cache, we set
* the rpPage parameter to the right page, if possible.
- * --------------------------------------------------*/
+ */
sal_Bool SwLayHelper::CheckPageFlyCache( SwPageFrm* &rpPage, SwFlyFrm* pFly )
{
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx
index 06334a6de341..74dfbc5085d2 100644
--- a/sw/source/ui/config/optload.cxx
+++ b/sw/source/ui/config/optload.cxx
@@ -312,9 +312,6 @@ void SwLoadOptPage::Reset( const SfxItemSet& rSet)
aUseCharUnit.SaveValue();
}
-/*-----------------13.01.97 14.44-------------------
- Switch Deftabstops' metric
---------------------------------------------------*/
IMPL_LINK(SwLoadOptPage, MetricHdl, ListBox*, EMPTYARG)
{
const sal_uInt16 nMPos = aMetricLB.GetSelectEntryPos();
diff --git a/sw/source/ui/dialog/docstdlg.cxx b/sw/source/ui/dialog/docstdlg.cxx
index 083a33a16b2d..2b199b46ceb5 100644
--- a/sw/source/ui/dialog/docstdlg.cxx
+++ b/sw/source/ui/dialog/docstdlg.cxx
@@ -156,9 +156,6 @@ void SwDocStatPage::Update()
SetData(aDocStat);
}
-/*-----------------19.06.97 16.37-------------------
- upate line number
---------------------------------------------------*/
IMPL_LINK( SwDocStatPage, UpdateHdl, PushButton*, EMPTYARG)
{
Update();
diff --git a/sw/source/ui/inc/chrdlg.hxx b/sw/source/ui/inc/chrdlg.hxx
index db5bf5bc50cb..b16579833101 100644
--- a/sw/source/ui/inc/chrdlg.hxx
+++ b/sw/source/ui/inc/chrdlg.hxx
@@ -44,10 +44,6 @@
class SwView;
class SvxMacroItem;
-/*--------------------------------------------------------------------
- Beschreibung: Der Tabdialog Traeger der TabPages
- --------------------------------------------------------------------*/
-
class SwCharDlg: public SfxTabDialog
{
SwView& rView;
@@ -62,10 +58,6 @@ public:
virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage );
};
-/*-----------------14.08.96 11.03-------------------
- Beschreibung: Tabpage fuer URL-Attribut
---------------------------------------------------*/
-
class SwCharURLPage : public SfxTabPage
{
FixedLine aURLFL;
diff --git a/sw/source/ui/shells/textsh1.cxx b/sw/source/ui/shells/textsh1.cxx
index c987ba495d1f..94b7fb1614c0 100644
--- a/sw/source/ui/shells/textsh1.cxx
+++ b/sw/source/ui/shells/textsh1.cxx
@@ -1680,10 +1680,10 @@ void SwTextShell::GetState( SfxItemSet &rSet )
}
}
-/* -----------------------------2002/07/05 10:31------------------------------
- Switch on/off header of footer of a page style - if an empty name is
- given all styles are changed
- ---------------------------------------------------------------------------*/
+/*
+ * Switch on/off header of footer of a page style - if an empty name is
+ * given all styles are changed
+ */
void SwTextShell::ChangeHeaderOrFooter(
const String& rStyleName, sal_Bool bHeader, sal_Bool bOn, sal_Bool bShowWarning)
{
diff --git a/sw/source/ui/table/tablepg.hxx b/sw/source/ui/table/tablepg.hxx
index d18f23dcfd74..5103c031a2e6 100644
--- a/sw/source/ui/table/tablepg.hxx
+++ b/sw/source/ui/table/tablepg.hxx
@@ -171,9 +171,6 @@ public:
};
-/*-----------------12.12.96 11.48-------------------
- Textfluss
---------------------------------------------------*/
class SwTextFlowPage : public SfxTabPage
{
FixedLine aFlowFL;