summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rsc/doku/feinkonz.43/rsc.doc14
-rw-r--r--rsc/source/misc/rscdbl.cxx4
-rw-r--r--rsc/source/parser/erscerr.cxx32
-rw-r--r--rsc/source/parser/rscdb.cxx80
-rw-r--r--rsc/source/parser/rscibas.cxx72
-rw-r--r--rsc/source/parser/rscinit.cxx4
-rw-r--r--rsc/source/parser/rsckey.cxx20
-rw-r--r--rsc/source/parser/rscpar.cxx24
-rw-r--r--rsc/source/prj/start.cxx4
-rw-r--r--rsc/source/res/rscarray.cxx76
-rw-r--r--rsc/source/res/rscclass.cxx32
-rw-r--r--rsc/source/res/rscclobj.cxx32
-rw-r--r--rsc/source/res/rscconst.cxx70
-rw-r--r--rsc/source/res/rsccont.cxx144
-rw-r--r--rsc/source/res/rscflag.cxx66
-rw-r--r--rsc/source/res/rscmgr.cxx76
-rw-r--r--rsc/source/res/rscrange.cxx144
-rw-r--r--rsc/source/res/rscstr.cxx44
-rw-r--r--rsc/source/res/rsctop.cxx212
-rw-r--r--rsc/source/rsc/rsc.cxx28
-rw-r--r--rsc/source/tools/rscchar.cxx2
-rw-r--r--rsc/source/tools/rscdef.cxx242
-rw-r--r--rsc/source/tools/rsctools.cxx44
-rw-r--r--rsc/source/tools/rsctree.cxx72
-rw-r--r--sot/source/base/object.cxx4
-rw-r--r--sot/source/sdstor/storage.cxx2
-rw-r--r--svl/source/numbers/nbdll.cxx4
-rw-r--r--svtools/source/contnr/ctrdll.cxx4
-rw-r--r--svtools/source/contnr/treelist.cxx140
-rw-r--r--svtools/source/control/ctrldll.cxx4
-rw-r--r--svtools/source/dialogs/mcvmath.cxx16
-rw-r--r--svtools/source/filter.vcl/filter/filter.cxx3
-rw-r--r--svtools/source/filter.vcl/filter/fldll.cxx4
-rw-r--r--svtools/source/filter.vcl/filter/sgfbram.cxx50
-rw-r--r--svtools/source/filter.vcl/filter/sgvmain.cxx52
-rw-r--r--svtools/source/filter.vcl/filter/sgvspln.cxx10
-rw-r--r--svtools/source/filter.vcl/filter/sgvtext.cxx4
-rw-r--r--svtools/source/inc/sgvspln.hxx4
-rw-r--r--tools/inc/impcont.hxx6
-rw-r--r--tools/source/datetime/datetime.cxx52
-rw-r--r--tools/source/fsys/dirent.cxx214
-rw-r--r--tools/source/fsys/filecopy.cxx20
-rw-r--r--tools/source/fsys/fstat.cxx27
-rw-r--r--tools/source/fsys/os2.cxx34
-rw-r--r--tools/source/fsys/tdir.cxx54
-rw-r--r--tools/source/fsys/unx.cxx31
-rw-r--r--tools/source/fsys/wldcrd.cxx8
-rw-r--r--tools/source/fsys/wntmsc.cxx32
-rw-r--r--tools/source/generic/fract.cxx58
-rw-r--r--tools/source/generic/gen.cxx28
-rw-r--r--tools/source/generic/link.cxx4
-rw-r--r--tools/source/memtools/contnr.cxx132
-rw-r--r--tools/source/memtools/unqidx.cxx96
-rw-r--r--tools/source/solar/solar.c45
-rw-r--r--tools/source/stream/cachestr.cxx44
-rw-r--r--tools/source/stream/stream.cxx174
-rw-r--r--tools/source/stream/strmos2.cxx72
-rw-r--r--tools/source/stream/strmunx.cxx68
-rw-r--r--tools/source/stream/strmwnt.cxx72
-rw-r--r--tools/unx/source/dll/toolsdll.cxx2
-rw-r--r--vcl/source/window/seleng.cxx48
61 files changed, 4 insertions, 3156 deletions
diff --git a/rsc/doku/feinkonz.43/rsc.doc b/rsc/doku/feinkonz.43/rsc.doc
index 5727feb5b6f0..fcd9ad9a655e 100644
--- a/rsc/doku/feinkonz.43/rsc.doc
+++ b/rsc/doku/feinkonz.43/rsc.doc
@@ -1834,9 +1834,7 @@ MyApplication MyApp; // Applikationsinstanz
|* Beschreibung: Virtuelle Methode, die vom System
|*   gerufen wird, um das Programm zu
|*   starten.
-|* Ersterstellung: MM 01.08.90
-|* Letzte Aenderung: MM 03.06.91
-|*
+|*
**********************************************************/
void MyApplication::Main( int, char* argv[] )
{
@@ -1870,9 +1868,7 @@ void MyApplication::Main( int, char* argv[] )
|*   Wurde von keiner abgeleiteten Klasse
|*   ein Lock ausgefhrt, dann wird die
|*   Resource an dieser Stelle freigegeben.
-|* Ersterstellung: MM 01.08.90
-|* Letzte Aenderung: MM 03.06.91
-|*
+|*
**********************************************************/
MyDialog::MyDialog( Window* pParent, ResId & rResId ) :
   ( pParent, rResId.Lock()),
@@ -1891,8 +1887,7 @@ MyDialog::MyDialog( Window* pParent, ResId & rResId ) :
|* MyDialog::CancelBtnHdl()
|*
|* Beschreibung:  Die Dialogbox wird zerst”rt.
-|* Ersterstellung: MM 01.08.90
-|* Letzte Aenderung: MM 14.08.90
+|*
*********************************************************/
void MyDialog::CancelBtnHdl( Button* )
{
@@ -1908,8 +1903,7 @@ void MyDialog::CancelBtnHdl( Button* )
|*
|* Beschreibung: Die Titlebar der Dialogbox flackert
|*   einmal.
-|* Ersterstellung: MM 01.08.90
-|* Letzte Aenderung: MM 14.08.90
+|*
**********************************************************/
void MyDialog::FlashBtnHdl( Button* )
{
diff --git a/rsc/source/misc/rscdbl.cxx b/rsc/source/misc/rscdbl.cxx
index 3029b734e646..8c31bbd32d43 100644
--- a/rsc/source/misc/rscdbl.cxx
+++ b/rsc/source/misc/rscdbl.cxx
@@ -41,10 +41,6 @@
|*
|* RscTypCont::FillNameIdList()
|*
-|* Beschreibung
-|* Ersterstellung MM 07.05.91
-|* Letzte Aenderung MM 30.05.91
-|*
*************************************************************************/
REResourceList * InsertList( Atom nClassName, const RscId& rId,
REResourceList * pList ){
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx
index bea83c62113a..f6df007d0bff 100644
--- a/rsc/source/parser/erscerr.cxx
+++ b/rsc/source/parser/erscerr.cxx
@@ -44,10 +44,6 @@
|*
|* ERRTYPE::operator = ;
|*
-|* Beschreibung
-|* Ersterstellung MM 25.09.91
-|* Letzte Aenderung MM 25.09.91
-|*
*************************************************************************/
ERRTYPE& ERRTYPE::operator = ( const ERRTYPE & rError )
{
@@ -62,10 +58,6 @@ ERRTYPE& ERRTYPE::operator = ( const ERRTYPE & rError )
|*
|* RscError::StdOut();
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
-|*
*************************************************************************/
void RscError::StdOut( const char * pStr, const RscVerbosity _verbosityLevel )
{
@@ -99,10 +91,6 @@ void RscError::StdErr( const char * pStr )
|*
|* RscError::LstOut();
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
-|*
*************************************************************************/
void RscError::LstOut( const char * pStr ){
if( fListing && pStr )
@@ -113,10 +101,6 @@ void RscError::LstOut( const char * pStr ){
|*
|* RscError::StdLstOut();
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
-|*
*************************************************************************/
void RscError::StdLstOut( const char * pStr ){
StdOut( pStr );
@@ -141,10 +125,6 @@ void RscError::StdLstErr( const char * pStr ){
|*
|* RscError::WriteError();
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
-|*
*************************************************************************/
void RscError::WriteError( const ERRTYPE& rError, const char * pMessage )
{
@@ -410,10 +390,6 @@ void RscError::WriteError( const ERRTYPE& rError, const char * pMessage )
|*
|* RscErrorFormat()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
-|*
*************************************************************************/
void RscError::ErrorFormat( const ERRTYPE& rError, RscTop * pClass,
const RscId & aId ){
@@ -472,10 +448,6 @@ void RscError::ErrorFormat( const ERRTYPE& rError, RscTop * pClass,
|*
|* RscError::Error()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
-|*
*************************************************************************/
void RscError::Error( const ERRTYPE& rError, RscTop * pClass,
const RscId & aId, const char * pMessage )
@@ -495,10 +467,6 @@ void RscError::Error( const ERRTYPE& rError, RscTop * pClass,
|*
|* RscError::FatalError();
|*
-|* Beschreibung
-|* Ersterstellung MM 06.05.91
-|* Letzte Aenderung MM 06.05.91
-|*
*************************************************************************/
void RscError::FatalError( const ERRTYPE& rError, const RscId &aId,
const char * pMessage )
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index 326120c3d085..362206c84bc5 100644
--- a/rsc/source/parser/rscdb.cxx
+++ b/rsc/source/parser/rscdb.cxx
@@ -54,10 +54,6 @@ using namespace rtl;
|*
|* RscTypCont :: RscTypCont
|*
-|* Beschreibung RES.DOC
-|* Ersterstellung MM 22.03.90
-|* Letzte Aenderung MM 27.06.90
-|*
*************************************************************************/
RscTypCont :: RscTypCont( RscError * pErrHdl,
RSCBYTEORDER_TYPE nOrder,
@@ -185,10 +181,6 @@ Atom RscTypCont::AddLanguage( const char* pLang )
|*
|* RscTypCont :: ~RscTypCont
|*
-|* Beschreibung RES.DOC
-|* Ersterstellung MM 22.03.90
-|* Letzte Aenderung MM 27.06.90
-|*
*************************************************************************/
void DestroyNode( RscTop * pRscTop, ObjNode * pObjNode ){
if( pObjNode ){
@@ -331,10 +323,6 @@ RscTop * RscTypCont::SearchType( Atom nId )
|*
|* RscTypCont :: Search
|*
-|* Beschreibung RES.DOC
-|* Ersterstellung MM 22.03.90
-|* Letzte Aenderung MM 27.06.90
-|*
*************************************************************************/
RscTop * RscTypCont :: Search( Atom nRT ){
return( (RscTop *)pRoot->Search( nRT ) );
@@ -356,10 +344,6 @@ CLASS_DATA RscTypCont :: Search( Atom nRT, const RscId & rId ){
|*
|* RscTypCont :: Delete()
|*
-|* Beschreibung
-|* Ersterstellung MM 10.07.91
-|* Letzte Aenderung MM 10.07.91
-|*
*************************************************************************/
void RscTypCont :: Delete( Atom nRT, const RscId & rId ){
ObjNode * pObjNode;
@@ -389,10 +373,6 @@ void RscTypCont :: Delete( Atom nRT, const RscId & rId ){
|*
|* RscTypCont :: PutSysName()
|*
-|* Beschreibung RES.DOC
-|* Ersterstellung MM 22.03.90
-|* Letzte Aenderung MM 27.06.90
-|*
*************************************************************************/
sal_uInt32 RscTypCont :: PutSysName( sal_uInt32 nRscTyp, char * pFileName,
sal_uInt32 nConst, sal_uInt32 nId, BOOL bFirst )
@@ -437,10 +417,6 @@ sal_uInt32 RscTypCont :: PutSysName( sal_uInt32 nRscTyp, char * pFileName,
|*
|* RscTypCont :: WriteInc
|*
-|* Beschreibung RES.DOC
-|* Ersterstellung MM 21.06.90
-|* Letzte Aenderung MM 21.06.90
-|*
*************************************************************************/
void RscTypCont :: WriteInc( FILE * fOutput, ULONG lFileKey )
{
@@ -491,10 +467,6 @@ void RscTypCont :: WriteInc( FILE * fOutput, ULONG lFileKey )
|*
|* RscTypCont :: Methoden die ueber all Knoten laufen
|*
-|* Beschreibung RES.DOC
-|* Ersterstellung MM 22.03.90
-|* Letzte Aenderung MM 09.12.91
-|*
*************************************************************************/
class RscEnumerateObj
@@ -545,10 +517,6 @@ public:
|*
|* RscEnumerateObj :: CallBackWriteRc
|*
-|* Beschreibung
-|* Ersterstellung MM 09.12.91
-|* Letzte Aenderung MM 09.12.91
-|*
*************************************************************************/
IMPL_LINK( RscEnumerateObj, CallBackWriteRc, ObjNode *, pObjNode )
{
@@ -568,10 +536,6 @@ IMPL_LINK( RscEnumerateObj, CallBackWriteRc, ObjNode *, pObjNode )
|*
|* RscEnumerateObj :: CallBackWriteSrc
|*
-|* Beschreibung
-|* Ersterstellung MM 09.12.91
-|* Letzte Aenderung MM 09.12.91
-|*
*************************************************************************/
IMPL_LINK_INLINE_START( RscEnumerateObj, CallBackWriteSrc, ObjNode *, pObjNode )
{
@@ -589,10 +553,6 @@ IMPL_LINK_INLINE_END( RscEnumerateObj, CallBackWriteSrc, ObjNode *, pObjNode )
|*
|* RscEnumerateObj :: CallBackWriteCxx
|*
-|* Beschreibung
-|* Ersterstellung MM 09.12.91
-|* Letzte Aenderung MM 09.12.91
-|*
*************************************************************************/
IMPL_LINK_INLINE_START( RscEnumerateObj, CallBackWriteCxx, ObjNode *, pObjNode )
{
@@ -608,10 +568,6 @@ IMPL_LINK_INLINE_END( RscEnumerateObj, CallBackWriteCxx, ObjNode *, pObjNode )
|*
|* RscEnumerateObj :: CallBackWriteHxx
|*
-|* Beschreibung
-|* Ersterstellung MM 09.12.91
-|* Letzte Aenderung MM 09.12.91
-|*
*************************************************************************/
IMPL_LINK_INLINE_START( RscEnumerateObj, CallBackWriteHxx, ObjNode *, pObjNode )
{
@@ -627,10 +583,6 @@ IMPL_LINK_INLINE_END( RscEnumerateObj, CallBackWriteHxx, ObjNode *, pObjNode )
|*
|* RscEnumerateObj :: WriteRcFile
|*
-|* Beschreibung
-|* Ersterstellung MM 09.12.91
-|* Letzte Aenderung MM 09.12.91
-|*
*************************************************************************/
void RscEnumerateObj :: WriteRcFile( RscWriteRc & rMem, FILE * fOut ){
// Definition der Struktur, aus denen die Resource aufgebaut ist
@@ -748,10 +700,6 @@ public:
|*
|* RscRscEnumerateRef :: CallBack...
|*
-|* Beschreibung
-|* Ersterstellung MM 09.12.91
-|* Letzte Aenderung MM 09.12.91
-|*
*************************************************************************/
IMPL_LINK_INLINE_START( RscEnumerateRef, CallBackWriteRc, RscTop *, pRef )
{
@@ -796,10 +744,6 @@ IMPL_LINK_INLINE_END( RscEnumerateRef, CallBackWriteRcCtor, RscTop *, pRef )
|*
|* RscTypCont :: WriteRc
|*
-|* Beschreibung RES.DOC
-|* Ersterstellung MM 22.03.90
-|* Letzte Aenderung MM 22.07.91
-|*
*************************************************************************/
ERRTYPE RscTypCont::WriteRc( WriteRcContext& rContext )
@@ -825,10 +769,6 @@ ERRTYPE RscTypCont::WriteRc( WriteRcContext& rContext )
|*
|* RscTypCont :: WriteSrc
|*
-|* Beschreibung RES.DOC
-|* Ersterstellung MM 22.03.90
-|* Letzte Aenderung MM 27.06.90
-|*
*************************************************************************/
void RscTypCont :: WriteSrc( FILE * fOutput, ULONG nFileKey,
CharSet /*nCharSet*/, BOOL bName )
@@ -883,10 +823,6 @@ void RscTypCont :: WriteSrc( FILE * fOutput, ULONG nFileKey,
|*
|* RscTypCont :: WriteHxx
|*
-|* Beschreibung
-|* Ersterstellung MM 30.05.91
-|* Letzte Aenderung MM 30.05.91
-|*
*************************************************************************/
ERRTYPE RscTypCont :: WriteHxx( FILE * fOutput, ULONG nFileKey )
{
@@ -949,10 +885,6 @@ ERRTYPE RscTypCont :: WriteHxx( FILE * fOutput, ULONG nFileKey )
|*
|* RscTypCont :: WriteCxx
|*
-|* Beschreibung
-|* Ersterstellung MM 30.05.91
-|* Letzte Aenderung MM 30.05.91
-|*
*************************************************************************/
ERRTYPE RscTypCont::WriteCxx( FILE * fOutput, ULONG nFileKey,
const ByteString & rHxxName )
@@ -986,10 +918,6 @@ ERRTYPE RscTypCont::WriteCxx( FILE * fOutput, ULONG nFileKey,
|*
|* RscTypCont :: WriteSyntax
|*
-|* Beschreibung
-|* Ersterstellung MM 30.05.91
-|* Letzte Aenderung MM 30.05.91
-|*
*************************************************************************/
void RscTypCont::WriteSyntax( FILE * fOutput )
{
@@ -1013,10 +941,6 @@ void RscTypCont::WriteRcCtor
|*
|* RscTypCont :: Delete()
|*
-|* Beschreibung
-|* Ersterstellung MM 09.12.91
-|* Letzte Aenderung MM 09.12.91
-|*
*************************************************************************/
class RscDel
{
@@ -1052,10 +976,6 @@ void RscTypCont :: Delete( ULONG lFileKey ){
|*
|* RscTypCont :: MakeConsistent()
|*
-|* Beschreibung
-|* Ersterstellung MM 23.09.91
-|* Letzte Aenderung MM 23.09.91
-|*
*************************************************************************/
BOOL IsInstConsistent( ObjNode * pObjNode, RscTop * pRscTop,
RscInconsList * pList )
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index 9931392f4508..bead981bd1f2 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -216,10 +216,6 @@ RscEnum * RscTypCont::InitLangType()
|*
|* RscTypCont::InitFieldUnitsType()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.03.91
-|* Letzte Aenderung MM 27.06.91
-|*
*************************************************************************/
RscEnum * RscTypCont::InitFieldUnitsType()
{
@@ -250,10 +246,6 @@ RscEnum * RscTypCont::InitFieldUnitsType()
|*
|* RscTypCont::InitTimeFieldFormat()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.03.91
-|* Letzte Aenderung MM 27.06.91
-|*
*************************************************************************/
RscEnum * RscTypCont::InitTimeFieldFormat()
{
@@ -272,10 +264,6 @@ RscEnum * RscTypCont::InitTimeFieldFormat()
|*
|* RscTypCont::InitColor()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscEnum * RscTypCont::InitColor(){
RscEnum * pColor;
@@ -305,10 +293,6 @@ RscEnum * RscTypCont::InitColor(){
|*
|* RscTypCont::InitMapUnit()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscEnum * RscTypCont::InitMapUnit(){
RscEnum * pMapUnit;
@@ -335,10 +319,6 @@ RscEnum * RscTypCont::InitMapUnit(){
|*
|* RscTypCont::InitKey()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscEnum * RscTypCont::InitKey(){
RscEnum * pKey;
@@ -459,10 +439,6 @@ RscEnum * RscTypCont::InitKey(){
|*
|* RscTypCont::InitTriState()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.11.91
-|* Letzte Aenderung MM 26.11.91
-|*
*************************************************************************/
RscEnum * RscTypCont::InitTriState(){
RscEnum * pTriState;
@@ -479,10 +455,6 @@ RscEnum * RscTypCont::InitTriState(){
|*
|* RscTypCont::InitMessButtons()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscEnum * RscTypCont::InitMessButtons()
{
@@ -501,10 +473,6 @@ RscEnum * RscTypCont::InitMessButtons()
|*
|* RscTypCont::InitMessDefButton()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscEnum * RscTypCont::InitMessDefButton(){
RscEnum * pMessDefButton;
@@ -524,10 +492,6 @@ RscEnum * RscTypCont::InitMessDefButton(){
|*
|* RscTypCont::InitGeometry()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscTupel * RscTypCont::InitGeometry()
{
@@ -553,10 +517,6 @@ RscTupel * RscTypCont::InitGeometry()
|*
|* RscTypCont::InitLangGeometry()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscArray * RscTypCont::InitLangGeometry( RscTupel * pGeo )
{
@@ -567,10 +527,6 @@ RscArray * RscTypCont::InitLangGeometry( RscTupel * pGeo )
|*
|* RscTypCont::InitStringList()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscCont * RscTypCont::InitStringList()
{
@@ -586,10 +542,6 @@ RscCont * RscTypCont::InitStringList()
|*
|* RscTypCont::InitLangStringList()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscArray * RscTypCont::InitLangStringList( RscCont * pStrLst )
{
@@ -601,10 +553,6 @@ RscArray * RscTypCont::InitLangStringList( RscCont * pStrLst )
|*
|* RscTypCont::InitStringTupel()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscTupel * RscTypCont::InitStringTupel()
{
@@ -625,10 +573,6 @@ RscTupel * RscTypCont::InitStringTupel()
|*
|* RscTypCont::InitStringLongTupel()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.07.94
-|* Letzte Aenderung MM 18.07.94
-|*
*************************************************************************/
RscTupel * RscTypCont::InitStringLongTupel()
{
@@ -649,10 +593,6 @@ RscTupel * RscTypCont::InitStringLongTupel()
|*
|* RscTypCont::InitStringTupelList()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscCont * RscTypCont::InitStringTupelList( RscTupel * pTupelString )
{
@@ -668,10 +608,6 @@ RscCont * RscTypCont::InitStringTupelList( RscTupel * pTupelString )
|*
|* RscTypCont::InitStringLongTupelList()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscCont * RscTypCont::InitStringLongTupelList( RscTupel * pStringLong )
{
@@ -687,10 +623,6 @@ RscCont * RscTypCont::InitStringLongTupelList( RscTupel * pStringLong )
|*
|* RscTypCont::InitLangStringTupelList()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscArray * RscTypCont::InitLangStringTupelList( RscCont * pStrTupelLst )
{
@@ -702,10 +634,6 @@ RscArray * RscTypCont::InitLangStringTupelList( RscCont * pStrTupelLst )
|*
|* RscTypCont::InitLangStringLongTupelList()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
-|*
*************************************************************************/
RscArray * RscTypCont::InitLangStringLongTupelList( RscCont * pStrLongTupelLst )
{
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index 12ca4d692e21..af542e83776c 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -85,10 +85,6 @@ void NameToVerCtrl( RSCINST & aVersion, RscTop * pClass,
|*
|* RscTypCont::Init()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.03.91
-|* Letzte Aenderung MM 27.06.91
-|*
*************************************************************************/
void RscTypCont::Init()
{
diff --git a/rsc/source/parser/rsckey.cxx b/rsc/source/parser/rsckey.cxx
index 8ed7855bb247..9bdf1338cac9 100644
--- a/rsc/source/parser/rsckey.cxx
+++ b/rsc/source/parser/rsckey.cxx
@@ -73,10 +73,6 @@ int KeyCompare( const void * pFirst, const void * pSecond ){
|*
|* RscNameTable::RscNameTable()
|*
-|* Beschreibung RES.DOC
-|* Ersterstellung MM 28.02.91
-|* Letzte Aenderung MM 28.02.91
-|*
*************************************************************************/
RscNameTable::RscNameTable() {
bSort = TRUE;
@@ -88,10 +84,6 @@ RscNameTable::RscNameTable() {
|*
|* RscNameTable::~RscNameTable()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
RscNameTable::~RscNameTable() {
if( pTable )
@@ -103,10 +95,6 @@ RscNameTable::~RscNameTable() {
|*
|* RscNameTable::SetSort()
|*
-|* Beschreibung RES.DOC
-|* Ersterstellung MM 28.02.91
-|* Letzte Aenderung MM 28.02.91
-|*
*************************************************************************/
void RscNameTable::SetSort( BOOL bSorted ){
bSort = bSorted;
@@ -121,10 +109,6 @@ void RscNameTable::SetSort( BOOL bSorted ){
|*
|* RscNameTable::Put()
|*
-|* Beschreibung RES.DOC
-|* Ersterstellung MM 28.02.91
-|* Letzte Aenderung MM 28.02.91
-|*
*************************************************************************/
Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp, long nValue ){
if( pTable )
@@ -176,10 +160,6 @@ Atom RscNameTable::Put( const char * pName, sal_uInt32 nTyp, RscTop * pClass )
|*
|* RscNameTable::Get()
|*
-|* Beschreibung RES.DOC
-|* Ersterstellung MM 28.02.91
-|* Letzte Aenderung MM 28.02.91
-|*
*************************************************************************/
BOOL RscNameTable::Get( Atom nName, KEY_STRUCT * pEle ){
KEY_STRUCT * pKey = NULL;
diff --git a/rsc/source/parser/rscpar.cxx b/rsc/source/parser/rscpar.cxx
index 61573b84c5a2..389d2c686c05 100644
--- a/rsc/source/parser/rscpar.cxx
+++ b/rsc/source/parser/rscpar.cxx
@@ -40,10 +40,6 @@
|*
|* RscFileInst::Init()
|*
-|* Beschreibung
-|* Ersterstellung MM 05.11.91
-|* Letzte Aenderung MM 17.02.93
-|*
*************************************************************************/
void RscFileInst::Init()
{
@@ -60,10 +56,6 @@ void RscFileInst::Init()
|*
|* RscFileInst::RscFileInst()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.06.91
-|* Letzte Aenderung MM 06.06.91
-|*
*************************************************************************/
RscFileInst::RscFileInst( RscTypCont * pTC, ULONG lIndexSrc,
ULONG lFIndex, FILE * fFile )
@@ -101,10 +93,6 @@ RscFileInst::RscFileInst( RscTypCont * pTC, ULONG lIndexSrc,
|*
|* RscFileInst::~RscFileInst()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.06.91
-|* Letzte Aenderung MM 06.06.91
-|*
*************************************************************************/
RscFileInst::~RscFileInst(){
if( pInput )
@@ -117,10 +105,6 @@ RscFileInst::~RscFileInst(){
|*
|* RscFileInst::GetChar()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.06.91
-|* Letzte Aenderung MM 09.08.91
-|*
*************************************************************************/
int RscFileInst::GetChar()
{
@@ -143,10 +127,6 @@ int RscFileInst::GetChar()
|*
|* RscFileInst::GetNewLine()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.06.91
-|* Letzte Aenderung MM 06.06.91
-|*
*************************************************************************/
void RscFileInst::GetNewLine()
{
@@ -224,10 +204,6 @@ END:
|*
|* RscFileInst::SetError()
|*
-|* Beschreibung
-|* Ersterstellung MM 05.11.91
-|* Letzte Aenderung MM 05.11.91
-|*
*************************************************************************/
void RscFileInst::SetError( ERRTYPE aError )
{
diff --git a/rsc/source/prj/start.cxx b/rsc/source/prj/start.cxx
index 0fea59ccd009..5dc44bfbdb37 100644
--- a/rsc/source/prj/start.cxx
+++ b/rsc/source/prj/start.cxx
@@ -319,10 +319,6 @@ static BOOL CallRsc2( ByteString aRsc2Name,
|*
|* main()
|*
-|* Beschreibung
-|* Ersterstellung MM 05.09.91
-|* Letzte Aenderung MM 05.09.91
-|*
*************************************************************************/
SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
{
diff --git a/rsc/source/res/rscarray.cxx b/rsc/source/res/rscarray.cxx
index 3d0cba38da1d..c15c1bec471a 100644
--- a/rsc/source/res/rscarray.cxx
+++ b/rsc/source/res/rscarray.cxx
@@ -46,10 +46,6 @@
|*
|* RscInstNode::RscInstNode()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.08.91
-|* Letzte Aenderung MM 06.08.91
-|*
*************************************************************************/
RscInstNode::RscInstNode( sal_uInt32 nId )
{
@@ -60,10 +56,6 @@ RscInstNode::RscInstNode( sal_uInt32 nId )
|*
|* RscInstNode::~RscInstNode()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.08.91
-|* Letzte Aenderung MM 06.08.91
-|*
*************************************************************************/
RscInstNode::~RscInstNode()
{
@@ -78,10 +70,6 @@ RscInstNode::~RscInstNode()
|*
|* RscInstNode::GetId()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.08.91
-|* Letzte Aenderung MM 06.08.91
-|*
*************************************************************************/
sal_uInt32 RscInstNode::GetId() const
{
@@ -93,10 +81,6 @@ sal_uInt32 RscInstNode::GetId() const
|*
|* RscArray::RscArray()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RscArray::RscArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, RscEnum * pTypeCl )
: RscTop( nId, nTypeId, pSuper )
@@ -110,10 +94,6 @@ RscArray::RscArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, RscEnum * pTy
|*
|* RscArray::~RscArray()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RscArray::~RscArray()
{
@@ -123,10 +103,6 @@ RscArray::~RscArray()
|*
|* RscArray::~RscArray()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RSCCLASS_TYPE RscArray::GetClassType() const
{
@@ -137,10 +113,6 @@ RSCCLASS_TYPE RscArray::GetClassType() const
|*
|* RscArray::GetIndexType()
|*
-|* Beschreibung
-|* Ersterstellung MM 23.12.92
-|* Letzte Aenderung MM
-|*
*************************************************************************/
RscTop * RscArray::GetTypeClass() const
{
@@ -151,10 +123,6 @@ RscTop * RscArray::GetTypeClass() const
|*
|* RscArray::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
static RscInstNode * Create( RscInstNode * pNode )
{
@@ -325,10 +293,6 @@ ERRTYPE RscArray::GetArrayEle
|*
|* RscArray::IsConsistent()
|*
-|* Beschreibung
-|* Ersterstellung MM 23.09.91
-|* Letzte Aenderung MM 23.09.91
-|*
*************************************************************************/
static BOOL IsConsistent( RscInstNode * pNode, RscInconsList * pList )
{
@@ -363,10 +327,6 @@ BOOL RscArray::IsConsistent( const RSCINST & rInst, RscInconsList * pList )
|*
|* RscArray::SetToDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 25.04.91
-|*
*************************************************************************/
static void SetToDefault( RscInstNode * pNode )
{
@@ -393,10 +353,6 @@ void RscArray::SetToDefault( const RSCINST & rInst )
|*
|* RscArray::IsDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 25.04.91
-|*
*************************************************************************/
static BOOL IsDefault( RscInstNode * pNode )
{
@@ -430,10 +386,6 @@ BOOL RscArray::IsDefault( const RSCINST & rInst )
|*
|* RscArray::IsValueDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 15.01.92
-|*
*************************************************************************/
static BOOL IsValueDefault( RscInstNode * pNode, CLASS_DATA pDef )
{
@@ -618,10 +570,6 @@ void RscArray::WriteRcAccess
|*
|* RscClassArray::RscClassArray()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RscClassArray::RscClassArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper,
RscEnum * pTypeCl )
@@ -633,10 +581,6 @@ RscClassArray::RscClassArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper,
|*
|* RscClassArray::~RscClassArray()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RscClassArray::~RscClassArray()
{
@@ -646,10 +590,6 @@ RscClassArray::~RscClassArray()
|*
|* RscClassArray::WriteSrcHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
void RscClassArray::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, sal_uInt32 nTab,
@@ -662,10 +602,6 @@ void RscClassArray::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
|*
|* RscClassArray::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
void RscClassArray::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, sal_uInt32 nTab,
@@ -678,10 +614,6 @@ void RscClassArray::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscClassArray::WriteRcHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
ERRTYPE RscClassArray::WriteRcHeader( const RSCINST & rInst, RscWriteRc & aMem,
RscTypCont * pTC, const RscId & aId,
@@ -696,10 +628,6 @@ ERRTYPE RscClassArray::WriteRcHeader( const RSCINST & rInst, RscWriteRc & aMem,
|*
|* RscLangArray::RscLangArray()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RscLangArray::RscLangArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper,
RscEnum * pTypeCl )
@@ -711,10 +639,6 @@ RscLangArray::RscLangArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper,
|*
|* RscLangArray::RscLangArray()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RSCCLASS_TYPE RscLangArray::GetClassType() const
{
diff --git a/rsc/source/res/rscclass.cxx b/rsc/source/res/rscclass.cxx
index 8aed3865fda1..1c9bdcfb5569 100644
--- a/rsc/source/res/rscclass.cxx
+++ b/rsc/source/res/rscclass.cxx
@@ -49,10 +49,6 @@
|*
|* RscClass::RscClass()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RscClass::RscClass( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl )
: RscTop( nId, nTypeId, pSuperCl )
@@ -67,10 +63,6 @@ RscClass::RscClass( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl )
|*
|* RscClass::Pre_dtor()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
void RscClass::Pre_dtor()
{
@@ -95,10 +87,6 @@ void RscClass::Pre_dtor()
|*
|* RscClass::~RscClass()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RscClass::~RscClass()
{
@@ -110,10 +98,6 @@ RscClass::~RscClass()
|*
|* RscClass::GetClassType()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RSCCLASS_TYPE RscClass::GetClassType() const
{
@@ -124,10 +108,6 @@ RSCCLASS_TYPE RscClass::GetClassType() const
|*
|* RscClass::GetInstData()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.04.91
-|* Letzte Aenderung MM 15.04.91
-|*
*************************************************************************/
RSCINST RscClass::GetInstData
(
@@ -193,10 +173,6 @@ CLASS_DATA RscClass::GetDfltData( sal_uInt32 nEle )
|*
|* RscClass::SetVarDflt()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.07.91
-|* Letzte Aenderung MM 22.07.91
-|*
*************************************************************************/
void RscClass::SetVarDflt( CLASS_DATA pData, sal_uInt32 nEle, BOOL bSet )
{
@@ -213,10 +189,6 @@ void RscClass::SetVarDflt( CLASS_DATA pData, sal_uInt32 nEle, BOOL bSet )
|*
|* RscClass::IsDflt()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.07.91
-|* Letzte Aenderung MM 08.01.92
-|*
*************************************************************************/
BOOL RscClass::IsDflt( CLASS_DATA pData, sal_uInt32 nEle )
{
@@ -244,10 +216,6 @@ BOOL RscClass::IsDflt( CLASS_DATA pData, sal_uInt32 nEle )
|*
|* RscClass::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RSCINST RscClass::Create
(
diff --git a/rsc/source/res/rscclobj.cxx b/rsc/source/res/rscclobj.cxx
index 48de99eaba4d..7c264489fb98 100644
--- a/rsc/source/res/rscclobj.cxx
+++ b/rsc/source/res/rscclobj.cxx
@@ -46,10 +46,6 @@
|*
|* RefNode::RefNode()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.05.91
-|* Letzte Aenderung MM 03.05.91
-|*
*************************************************************************/
RefNode::RefNode( Atom nTyp ){
pObjBiTree = 0;
@@ -60,10 +56,6 @@ RefNode::RefNode( Atom nTyp ){
|*
|* RefNode::GetId()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
sal_uInt32 RefNode::GetId() const
{
@@ -74,10 +66,6 @@ sal_uInt32 RefNode::GetId() const
|*
|* RefNode::PutObjNode()
|*
-|* Beschreibung NAME.DOC
-|* Ersterstellung MM 21.03.90
-|* Letzte Aenderung MM 27.06.90
-|*
*************************************************************************/
BOOL RefNode::PutObjNode( ObjNode * pPutObject ){
// insert a node in the b-tree pObjBiTree
@@ -96,10 +84,6 @@ BOOL RefNode::PutObjNode( ObjNode * pPutObject ){
|*
|* RefNode::GetObjNode()
|*
-|* Beschreibung NAME.DOC
-|* Ersterstellung MM 21.03.90
-|* Letzte Aenderung MM 27.06.90
-|*
*************************************************************************/
ObjNode * RefNode :: GetObjNode( const RscId & rRscId ){
// insert a node in the b-tree pObjBiTree
@@ -116,10 +100,6 @@ ObjNode * RefNode :: GetObjNode( const RscId & rRscId ){
|*
|* ObjNode::ObjNode()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
ObjNode::ObjNode( const RscId & rId, CLASS_DATA pData, ULONG lKey ){
pRscObj = pData;
@@ -131,10 +111,6 @@ ObjNode::ObjNode( const RscId & rId, CLASS_DATA pData, ULONG lKey ){
|*
|* ObjNode::DelObjNode()
|*
-|* Beschreibung
-|* Ersterstellung MM 09.12.91
-|* Letzte Aenderung MM 09.12.91
-|*
*************************************************************************/
ObjNode * ObjNode::DelObjNode( RscTop * pClass, ULONG nFileKey ){
ObjNode * pRetNode = this;
@@ -165,10 +141,6 @@ ObjNode * ObjNode::DelObjNode( RscTop * pClass, ULONG nFileKey ){
|*
|* ObjNode::GetId()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
sal_uInt32 ObjNode::GetId() const
{
@@ -179,10 +151,6 @@ sal_uInt32 ObjNode::GetId() const
|*
|* ObjNode::IsConsistent()
|*
-|* Beschreibung
-|* Ersterstellung MM 23.09.91
-|* Letzte Aenderung MM 23.09.91
-|*
*************************************************************************/
BOOL ObjNode::IsConsistent( RscInconsList * pList )
{
diff --git a/rsc/source/res/rscconst.cxx b/rsc/source/res/rscconst.cxx
index 7a2bb986539a..9903fe27c076 100644
--- a/rsc/source/res/rscconst.cxx
+++ b/rsc/source/res/rscconst.cxx
@@ -50,10 +50,6 @@
|*
|* RscConst::RscConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.05.91
-|* Letzte Aenderung MM 03.05.91
-|*
*************************************************************************/
RscConst::RscConst( Atom nId, sal_uInt32 nTypeId )
: RscTop( nId, nTypeId )
@@ -66,10 +62,6 @@ RscConst::RscConst( Atom nId, sal_uInt32 nTypeId )
|*
|* RscConst::~RscConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.05.91
-|* Letzte Aenderung MM 03.05.91
-|*
*************************************************************************/
RscConst::~RscConst()
{
@@ -81,10 +73,6 @@ RscConst::~RscConst()
|*
|* RscConst::GetClassType()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.05.91
-|* Letzte Aenderung MM 03.05.91
-|*
*************************************************************************/
RSCCLASS_TYPE RscConst::GetClassType() const
{
@@ -95,10 +83,6 @@ RSCCLASS_TYPE RscConst::GetClassType() const
|*
|* RscConst::SetConstance()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
ERRTYPE RscConst::SetConstant( Atom nVarName, INT32 lValue ){
if( pVarArray )
@@ -119,10 +103,6 @@ ERRTYPE RscConst::SetConstant( Atom nVarName, INT32 lValue ){
|*
|* RscConst::GetConstance()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
Atom RscConst::GetConstant( sal_uInt32 nPos ){
if( nPos < nEntries )
@@ -134,10 +114,6 @@ Atom RscConst::GetConstant( sal_uInt32 nPos ){
|*
|* RscConst::GetConstValue()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
BOOL RscConst::GetConstValue( Atom nConst, INT32 * pValue ) const
{
@@ -156,10 +132,6 @@ BOOL RscConst::GetConstValue( Atom nConst, INT32 * pValue ) const
|*
|* RscConst::GetValueConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
BOOL RscConst::GetValueConst( INT32 lValue, Atom * pConst ) const
{
@@ -181,8 +153,6 @@ BOOL RscConst::GetValueConst( INT32 lValue, Atom * pConst ) const
|* Beschreibung Sucht die Position der Konstanten
|* Return = nEntries, nicht gefunden
|* Return = Position im Feld
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
|*
*************************************************************************/
sal_uInt32 RscConst::GetConstPos( Atom nConst )
@@ -202,10 +172,6 @@ sal_uInt32 RscConst::GetConstPos( Atom nConst )
|*
|* RscEnum::WriteSyntax()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
void RscConst::WriteSyntax( FILE * fOutput, RscTypCont * pTC )
{
@@ -241,10 +207,6 @@ void RscConst::WriteRcAccess
|*
|* RscEnum::RscEnum()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RscEnum::RscEnum( Atom nId, sal_uInt32 nTypeId )
: RscConst( nId, nTypeId )
@@ -256,10 +218,6 @@ RscEnum::RscEnum( Atom nId, sal_uInt32 nTypeId )
|*
|* RscEnum::SetConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
ERRTYPE RscEnum::SetConst( const RSCINST & rInst, Atom nConst, INT32 /*nVal*/ )
{
@@ -279,10 +237,6 @@ ERRTYPE RscEnum::SetConst( const RSCINST & rInst, Atom nConst, INT32 /*nVal*/ )
|*
|* RscEnum::SetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.07.91
-|* Letzte Aenderung MM 18.07.91
-|*
*************************************************************************/
ERRTYPE RscEnum::SetNumber( const RSCINST & rInst, INT32 lValue )
{
@@ -300,10 +254,6 @@ ERRTYPE RscEnum::SetNumber( const RSCINST & rInst, INT32 lValue )
|*
|* RscEnum::GetConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
ERRTYPE RscEnum::GetConst( const RSCINST & rInst, Atom * pH ){
*pH = pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].nId;
@@ -314,10 +264,6 @@ ERRTYPE RscEnum::GetConst( const RSCINST & rInst, Atom * pH ){
|*
|* RscEnum::GetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 16.09.91
-|* Letzte Aenderung MM 16.09.91
-|*
*************************************************************************/
ERRTYPE RscEnum::GetNumber( const RSCINST & rInst, INT32 * pNumber ){
*pNumber = pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].lValue;
@@ -328,10 +274,6 @@ ERRTYPE RscEnum::GetNumber( const RSCINST & rInst, INT32 * pNumber ){
|*
|* RscEnum::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RSCINST RscEnum::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass ){
RSCINST aInst;
@@ -360,10 +302,6 @@ RSCINST RscEnum::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass
|*
|* RscEnum::IsValueDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.01.92
-|* Letzte Aenderung MM 15.01.92
-|*
*************************************************************************/
BOOL RscEnum::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
if( pDef ){
@@ -381,10 +319,6 @@ BOOL RscEnum::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
|*
|* RscEnum::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
void RscEnum::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont *, sal_uInt32, const char * )
@@ -397,10 +331,6 @@ void RscEnum::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscEnum::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.04.91
-|* Letzte Aenderung MM 15.04.91
-|*
*************************************************************************/
ERRTYPE RscEnum::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
RscTypCont *, sal_uInt32, BOOL )
diff --git a/rsc/source/res/rsccont.cxx b/rsc/source/res/rsccont.cxx
index b1e2e7fde4af..1e5113d736f4 100644
--- a/rsc/source/res/rsccont.cxx
+++ b/rsc/source/res/rsccont.cxx
@@ -46,10 +46,6 @@
|*
|* ENTRYSTRUCT::Destroy()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.08.91
-|* Letzte Aenderung MM 06.08.91
-|*
*************************************************************************/
void ENTRY_STRUCT::Destroy()
{
@@ -65,10 +61,6 @@ void ENTRY_STRUCT::Destroy()
|*
|* RscBaseCont::RscBaseCont()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RscBaseCont::RscBaseCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper,
BOOL bNoIdent )
@@ -86,10 +78,6 @@ RscBaseCont::RscBaseCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper,
|*
|* RscBaseCont::~RscBaseCont()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RscBaseCont::~RscBaseCont()
{
@@ -99,10 +87,6 @@ RscBaseCont::~RscBaseCont()
|*
|* RscBaseCont::GetClassType()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
RSCCLASS_TYPE RscBaseCont::GetClassType() const
{
@@ -113,10 +97,6 @@ RSCCLASS_TYPE RscBaseCont::GetClassType() const
|*
|* DestroyElements()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
void RscBaseCont::DestroyElements( RscBaseContInst * pClassData )
{
@@ -136,10 +116,6 @@ void RscBaseCont::DestroyElements( RscBaseContInst * pClassData )
|*
|* RscBaseCont::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
RSCINST RscBaseCont::Create( RSCINST * pInst, const RSCINST & rDflt,
BOOL bOwnClass )
@@ -193,10 +169,6 @@ RSCINST RscBaseCont::Create( RSCINST * pInst, const RSCINST & rDflt,
|*
|* RscBaseCont::Destroy()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.05.91
-|* Letzte Aenderung MM 25.05.91
-|*
*************************************************************************/
void RscBaseCont::Destroy( const RSCINST & rInst ){
RscBaseContInst * pClassData;
@@ -211,10 +183,6 @@ void RscBaseCont::Destroy( const RSCINST & rInst ){
|*
|* RscBaseCont::SearchEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 17.05.91
-|* Letzte Aenderung MM 17.05.91
-|*
*************************************************************************/
RSCINST RscBaseCont::SearchElePos( const RSCINST & rInst, const RscId & rEleName,
RscTop * pClass, sal_uInt32 nPos )
@@ -242,10 +210,6 @@ RSCINST RscBaseCont::SearchElePos( const RSCINST & rInst, const RscId & rEleName
|*
|* RscBaseCont::SearchEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 17.05.91
-|* Letzte Aenderung MM 17.05.91
-|*
*************************************************************************/
RSCINST RscBaseCont::SearchEle( const RSCINST & rInst, const RscId & rEleName,
RscTop * pClass )
@@ -257,10 +221,6 @@ RSCINST RscBaseCont::SearchEle( const RSCINST & rInst, const RscId & rEleName,
|*
|* RscBaseCont::GetElement()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
ERRTYPE RscBaseCont::GetElement( const RSCINST & rInst, const RscId & rEleName,
RscTop * pCreateClass,
@@ -339,10 +299,6 @@ ERRTYPE RscBaseCont::GetElement( const RSCINST & rInst, const RscId & rEleName,
|*
|* RscBaseCont::GetCount()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.05.91
-|* Letzte Aenderung MM 08.05.91
-|*
*************************************************************************/
sal_uInt32 RscBaseCont::GetCount( const RSCINST & rInst ){
RscBaseContInst * pClassData;
@@ -355,10 +311,6 @@ sal_uInt32 RscBaseCont::GetCount( const RSCINST & rInst ){
|*
|* RscBaseCont::GetPosEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.05.91
-|* Letzte Aenderung MM 08.05.91
-|*
*************************************************************************/
RSCINST RscBaseCont::GetPosEle( const RSCINST & rInst, sal_uInt32 nPos ){
RscBaseContInst * pClassData;
@@ -374,10 +326,6 @@ RSCINST RscBaseCont::GetPosEle( const RSCINST & rInst, sal_uInt32 nPos ){
|*
|* RscBaseCont::MovePosEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 23.10.91
-|* Letzte Aenderung MM 23.10.91
-|*
*************************************************************************/
ERRTYPE RscBaseCont::MovePosEle( const RSCINST & rInst, sal_uInt32 nDestPos,
sal_uInt32 nSourcePos )
@@ -413,10 +361,6 @@ ERRTYPE RscBaseCont::MovePosEle( const RSCINST & rInst, sal_uInt32 nDestPos,
|*
|* RscBaseCont::SetPosRscId()
|*
-|* Beschreibung
-|* Ersterstellung MM 30.09.91
-|* Letzte Aenderung MM 30.09.91
-|*
*************************************************************************/
ERRTYPE RscBaseCont::SetPosRscId( const RSCINST & rInst, sal_uInt32 nPos,
const RscId & rId ){
@@ -444,10 +388,6 @@ ERRTYPE RscBaseCont::SetPosRscId( const RSCINST & rInst, sal_uInt32 nPos,
|*
|* RscBaseCont::GetInfoEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.05.91
-|* Letzte Aenderung MM 08.05.91
-|*
*************************************************************************/
SUBINFO_STRUCT RscBaseCont::GetInfoEle( const RSCINST & rInst, sal_uInt32 nPos ){
RscBaseContInst * pClassData;
@@ -467,10 +407,6 @@ SUBINFO_STRUCT RscBaseCont::GetInfoEle( const RSCINST & rInst, sal_uInt32 nPos )
|*
|* RscBaseCont::SetString()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.04.91
-|* Letzte Aenderung MM 29.04.91
-|*
*************************************************************************/
ERRTYPE RscBaseCont::SetString( const RSCINST & rInst, const char * pStr )
{
@@ -509,10 +445,6 @@ else
|*
|* RscBaseCont::SetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.06.91
-|* Letzte Aenderung MM 12.06.91
-|*
*************************************************************************/
ERRTYPE RscBaseCont::SetNumber( const RSCINST & rInst, INT32 lValue ){
RscBaseContInst * pClassData;
@@ -628,10 +560,6 @@ else
|*
|* RscBaseCont::SetRef()
|*
-|* Beschreibung
-|* Ersterstellung MM 02.12.91
-|* Letzte Aenderung MM 02.12.91
-|*
*************************************************************************/
ERRTYPE RscBaseCont::SetRef( const RSCINST & rInst, const RscId & rRefId ){
RscBaseContInst * pClassData;
@@ -669,10 +597,6 @@ else
|*
|* RscBaseCont::IsConsistent()
|*
-|* Beschreibung
-|* Ersterstellung MM 23.09.91
-|* Letzte Aenderung MM 23.09.91
-|*
*************************************************************************/
BOOL RscBaseCont::IsConsistent( const RSCINST & rInst, RscInconsList * pList ){
sal_uInt32 i = 0;
@@ -717,10 +641,6 @@ BOOL RscBaseCont::IsConsistent( const RSCINST & rInst, RscInconsList * pList ){
|*
|* RscBaseCont::SetToDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 25.04.91
-|*
*************************************************************************/
void RscBaseCont::SetToDefault( const RSCINST & rInst )
{
@@ -742,10 +662,6 @@ void RscBaseCont::SetToDefault( const RSCINST & rInst )
|*
|* RscBaseCont::IsDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 25.04.91
-|*
*************************************************************************/
BOOL RscBaseCont::IsDefault( const RSCINST & rInst ){
sal_uInt32 i = 0;
@@ -771,10 +687,6 @@ BOOL RscBaseCont::IsDefault( const RSCINST & rInst ){
|*
|* RscBaseCont::IsValueDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 15.01.92
-|*
*************************************************************************/
BOOL RscBaseCont::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
{
@@ -795,10 +707,6 @@ BOOL RscBaseCont::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
|*
|* RscBaseCont::Delete()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.06.91
-|* Letzte Aenderung MM 12.06.91
-|*
*************************************************************************/
void RscBaseCont::Delete( const RSCINST & rInst, RscTop * pClass,
const RscId & rId )
@@ -824,10 +732,6 @@ void RscBaseCont::Delete( const RSCINST & rInst, RscTop * pClass,
|*
|* RscBaseCont::DeletePos()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.06.91
-|* Letzte Aenderung MM 12.06.91
-|*
*************************************************************************/
void RscBaseCont::DeletePos( const RSCINST & rInst, sal_uInt32 nPos ){
RscBaseContInst * pClassData;
@@ -851,10 +755,6 @@ void RscBaseCont::DeletePos( const RSCINST & rInst, sal_uInt32 nPos ){
|*
|* RscBaseCont::ContWriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
void RscBaseCont::ContWriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, sal_uInt32 nTab,
@@ -881,10 +781,6 @@ void RscBaseCont::ContWriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscBaseCont::ContWriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
ERRTYPE RscBaseCont::ContWriteRc( const RSCINST & rInst, RscWriteRc & rMem,
RscTypCont * pTC, sal_uInt32 nDeep, BOOL bExtra )
@@ -943,10 +839,6 @@ void RscBaseCont::ContWriteRcAccess
|*
|* RscBaseCont::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
void RscBaseCont::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, sal_uInt32 nTab,
@@ -960,10 +852,6 @@ void RscBaseCont::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscBaseCont::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
ERRTYPE RscBaseCont::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
RscTypCont * pTC, sal_uInt32 nDeep, BOOL bExtra )
@@ -981,10 +869,6 @@ ERRTYPE RscBaseCont::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
|*
|* RscBaseCont::WriteHxx()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
ERRTYPE RscBaseCont::WriteHxx( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rRscId )
@@ -1016,10 +900,6 @@ ERRTYPE RscBaseCont::WriteHxx( const RSCINST & rInst, FILE * fOutput,
|*
|* RscBaseCont::WriteCxx()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
ERRTYPE RscBaseCont::WriteCxx( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rRscId )
@@ -1052,10 +932,6 @@ ERRTYPE RscBaseCont::WriteCxx( const RSCINST & rInst, FILE * fOutput,
|*
|* RscContWriteSrc::RscContWriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.05.91
-|* Letzte Aenderung MM 08.05.91
-|*
*************************************************************************/
RscContWriteSrc::RscContWriteSrc( Atom nId, sal_uInt32 nTypeId,
RscTop * pSuper, BOOL bNoIdent )
@@ -1066,10 +942,6 @@ RscContWriteSrc::RscContWriteSrc( Atom nId, sal_uInt32 nTypeId,
|*
|* RscContWriteSrc::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.05.91
-|* Letzte Aenderung MM 08.05.91
-|*
*************************************************************************/
void RscContWriteSrc::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, sal_uInt32 nTab,
@@ -1096,10 +968,6 @@ void RscContWriteSrc::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscCont::RscCont()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.05.91
-|* Letzte Aenderung MM 08.05.91
-|*
*************************************************************************/
RscCont::RscCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, BOOL bNoIdent )
: RscContWriteSrc( nId, nTypeId, pSuper, bNoIdent )
@@ -1109,10 +977,6 @@ RscCont::RscCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, BOOL bNoIdent )
|*
|* RscCont::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.05.91
-|* Letzte Aenderung MM 08.05.91
-|*
*************************************************************************/
ERRTYPE RscCont::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
RscTypCont * pTC, sal_uInt32 nDeep, BOOL bExtra )
@@ -1147,10 +1011,6 @@ void RscCont::WriteRcAccess
|*
|* RscContExtraData::RscContExtraData()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.05.91
-|* Letzte Aenderung MM 08.05.91
-|*
*************************************************************************/
RscContExtraData::RscContExtraData( Atom nId, sal_uInt32 nTypeId,
RscTop * pSuper, BOOL bNoIdent )
@@ -1161,10 +1021,6 @@ RscContExtraData::RscContExtraData( Atom nId, sal_uInt32 nTypeId,
|*
|* RscContExtraData::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.05.91
-|* Letzte Aenderung MM 08.05.91
-|*
*************************************************************************/
ERRTYPE RscContExtraData::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
RscTypCont * pTC, sal_uInt32 nDeep, BOOL bExtra )
diff --git a/rsc/source/res/rscflag.cxx b/rsc/source/res/rscflag.cxx
index b5c3f496b563..3f88b34dffd2 100644
--- a/rsc/source/res/rscflag.cxx
+++ b/rsc/source/res/rscflag.cxx
@@ -43,10 +43,6 @@
|*
|* RscFlag::RscFlag()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RscFlag::RscFlag( Atom nId, sal_uInt32 nTypeId )
: RscConst( nId, nTypeId )
@@ -58,8 +54,6 @@ RscFlag::RscFlag( Atom nId, sal_uInt32 nTypeId )
|*
|* Beschreibung Die Groe�e der Instanzdaten richtet sich nach
|* der Anzahl der Flags
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
|*
*************************************************************************/
sal_uInt32 RscFlag::Size()
@@ -72,10 +66,6 @@ sal_uInt32 RscFlag::Size()
|*
|* RscFlag::SetNotConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
ERRTYPE RscFlag::SetNotConst( const RSCINST & rInst, Atom nConst )
{
@@ -96,10 +86,6 @@ ERRTYPE RscFlag::SetNotConst( const RSCINST & rInst, Atom nConst )
|*
|* RscFlag::SetConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
ERRTYPE RscFlag::SetConst( const RSCINST & rInst, Atom nConst, INT32 /*nVal*/ )
{
@@ -120,10 +106,6 @@ ERRTYPE RscFlag::SetConst( const RSCINST & rInst, Atom nConst, INT32 /*nVal*/ )
|*
|* RscFlag::CreateBasic()
|*
-|* Beschreibung
-|* Ersterstellung MM 16.01.92
-|* Letzte Aenderung MM 16.01.92
-|*
*************************************************************************/
RSCINST RscFlag::CreateBasic( RSCINST * pInst )
{
@@ -143,10 +125,6 @@ RSCINST RscFlag::CreateBasic( RSCINST * pInst )
|*
|* RscFlag::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 16.01.92
-|*
*************************************************************************/
RSCINST RscFlag::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass )
{
@@ -174,10 +152,6 @@ RSCINST RscFlag::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass
|*
|* RscFlag::CreateClient()
|*
-|* Beschreibung
-|* Ersterstellung MM 16.01.92
-|* Letzte Aenderung MM 16.01.92
-|*
*************************************************************************/
RSCINST RscFlag::CreateClient( RSCINST * pInst, const RSCINST & rDfltI,
BOOL bOwnClass, Atom nConstId )
@@ -210,10 +184,6 @@ RSCINST RscFlag::CreateClient( RSCINST * pInst, const RSCINST & rDfltI,
|*
|* RscFlag::SetToDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
void RscFlag::SetToDefault( const RSCINST & rInst )
{
@@ -227,10 +197,6 @@ void RscFlag::SetToDefault( const RSCINST & rInst )
|*
|* RscFlag::IsDlft()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
BOOL RscFlag::IsDefault( const RSCINST & rInst )
{
@@ -261,10 +227,6 @@ BOOL RscFlag::IsDefault( const RSCINST & rInst, Atom nConstId )
|*
|* RscFlag::IsValueDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 25.04.91
-|*
*************************************************************************/
BOOL RscFlag::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef,
Atom nConstId )
@@ -317,10 +279,6 @@ BOOL RscFlag::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
|*
|* RscFlag::IsSet()
|*
-|* Beschreibung
-|* Ersterstellung MM 10.04.91
-|* Letzte Aenderung MM 10.04.91
-|*
*************************************************************************/
BOOL RscFlag::IsSet( const RSCINST & rInst, Atom nConstId )
{
@@ -341,10 +299,6 @@ BOOL RscFlag::IsSet( const RSCINST & rInst, Atom nConstId )
|*
|* RscFlag::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
void RscFlag::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont *, sal_uInt32, const char * )
@@ -376,10 +330,6 @@ void RscFlag::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscFlag::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.04.91
-|* Letzte Aenderung MM 15.04.91
-|*
*************************************************************************/
ERRTYPE RscFlag::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
RscTypCont *, sal_uInt32, BOOL )
@@ -406,10 +356,6 @@ ERRTYPE RscFlag::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
|*
|* RscClient::RscClient()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
RscClient::RscClient( Atom nId, sal_uInt32 nTypeId, RscFlag * pClass,
Atom nConstantId )
@@ -423,10 +369,6 @@ RscClient::RscClient( Atom nId, sal_uInt32 nTypeId, RscFlag * pClass,
|*
|* RscClient::GetClassType()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
RSCCLASS_TYPE RscClient::GetClassType() const
{
@@ -437,10 +379,6 @@ RSCCLASS_TYPE RscClient::GetClassType() const
|*
|* RscClient::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
void RscClient::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont *, sal_uInt32, const char * )
@@ -455,10 +393,6 @@ void RscClient::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscClient::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
RSCINST RscClient::Create( RSCINST * pInst, const RSCINST & rDflt,
BOOL bOwnClass )
diff --git a/rsc/source/res/rscmgr.cxx b/rsc/source/res/rscmgr.cxx
index 676d7b27bec2..ef01c7ef6d8b 100644
--- a/rsc/source/res/rscmgr.cxx
+++ b/rsc/source/res/rscmgr.cxx
@@ -46,10 +46,6 @@
|*
|* RscMgr::RscMgr()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
RscMgr::RscMgr( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl )
: RscClass( nId, nTypeId, pSuperCl )
@@ -60,10 +56,6 @@ RscMgr::RscMgr( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl )
|*
|* RscMgr::Size()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
sal_uInt32 RscMgr::Size()
{
@@ -74,10 +66,6 @@ sal_uInt32 RscMgr::Size()
|*
|* RscMgr::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RSCINST RscMgr::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass ){
RSCINST aInst;
@@ -109,10 +97,6 @@ RSCINST RscMgr::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass )
|*
|* RscMgr::Destroy()
|*
-|* Beschreibung
-|* Ersterstellung MM 21.06.91
-|* Letzte Aenderung MM 21.06.91
-|*
*************************************************************************/
void RscMgr::Destroy( const RSCINST & rInst ){
RscMgrInst * pClassData;
@@ -127,10 +111,6 @@ void RscMgr::Destroy( const RSCINST & rInst ){
|*
|* RscMgr::SetToDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.06.91
-|* Letzte Aenderung MM 12.06.91
-|*
*************************************************************************/
void RscMgr::SetToDefault( const RSCINST & rInst )
{
@@ -146,10 +126,6 @@ void RscMgr::SetToDefault( const RSCINST & rInst )
|*
|* RscMgr::IsDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.06.91
-|* Letzte Aenderung MM 12.06.91
-|*
*************************************************************************/
BOOL RscMgr::IsDefault( const RSCINST & rInst ){
RscMgrInst * pClassData;
@@ -165,10 +141,6 @@ BOOL RscMgr::IsDefault( const RSCINST & rInst ){
|*
|* RscMgr::IsValueDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.06.91
-|* Letzte Aenderung MM 12.06.91
-|*
*************************************************************************/
BOOL RscMgr::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
RscMgrInst * pClassData;
@@ -194,10 +166,6 @@ BOOL RscMgr::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
|*
|* RscMgr::WriteSrcHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
void RscMgr::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, sal_uInt32 nTab,
@@ -234,10 +202,6 @@ void RscMgr::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
|*
|* RscMgr::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
void RscMgr::WriteSrc( const RSCINST &, FILE *, RscTypCont *, sal_uInt32,
const char * )
@@ -248,10 +212,6 @@ void RscMgr::WriteSrc( const RSCINST &, FILE *, RscTypCont *, sal_uInt32,
|*
|* RscMgr::WriteRcHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.04.91
-|* Letzte Aenderung MM 15.04.91
-|*
*************************************************************************/
ERRTYPE RscMgr::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem,
RscTypCont * pTC, const RscId &rId,
@@ -345,10 +305,6 @@ ERRTYPE RscMgr::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem,
|*
|* RscMgr::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.04.91
-|* Letzte Aenderung MM 26.04.91
-|*
*************************************************************************/
ERRTYPE RscMgr::WriteRc( const RSCINST &, RscWriteRc &,
RscTypCont *, sal_uInt32, BOOL )
@@ -399,10 +355,6 @@ static ByteString MakeName( RscTypCont * pTypCon, RscTop * pClass,
|*
|* RscMgr::WriteHxxHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
ERRTYPE RscMgr::WriteHxxHeader( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId &rId )
@@ -468,10 +420,6 @@ ERRTYPE RscMgr::WriteHxxHeader( const RSCINST & rInst, FILE * fOutput,
|*
|* RscMgr::WriteHxx()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
ERRTYPE RscMgr::WriteHxx( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId )
@@ -487,10 +435,6 @@ ERRTYPE RscMgr::WriteHxx( const RSCINST & rInst, FILE * fOutput,
|*
|* RscClass::WriteCxxHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
ERRTYPE RscMgr::WriteCxxHeader( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId )
@@ -569,10 +513,6 @@ ERRTYPE RscMgr::WriteCxxHeader( const RSCINST & rInst, FILE * fOutput,
|*
|* RscClass::WriteCxx()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
ERRTYPE RscMgr::WriteCxx( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId )
@@ -589,10 +529,6 @@ ERRTYPE RscMgr::WriteCxx( const RSCINST & rInst, FILE * fOutput,
|*
|* RscArray::IsConsistent()
|*
-|* Beschreibung
-|* Ersterstellung MM 23.09.91
-|* Letzte Aenderung MM 23.09.91
-|*
*************************************************************************/
BOOL RscMgr::IsConsistent( const RSCINST & rInst, RscInconsList * pList )
{
@@ -621,10 +557,6 @@ BOOL RscMgr::IsConsistent( const RSCINST & rInst, RscInconsList * pList )
|*
|* RscMgr::GetRef()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
ERRTYPE RscMgr::GetRef( const RSCINST & rInst, RscId * pRscId ){
RscMgrInst * pClassData;
@@ -638,10 +570,6 @@ ERRTYPE RscMgr::GetRef( const RSCINST & rInst, RscId * pRscId ){
|*
|* RscMgr::IsToDeep()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
ERRTYPE RscMgr::IsToDeep( const RSCINST & rInst, sal_uInt32 nDeep )
{
@@ -682,10 +610,6 @@ ERRTYPE RscMgr::IsToDeep( const RSCINST & rInst, sal_uInt32 nDeep )
|*
|* RscMgr::SetRef()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
ERRTYPE RscMgr::SetRef( const RSCINST & rInst, const RscId & rRefId )
{
diff --git a/rsc/source/res/rscrange.cxx b/rsc/source/res/rscrange.cxx
index 38c38455e99a..bd121e2a5246 100644
--- a/rsc/source/res/rscrange.cxx
+++ b/rsc/source/res/rscrange.cxx
@@ -48,10 +48,6 @@
|*
|* RscRange::RscRange()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RscRange::RscRange( Atom nId, sal_uInt32 nTypeId )
: RscTop( nId, nTypeId )
@@ -64,10 +60,6 @@ RscRange::RscRange( Atom nId, sal_uInt32 nTypeId )
|*
|* RscRange::GetClassType()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RSCCLASS_TYPE RscRange::GetClassType() const
{
@@ -78,10 +70,6 @@ RSCCLASS_TYPE RscRange::GetClassType() const
|*
|* RscRange::SetRange()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
ERRTYPE RscRange::SetRange( INT32 nMinimum, INT32 nMaximum )
{
@@ -103,10 +91,6 @@ ERRTYPE RscRange::SetRange( INT32 nMinimum, INT32 nMaximum )
|*
|* RscRange::IsValueDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.02.92
-|* Letzte Aenderung MM 15.02.92
-|*
*************************************************************************/
BOOL RscRange::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
{
@@ -126,10 +110,6 @@ BOOL RscRange::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
|*
|* RscRange::SetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
ERRTYPE RscRange::SetNumber( const RSCINST & rInst, INT32 nValue )
{
@@ -144,10 +124,6 @@ ERRTYPE RscRange::SetNumber( const RSCINST & rInst, INT32 nValue )
|*
|* RscRange::GetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.04.91
-|* Letzte Aenderung MM 22.04.91
-|*
*************************************************************************/
ERRTYPE RscRange::GetNumber( const RSCINST & rInst, INT32 * pN )
{
@@ -159,10 +135,6 @@ ERRTYPE RscRange::GetNumber( const RSCINST & rInst, INT32 * pN )
|*
|* RscRange::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RSCINST RscRange::Create( RSCINST * pInst, const RSCINST & rDflt,
BOOL bOwnClass )
@@ -198,10 +170,6 @@ RSCINST RscRange::Create( RSCINST * pInst, const RSCINST & rDflt,
|*
|* RscRange::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
void RscRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont *, sal_uInt32, const char * )
@@ -213,10 +181,6 @@ void RscRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscRange::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.04.91
-|* Letzte Aenderung MM 15.04.91
-|*
*************************************************************************/
ERRTYPE RscRange::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
RscTypCont *, sal_uInt32, BOOL )
@@ -258,10 +222,6 @@ void RscRange::WriteRcAccess
|*
|* RscLongRange::RscLongRange()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.07.94
-|* Letzte Aenderung MM 18.07.94
-|*
*************************************************************************/
RscLongRange::RscLongRange( Atom nId, sal_uInt32 nTypeId )
: RscTop( nId, nTypeId )
@@ -274,10 +234,6 @@ RscLongRange::RscLongRange( Atom nId, sal_uInt32 nTypeId )
|*
|* RscLongRange::GetClassType()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.07.94
-|* Letzte Aenderung MM 18.07.94
-|*
*************************************************************************/
RSCCLASS_TYPE RscLongRange::GetClassType() const
{
@@ -288,10 +244,6 @@ RSCCLASS_TYPE RscLongRange::GetClassType() const
|*
|* RscLongRange::SetRange()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.07.94
-|* Letzte Aenderung MM 18.07.94
-|*
*************************************************************************/
ERRTYPE RscLongRange::SetRange( INT32 nMinimum, INT32 nMaximum )
{
@@ -313,10 +265,6 @@ ERRTYPE RscLongRange::SetRange( INT32 nMinimum, INT32 nMaximum )
|*
|* RscLongRange::IsValueDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.02.92
-|* Letzte Aenderung MM 15.02.92
-|*
*************************************************************************/
BOOL RscLongRange::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
{
@@ -332,10 +280,6 @@ BOOL RscLongRange::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef )
|*
|* RscLongRange::SetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.07.94
-|* Letzte Aenderung MM 18.07.94
-|*
*************************************************************************/
ERRTYPE RscLongRange::SetNumber( const RSCINST & rInst, INT32 nValue )
{
@@ -351,10 +295,6 @@ ERRTYPE RscLongRange::SetNumber( const RSCINST & rInst, INT32 nValue )
|*
|* RscLongRange::GetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.04.91
-|* Letzte Aenderung MM 22.04.91
-|*
*************************************************************************/
ERRTYPE RscLongRange::GetNumber( const RSCINST & rInst, INT32 * pN )
{
@@ -367,10 +307,6 @@ ERRTYPE RscLongRange::GetNumber( const RSCINST & rInst, INT32 * pN )
|*
|* RscLongRange::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.07.94
-|* Letzte Aenderung MM 18.07.94
-|*
*************************************************************************/
RSCINST RscLongRange::Create( RSCINST * pInst, const RSCINST & rDflt,
BOOL bOwnClass )
@@ -409,10 +345,6 @@ RSCINST RscLongRange::Create( RSCINST * pInst, const RSCINST & rDflt,
|*
|* RscLongRange::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.07.94
-|* Letzte Aenderung MM 18.07.94
-|*
*************************************************************************/
void RscLongRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont *, sal_uInt32, const char * )
@@ -426,10 +358,6 @@ void RscLongRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscLongRange::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.07.94
-|* Letzte Aenderung MM 18.04.94
-|*
*************************************************************************/
ERRTYPE RscLongRange::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
RscTypCont *, sal_uInt32, BOOL )
@@ -482,10 +410,6 @@ ERRTYPE RscLongEnumRange::SetConst( const RSCINST & rInst, Atom /*nConst*/,
|*
|* RscIdRange::RscIdRange()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RscIdRange::RscIdRange( Atom nId, sal_uInt32 nTypeId )
: RscTop( nId, nTypeId )
@@ -498,10 +422,6 @@ RscIdRange::RscIdRange( Atom nId, sal_uInt32 nTypeId )
|*
|* RscIdRange::RscIdRange()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RSCCLASS_TYPE RscIdRange::GetClassType() const
{
@@ -512,10 +432,6 @@ RSCCLASS_TYPE RscIdRange::GetClassType() const
|*
|* RscIdRange::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RSCINST RscIdRange::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass ){
RSCINST aInst;
@@ -554,10 +470,6 @@ RSCINST RscIdRange::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnCla
|*
|* RscIdRange::Destroy()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.11.91
-|* Letzte Aenderung MM 22.11.91
-|*
*************************************************************************/
void RscIdRange :: Destroy( const RSCINST & rInst ){
((RscId *)rInst.pData)->Destroy();
@@ -567,10 +479,6 @@ void RscIdRange :: Destroy( const RSCINST & rInst ){
|*
|* RscIdRange::IsValueDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.01.92
-|* Letzte Aenderung MM 15.01.92
-|*
*************************************************************************/
BOOL RscIdRange::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
if( pDef ){
@@ -592,10 +500,6 @@ BOOL RscIdRange::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
|*
|* RscIdRange::SetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.11.91
-|* Letzte Aenderung MM 25.11.91
-|*
*************************************************************************/
ERRTYPE RscIdRange::SetNumber( const RSCINST & rInst, INT32 nValue )
{
@@ -611,10 +515,6 @@ ERRTYPE RscIdRange::SetNumber( const RSCINST & rInst, INT32 nValue )
|*
|* RscIdRange::GetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.11.91
-|* Letzte Aenderung MM 25.11.91
-|*
*************************************************************************/
ERRTYPE RscIdRange::GetNumber( const RSCINST & rInst, INT32 * plValue ){
*plValue = ((RscId *)rInst.pData)->GetNumber();
@@ -625,10 +525,6 @@ ERRTYPE RscIdRange::GetNumber( const RSCINST & rInst, INT32 * plValue ){
|*
|* RscIdRange::SetRef()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.11.91
-|* Letzte Aenderung MM 22.11.91
-|*
*************************************************************************/
ERRTYPE RscIdRange::SetRef( const RSCINST & rInst, const RscId & rRscId ){
ERRTYPE aError;
@@ -649,10 +545,6 @@ ERRTYPE RscIdRange::SetRef( const RSCINST & rInst, const RscId & rRscId ){
|*
|* RscIdRange::GetRef()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.11.91
-|* Letzte Aenderung MM 22.11.91
-|*
*************************************************************************/
ERRTYPE RscIdRange::GetRef( const RSCINST & rInst, RscId * pRscId ){
*pRscId = *(RscId *)rInst.pData;
@@ -664,10 +556,6 @@ ERRTYPE RscIdRange::GetRef( const RSCINST & rInst, RscId * pRscId ){
|*
|* RscIdRange::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.11.91
-|* Letzte Aenderung MM 25.11.91
-|*
*************************************************************************/
void RscIdRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont *, sal_uInt32, const char * )
@@ -679,10 +567,6 @@ void RscIdRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscIdRange::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.11.91
-|* Letzte Aenderung MM 25.11.91
-|*
*************************************************************************/
ERRTYPE RscIdRange::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
RscTypCont *, sal_uInt32, BOOL )
@@ -711,10 +595,6 @@ void RscIdRange::WriteRcAccess
|*
|* RscIdRange::IsConsistent()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.11.91
-|* Letzte Aenderung MM 22.11.91
-|*
*************************************************************************/
BOOL RscIdRange::IsConsistent( const RSCINST & rInst, RscInconsList * pList )
{
@@ -734,10 +614,6 @@ BOOL RscIdRange::IsConsistent( const RSCINST & rInst, RscInconsList * pList )
|*
|* RscBool::RscBool()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.04.91
-|* Letzte Aenderung MM 29.04.91
-|*
*************************************************************************/
RscBool::RscBool( Atom nId, sal_uInt32 nTypeId )
: RscRange( nId, nTypeId )
@@ -749,10 +625,6 @@ RscBool::RscBool( Atom nId, sal_uInt32 nTypeId )
|*
|* RscBool::GetClassType()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.04.91
-|* Letzte Aenderung MM 29.04.91
-|*
*************************************************************************/
RSCCLASS_TYPE RscBool::GetClassType() const
{
@@ -763,10 +635,6 @@ RSCCLASS_TYPE RscBool::GetClassType() const
|*
|* RscBool::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.04.91
-|* Letzte Aenderung MM 29.04.91
-|*
*************************************************************************/
void RscBool::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont *, sal_uInt32, const char * )
@@ -798,10 +666,6 @@ void RscBool::WriteRcAccess
|*
|* RscBreakRange::SetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.06.91
-|* Letzte Aenderung MM 24.06.91
-|*
*************************************************************************/
RscBreakRange :: RscBreakRange( Atom nId, sal_uInt32 nTypeId )
: RscRange( nId, nTypeId )
@@ -813,10 +677,6 @@ RscBreakRange :: RscBreakRange( Atom nId, sal_uInt32 nTypeId )
|*
|* RscBreakRange::SetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.06.91
-|* Letzte Aenderung MM 24.06.91
-|*
*************************************************************************/
ERRTYPE RscBreakRange::SetNumber( const RSCINST & rInst, INT32 nValue ){
if( nValue == nOutRange )
@@ -829,10 +689,6 @@ ERRTYPE RscBreakRange::SetNumber( const RSCINST & rInst, INT32 nValue ){
|*
|* RscBreakRange::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.06.91
-|* Letzte Aenderung MM 24.06.91
-|*
*************************************************************************/
RSCINST RscBreakRange::Create( RSCINST * pInst, const RSCINST & rDflt,
BOOL bOwnClass )
diff --git a/rsc/source/res/rscstr.cxx b/rsc/source/res/rscstr.cxx
index e830b89ec4e3..94d69f860cc2 100644
--- a/rsc/source/res/rscstr.cxx
+++ b/rsc/source/res/rscstr.cxx
@@ -48,10 +48,6 @@
|*
|* RscString::RscString()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 25.04.91
-|*
*************************************************************************/
RscString::RscString( Atom nId, sal_uInt32 nTypeId )
: RscTop( nId, nTypeId )
@@ -64,10 +60,6 @@ RscString::RscString( Atom nId, sal_uInt32 nTypeId )
|*
|* RscString::GetClassType()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 25.04.91
-|*
*************************************************************************/
RSCCLASS_TYPE RscString::GetClassType() const
{
@@ -78,10 +70,6 @@ RSCCLASS_TYPE RscString::GetClassType() const
|*
|* RscString::SetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 25.04.91
-|*
*************************************************************************/
ERRTYPE RscString::SetString( const RSCINST & rInst, const char * pStr ){
char * pTmp;
@@ -112,10 +100,6 @@ ERRTYPE RscString::SetString( const RSCINST & rInst, const char * pStr ){
|*
|* RscString::GetString()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 25.04.91
-|*
*************************************************************************/
ERRTYPE RscString::GetString( const RSCINST & rInst, char ** ppStr ){
*ppStr = ((RscStringInst *)rInst.pData)->pStr;
@@ -126,10 +110,6 @@ ERRTYPE RscString::GetString( const RSCINST & rInst, char ** ppStr ){
|*
|* RscString::GetRef()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.07.91
-|* Letzte Aenderung MM 22.07.91
-|*
*************************************************************************/
ERRTYPE RscString::GetRef( const RSCINST & rInst, RscId * pRscId ){
*pRscId = ((RscStringInst *)rInst.pData)->aRefId;
@@ -140,10 +120,6 @@ ERRTYPE RscString::GetRef( const RSCINST & rInst, RscId * pRscId ){
|*
|* RscString::SetRef()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
ERRTYPE RscString::SetRef( const RSCINST & rInst, const RscId & rRefId ){
if( pRefClass ){
@@ -160,10 +136,6 @@ ERRTYPE RscString::SetRef( const RSCINST & rInst, const RscId & rRefId ){
|*
|* RscString::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 25.04.91
-|*
*************************************************************************/
RSCINST RscString::Create( RSCINST * pInst, const RSCINST & rDflt,
BOOL bOwnClass )
@@ -199,10 +171,6 @@ RSCINST RscString::Create( RSCINST * pInst, const RSCINST & rDflt,
|*
|* RscString::Destroy()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
void RscString::Destroy( const RSCINST & rInst ){
if( ((RscStringInst *)rInst.pData)->pStr )
@@ -214,10 +182,6 @@ void RscString::Destroy( const RSCINST & rInst ){
|*
|* RscString::IsValueDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.01.92
-|* Letzte Aenderung MM 15.01.92
-|*
*************************************************************************/
BOOL RscString::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
RscStringInst * pData = (RscStringInst*)rInst.pData;
@@ -266,10 +230,6 @@ BOOL RscString::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
|*
|* RscString::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 25.04.91
-|* Letzte Aenderung MM 25.04.91
-|*
*************************************************************************/
void RscString::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont *, sal_uInt32, const char * )
@@ -314,10 +274,6 @@ void RscString::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscString::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.04.91
-|* Letzte Aenderung MM 15.04.91
-|*
*************************************************************************/
ERRTYPE RscString::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
RscTypCont * pTC, sal_uInt32 nDeep, BOOL bExtra )
diff --git a/rsc/source/res/rsctop.cxx b/rsc/source/res/rsctop.cxx
index 7b6ae4c06410..7bb0cf707eff 100644
--- a/rsc/source/res/rsctop.cxx
+++ b/rsc/source/res/rsctop.cxx
@@ -43,10 +43,6 @@
|*
|* RscTop::RscTop()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.06.91
-|* Letzte Aenderung MM 03.06.91
-|*
*************************************************************************/
RscTop::RscTop( Atom nId, sal_uInt32 nTypIdent, RscTop * pSuperCl )
: RefNode( nId )
@@ -63,10 +59,6 @@ RscTop::RscTop( Atom nId, sal_uInt32 nTypIdent, RscTop * pSuperCl )
|*
|* RscTop::SetCallPar()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
void RscTop::SetCallPar( const ByteString & rPar1, const ByteString & rPar2,
const ByteString & rParType )
@@ -80,10 +72,6 @@ void RscTop::SetCallPar( const ByteString & rPar1, const ByteString & rPar2,
|*
|* RscTop::GetDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::GetDefault()
{
@@ -96,10 +84,6 @@ RSCINST RscTop::GetDefault()
|*
|* RscTop::Pre_dtor()
|*
-|* Beschreibung
-|* Ersterstellung MM 19.06.91
-|* Letzte Aenderung MM 19.06.91
-|*
*************************************************************************/
void RscTop :: Pre_dtor(){
if( aDfltInst.IsInst() ){
@@ -113,10 +97,6 @@ void RscTop :: Pre_dtor(){
|*
|* RscTop::GetConstant()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
Atom RscTop :: GetConstant( sal_uInt32 ){
return InvalidAtom;
@@ -126,10 +106,6 @@ Atom RscTop :: GetConstant( sal_uInt32 ){
|*
|* RscTop::GetIndexType()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RscTop * RscTop::GetTypeClass() const
{
@@ -143,10 +119,6 @@ RscTop * RscTop::GetTypeClass() const
|*
|* RscTop::Size()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
sal_uInt32 RscTop :: Size()
{
@@ -160,10 +132,6 @@ sal_uInt32 RscTop :: Size()
|*
|* RscTop::GetRef()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop :: GetRef( const RSCINST & rInst, RscId * pRscId ){
if( pSuperClass )
@@ -176,10 +144,6 @@ ERRTYPE RscTop :: GetRef( const RSCINST & rInst, RscId * pRscId ){
|*
|* RscTop::InHierarchy()
|*
-|* Beschreibung
-|* Ersterstellung MM 17.05.91
-|* Letzte Aenderung MM 17.05.91
-|*
*************************************************************************/
BOOL RscTop::InHierarchy( RscTop * pClass ){
if( this == pClass )
@@ -193,10 +157,6 @@ BOOL RscTop::InHierarchy( RscTop * pClass ){
|*
|* RscTop::SetVariable()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetVariable( Atom nVarName, RscTop * pClass,
RSCINST * pDflt, RSCVAR nVarType, sal_uInt32 nMask,
@@ -214,10 +174,6 @@ ERRTYPE RscTop::SetVariable( Atom nVarName, RscTop * pClass,
|*
|* RscTop::EnumVariable()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.02.93
-|* Letzte Aenderung MM 03.02.93
-|*
*************************************************************************/
void RscTop::EnumVariables( void * pData, VarEnumCallbackProc pProc )
{
@@ -229,10 +185,6 @@ void RscTop::EnumVariables( void * pData, VarEnumCallbackProc pProc )
|*
|* RscTop::GetVariable()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::GetVariable
(
@@ -254,10 +206,6 @@ RSCINST RscTop::GetVariable
|*
|* RscTop::GetCopyVar()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::GetCopyVar( const RSCINST & rInst, Atom nVarName )
{
@@ -272,10 +220,6 @@ RSCINST RscTop::GetCopyVar( const RSCINST & rInst, Atom nVarName )
|*
|* RscTop::GetTupelVar()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::GetTupelVar( const RSCINST & rInst, sal_uInt32 nPos,
const RSCINST & rInitInst )
@@ -290,10 +234,6 @@ RSCINST RscTop::GetTupelVar( const RSCINST & rInst, sal_uInt32 nPos,
|*
|* RscTop::GetElement()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetElement( const RSCINST & rInst, const RscId & rEleName,
RscTop *pCreateClass, const RSCINST & rCreateInst,
@@ -312,10 +252,6 @@ ERRTYPE RscTop::GetElement( const RSCINST & rInst, const RscId & rEleName,
|*
|* RscTop::GetArrayEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetArrayEle
(
@@ -335,10 +271,6 @@ ERRTYPE RscTop::GetArrayEle
|*
|* RscTop::GetValueEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetValueEle
(
@@ -358,10 +290,6 @@ ERRTYPE RscTop::GetValueEle
|*
|* RscTop::SearchEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::SearchEle( const RSCINST & rInst, const RscId & rEleName,
RscTop * pClass )
@@ -377,10 +305,6 @@ RSCINST RscTop::SearchEle( const RSCINST & rInst, const RscId & rEleName,
|*
|* RscTop::GetPosEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::GetPosEle( const RSCINST & rInst, sal_uInt32 nPos ){
if( pSuperClass )
@@ -394,10 +318,6 @@ RSCINST RscTop::GetPosEle( const RSCINST & rInst, sal_uInt32 nPos ){
|*
|* RscTop::MovePosEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::MovePosEle( const RSCINST & rInst, sal_uInt32 nDestPos,
sal_uInt32 nSourcePos )
@@ -413,10 +333,6 @@ ERRTYPE RscTop::MovePosEle( const RSCINST & rInst, sal_uInt32 nDestPos,
|*
|* RscTop::SetPosRscId()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetPosRscId( const RSCINST & rInst, sal_uInt32 nPos,
const RscId & rRscId )
@@ -432,10 +348,6 @@ ERRTYPE RscTop::SetPosRscId( const RSCINST & rInst, sal_uInt32 nPos,
|*
|* RscTop::GetInfoEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
SUBINFO_STRUCT RscTop::GetInfoEle( const RSCINST & rInst, sal_uInt32 nPos ){
if( pSuperClass )
@@ -449,10 +361,6 @@ SUBINFO_STRUCT RscTop::GetInfoEle( const RSCINST & rInst, sal_uInt32 nPos ){
|*
|* RscTop::GetCount()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
sal_uInt32 RscTop::GetCount( const RSCINST & rInst ){
if( pSuperClass )
@@ -465,10 +373,6 @@ sal_uInt32 RscTop::GetCount( const RSCINST & rInst ){
|*
|* RscTop::SetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetNumber( const RSCINST & rInst, INT32 lValue ){
if( pSuperClass )
@@ -482,10 +386,6 @@ ERRTYPE RscTop::SetNumber( const RSCINST & rInst, INT32 lValue ){
|*
|* RscTop::SetBool()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetBool( const RSCINST & rInst, BOOL bValue ){
if( pSuperClass )
@@ -499,10 +399,6 @@ ERRTYPE RscTop::SetBool( const RSCINST & rInst, BOOL bValue ){
|*
|* RscTop::SetConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetConst( const RSCINST & rInst, Atom nId, INT32 nVal )
{
@@ -516,10 +412,6 @@ ERRTYPE RscTop::SetConst( const RSCINST & rInst, Atom nId, INT32 nVal )
|*
|* RscTop::SetNotConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetNotConst( const RSCINST & rInst, Atom nId ){
if( pSuperClass )
@@ -533,10 +425,6 @@ ERRTYPE RscTop::SetNotConst( const RSCINST & rInst, Atom nId ){
|*
|* RscTop::SetString()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetString( const RSCINST & rInst, const char * pStr ){
if( pSuperClass )
@@ -550,10 +438,6 @@ ERRTYPE RscTop::SetString( const RSCINST & rInst, const char * pStr ){
|*
|* RscTop::GetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetNumber( const RSCINST & rInst, INT32 * pN ){
if( pSuperClass )
@@ -567,10 +451,6 @@ ERRTYPE RscTop::GetNumber( const RSCINST & rInst, INT32 * pN ){
|*
|* RscTop::GetBool()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetBool( const RSCINST & rInst, BOOL * pB ){
if( pSuperClass )
@@ -584,10 +464,6 @@ ERRTYPE RscTop::GetBool( const RSCINST & rInst, BOOL * pB ){
|*
|* RscTop::GetCont()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetConst( const RSCINST & rInst, Atom * pH ){
if( pSuperClass )
@@ -601,10 +477,6 @@ ERRTYPE RscTop::GetConst( const RSCINST & rInst, Atom * pH ){
|*
|* RscTop::GetString()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetString( const RSCINST & rInst, char ** ppStr ){
if( pSuperClass )
@@ -618,10 +490,6 @@ ERRTYPE RscTop::GetString( const RSCINST & rInst, char ** ppStr ){
|*
|* RscTop::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 17.05.91
-|* Letzte Aenderung MM 17.07.91
-|*
*************************************************************************/
RSCINST RscTop::Create( RSCINST * pInst, const RSCINST & rDefInst, BOOL bOwnRange )
{
@@ -639,10 +507,6 @@ RSCINST RscTop::Create( RSCINST * pInst, const RSCINST & rDefInst, BOOL bOwnRang
|*
|* RscTop::Destroy()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
void RscTop::Destroy( const RSCINST & rInst ){
if( pSuperClass )
@@ -653,10 +517,6 @@ void RscTop::Destroy( const RSCINST & rInst ){
|*
|* RscTop::IsConsistent()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
BOOL RscTop::IsConsistent( const RSCINST & rInst,
RscInconsList * pList )
@@ -671,10 +531,6 @@ BOOL RscTop::IsConsistent( const RSCINST & rInst,
|*
|* RscTop::SetToDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
void RscTop::SetToDefault( const RSCINST & rInst )
{
@@ -686,10 +542,6 @@ void RscTop::SetToDefault( const RSCINST & rInst )
|*
|* RscTop::IsDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
BOOL RscTop::IsDefault( const RSCINST & rInst ){
if( pSuperClass )
@@ -702,10 +554,6 @@ BOOL RscTop::IsDefault( const RSCINST & rInst ){
|*
|* RscTop::IsValueDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
BOOL RscTop::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
if( pSuperClass )
@@ -718,10 +566,6 @@ BOOL RscTop::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
|*
|* RscTop::SetDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
void RscTop::SetDefault( const RSCINST & rInst, Atom nVarId ){
if( pSuperClass )
@@ -732,10 +576,6 @@ void RscTop::SetDefault( const RSCINST & rInst, Atom nVarId ){
|*
|* RscTop::GetDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::GetDefault( Atom nVarId ){
if( pSuperClass )
@@ -749,10 +589,6 @@ RSCINST RscTop::GetDefault( Atom nVarId ){
|*
|* RscTop::Delete()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
void RscTop::Delete( const RSCINST & rInst, RscTop * pClass,
const RscId & rId )
@@ -765,10 +601,6 @@ void RscTop::Delete( const RSCINST & rInst, RscTop * pClass,
|*
|* RscTop::DeletePos()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
void RscTop::DeletePos( const RSCINST & rInst, sal_uInt32 nPos )
{
@@ -780,10 +612,6 @@ void RscTop::DeletePos( const RSCINST & rInst, sal_uInt32 nPos )
|*
|* RscTop::SetRef()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.09.91
-|* Letzte Aenderung MM 18.09.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetRef( const RSCINST & rInst, const RscId & rRefId ){
if( pSuperClass )
@@ -796,10 +624,6 @@ ERRTYPE RscTop::SetRef( const RSCINST & rInst, const RscId & rRefId ){
|*
|* RscTop::WriteHxxHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
ERRTYPE RscTop::WriteHxxHeader( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId )
@@ -814,10 +638,6 @@ ERRTYPE RscTop::WriteHxxHeader( const RSCINST & rInst, FILE * fOutput,
|*
|* RscTop::WriteHxx()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
ERRTYPE RscTop::WriteHxx( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId ){
@@ -831,10 +651,6 @@ ERRTYPE RscTop::WriteHxx( const RSCINST & rInst, FILE * fOutput,
|*
|* RscTop::WriteCxxHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
ERRTYPE RscTop::WriteCxxHeader( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId )
@@ -849,10 +665,6 @@ ERRTYPE RscTop::WriteCxxHeader( const RSCINST & rInst, FILE * fOutput,
|*
|* RscTop::WriteCxx()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
ERRTYPE RscTop::WriteCxx( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId ){
@@ -866,10 +678,6 @@ ERRTYPE RscTop::WriteCxx( const RSCINST & rInst, FILE * fOutput,
|*
|* RscTop::WriteSrcHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
void RscTop::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, sal_uInt32 nTab,
@@ -885,10 +693,6 @@ void RscTop::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
|*
|* RscTop::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
void RscTop::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, sal_uInt32 nTab, const char * pVarName )
@@ -901,10 +705,6 @@ void RscTop::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscTop::WriteRcHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.04.91
-|* Letzte Aenderung MM 12.04.91
-|*
*************************************************************************/
ERRTYPE RscTop::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem,
RscTypCont * pTC, const RscId & rId,
@@ -921,10 +721,6 @@ ERRTYPE RscTop::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem,
|*
|* RscTop::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
ERRTYPE RscTop::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
RscTypCont * pTC, sal_uInt32 nDeep, BOOL bExtra )
@@ -940,10 +736,6 @@ ERRTYPE RscTop::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
|*
|* RscTop::WriteSyntaxHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
void RscTop::WriteSyntaxHeader( FILE * fOutput, RscTypCont * pTC )
{
@@ -959,10 +751,6 @@ void RscTop::WriteSyntaxHeader( FILE * fOutput, RscTypCont * pTC )
|*
|* RscTop::WriteSyntax()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
void RscTop::WriteSyntax( FILE * fOutput, RscTypCont * pTC )
{
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx
index 72a980462cb8..0ddc37f6da67 100644
--- a/rsc/source/rsc/rsc.cxx
+++ b/rsc/source/rsc/rsc.cxx
@@ -95,8 +95,6 @@ AtomContainer* pHS = NULL;
|* RscCmdLine::Init()
|*
|* Beschreibung Kommandozeile interpretierten
-|* Ersterstellung MM 03.05.91
-|* Letzte Aenderung MM 03.05.91
|*
*************************************************************************/
void RscCmdLine::Init()
@@ -115,8 +113,6 @@ void RscCmdLine::Init()
|* RscCmdLine::RscCmdLine()
|*
|* Beschreibung Kommandozeile interpretierten
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 13.02.91
|*
*************************************************************************/
RscCmdLine::RscCmdLine()
@@ -129,8 +125,6 @@ RscCmdLine::RscCmdLine()
|* RscCmdLine::RscCmdLine()
|*
|* Beschreibung Kommandozeile interpretierten
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 13.02.91
|*
*************************************************************************/
RscCmdLine::RscCmdLine( int argc, char ** argv, RscError * pEH )
@@ -339,8 +333,6 @@ RscCmdLine::RscCmdLine( int argc, char ** argv, RscError * pEH )
|* RscCmdLine::~RscCmdLine()
|*
|* Beschreibung dtor
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 13.02.91
|*
*************************************************************************/
RscCmdLine::~RscCmdLine()
@@ -423,10 +415,6 @@ RscCompiler::RscCompiler( RscCmdLine * pLine, RscTypCont * pTypCont )
|*
|* RscCompiler :: RscCompiler()
|*
-|* Beschreibung
-|* Ersterstellung MM 07.02.91
-|* Letzte Aenderung MM 07.02.91
-|*
*************************************************************************/
RscCompiler::~RscCompiler()
{
@@ -463,8 +451,6 @@ RscCompiler::~RscCompiler()
|* RscCompiler::Start()
|*
|* Beschreibung Datei in Kommandozeile aendern
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 13.02.91
|*
*************************************************************************/
ERRTYPE RscCompiler::Start()
@@ -547,8 +533,6 @@ printf( "khg\n" );
|* RscCmdLine::EndCompile()
|*
|* Beschreibung Datei in Kommandozeile aendern
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 13.02.91
|*
*************************************************************************/
void RscCompiler::EndCompile()
@@ -652,10 +636,6 @@ void RscCompiler::EndCompile()
|*
|* RscCompiler::IncludeParser()
|*
-|* Beschreibung
-|* Ersterstellung MM 21.06.91
-|* Letzte Aenderung MM 21.06.91
-|*
*************************************************************************/
ERRTYPE RscCompiler :: IncludeParser( ULONG lFileKey )
{
@@ -720,10 +700,6 @@ ERRTYPE RscCompiler :: IncludeParser( ULONG lFileKey )
|*
|* RscCompiler :: ParseOneFile()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.06.91
-|* Letzte Aenderung MM 26.06.91
-|*
*************************************************************************/
ERRTYPE RscCompiler :: ParseOneFile( ULONG lFileKey,
const RscCmdLine::OutputFile* pOutputFile,
@@ -799,10 +775,6 @@ ERRTYPE RscCompiler :: ParseOneFile( ULONG lFileKey,
|*
|* RscCompiler :: Link()
|*
-|* Beschreibung
-|* Ersterstellung MM 07.02.91
-|* Letzte Aenderung MM 07.02.91
-|*
*************************************************************************/
static OString do_prefix( const char* pPrefix, const OUString& rFile )
diff --git a/rsc/source/tools/rscchar.cxx b/rsc/source/tools/rscchar.cxx
index 7c72d1c8df2c..0a476662c347 100644
--- a/rsc/source/tools/rscchar.cxx
+++ b/rsc/source/tools/rscchar.cxx
@@ -48,8 +48,6 @@
|* RscChar::MakeChar()
|*
|* Beschreibung Der String wird nach C-Konvention umgesetzt
-|* Ersterstellung MM 20.03.91
-|* Letzte Aenderung MM 20.03.91
|*
*************************************************************************/
char * RscChar::MakeUTF8( char * pStr, UINT16 nTextEncoding )
diff --git a/rsc/source/tools/rscdef.cxx b/rsc/source/tools/rscdef.cxx
index 8c11dc13f9ab..0b5fe9cc9576 100644
--- a/rsc/source/tools/rscdef.cxx
+++ b/rsc/source/tools/rscdef.cxx
@@ -42,10 +42,6 @@ BOOL RscId::bNames = TRUE;
|* static RscId::SetNames
|* static RscId::SetNoNames
|*
-|* Beschreibung
-|* Ersterstellung MM 26.06.91
-|* Letzte Aenderung MM 26.06.91
-|*
*************************************************************************/
void RscId::SetNames( BOOL bSet ) { bNames = bSet; }
BOOL RscId::IsSetNames() { return bNames; }
@@ -54,10 +50,6 @@ BOOL RscId::IsSetNames() { return bNames; }
|*
|* RscId::GetNumber
|*
-|* Beschreibung
-|* Ersterstellung MM 17.05.91
-|* Letzte Aenderung MM 17.05.91
-|*
*************************************************************************/
INT32 RscId::GetNumber() const{
INT32 lVal;
@@ -69,10 +61,6 @@ INT32 RscId::GetNumber() const{
|*
|* RscId::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
void RscId::Create( const RscExpType & rExpType )
{
@@ -91,10 +79,6 @@ void RscId::Create( const RscExpType & rExpType )
|*
|* RscId::Destroy()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
void RscId::Destroy(){
if( aExp.IsDefinition() )
@@ -106,10 +90,6 @@ void RscId::Destroy(){
|*
|* RscId::RscId()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
RscId::RscId( const RscId& rRscId ){
aExp = rRscId.aExp;
@@ -121,10 +101,6 @@ RscId::RscId( const RscId& rRscId ){
|*
|* RscId::RscId()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 25.11.91
-|*
*************************************************************************/
RscId::RscId( RscDefine * pDef ){
RscExpType aExpType;
@@ -138,10 +114,6 @@ RscId::RscId( RscDefine * pDef ){
|*
|* RscId:: =
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
RscId& RscId::operator = ( const RscId& rRscId ){
if( rRscId.aExp.IsDefinition() )
@@ -155,10 +127,6 @@ RscId& RscId::operator = ( const RscId& rRscId ){
|*
|* RscId::operator ==
|*
-|* Beschreibung
-|* Ersterstellung MM 16.05.91
-|* Letzte Aenderung MM 16.05.91
-|*
*************************************************************************/
BOOL RscId::operator == ( const RscId& rRscId ) const
{
@@ -169,10 +137,6 @@ BOOL RscId::operator == ( const RscId& rRscId ) const
|*
|* RscId::operator <
|*
-|* Beschreibung
-|* Ersterstellung MM 16.05.91
-|* Letzte Aenderung MM 16.05.91
-|*
*************************************************************************/
BOOL RscId::operator < ( const RscId& rRscId ) const
{
@@ -183,10 +147,6 @@ BOOL RscId::operator < ( const RscId& rRscId ) const
|*
|* RscId::operator >
|*
-|* Beschreibung
-|* Ersterstellung MM 16.05.91
-|* Letzte Aenderung MM 16.05.91
-|*
*************************************************************************/
BOOL RscId::operator > ( const RscId& rRscId ) const
{
@@ -197,10 +157,6 @@ BOOL RscId::operator > ( const RscId& rRscId ) const
|*
|* RscId::INT32()
|*
-|* Beschreibung
-|* Ersterstellung MM 16.05.91
-|* Letzte Aenderung MM 16.05.91
-|*
*************************************************************************/
RscId::operator INT32() const
{
@@ -211,10 +167,6 @@ RscId::operator INT32() const
|*
|* RscId::GetNames()
|*
-|* Beschreibung
-|* Ersterstellung MM 16.05.91
-|* Letzte Aenderung MM 25.11.91
-|*
*************************************************************************/
ByteString RscId::GetName() const
{
@@ -235,10 +187,6 @@ ByteString RscId::GetName() const
|*
|* RscId::GetMacro()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 25.11.91
-|*
*************************************************************************/
ByteString RscId::GetMacro() const
{
@@ -257,10 +205,6 @@ ByteString RscId::GetMacro() const
|*
|* RscDefine::RscDefine()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
RscDefine::RscDefine( ULONG lKey, const ByteString & rDefName, INT32 lDefId )
: StringNode( rDefName )
@@ -285,10 +229,6 @@ RscDefine::RscDefine( ULONG lKey, const ByteString & rDefName,
|*
|* RscDefine::~RscDefine()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
RscDefine::~RscDefine(){
if( pExp )
@@ -301,10 +241,6 @@ RscDefine::~RscDefine(){
|*
|* RscDefine::DecRef()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
void RscDefine::DecRef(){
nRefCount--;
@@ -317,10 +253,6 @@ void RscDefine::DecRef(){
|*
|* RscDefine::DefineToNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 07.11.91
-|* Letzte Aenderung MM 07.11.91
-|*
*************************************************************************/
void RscDefine::DefineToNumber()
{
@@ -334,10 +266,6 @@ void RscDefine::DefineToNumber()
|*
|* RscDefine::ChangeMacro()
|*
-|* Beschreibung
-|* Ersterstellung MM 04.11.91
-|* Letzte Aenderung MM 04.11.91
-|*
*************************************************************************/
void RscDefine::ChangeMacro( RscExpression * pExpression ){
if( pExp )
@@ -358,10 +286,6 @@ void RscDefine::ChangeMacro( INT32 lIdentifier ){
|*
|* RscDefine::Evaluate()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
BOOL RscDefine::Evaluate(){
BOOL bRet = TRUE;
@@ -376,10 +300,6 @@ BOOL RscDefine::Evaluate(){
|*
|* RscDefine::Search()
|*
-|* Beschreibung
-|* Ersterstellung MM 11.11.91
-|* Letzte Aenderung MM 11.11.91
-|*
*************************************************************************/
RscDefine * RscDefine::Search( const char * pStr ){
return (RscDefine *)StringNode::Search( pStr );
@@ -389,10 +309,6 @@ RscDefine * RscDefine::Search( const char * pStr ){
|*
|* RscDefine::GetMacro()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
ByteString RscDefine::GetMacro()
{
@@ -406,10 +322,6 @@ ByteString RscDefine::GetMacro()
|*
|* RscDefineList::New()
|*
-|* Beschreibung
-|* Ersterstellung MM 04.11.91
-|* Letzte Aenderung MM 04.11.91
-|*
*************************************************************************/
RscDefine * RscDefineList::New( ULONG lFileKey, const ByteString & rDefName,
INT32 lDefId, ULONG lPos )
@@ -438,10 +350,6 @@ RscDefine * RscDefineList::New( ULONG lFileKey, const ByteString & rDefName,
|*
|* RscDefineList::Remove()
|*
-|* Beschreibung
-|* Ersterstellung MM 04.11.91
-|* Letzte Aenderung MM 04.11.91
-|*
*************************************************************************/
BOOL RscDefineList::Remove( RscDefine * pDef ){
pDef = RscSubDefList::Remove( pDef );
@@ -479,10 +387,6 @@ BOOL RscDefineList::Remove(){
|*
|* RscDefineList::Befor()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.11.91
-|* Letzte Aenderung MM 12.11.91
-|*
*************************************************************************/
BOOL RscDefineList::Befor( const RscDefine * pFree,
const RscDefine * pDepend )
@@ -508,10 +412,6 @@ BOOL RscDefineList::Befor( const RscDefine * pFree,
|*
|* RscDefineList::WriteAll()
|*
-|* Beschreibung
-|* Ersterstellung MM 28.10.91
-|* Letzte Aenderung MM 28.10.91
-|*
*************************************************************************/
void RscDefineList::WriteAll( FILE * fOutput )
{
@@ -531,10 +431,6 @@ void RscDefineList::WriteAll( FILE * fOutput )
|*
|* RscExpType::Evaluate()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
BOOL RscExpType::Evaluate( INT32 * plValue ) const{
if( IsDefinition() ){
@@ -556,10 +452,6 @@ BOOL RscExpType::Evaluate( INT32 * plValue ) const{
|*
|* RscExpType::GetMacro()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
void RscExpType::GetMacro( ByteString & rStr ) const
{
@@ -581,10 +473,6 @@ void RscExpType::GetMacro( ByteString & rStr ) const
|*
|* RscExpression::RscExpression()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
RscExpression::RscExpression( RscExpType aLE, char cOp, RscExpType aRE )
{
@@ -601,10 +489,6 @@ RscExpression::RscExpression( RscExpType aLE, char cOp, RscExpType aRE )
|*
|* RscExpression::~RscExpression()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
RscExpression::~RscExpression(){
if( aLeftExp.IsDefinition() )
@@ -622,10 +506,6 @@ RscExpression::~RscExpression(){
|*
|* RscExpression::Evaluate()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
BOOL RscExpression::Evaluate( INT32 * plValue ){
INT32 lLeft;
@@ -661,10 +541,6 @@ BOOL RscExpression::Evaluate( INT32 * plValue ){
|*
|* RscExpression::GetMacro()
|*
-|* Beschreibung
-|* Ersterstellung MM 01.11.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
ByteString RscExpression::GetMacro()
{
@@ -707,10 +583,6 @@ ByteString RscExpression::GetMacro()
|*
|* RscFile::RscFile()
|*
-|* Beschreibung
-|* Ersterstellung MM 04.11.91
-|* Letzte Aenderung MM 04.11.91
-|*
*************************************************************************/
RscFile :: RscFile(){
bLoaded = FALSE;
@@ -723,10 +595,6 @@ RscFile :: RscFile(){
|*
|* RscFile::~RscFile()
|*
-|* Beschreibung
-|* Ersterstellung MM 04.11.91
-|* Letzte Aenderung MM 04.11.91
-|*
*************************************************************************/
RscFile :: ~RscFile(){
RscDepend * pDep = Remove( (ULONG)0 );
@@ -749,8 +617,6 @@ RscFile :: ~RscFile(){
|* Beschreibung Diese Methode gibt TRUE zurueck, wenn lDepend
|* existiert und hinter lFree steht, oder wenn
|* lDepend nicht existiert.
-|* Ersterstellung MM 12.11.91
-|* Letzte Aenderung MM 12.11.91
|*
*************************************************************************/
BOOL RscFile::Depend( ULONG lDepend, ULONG lFree ){
@@ -776,10 +642,6 @@ BOOL RscFile::Depend( ULONG lDepend, ULONG lFree ){
|*
|* RscFile::InsertDependFile()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.01.92
-|* Letzte Aenderung MM 06.01.92
-|*
*************************************************************************/
BOOL RscFile :: InsertDependFile( ULONG lIncFile, ULONG lPos )
{
@@ -807,10 +669,6 @@ BOOL RscFile :: InsertDependFile( ULONG lIncFile, ULONG lPos )
|*
|* RscFile::RemoveDependFile()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.11.91
-|* Letzte Aenderung MM 18.11.91
-|*
*************************************************************************/
void RscFile :: RemoveDependFile( ULONG lDepFile )
{
@@ -831,10 +689,6 @@ void RscFile :: RemoveDependFile( ULONG lDepFile )
|*
|* RscDefTree::~RscDefTree()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.11.91
-|* Letzte Aenderung MM 12.11.91
-|*
*************************************************************************/
RscDefTree::~RscDefTree(){
Remove();
@@ -844,10 +698,6 @@ RscDefTree::~RscDefTree(){
|*
|* RscDefTree::Remove()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.11.91
-|* Letzte Aenderung MM 12.11.91
-|*
*************************************************************************/
void RscDefTree::Remove(){
RscDefine * pDef;
@@ -862,10 +712,6 @@ void RscDefTree::Remove(){
|*
|* RscDefTree::~Search()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.11.91
-|* Letzte Aenderung MM 12.11.91
-|*
*************************************************************************/
RscDefine * RscDefTree::Search( const char * pName ){
if( pDefRoot )
@@ -877,10 +723,6 @@ RscDefine * RscDefTree::Search( const char * pName ){
|*
|* RscDefTree::Insert()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.11.91
-|* Letzte Aenderung MM 12.11.91
-|*
*************************************************************************/
void RscDefTree::Insert( RscDefine * pDef ){
if( pDefRoot )
@@ -894,10 +736,6 @@ void RscDefTree::Insert( RscDefine * pDef ){
|*
|* RscDefTree::Remove()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.11.91
-|* Letzte Aenderung MM 12.11.91
-|*
*************************************************************************/
void RscDefTree::Remove( RscDefine * pDef ){
if( pDefRoot ){
@@ -911,10 +749,6 @@ void RscDefTree::Remove( RscDefine * pDef ){
|*
|* RscDefTree::Evaluate()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.11.91
-|* Letzte Aenderung MM 12.11.91
-|*
*************************************************************************/
BOOL RscDefTree::Evaluate( RscDefine * pDef ){
if( pDef ){
@@ -935,10 +769,6 @@ BOOL RscDefTree::Evaluate(){
|*
|* RscFileTab::RscFileTab()
|*
-|* Beschreibung
-|* Ersterstellung MM 07.11.91
-|* Letzte Aenderung MM 07.11.91
-|*
*************************************************************************/
RscFileTab::RscFileTab(){
}
@@ -947,10 +777,6 @@ RscFileTab::RscFileTab(){
|*
|* RscFileTab::~RscFileTab()
|*
-|* Beschreibung
-|* Ersterstellung MM 04.11.91
-|* Letzte Aenderung MM 04.11.91
-|*
*************************************************************************/
RscFileTab :: ~RscFileTab(){
RscFile * pFile;
@@ -969,10 +795,6 @@ RscFileTab :: ~RscFileTab(){
|*
|* RscFileTab::Find()
|*
-|* Beschreibung
-|* Ersterstellung MM 16.05.91
-|* Letzte Aenderung MM 16.05.91
-|*
*************************************************************************/
ULONG RscFileTab :: Find( const ByteString & rName )
{
@@ -992,10 +814,6 @@ ULONG RscFileTab :: Find( const ByteString & rName )
|*
|* RscFileTab::FindDef()
|*
-|* Beschreibung
-|* Ersterstellung MM 30.10.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
RscDefine * RscFileTab::FindDef( const char * pName ){
return aDefTree.Search( pName );
@@ -1005,10 +823,6 @@ RscDefine * RscFileTab::FindDef( const char * pName ){
|*
|* RscFileTab::FindDef()
|*
-|* Beschreibung
-|* Ersterstellung MM 30.10.91
-|* Letzte Aenderung MM 01.11.91
-|*
*************************************************************************/
RscDefine * RscFileTab::FindDef( ULONG lFileKey, const ByteString & rName )
{
@@ -1026,10 +840,6 @@ RscDefine * RscFileTab::FindDef( ULONG lFileKey, const ByteString & rName )
|*
|* RscFileTab::Depend()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.11.91
-|* Letzte Aenderung MM 08.11.91
-|*
*************************************************************************/
BOOL RscFileTab::Depend( ULONG lDepend, ULONG lFree ){
if( lDepend == lFree )
@@ -1051,10 +861,6 @@ BOOL RscFileTab::Depend( ULONG lDepend, ULONG lFree ){
|*
|* RscFileTab::TestDef()
|*
-|* Beschreibung
-|* Ersterstellung MM 14.01.92
-|* Letzte Aenderung MM 14.01.92
-|*
*************************************************************************/
BOOL RscFileTab::TestDef( ULONG lFileKey, ULONG lPos,
const RscDefine * pDefDec )
@@ -1075,10 +881,6 @@ BOOL RscFileTab::TestDef( ULONG lFileKey, ULONG lPos,
|*
|* RscFileTab::TestDef()
|*
-|* Beschreibung
-|* Ersterstellung MM 14.01.92
-|* Letzte Aenderung MM 14.01.92
-|*
*************************************************************************/
BOOL RscFileTab::TestDef( ULONG lFileKey, ULONG lPos,
const RscExpression * pExpDec )
@@ -1109,10 +911,6 @@ BOOL RscFileTab::TestDef( ULONG lFileKey, ULONG lPos,
|*
|* RscFileTab::NewDef()
|*
-|* Beschreibung
-|* Ersterstellung MM 04.11.91
-|* Letzte Aenderung MM 04.11.91
-|*
*************************************************************************/
RscDefine * RscFileTab::NewDef( ULONG lFileKey, const ByteString & rDefName,
INT32 lId, ULONG lPos )
@@ -1137,10 +935,6 @@ RscDefine * RscFileTab::NewDef( ULONG lFileKey, const ByteString & rDefName,
|*
|* RscFileTab::NewDef()
|*
-|* Beschreibung
-|* Ersterstellung MM 04.11.91
-|* Letzte Aenderung MM 04.11.91
-|*
*************************************************************************/
RscDefine * RscFileTab::NewDef( ULONG lFileKey, const ByteString & rDefName,
RscExpression * pExp, ULONG lPos )
@@ -1173,10 +967,6 @@ RscDefine * RscFileTab::NewDef( ULONG lFileKey, const ByteString & rDefName,
|*
|* RscFileTab::IsDefUsed()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.11.91
-|* Letzte Aenderung MM 22.11.91
-|*
*************************************************************************/
BOOL RscFileTab::IsDefUsed( const ByteString & rDefName )
{
@@ -1192,10 +982,6 @@ BOOL RscFileTab::IsDefUsed( const ByteString & rDefName )
|*
|* RscFileTab::DeleteDef()
|*
-|* Beschreibung
-|* Ersterstellung MM 11.11.91
-|* Letzte Aenderung MM 11.11.91
-|*
*************************************************************************/
void RscFileTab::DeleteDef( const ByteString & rDefName )
{
@@ -1215,10 +1001,6 @@ void RscFileTab::DeleteDef( const ByteString & rDefName )
|*
|* RscFileTab::ChangeDef()
|*
-|* Beschreibung
-|* Ersterstellung MM 04.11.91
-|* Letzte Aenderung MM 11.11.91
-|*
*************************************************************************/
BOOL RscFileTab::ChangeDef( const ByteString & rDefName, INT32 lId )
{
@@ -1236,10 +1018,6 @@ BOOL RscFileTab::ChangeDef( const ByteString & rDefName, INT32 lId )
|*
|* RscFileTab::ChangeDef()
|*
-|* Beschreibung
-|* Ersterstellung MM 04.11.91
-|* Letzte Aenderung MM 11.11.91
-|*
*************************************************************************/
BOOL RscFileTab::ChangeDef( const ByteString & rDefName,
RscExpression * pExp )
@@ -1271,10 +1049,6 @@ BOOL RscFileTab::ChangeDef( const ByteString & rDefName,
|*
|* RscFileTab::ChangeDefName()
|*
-|* Beschreibung
-|* Ersterstellung MM 04.11.91
-|* Letzte Aenderung MM 04.11.91
-|*
*************************************************************************/
BOOL RscFileTab::ChangeDefName( const ByteString & rDefName,
const ByteString & rNewName )
@@ -1299,10 +1073,6 @@ BOOL RscFileTab::ChangeDefName( const ByteString & rDefName,
|*
|* RscFileTab::DeleteFileContext()
|*
-|* Beschreibung
-|* Ersterstellung MM 09.12.91
-|* Letzte Aenderung MM 09.12.91
-|*
*************************************************************************/
void RscFileTab :: DeleteFileContext( ULONG lFileKey ){
RscFile * pFName;
@@ -1324,10 +1094,6 @@ void RscFileTab :: DeleteFileContext( ULONG lFileKey ){
|*
|* RscFileTab::DeleteFile()
|*
-|* Beschreibung
-|* Ersterstellung MM 16.05.91
-|* Letzte Aenderung MM 16.05.91
-|*
*************************************************************************/
void RscFileTab :: DeleteFile( ULONG lFileKey ){
RscFile * pFName;
@@ -1351,10 +1117,6 @@ void RscFileTab :: DeleteFile( ULONG lFileKey ){
|*
|* RscFileTab::NewCodeFile()
|*
-|* Beschreibung
-|* Ersterstellung MM 16.05.91
-|* Letzte Aenderung MM 16.05.91
-|*
*************************************************************************/
ULONG RscFileTab :: NewCodeFile( const ByteString & rName )
{
@@ -1377,10 +1139,6 @@ ULONG RscFileTab :: NewCodeFile( const ByteString & rName )
|*
|* RscFileTab::NewIncFile()
|*
-|* Beschreibung
-|* Ersterstellung MM 16.05.91
-|* Letzte Aenderung MM 16.05.91
-|*
*************************************************************************/
ULONG RscFileTab :: NewIncFile( const ByteString & rName,
const ByteString & rPath )
diff --git a/rsc/source/tools/rsctools.cxx b/rsc/source/tools/rsctools.cxx
index 15bf715fbc3a..f1202d986921 100644
--- a/rsc/source/tools/rsctools.cxx
+++ b/rsc/source/tools/rsctools.cxx
@@ -65,8 +65,6 @@ using namespace rtl;
|*
|* Beschreibung Vergleicht zwei Strings Case-Unabhaengig bis zu
|* einer bestimmten Laenge
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 13.02.91
|*
*************************************************************************/
int rsc_strnicmp( const char *string1, const char *string2, size_t count )
@@ -94,8 +92,6 @@ int rsc_strnicmp( const char *string1, const char *string2, size_t count )
|* rsc_strnicmp()
|*
|* Beschreibung Vergleicht zwei Strings Case-Unabhaengig
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 13.02.91
|*
*************************************************************************/
int rsc_stricmp( const char *string1, const char *string2 ){
@@ -129,8 +125,6 @@ char* rsc_strdup( const char* pStr )
|* Beschreibung Gibt einen String eines eindeutigen Dateinamens
|* zurueck. Der Speicher fuer den String wird mit
|* malloc allokiert
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MH 13.10.97
|*
*************************************************************************/
ByteString GetTmpFileName()
@@ -194,8 +188,6 @@ BOOL Append( ByteString aOutputSrs, ByteString aTmpFile )
|* Beschreibung Haengt Extension an, wenn keine da ist
|* Parameter: pInput, der Input-Dateiname.
|* pExt, die Extension des Ausgabenamens
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 28.06.91
|*
*************************************************************************/
ByteString InputFile ( const char * pInput, const char * pExt )
@@ -219,8 +211,6 @@ ByteString InputFile ( const char * pInput, const char * pExt )
|* Beschreibung Ersetzt Extension durch eine andere
|* Parameter: input, der Input-Dateiname.
|* pExt, die Extension des Ausgabenamens
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 28.06.91
|*
*************************************************************************/
ByteString OutputFile ( ByteString aInput, const char * pExt )
@@ -239,8 +229,6 @@ ByteString OutputFile ( ByteString aInput, const char * pExt )
|* ::ResonseFile()
|*
|* Beschreibung Kommandozeile aufbereiten
-|* Ersterstellung MM 05.09.91
-|* Letzte Aenderung MM 05.09.91
|*
*************************************************************************/
char * ResponseFile( RscPtrPtr * ppCmd, char ** ppArgv, sal_uInt32 nArgc )
@@ -301,8 +289,6 @@ char * ResponseFile( RscPtrPtr * ppCmd, char ** ppArgv, sal_uInt32 nArgc )
|* RscPtrPtr :: RscPtrPtr()
|*
|* Beschreibung Eine Tabelle mit Zeigern
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 13.02.91
|*
*************************************************************************/
RscPtrPtr :: RscPtrPtr(){
@@ -316,8 +302,6 @@ RscPtrPtr :: RscPtrPtr(){
|*
|* Beschreibung Zerst�rt eine Tabelle mit Zeigern, die Zeiger werde
|* ebenfalls freigegebn
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 13.02.91
|*
*************************************************************************/
RscPtrPtr :: ~RscPtrPtr(){
@@ -328,10 +312,6 @@ RscPtrPtr :: ~RscPtrPtr(){
|*
|* RscPtrPtr :: Reset()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.05.91
-|* Letzte Aenderung MM 03.05.91
-|*
*************************************************************************/
void RscPtrPtr :: Reset(){
sal_uInt32 i;
@@ -352,8 +332,6 @@ void RscPtrPtr :: Reset(){
|* RscPtrPtr :: Append()
|*
|* Beschreibung Haengt einen Eintrag an.
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 13.02.91
|*
*************************************************************************/
sal_uInt32 RscPtrPtr :: Append( void * pBuffer ){
@@ -372,8 +350,6 @@ sal_uInt32 RscPtrPtr :: Append( void * pBuffer ){
|* RscPtrPtr :: GetEntry()
|*
|* Beschreibung Liefert einen Eintrag, NULL wenn nicht vorhanden.
-|* Ersterstellung MM 13.02.91
-|* Letzte Aenderung MM 13.02.91
|*
*************************************************************************/
void * RscPtrPtr :: GetEntry( sal_uInt32 nEntry ){
@@ -387,10 +363,6 @@ void * RscPtrPtr :: GetEntry( sal_uInt32 nEntry ){
|*
|* RscWriteRc :: RscWriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.04.91
-|* Letzte Aenderung MM 15.04.91
-|*
*************************************************************************/
RscWriteRc::RscWriteRc( RSCBYTEORDER_TYPE nOrder )
{
@@ -415,10 +387,6 @@ RscWriteRc::RscWriteRc( RSCBYTEORDER_TYPE nOrder )
|*
|* RscWriteRc :: ~RscWriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.04.91
-|* Letzte Aenderung MM 15.04.91
-|*
*************************************************************************/
RscWriteRc :: ~RscWriteRc()
{
@@ -430,10 +398,6 @@ RscWriteRc :: ~RscWriteRc()
|*
|* RscWriteRc :: IncSize()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.04.91
-|* Letzte Aenderung MM 15.04.91
-|*
*************************************************************************/
sal_uInt32 RscWriteRc :: IncSize( sal_uInt32 nSize )
{
@@ -447,10 +411,6 @@ sal_uInt32 RscWriteRc :: IncSize( sal_uInt32 nSize )
|*
|* RscWriteRc :: GetPointer()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.04.91
-|* Letzte Aenderung MM 15.04.91
-|*
*************************************************************************/
char * RscWriteRc :: GetPointer( sal_uInt32 nSize )
{
@@ -464,10 +424,6 @@ char * RscWriteRc :: GetPointer( sal_uInt32 nSize )
|*
|* RscWriteRc :: Put()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.04.91
-|* Letzte Aenderung MM 15.04.91
-|*
*************************************************************************/
void RscWriteRc :: Put( sal_uInt16 nVal )
{
diff --git a/rsc/source/tools/rsctree.cxx b/rsc/source/tools/rsctree.cxx
index 5dad0d2130df..762f29039b28 100644
--- a/rsc/source/tools/rsctree.cxx
+++ b/rsc/source/tools/rsctree.cxx
@@ -46,10 +46,6 @@
|*
|* BiNode::BiNode()
|*
-|* Beschreibung NAME.DOC
-|* Ersterstellung MM 07.02.91
-|* Letzte Aenderung MM 07.02.91
-|*
*************************************************************************/
BiNode::BiNode(){
pLeft = pRight = NULL;
@@ -59,10 +55,6 @@ BiNode::BiNode(){
|*
|* BiNode::~BiNode()
|*
-|* Beschreibung
-|* Ersterstellung MM 07.02.91
-|* Letzte Aenderung MM 07.02.91
-|*
*************************************************************************/
BiNode::~BiNode(){
}
@@ -71,10 +63,6 @@ BiNode::~BiNode(){
|*
|* BiNode::EnumNodes()
|*
-|* Beschreibung
-|* Ersterstellung MM 07.02.91
-|* Letzte Aenderung MM 07.02.91
-|*
*************************************************************************/
void BiNode::EnumNodes( Link aLink ) const{
if( Left() )
@@ -88,10 +76,6 @@ void BiNode::EnumNodes( Link aLink ) const{
|*
|* BiNode::ChangeDLListBTree()
|*
-|* Beschreibung
-|* Ersterstellung MM 11.01.91
-|* Letzte Aenderung MM 11.01.91
-|*
*************************************************************************/
BiNode * BiNode::ChangeDLListBTree( BiNode * pList ){
BiNode * pRightNode;
@@ -131,10 +115,6 @@ BiNode * BiNode::ChangeDLListBTree( BiNode * pList ){
|*
|* BiNode::ChangeBTreeDLList()
|*
-|* Beschreibung
-|* Ersterstellung MM 11.01.91
-|* Letzte Aenderung MM 11.01.91
-|*
*************************************************************************/
BiNode * BiNode::ChangeBTreeDLList(){
BiNode * pList;
@@ -161,10 +141,6 @@ BiNode * BiNode::ChangeBTreeDLList(){
|*
|* NameNode::Remove()
|*
-|* Beschreibung
-|* Ersterstellung MM 10.07.91
-|* Letzte Aenderung MM 10.07.91
-|*
*************************************************************************/
NameNode * NameNode::Remove( NameNode * pRemove ){
NameNode * pRoot = this;
@@ -204,10 +180,6 @@ NameNode * NameNode::Remove( NameNode * pRemove ){
|*
|* NameNode::Compare
|*
-|* Beschreibung
-|* Ersterstellung MM 10.07.91
-|* Letzte Aenderung MM 13.07.91
-|*
*************************************************************************/
COMPARE NameNode::Compare( const NameNode * pCompare ) const{
if( (long)this < (long)pCompare )
@@ -231,10 +203,6 @@ COMPARE NameNode::Compare( const void * pCompare ) const{
|*
|* NameNode::SearchParent
|*
-|* Beschreibung
-|* Ersterstellung MM 10.07.91
-|* Letzte Aenderung MM 10.07.91
-|*
*************************************************************************/
NameNode* NameNode::SearchParent( const NameNode * pSearch ) const{
// search for a parent node.
@@ -263,10 +231,6 @@ NameNode* NameNode::SearchParent( const NameNode * pSearch ) const{
|*
|* NameNode::Search
|*
-|* Beschreibung
-|* Ersterstellung MM 21.03.90
-|* Letzte Aenderung MM 27.06.90
-|*
*************************************************************************/
NameNode* NameNode::Search( const NameNode * pSearch ) const{
// search for a node.
@@ -312,10 +276,6 @@ NameNode* NameNode::Search( const void * pSearch ) const{
|*
|* NameNode::Insert()
|*
-|* Beschreibung NAME.DOC
-|* Ersterstellung MM 11.01.91
-|* Letzte Aenderung MM 11.01.91
-|*
*************************************************************************/
BOOL NameNode::Insert( NameNode * pTN, sal_uInt32* pnDepth ){
// Ein Knoten wird in den Baum eingefuegt
@@ -347,10 +307,6 @@ BOOL NameNode::Insert( NameNode * pTN, sal_uInt32* pnDepth ){
|*
|* NameNode::Insert()
|*
-|* Beschreibung NAME.DOC
-|* Ersterstellung MM 21.03.90
-|* Letzte Aenderung MM 11.01.91
-|*
*************************************************************************/
BOOL NameNode::Insert( NameNode * pTN ){
// insert a node in the tree.
@@ -376,10 +332,6 @@ BOOL NameNode::Insert( NameNode * pTN ){
|*
|* NameNode::OrderTree()
|*
-|* Beschreibung
-|* Ersterstellung MM 23.09.91
-|* Letzte Aenderung MM 23.09.91
-|*
*************************************************************************/
void NameNode::OrderTree(){
NameNode * pTmpLeft = (NameNode *)Left();
@@ -407,10 +359,6 @@ void NameNode::SubOrderTree( NameNode * pOrderNode ){
|*
|* NameNode::IdOrderTree()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.11.91
-|* Letzte Aenderung MM 15.11.91
-|*
*************************************************************************/
class OrderCtrl {
BOOL bOrder;
@@ -446,10 +394,6 @@ BOOL NameNode::IsOrderTree() const{
|*
|* IdNode::Search()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.11.91
-|* Letzte Aenderung MM 06.11.91
-|*
*************************************************************************/
IdNode * IdNode::Search( sal_uInt32 nTypeName ) const{
return( (IdNode *)NameNode::Search( (const void *)&nTypeName ) );
@@ -459,10 +403,6 @@ IdNode * IdNode::Search( sal_uInt32 nTypeName ) const{
|*
|* IdNode::Compare()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.11.91
-|* Letzte Aenderung MM 06.11.91
-|*
*************************************************************************/
COMPARE IdNode::Compare( const NameNode * pSearch ) const
{
@@ -489,10 +429,6 @@ COMPARE IdNode::Compare( const void * pSearch ) const{
|*
|* IdNode::GetId()
|*
-|* Beschreibung
-|* Ersterstellung MM 23.09.91
-|* Letzte Aenderung MM 23.09.91
-|*
*************************************************************************/
sal_uInt32 IdNode::GetId() const
{
@@ -503,10 +439,6 @@ sal_uInt32 IdNode::GetId() const
|*
|* StringNode::Search()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.11.91
-|* Letzte Aenderung MM 06.11.91
-|*
*************************************************************************/
StringNode * StringNode::Search( const char * pSearch ) const{
return (StringNode *)NameNode::Search( (const void *)pSearch );
@@ -516,10 +448,6 @@ StringNode * StringNode::Search( const char * pSearch ) const{
|*
|* StringNode::Compare()
|*
-|* Beschreibung
-|* Ersterstellung MM 06.11.91
-|* Letzte Aenderung MM 06.11.91
-|*
*************************************************************************/
COMPARE StringNode::Compare( const NameNode * pSearch ) const
{
diff --git a/sot/source/base/object.cxx b/sot/source/base/object.cxx
index b193dc33d4b9..ae371eb24bea 100644
--- a/sot/source/base/object.cxx
+++ b/sot/source/base/object.cxx
@@ -99,10 +99,6 @@ SotObject::SotObject()
|*
|* SotObject::~SotObject()
|*
-|* Beschreibung
-|* Ersterstellung MM 05.06.94
-|* Letzte Aenderung MM 05.06.94
-|*
*************************************************************************/
SotObject::~SotObject()
{
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx
index a3086a2798fb..7ea7373c9856 100644
--- a/sot/source/sdstor/storage.cxx
+++ b/sot/source/sdstor/storage.cxx
@@ -481,8 +481,6 @@ void SotStorage::TestMemberInvariant( BOOL /*bPrint*/ )
|* der RefCounter schon um 1 erhoet.
|* Die Uebergabe erfolgt in pStorageCTor. Die Variable
|* ist NULL, wenn es nicht geklappt hat.
-|* Ersterstellung MM 23.06.94
-|* Letzte Aenderung MM 23.06.94
|*
*************************************************************************/
#define INIT_SotStorage() \
diff --git a/svl/source/numbers/nbdll.cxx b/svl/source/numbers/nbdll.cxx
index 340a06c9305f..285ae8dda567 100644
--- a/svl/source/numbers/nbdll.cxx
+++ b/svl/source/numbers/nbdll.cxx
@@ -43,8 +43,6 @@ static HINSTANCE hDLLInst = 0; // HANDLE der DLL
|* LibMain()
|*
|* Beschreibung Initialisierungsfunktion der DLL
-|* Ersterstellung TH 05.05.93
-|* Letzte Aenderung TH 05.05.93
|*
***************************************************************************/
@@ -65,8 +63,6 @@ extern "C" int CALLBACK LibMain( HINSTANCE hDLL, WORD, WORD nHeap, LPSTR )
|* WEP()
|*
|* Beschreibung DLL-Deinitialisierung
-|* Ersterstellung TH 05.05.93
-|* Letzte Aenderung TH 05.05.93
|*
***************************************************************************/
diff --git a/svtools/source/contnr/ctrdll.cxx b/svtools/source/contnr/ctrdll.cxx
index 32f9af349fa2..4560d5ea64a5 100644
--- a/svtools/source/contnr/ctrdll.cxx
+++ b/svtools/source/contnr/ctrdll.cxx
@@ -43,8 +43,6 @@ static HINSTANCE hDLLInst = 0; // HANDLE der DLL
|* LibMain()
|*
|* Beschreibung Initialisierungsfunktion der DLL
-|* Ersterstellung TH 05.05.93
-|* Letzte Aenderung TH 05.05.93
|*
***************************************************************************/
@@ -65,8 +63,6 @@ extern "C" int CALLBACK LibMain( HINSTANCE hDLL, WORD, WORD nHeap, LPSTR )
|* WEP()
|*
|* Beschreibung DLL-Deinitialisierung
-|* Ersterstellung TH 05.05.93
-|* Letzte Aenderung TH 05.05.93
|*
***************************************************************************/
diff --git a/svtools/source/contnr/treelist.cxx b/svtools/source/contnr/treelist.cxx
index 6fb03eba73fb..fb4510467c14 100644
--- a/svtools/source/contnr/treelist.cxx
+++ b/svtools/source/contnr/treelist.cxx
@@ -146,10 +146,6 @@ void SvTreeEntryList::DestroyAll()
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvTreeList::SvTreeList()
@@ -166,10 +162,6 @@ SvTreeList::SvTreeList()
|*
|* SvTreeList::~SvTreeList
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvTreeList::~SvTreeList()
@@ -185,10 +177,6 @@ SvTreeList::~SvTreeList()
|*
|* SvTreeList::Broadcast
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
void SvTreeList::Broadcast( USHORT nActionId, SvListEntry* pEntry1,
@@ -257,10 +245,6 @@ USHORT SvTreeList::GetDepth( SvListEntry* pEntry ) const
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
void SvTreeList::Clear()
@@ -287,10 +271,6 @@ void SvTreeList::Clear()
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
BOOL SvTreeList::IsChild( SvListEntry* pParent, SvListEntry* pChild ) const
@@ -408,10 +388,6 @@ CheckIntegrity();
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
void SvTreeList::Move( SvListEntry* pSrcEntry, SvListEntry* pDstEntry )
@@ -437,10 +413,6 @@ void SvTreeList::Move( SvListEntry* pSrcEntry, SvListEntry* pDstEntry )
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
void SvTreeList::Copy( SvListEntry* pSrcEntry, SvListEntry* pDstEntry )
@@ -465,10 +437,6 @@ void SvTreeList::Copy( SvListEntry* pSrcEntry, SvListEntry* pDstEntry )
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
void SvTreeList::InsertTree( SvListEntry* pSrcEntry, SvListEntry* pDstEntry)
{
@@ -537,10 +505,6 @@ SvListEntry* SvTreeList::CreateEntry() const
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvListEntry* SvTreeList::Clone( SvListEntry* pEntry, ULONG& nCloneCount ) const
@@ -557,10 +521,6 @@ SvListEntry* SvTreeList::Clone( SvListEntry* pEntry, ULONG& nCloneCount ) const
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvTreeEntryList* SvTreeList::CloneChilds( SvTreeEntryList* pChilds,
@@ -593,10 +553,6 @@ SvTreeEntryList* SvTreeList::CloneChilds( SvTreeEntryList* pChilds,
|*
|* SvTreeList::GetChildCount
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
ULONG SvTreeList::GetChildCount( SvListEntry* pParent ) const
@@ -622,10 +578,6 @@ ULONG SvTreeList::GetChildCount( SvListEntry* pParent ) const
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
ULONG SvTreeList::GetVisibleChildCount(const SvListView* pView, SvListEntry* pParent) const
@@ -672,10 +624,6 @@ ULONG SvTreeList::GetChildSelectionCount(const SvListView* pView,SvListEntry* pP
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvListEntry* SvTreeList::First() const
@@ -690,10 +638,6 @@ SvListEntry* SvTreeList::First() const
|*
|* SvTreeList::Next
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvListEntry* SvTreeList::Next( SvListEntry* pActEntry, USHORT* pDepth ) const
{
@@ -754,10 +698,6 @@ SvListEntry* SvTreeList::Next( SvListEntry* pActEntry, USHORT* pDepth ) const
|*
|* SvTreeList::Prev
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvListEntry* SvTreeList::Prev( SvListEntry* pActEntry, USHORT* pDepth ) const
{
@@ -806,10 +746,6 @@ SvListEntry* SvTreeList::Prev( SvListEntry* pActEntry, USHORT* pDepth ) const
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvListEntry* SvTreeList::Last( USHORT* /* nDepth */ ) const
@@ -832,10 +768,6 @@ SvListEntry* SvTreeList::Last( USHORT* /* nDepth */ ) const
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
ULONG SvTreeList::GetVisiblePos( const SvListView* pView, SvListEntry* pEntry ) const
@@ -856,10 +788,6 @@ ULONG SvTreeList::GetVisiblePos( const SvListView* pView, SvListEntry* pEntry )
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
ULONG SvTreeList::GetVisibleCount( const SvListView* pView ) const
@@ -895,10 +823,6 @@ ULONG SvTreeList::GetVisibleCount( const SvListView* pView ) const
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
// Funktion geht aus Geschwindigkeitsgruenden davon aus,
@@ -965,10 +889,6 @@ SvListEntry* SvTreeList::NextVisible(const SvListView* pView,SvListEntry* pActEn
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
// Funktion geht aus Geschwindigkeitsgruenden davon aus,
@@ -1021,10 +941,6 @@ SvListEntry* SvTreeList::PrevVisible(const SvListView* pView, SvListEntry* pActE
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvListEntry* SvTreeList::LastVisible( const SvListView* pView, USHORT* pDepth) const
@@ -1042,10 +958,6 @@ SvListEntry* SvTreeList::LastVisible( const SvListView* pView, USHORT* pDepth) c
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvListEntry* SvTreeList::NextVisible(const SvListView* pView,SvListEntry* pEntry,USHORT& nDelta) const
@@ -1075,10 +987,6 @@ SvListEntry* SvTreeList::NextVisible(const SvListView* pView,SvListEntry* pEntry
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvListEntry* SvTreeList::PrevVisible( const SvListView* pView, SvListEntry* pEntry, USHORT& nDelta ) const
@@ -1105,10 +1013,6 @@ SvListEntry* SvTreeList::PrevVisible( const SvListView* pView, SvListEntry* pEnt
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvListEntry* SvTreeList::FirstSelected( const SvListView* pView) const
@@ -1183,10 +1087,6 @@ SvListEntry* SvTreeList::LastSibling( SvListEntry* pEntry ) const
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvListEntry* SvTreeList::NextSelected( const SvListView* pView, SvListEntry* pEntry ) const
@@ -1202,10 +1102,6 @@ SvListEntry* SvTreeList::NextSelected( const SvListView* pView, SvListEntry* pEn
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvListEntry* SvTreeList::PrevSelected( const SvListView* pView, SvListEntry* pEntry) const
@@ -1222,10 +1118,6 @@ SvListEntry* SvTreeList::PrevSelected( const SvListView* pView, SvListEntry* pEn
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
SvListEntry* SvTreeList::LastSelected( const SvListView* pView ) const
@@ -1241,10 +1133,6 @@ SvListEntry* SvTreeList::LastSelected( const SvListView* pView ) const
|*
|* SvTreeList::Insert
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
ULONG SvTreeList::Insert( SvListEntry* pEntry,SvListEntry* pParent,ULONG nPos )
{
@@ -1286,10 +1174,6 @@ CheckIntegrity();
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
ULONG SvTreeList::GetAbsPos( SvListEntry* pEntry) const
@@ -1303,10 +1187,6 @@ ULONG SvTreeList::GetAbsPos( SvListEntry* pEntry) const
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
void SvTreeList::SetAbsolutePositions()
@@ -1330,10 +1210,6 @@ CheckIntegrity();
|*
|* SvTreeList::Expand
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
void SvTreeList::Expand( SvListView* pView, SvListEntry* pEntry )
@@ -1362,10 +1238,6 @@ CheckIntegrity();
|*
|* SvTreeList::Collapse
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
void SvTreeList::Collapse( SvListView* pView, SvListEntry* pEntry )
@@ -1395,10 +1267,6 @@ CheckIntegrity();
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
BOOL SvTreeList::Select( SvListView* pView, SvListEntry* pEntry, BOOL bSelect )
@@ -1435,10 +1303,6 @@ CheckIntegrity();
|*
|* SvTreeList::Remove
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 05.04.01
-|*
*************************************************************************/
BOOL SvTreeList::Remove( SvListEntry* pEntry )
{
@@ -1503,10 +1367,6 @@ CheckIntegrity();
|*
|* SvTreeList::
|*
-|* Beschreibung
-|* Ersterstellung 17.08.94
-|* Letzte Aenderung 17.08.94
-|*
*************************************************************************/
ULONG SvTreeList::SelectChilds(SvListView* pView, SvListEntry* pParent,BOOL bSelect )
diff --git a/svtools/source/control/ctrldll.cxx b/svtools/source/control/ctrldll.cxx
index e9ecfaf7b550..8d6f236ab86b 100644
--- a/svtools/source/control/ctrldll.cxx
+++ b/svtools/source/control/ctrldll.cxx
@@ -42,8 +42,6 @@ static HINSTANCE hDLLInst = 0; // HANDLE der DLL
|* LibMain()
|*
|* Beschreibung Initialisierungsfunktion der DLL
-|* Ersterstellung TH 05.05.93
-|* Letzte Aenderung TH 05.05.93
|*
***************************************************************************/
@@ -64,8 +62,6 @@ extern "C" int CALLBACK LibMain( HINSTANCE hDLL, WORD, WORD nHeap, LPSTR )
|* WEP()
|*
|* Beschreibung DLL-Deinitialisierung
-|* Ersterstellung TH 05.05.93
-|* Letzte Aenderung TH 05.05.93
|*
***************************************************************************/
diff --git a/svtools/source/dialogs/mcvmath.cxx b/svtools/source/dialogs/mcvmath.cxx
index ec3abbc88418..66a61ee7d232 100644
--- a/svtools/source/dialogs/mcvmath.cxx
+++ b/svtools/source/dialogs/mcvmath.cxx
@@ -57,8 +57,6 @@ static const short SinTab[16]=
|* ImpMultBig2()
|*
|* Beschreibung Multiplikation fuer FixPoint-Berechnungen
-|* Ersterstellung SH 01.07.93
-|* Letzte Aenderung SH 01.07.93
|*
**************************************************************************/
@@ -76,8 +74,6 @@ Fix ImpMultBig2( const Fix& a, const Fix& b )
|* ImpMultBig2()
|*
|* Beschreibung Multiplikation fuer FixPoint-Berechnungen
-|* Ersterstellung SH 01.07.93
-|* Letzte Aenderung SH 01.07.93
|*
**************************************************************************/
@@ -95,8 +91,6 @@ FixCpx ImpMultBig2( const FixCpx& ra, const FixCpx& rb )
|* ImpSqrt()
|*
|* Beschreibung Wurzelfunktion fuer FixPoint-Berechnungen
-|* Ersterstellung SH 01.07.93
-|* Letzte Aenderung SH 01.07.93
|*
**************************************************************************/
@@ -127,8 +121,6 @@ USHORT ImpSqrt( ULONG nRadi )
|* ImpExPI()
|*
|* Beschreibung EXPI-Funktion fuer FixPoint-Berechnungen
-|* Ersterstellung SH 01.07.93
-|* Letzte Aenderung SH 01.07.93
|*
**************************************************************************/
@@ -159,8 +151,6 @@ FixCpx ImpExPI( USHORT nPhi )
|* ImpATanx2()
|*
|* Beschreibung ATANX2-Funktion fuer FixPoint-Berechnungen
-|* Ersterstellung SH 01.07.93
-|* Letzte Aenderung SH 01.07.93
|*
**************************************************************************/
@@ -239,8 +229,6 @@ static USHORT ImpATanx2( const Fix& rX, const Fix& rY )
|* ImpATan2()
|*
|* Beschreibung ATAN-Funktion fuer FixPoint-Berechnungen
-|* Ersterstellung SH 01.07.93
-|* Letzte Aenderung SH 01.07.93
|*
**************************************************************************/
@@ -263,8 +251,6 @@ USHORT ImpATan2( const short x, const short y )
|* ImpCartToPolar()
|*
|* Beschreibung Koordinaaten-Wandlung
-|* Ersterstellung SH 01.07.93
-|* Letzte Aenderung SH 01.07.93
|*
**************************************************************************/
@@ -290,8 +276,6 @@ void ImpCartToPolar( const short x, const short y, Fix& rRad, USHORT& rPhi )
|* ImpPolarToCart()
|*
|* Beschreibung Koordinaaten-Wandlung
-|* Ersterstellung SH 01.07.93
-|* Letzte Aenderung SH 01.07.93
|*
**************************************************************************/
diff --git a/svtools/source/filter.vcl/filter/filter.cxx b/svtools/source/filter.vcl/filter/filter.cxx
index c443678c7e4b..fe6adfa266ba 100644
--- a/svtools/source/filter.vcl/filter/filter.cxx
+++ b/svtools/source/filter.vcl/filter/filter.cxx
@@ -246,9 +246,6 @@ inline String ImpGetExtension( const String &rPath )
|* dem Format ist, ODER WENN DAS FORMAT
|* DIESER FUNKTION NICHT BEKANNT IST!
|*
-|* Ersterstellung OH 26.05.95
-|* Letzte Aenderung OH 07.08.95
-|*
*************************************************************************/
static BOOL ImpPeekGraphicFormat( SvStream& rStream, String& rFormatExtension, BOOL bTest )
diff --git a/svtools/source/filter.vcl/filter/fldll.cxx b/svtools/source/filter.vcl/filter/fldll.cxx
index a9559070a8b8..90a61fcd66d3 100644
--- a/svtools/source/filter.vcl/filter/fldll.cxx
+++ b/svtools/source/filter.vcl/filter/fldll.cxx
@@ -41,8 +41,6 @@ static HINSTANCE hDLLInst = 0; // HANDLE der DLL
|* LibMain()
|*
|* Beschreibung Initialisierungsfunktion der DLL
-|* Ersterstellung TH 05.05.93
-|* Letzte Aenderung TH 05.05.93
|*
***************************************************************************/
@@ -63,8 +61,6 @@ extern "C" int CALLBACK LibMain( HINSTANCE hDLL, WORD, WORD nHeap, LPSTR )
|* WEP()
|*
|* Beschreibung DLL-Deinitialisierung
-|* Ersterstellung TH 05.05.93
-|* Letzte Aenderung TH 05.05.93
|*
***************************************************************************/
diff --git a/svtools/source/filter.vcl/filter/sgfbram.cxx b/svtools/source/filter.vcl/filter/sgfbram.cxx
index 2f5aaad24d9c..2fee4470a203 100644
--- a/svtools/source/filter.vcl/filter/sgfbram.cxx
+++ b/svtools/source/filter.vcl/filter/sgfbram.cxx
@@ -46,10 +46,6 @@
|*
|* operator>>( SvStream&, SgfHeader& )
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
SvStream& operator>>(SvStream& rIStream, SgfHeader& rHead)
{
@@ -75,10 +71,6 @@ SvStream& operator>>(SvStream& rIStream, SgfHeader& rHead)
|*
|* SgfHeader::ChkMagic()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
BOOL SgfHeader::ChkMagic()
{ return Magic=='J'*256+'J'; }
@@ -91,10 +83,6 @@ UINT32 SgfHeader::GetOffset()
|*
|* operator>>( SvStream&, SgfEntry& )
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
SvStream& operator>>(SvStream& rIStream, SgfEntry& rEntr)
{
@@ -118,10 +106,6 @@ UINT32 SgfEntry::GetOffset()
|*
|* operator>>( SvStream&, SgfVector& )
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
SvStream& operator>>(SvStream& rIStream, SgfVector& rVect)
{
@@ -141,10 +125,6 @@ SvStream& operator>>(SvStream& rIStream, SgfVector& rVect)
|*
|* operator<<( SvStream&, BmpFileHeader& )
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
SvStream& operator<<(SvStream& rOStream, BmpFileHeader& rHead)
{
@@ -191,10 +171,6 @@ UINT32 BmpFileHeader::GetOfs()
|*
|* operator<<( SvStream&, BmpInfoHeader& )
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
SvStream& operator<<(SvStream& rOStream, BmpInfoHeader& rInfo)
{
@@ -233,10 +209,6 @@ SvStream& operator<<(SvStream& rOStream, BmpInfoHeader& rInfo)
|*
|* operator<<( SvStream&, RGBQuad& )
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
SvStream& operator<<(SvStream& rOStream, const RGBQuad& rQuad)
{
@@ -282,10 +254,6 @@ BYTE PcxExpand::GetByte(SvStream& rInp)
|*
|* SgfFilterBmp()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
BOOL SgfFilterBMap(SvStream& rInp, SvStream& rOut, SgfHeader& rHead, SgfEntry&)
{
@@ -421,10 +389,6 @@ BOOL SgfFilterBMap(SvStream& rInp, SvStream& rOut, SgfHeader& rHead, SgfEntry&)
|*
|* SgfBMapFilter()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
BOOL SgfBMapFilter(SvStream& rInp, SvStream& rOut)
{
@@ -499,10 +463,6 @@ Color Hpgl2SvFarbe( BYTE nFarb )
|*
|* SgfFilterVect()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
BOOL SgfFilterVect(SvStream& rInp, SgfHeader& rHead, SgfEntry&, GDIMetaFile& rMtf)
{
@@ -576,10 +536,6 @@ BOOL SgfFilterVect(SvStream& rInp, SgfHeader& rHead, SgfEntry&, GDIMetaFile& rMt
|*
|* SgfVectFilter()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
BOOL SgfVectFilter(SvStream& rInp, GDIMetaFile& rMtf)
{
@@ -614,10 +570,6 @@ BOOL SgfVectFilter(SvStream& rInp, GDIMetaFile& rMtf)
|*
|* SgfFilterPScr()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
BOOL SgfFilterPScr(SvStream&, SgfHeader&, SgfEntry&)
{
@@ -630,8 +582,6 @@ BOOL SgfFilterPScr(SvStream&, SgfHeader&, SgfEntry&)
|* CheckSgfTyp()
|*
|* Beschreibung Feststellen, um was fuer ein SGF/SGV es sich handelt.
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
|*
*************************************************************************/
BYTE CheckSgfTyp(SvStream& rInp, USHORT& nVersion)
diff --git a/svtools/source/filter.vcl/filter/sgvmain.cxx b/svtools/source/filter.vcl/filter/sgvmain.cxx
index 5c72dc6ba04f..7ecb0049eabe 100644
--- a/svtools/source/filter.vcl/filter/sgvmain.cxx
+++ b/svtools/source/filter.vcl/filter/sgvmain.cxx
@@ -332,10 +332,6 @@ SvStream& operator>>(SvStream& rInp, GrupType& rGrup)
|*
|* Sgv2SvFarbe()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
Color Sgv2SvFarbe(BYTE nFrb1, BYTE nFrb2, BYTE nInts)
{
@@ -428,10 +424,6 @@ void SetArea(ObjAreaType& rArea, OutputDevice& rOut)
|*
|* ObjkType::DrawObjekt()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
void ObjkType::Draw(OutputDevice&)
{
@@ -444,10 +436,6 @@ void Obj0Type::Draw(OutputDevice&) {}
|*
|* StrkType::DrawObjekt()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
void StrkType::Draw(OutputDevice& rOut)
{
@@ -459,10 +447,6 @@ void StrkType::Draw(OutputDevice& rOut)
|*
|* RectType::DrawObjekt()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
void SgfAreaColorIntens(UINT16 Muster, BYTE Col1, BYTE Col2, BYTE Int, OutputDevice& rOut)
{
@@ -604,10 +588,6 @@ void RectType::Draw(OutputDevice& rOut)
|*
|* PolyType::Draw()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
void PolyType::Draw(OutputDevice& rOut)
{
@@ -627,10 +607,6 @@ void PolyType::Draw(OutputDevice& rOut)
|*
|* SplnType::Draw()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
void SplnType::Draw(OutputDevice& rOut)
{
@@ -653,10 +629,6 @@ void SplnType::Draw(OutputDevice& rOut)
|*
|* CircType::Draw()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
void DrawSlideCirc(INT16 cx, INT16 cy, INT16 rx, INT16 ry, ObjAreaType& F, OutputDevice& rOut)
{
@@ -800,10 +772,6 @@ void CircType::Draw(OutputDevice& rOut)
|*
|* BmapType::Draw()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
void BmapType::Draw(OutputDevice& rOut)
@@ -857,10 +825,6 @@ void BmapType::Draw(OutputDevice& rOut)
|*
|* GrupType::...
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
UINT32 GrupType::GetSubPtr()
{
@@ -871,10 +835,6 @@ UINT32 GrupType::GetSubPtr()
|*
|* DrawObjkList()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
void DrawObjkList( SvStream& rInp, OutputDevice& rOut )
{
@@ -960,10 +920,6 @@ void DrawObjkList( SvStream& rInp, OutputDevice& rOut )
|*
|* SkipObjkList()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
void SkipObjkList(SvStream& rInp)
{
@@ -986,10 +942,6 @@ void SkipObjkList(SvStream& rInp)
|*
|* SgfFilterSDrw()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
BOOL SgfFilterSDrw( SvStream& rInp, SgfHeader&, SgfEntry&, GDIMetaFile& rMtf )
{
@@ -1046,10 +998,6 @@ BOOL SgfFilterSDrw( SvStream& rInp, SgfHeader&, SgfEntry&, GDIMetaFile& rMtf )
|*
|* SgfSDrwFilter()
|*
-|* Beschreibung
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
-|*
*************************************************************************/
BOOL SgfSDrwFilter(SvStream& rInp, GDIMetaFile& rMtf, INetURLObject aIniPath )
{
diff --git a/svtools/source/filter.vcl/filter/sgvspln.cxx b/svtools/source/filter.vcl/filter/sgvspln.cxx
index 8bd09a4680dc..12a088c2c4a1 100644
--- a/svtools/source/filter.vcl/filter/sgvspln.cxx
+++ b/svtools/source/filter.vcl/filter/sgvspln.cxx
@@ -459,8 +459,6 @@ USHORT ZyklTriDiagGS(BOOL rep, USHORT n, double* lower, double* diag,
|*
|* Beschreibung Berechnet die Koeffizienten eines natuerlichen
|* kubischen Polynomsplines mit n Stuetzstellen.
-|* Ersterstellung JOE 17-08.93
-|* Letzte Aenderung JOE 17-08.93
|*
*************************************************************************/
@@ -567,8 +565,6 @@ USHORT NaturalSpline(USHORT n, double* x, double* y,
|*
|* Beschreibung Berechnet die Koeffizienten eines periodischen
|* kubischen Polynomsplines mit n Stuetzstellen.
-|* Ersterstellung JOE 17-08.93
-|* Letzte Aenderung JOE 17-08.93
|*
*************************************************************************/
@@ -646,8 +642,6 @@ USHORT PeriodicSpline(USHORT n, double* x, double* y,
|* Beschreibung Berechnet die Koeffizienten eines parametrischen
|* natuerlichen oder periodischen kubischen
|* Polynomsplines mit n Stuetzstellen.
-|* Ersterstellung JOE 17-08.93
-|* Letzte Aenderung JOE 17-08.93
|*
*************************************************************************/
@@ -734,8 +728,6 @@ USHORT ParaSpline(USHORT n, double* x, double* y, BYTE MargCond,
|* ist Speicher fuer die Koeffizientenarrays
|* allokiert, der dann spaeter vom Aufrufer mittels
|* delete freizugeben ist.
-|* Ersterstellung JOE 17-08.93
-|* Letzte Aenderung JOE 17-08.93
|*
*************************************************************************/
@@ -823,8 +815,6 @@ BOOL CalcSpline(Polygon& rPoly, BOOL Periodic, USHORT& n,
|* Fall hat das Polygon 0, im 2. Fall PolyMax Punkte.
|* Um Koordinatenueberlaeufe zu vermeiden werden diese
|* auf +/-32000 begrenzt.
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
|*
*************************************************************************/
BOOL Spline2Poly(Polygon& rSpln, BOOL Periodic, Polygon& rPoly)
diff --git a/svtools/source/filter.vcl/filter/sgvtext.cxx b/svtools/source/filter.vcl/filter/sgvtext.cxx
index 1655c53a5393..538b75245403 100644
--- a/svtools/source/filter.vcl/filter/sgvtext.cxx
+++ b/svtools/source/filter.vcl/filter/sgvtext.cxx
@@ -1035,10 +1035,6 @@ void DrawChar(OutputDevice& rOut, UCHAR c, ObjTextType T, PointType Pos, USHORT
|*
|* TextType::Draw()
|*
-|* Beschreibung
-|* Ersterstellung JOE 09.08.93
-|* Letzte Aenderung JOE 09.08.93
-|*
*************************************************************************/
void TextType::Draw(OutputDevice& rOut)
{
diff --git a/svtools/source/inc/sgvspln.hxx b/svtools/source/inc/sgvspln.hxx
index eda6ac628a0d..daa92e62db1c 100644
--- a/svtools/source/inc/sgvspln.hxx
+++ b/svtools/source/inc/sgvspln.hxx
@@ -43,8 +43,6 @@
|* ist Speicher fr die Koeffizientenarrays
|* allokiert, der dann sp„ter vom Aufrufer mittels
|* delete freizugeben ist.
-|* Ersterstellung JOE 17-08.93
-|* Letzte Aenderung JOE 17-08.93
|*
*************************************************************************/
@@ -65,8 +63,6 @@ BOOL CalcSpline(Polygon& rPoly, BOOL Periodic, USHORT& n,
|* Fall hat das Polygon 0, im 2. Fall PolyMax Punkte.
|* Um Koordinatenberl„ufe zu vermeiden werden diese
|* auf +/-32000 begrenzt.
-|* Ersterstellung JOE 23.06.93
-|* Letzte Aenderung JOE 23.06.93
|*
*************************************************************************/
BOOL Spline2Poly(Polygon& rSpln, BOOL Periodic, Polygon& rPoly);
diff --git a/tools/inc/impcont.hxx b/tools/inc/impcont.hxx
index c540d3d1f484..e60bd80b1318 100644
--- a/tools/inc/impcont.hxx
+++ b/tools/inc/impcont.hxx
@@ -90,8 +90,6 @@ private:
|* CBlock::GetObject()
|*
|* Beschreibung Gibt einen Pointer aus dem Block zurueck
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
|*
*************************************************************************/
@@ -107,8 +105,6 @@ inline void* CBlock::GetObject( USHORT nIndex ) const
|* Beschreibung Wir gehen davon aus, das Pointer in der Regel
|* sich im ersten Block befindet und schalten
|* deshalb eine Inline-Methode davor
-|* Ersterstellung TH 02.07.93
-|* Letzte Aenderung TH 02.07.93
|*
*************************************************************************/
@@ -127,8 +123,6 @@ inline void* Container::ImpGetObject( ULONG nIndex ) const
|*
|* Beschreibung Wenn es nur einen Block gibt, wird davon
|* das Daten-Array zurueckgegeben
-|* Ersterstellung TH 24.01.96
-|* Letzte Aenderung TH 24.01.96
|*
*************************************************************************/
diff --git a/tools/source/datetime/datetime.cxx b/tools/source/datetime/datetime.cxx
index 5cd659b957c9..593d709626d3 100644
--- a/tools/source/datetime/datetime.cxx
+++ b/tools/source/datetime/datetime.cxx
@@ -36,10 +36,6 @@
|*
|* DateTime::IsBetween()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 18.05.92
-|* Letzte Aenderung TH 18.05.92
-|*
*************************************************************************/
BOOL DateTime::IsBetween( const DateTime& rFrom,
@@ -55,10 +51,6 @@ BOOL DateTime::IsBetween( const DateTime& rFrom,
|*
|* DateTime::operator >()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 18.05.92
-|* Letzte Aenderung TH 18.05.92
-|*
*************************************************************************/
BOOL DateTime::operator >( const DateTime& rDateTime ) const
@@ -74,10 +66,6 @@ BOOL DateTime::operator >( const DateTime& rDateTime ) const
|*
|* DateTime::operator <()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 18.05.92
-|* Letzte Aenderung TH 18.05.92
-|*
*************************************************************************/
BOOL DateTime::operator <( const DateTime& rDateTime ) const
@@ -93,10 +81,6 @@ BOOL DateTime::operator <( const DateTime& rDateTime ) const
|*
|* DateTime::operator >=()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 18.05.92
-|* Letzte Aenderung TH 18.05.92
-|*
*************************************************************************/
BOOL DateTime::operator >=( const DateTime& rDateTime ) const
@@ -112,10 +96,6 @@ BOOL DateTime::operator >=( const DateTime& rDateTime ) const
|*
|* DateTime::operator <=()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 18.05.92
-|* Letzte Aenderung TH 18.05.92
-|*
*************************************************************************/
BOOL DateTime::operator <=( const DateTime& rDateTime ) const
@@ -131,10 +111,6 @@ BOOL DateTime::operator <=( const DateTime& rDateTime ) const
|*
|* DateTime::GetSecFromDateTime()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 02.10.96
-|* Letzte Aenderung TH 02.10.96
-|*
*************************************************************************/
long DateTime::GetSecFromDateTime( const Date& rDate ) const
@@ -156,10 +132,6 @@ long DateTime::GetSecFromDateTime( const Date& rDate ) const
|*
|* DateTime::GetSecFromDateTime()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 02.10.96
-|* Letzte Aenderung TH 02.10.96
-|*
*************************************************************************/
void DateTime::MakeDateTimeFromSec( const Date& rDate, ULONG nSec )
@@ -177,10 +149,6 @@ void DateTime::MakeDateTimeFromSec( const Date& rDate, ULONG nSec )
|*
|* DateTime::operator +=()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 02.10.96
-|* Letzte Aenderung TH 02.10.96
-|*
*************************************************************************/
DateTime& DateTime::operator +=( const Time& rTime )
@@ -216,10 +184,6 @@ DateTime& DateTime::operator +=( const Time& rTime )
|*
|* DateTime::operator -=()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 02.10.96
-|* Letzte Aenderung TH 02.10.96
-|*
*************************************************************************/
DateTime& DateTime::operator -=( const Time& rTime )
@@ -255,10 +219,6 @@ DateTime& DateTime::operator -=( const Time& rTime )
|*
|* DateTime::operator+()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 02.10.96
-|* Letzte Aenderung TH 02.10.96
-|*
*************************************************************************/
DateTime operator +( const DateTime& rDateTime, long nDays )
@@ -272,10 +232,6 @@ DateTime operator +( const DateTime& rDateTime, long nDays )
|*
|* DateTime::operator-()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 02.10.96
-|* Letzte Aenderung TH 02.10.96
-|*
*************************************************************************/
DateTime operator -( const DateTime& rDateTime, long nDays )
@@ -289,10 +245,6 @@ DateTime operator -( const DateTime& rDateTime, long nDays )
|*
|* DateTime::operator+()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 02.10.96
-|* Letzte Aenderung TH 02.10.96
-|*
*************************************************************************/
DateTime operator +( const DateTime& rDateTime, const Time& rTime )
@@ -306,10 +258,6 @@ DateTime operator +( const DateTime& rDateTime, const Time& rTime )
|*
|* DateTime::operator-()
|*
-|* Beschreibung DATETIME.SDW
-|* Ersterstellung TH 02.10.96
-|* Letzte Aenderung TH 02.10.96
-|*
*************************************************************************/
DateTime operator -( const DateTime& rDateTime, const Time& rTime )
diff --git a/tools/source/fsys/dirent.cxx b/tools/source/fsys/dirent.cxx
index 22aca6790e31..16fd5488b654 100644
--- a/tools/source/fsys/dirent.cxx
+++ b/tools/source/fsys/dirent.cxx
@@ -242,10 +242,6 @@ DBG_NAME( DirEntry );
|*
|* DirEntry::~DirEntryStack()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MI 04.07.91
-|*
*************************************************************************/
DirEntryStack::~DirEntryStack()
@@ -261,8 +257,6 @@ DirEntryStack::~DirEntryStack()
|* Beschreibung Pruefung eines DirEntry fuer DBG_UTIL
|* Parameter void* p Zeiger auf den DirEntry
|* Return-Wert char* Fehlermeldungs-TExtension oder NULL
-|* Ersterstellung MI 16.07.91
-|* Letzte Aenderung MI 26.05.93
|*
*************************************************************************/
@@ -283,8 +277,6 @@ const char* ImpCheckDirEntry( const void* p )
|* ImplCutPath()
|*
|* Beschreibung Fuegt ... ein, damit maximal nMaxChars lang
-|* Ersterstellung MI 06.04.94
-|* Letzte Aenderung DV 24.06.96
|*
*************************************************************************/
@@ -340,10 +332,6 @@ ByteString ImplCutPath( const ByteString& rStr, USHORT nMax, char cAccDel )
|*
|* DirEntry::ImpParseOs2Name()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MI 23.06.95
-|*
*************************************************************************/
FSysError DirEntry::ImpParseOs2Name( const ByteString& rPfad, FSysPathStyle eStyle )
@@ -537,10 +525,6 @@ FSysError DirEntry::ImpParseOs2Name( const ByteString& rPfad, FSysPathStyle eSty
|*
|* DirEntry::ImpParseName()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.08.91
-|* Letzte Aenderung MI 26.05.93
-|*
*************************************************************************/
FSysError DirEntry::ImpParseName( const ByteString& rbInitName,
@@ -600,10 +584,6 @@ FSysError DirEntry::ImpParseName( const ByteString& rbInitName,
|*
|* GetStyle()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 15.11.91
-|* Letzte Aenderung MI 15.11.91
-|*
*************************************************************************/
static FSysPathStyle GetStyle( FSysPathStyle eStyle )
@@ -621,8 +601,6 @@ static FSysPathStyle GetStyle( FSysPathStyle eStyle )
|* Beschreibung bringt den Namen auf Betriebssystem-Norm
|* z.B. 8.3 lower beim MS-DOS Formatter
|* wirkt nicht rekursiv
-|* Ersterstellung MI 12.08.91
-|* Letzte Aenderung MI 21.05.92
|*
*************************************************************************/
@@ -727,10 +705,6 @@ void DirEntry::ImpTrim( FSysPathStyle eStyle )
|*
|* DirEntry::DirEntry()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
DirEntry::DirEntry( const ByteString& rName, DirEntryFlag eDirFlag,
@@ -753,10 +727,6 @@ DirEntry::DirEntry( const ByteString& rName, DirEntryFlag eDirFlag,
|*
|* DirEntry::DirEntry()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
DirEntry::DirEntry( const DirEntry& rOrig ) :
@@ -784,10 +754,6 @@ DirEntry::DirEntry( const DirEntry& rOrig ) :
|*
|* DirEntry::DirEntry()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
DirEntry::DirEntry( const String& rInitName, FSysPathStyle eStyle )
@@ -894,10 +860,6 @@ DirEntry::DirEntry( const ByteString& rInitName, FSysPathStyle eStyle )
|*
|* DirEntry::DirEntry()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
DirEntry::DirEntry( DirEntryFlag eDirFlag )
@@ -916,10 +878,6 @@ DirEntry::DirEntry( DirEntryFlag eDirFlag )
|*
|* DirEntry::~DirEntry()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
DirEntry::~DirEntry()
@@ -937,10 +895,6 @@ DirEntry::~DirEntry()
|*
|* DirEntry::ImpGetTopPtr() const
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
const DirEntry* DirEntry::ImpGetTopPtr() const
@@ -958,10 +912,6 @@ const DirEntry* DirEntry::ImpGetTopPtr() const
|*
|* DirEntry::ImpGetTopPtr()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 13.11.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
DirEntry* DirEntry::ImpGetTopPtr()
@@ -980,8 +930,6 @@ DirEntry* DirEntry::ImpGetTopPtr()
|* DirEntry::ImpGetPreTopPtr()
|*
|* Beschreibung liefert einen Pointer auf den vorletzten Entry
-|* Ersterstellung MI 01.11.91
-|* Letzte Aenderung MA 02.12.91
|*
*************************************************************************/
@@ -1003,10 +951,6 @@ DirEntry* DirEntry::ImpGetPreTopPtr()
|*
|* DirEntry::ImpChangeParent()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MI 21.05.92
-|*
*************************************************************************/
DirEntry* DirEntry::ImpChangeParent( DirEntry* pNewParent, BOOL bNormalize )
@@ -1030,10 +974,6 @@ DirEntry* DirEntry::ImpChangeParent( DirEntry* pNewParent, BOOL bNormalize )
|*
|* DirEntry::Exists()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MI 24.09.91
-|*
*************************************************************************/
BOOL DirEntry::Exists( FSysAccess nAccess ) const
@@ -1083,10 +1023,6 @@ BOOL DirEntry::Exists( FSysAccess nAccess ) const
|*
|* DirEntry::First()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 15.01.92
-|*
*************************************************************************/
BOOL DirEntry::First()
@@ -1131,10 +1067,6 @@ BOOL DirEntry::First()
|*
|* DirEntry::GetFull()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
String DirEntry::GetFull( FSysPathStyle eStyle, BOOL bWithDelimiter,
@@ -1187,10 +1119,6 @@ String DirEntry::GetFull( FSysPathStyle eStyle, BOOL bWithDelimiter,
|*
|* DirEntry::GetPath()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
DirEntry DirEntry::GetPath() const
@@ -1207,10 +1135,6 @@ DirEntry DirEntry::GetPath() const
|*
|* DirEntry::GetExtension()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
String DirEntry::GetExtension( char cSep ) const
@@ -1234,10 +1158,6 @@ String DirEntry::GetExtension( char cSep ) const
|*
|* DirEntry::GetBase()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
String DirEntry::GetBase( char cSep ) const
@@ -1264,10 +1184,6 @@ String DirEntry::GetBase( char cSep ) const
|*
|* DirEntry::GetName()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91 13:47
-|*
*************************************************************************/
String DirEntry::GetName( FSysPathStyle eStyle ) const
@@ -1362,10 +1278,6 @@ String DirEntry::GetName( FSysPathStyle eStyle ) const
|*
|* DirEntry::IsAbs()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
bool DirEntry::IsAbs() const
@@ -1383,10 +1295,6 @@ bool DirEntry::IsAbs() const
|*
|* DirEntry::CutName()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
String DirEntry::CutName( FSysPathStyle eStyle )
@@ -1430,8 +1338,6 @@ String DirEntry::CutName( FSysPathStyle eStyle )
|* DirEntry::NameCompare
|*
|* Beschreibung Vergleich nur die Namen (ohne Pfad, aber mit Gross/Klein)
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
|*
*************************************************************************/
@@ -1456,10 +1362,6 @@ StringCompare DirEntry::NameCompare( const DirEntry &rWith ) const
|*
|* DirEntry::operator==()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
BOOL DirEntry::operator==( const DirEntry& rEntry ) const
@@ -1498,10 +1400,6 @@ BOOL DirEntry::operator==( const DirEntry& rEntry ) const
|*
|* DirEntry::operator=()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
DirEntry& DirEntry::operator=( const DirEntry& rEntry )
@@ -1536,10 +1434,6 @@ DirEntry& DirEntry::operator=( const DirEntry& rEntry )
|*
|* DirEntry::operator+()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
DirEntry DirEntry::operator+( const DirEntry& rEntry ) const
@@ -1627,10 +1521,6 @@ DirEntry DirEntry::operator+( const DirEntry& rEntry ) const
|*
|* DirEntry::operator+=()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
DirEntry &DirEntry::operator+=( const DirEntry& rEntry )
@@ -1644,10 +1534,6 @@ DirEntry &DirEntry::operator+=( const DirEntry& rEntry )
|*
|* DirEntry::GetAccessDelimiter()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 27.05.93
-|* Letzte Aenderung MI 10.06.93
-|*
*************************************************************************/
String DirEntry::GetAccessDelimiter( FSysPathStyle eFormatter )
@@ -1659,10 +1545,6 @@ String DirEntry::GetAccessDelimiter( FSysPathStyle eFormatter )
|*
|* DirEntry::SetExtension()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 02.08.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
void DirEntry::SetExtension( const String& rExtension, char cSep )
@@ -1701,10 +1583,6 @@ void DirEntry::SetExtension( const String& rExtension, char cSep )
|*
|* DirEntry::CutExtension()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 23.07.93
-|* Letzte Aenderung MI 23.07.93
-|*
*************************************************************************/
String DirEntry::CutExtension( char cSep )
@@ -1730,10 +1608,6 @@ String DirEntry::CutExtension( char cSep )
|*
|* DirEntry::SetName()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 04.09.93
-|* Letzte Aenderung MI 04.09.93
-|*
*************************************************************************/
void DirEntry::SetName( const String& rName, FSysPathStyle eFormatter )
@@ -1761,10 +1635,6 @@ void DirEntry::SetName( const String& rName, FSysPathStyle eFormatter )
|*
|* DirEntry::Find()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
BOOL DirEntry::Find( const String& rPfad, char cDelim )
{
@@ -1807,10 +1677,6 @@ BOOL DirEntry::Find( const String& rPfad, char cDelim )
|*
|* DirEntry::ImpToRel()
|*
-|* Beschreibung
-|* Ersterstellung MI 17.06.93
-|* Letzte Aenderung MI 17.06.93
-|*
*************************************************************************/
BOOL DirEntry::ImpToRel( String aCurStr )
@@ -1870,10 +1736,6 @@ BOOL DirEntry::ImpToRel( String aCurStr )
|*
|* DirEntry::CutRelParents()
|*
-|* Beschreibung
-|* Ersterstellung MI 01.08.95
-|* Letzte Aenderung MI 01.08.95
-|*
*************************************************************************/
USHORT DirEntry::CutRelParents()
@@ -1910,10 +1772,6 @@ USHORT DirEntry::CutRelParents()
|*
|* DirEntry::ToRel()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.06.93
-|* Letzte Aenderung MI 17.06.93
-|*
*************************************************************************/
BOOL DirEntry::ToRel()
@@ -1929,10 +1787,6 @@ BOOL DirEntry::ToRel()
|*
|* DirEntry::ToRel()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
BOOL DirEntry::ToRel( const DirEntry& rStart )
@@ -1948,10 +1802,6 @@ BOOL DirEntry::ToRel( const DirEntry& rStart )
|*
|* DirEntry::GetDevice()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
#ifndef UNX
@@ -1975,10 +1825,6 @@ DirEntry DirEntry::GetDevice() const
|*
|* DirEntry::SetBase()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 23.10.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
void DirEntry::SetBase( const String& rBase, char cSep )
@@ -2004,10 +1850,6 @@ void DirEntry::SetBase( const String& rBase, char cSep )
|*
|* DirEntry::GetSearchDelimiter()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 10.06.93
-|* Letzte Aenderung MI 10.06.93
-|*
*************************************************************************/
String DirEntry::GetSearchDelimiter( FSysPathStyle eFormatter )
@@ -2024,8 +1866,6 @@ String DirEntry::GetSearchDelimiter( FSysPathStyle eFormatter )
|* fester Extension (FAT) zaehlt diese nicht mit.
|* Bei unbekannten FileSytemen und FSYS_STYLE_URL
|* wird USHRT_MAX zurueckgegeben.
-|* Ersterstellung MI 17.06.97
-|* Letzte Aenderung MI 17.06.97
|*
*************************************************************************/
@@ -2058,8 +1898,6 @@ USHORT DirEntry::GetMaxNameLen( FSysPathStyle eFormatter )
|* DirEntry::TempName()
|*
|* Beschreibung FSYS.SDW - Aha, wo?
-|* Ersterstellung VB 06.09.93 (im SWG)
-|* Letzte Aenderung MI 06.02.98
|*
*************************************************************************/
namespace { struct TempNameBase_Impl : public rtl::Static< DirEntry, TempNameBase_Impl > {}; }
@@ -2249,10 +2087,6 @@ DirEntry DirEntry::TempName( DirEntryKind eKind ) const
|*
|* DirEntry::operator[]()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 03.03.92
-|* Letzte Aenderung MI 03.03.92
-|*
*************************************************************************/
const DirEntry &DirEntry::operator[]( USHORT nParentLevel ) const
@@ -2272,10 +2106,6 @@ const DirEntry &DirEntry::operator[]( USHORT nParentLevel ) const
|*
|* DirEntry::ImpParseUnixName()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MI 26.05.93
-|*
*************************************************************************/
FSysError DirEntry::ImpParseUnixName( const ByteString& rPfad, FSysPathStyle eStyle )
@@ -2392,10 +2222,6 @@ FSysError DirEntry::ImpParseUnixName( const ByteString& rPfad, FSysPathStyle eSt
|*
|* DirEntry::MakeShortName()
|*
-|* Beschreibung
-|* Ersterstellung TLX
-|* Letzte Aenderung PB 21.08.97 (in CreateEntry_Impl())
-|*
*************************************************************************/
ErrCode CreateEntry_Impl( const DirEntry &rPath, DirEntryKind eKind )
@@ -2626,10 +2452,6 @@ BOOL DirEntry::MakeShortName( const String& rLongName, DirEntryKind eKind,
|*
|* DirEntry::CreatePath()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
BOOL DirEntry::MakeDir( BOOL bSloppy ) const
@@ -2695,10 +2517,6 @@ BOOL DirEntry::MakeDir( BOOL bSloppy ) const
|*
|* DirEntry::CopyTo()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MI 07.08.96
-|*
*************************************************************************/
FSysError DirEntry::CopyTo( const DirEntry& rDest, FSysAction nActions ) const
@@ -2729,10 +2547,6 @@ FSysError DirEntry::CopyTo( const DirEntry& rDest, FSysAction nActions ) const
|*
|* DirEntry::MoveTo()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung HRO 24.03.99
-|*
*************************************************************************/
#if defined WNT || defined UNX || defined OS2
@@ -2896,10 +2710,6 @@ FSysError DirEntry::MoveTo( const DirEntry& rNewName ) const
|*
|* DirEntry::Kill()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MI 07.08.96
-|*
*************************************************************************/
FSysError DirEntry::Kill( FSysAction nActions ) const
@@ -3033,8 +2843,6 @@ FSysError DirEntry::Kill( FSysAction nActions ) const
|* DirEntry::Contains()
|*
|* Beschreibung ob rSubEntry direkt oder indirect in *this liegt
-|* Ersterstellung MI 20.03.97
-|* Letzte Aenderung MI 20.03.97
|*
*************************************************************************/
@@ -3058,10 +2866,6 @@ BOOL DirEntry::Contains( const DirEntry &rSubEntry ) const
|*
|* DirEntry::Level()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 03.03.92
-|* Letzte Aenderung MI 03.03.92
-|*
*************************************************************************/
USHORT DirEntry::Level() const
@@ -3083,10 +2887,6 @@ USHORT DirEntry::Level() const
|*
|* DirEntry::ConvertNameToSystem()
|*
-|* Beschreibung
-|* Ersterstellung DV 29.03.96
-|* Letzte Aenderung DV 29.03.96
-|*
*************************************************************************/
String DirEntry::ConvertNameToSystem( const String &rName )
@@ -3098,10 +2898,6 @@ String DirEntry::ConvertNameToSystem( const String &rName )
|*
|* DirEntry::ConvertSystemToName()
|*
-|* Beschreibung
-|* Ersterstellung DV 29.03.96
-|* Letzte Aenderung DV 29.03.96
-|*
*************************************************************************/
String DirEntry::ConvertSystemToName( const String &rName )
@@ -3113,10 +2909,6 @@ String DirEntry::ConvertSystemToName( const String &rName )
|*
|* DirEntry::IsValid()
|*
-|* Beschreibung
-|* Ersterstellung MI 18.09.93
-|* Letzte Aenderung TPF 18.09.98
-|*
*************************************************************************/
BOOL DirEntry::IsValid() const
@@ -3128,10 +2920,6 @@ BOOL DirEntry::IsValid() const
|*
|* DirEntry::IsRFSAvailable()
|*
-|* Beschreibung
-|* Ersterstellung TPF 21.10.98
-|* Letzte Aenderung TPF 21.10.98
-|*
*************************************************************************/
BOOL DirEntry::IsRFSAvailable()
@@ -3146,8 +2934,6 @@ BOOL DirEntry::IsRFSAvailable()
|* Beschreibung ?berpr?ft , ob das DirEntry einen langen
|* Filenamen auf einer FAT-Partition enth?lt (EAs).
|* (eigentlich nur f?r OS2 interessant)
-|* Ersterstellung TPF 02.10.98
-|* Letzte Aenderung TPF 01.03.1999
|*
*************************************************************************/
diff --git a/tools/source/fsys/filecopy.cxx b/tools/source/fsys/filecopy.cxx
index c846abefa8d2..3a7787c93159 100644
--- a/tools/source/fsys/filecopy.cxx
+++ b/tools/source/fsys/filecopy.cxx
@@ -66,10 +66,6 @@ using namespace ::osl;
|*
|* FileCopier::FileCopier()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 13.04.94
-|* Letzte Aenderung MI 13.04.94
-|*
*************************************************************************/
FileCopier::FileCopier() :
@@ -115,10 +111,6 @@ FileCopier::FileCopier( const FileCopier& rCopier ) :
|*
|* FileCopier::~FileCopier()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 13.04.94
-|* Letzte Aenderung MI 13.04.94
-|*
*************************************************************************/
FileCopier::~FileCopier()
@@ -130,10 +122,6 @@ FileCopier::~FileCopier()
|*
|* FileCopier::operator =()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 13.04.94
-|* Letzte Aenderung MI 13.04.94
-|*
*************************************************************************/
FileCopier& FileCopier::operator = ( const FileCopier &rCopier )
@@ -153,10 +141,6 @@ FileCopier& FileCopier::operator = ( const FileCopier &rCopier )
|*
|* FileCopier::Progress()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 13.04.94
-|* Letzte Aenderung MI 13.04.94
-|*
*************************************************************************/
BOOL FileCopier::Progress()
@@ -229,10 +213,6 @@ const Link& FileCopier::GetErrorHdl() const
|*
|* FileCopier::Execute()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 13.04.94
-|* Letzte Aenderung PB 16.06.00
-|*
*************************************************************************/
FSysError FileCopier::DoCopy_Impl(
diff --git a/tools/source/fsys/fstat.cxx b/tools/source/fsys/fstat.cxx
index 616124b048c9..60b45bd8ebdd 100644
--- a/tools/source/fsys/fstat.cxx
+++ b/tools/source/fsys/fstat.cxx
@@ -48,10 +48,6 @@
|*
|* FileStat::FileStat()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 11.06.91
-|* Letzte Aenderung MI 11.06.91
-|*
*************************************************************************/
FileStat::FileStat()
@@ -72,10 +68,6 @@ FileStat::FileStat()
|*
|* FileStat::FileStat()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 11.06.91
-|* Letzte Aenderung MI 11.06.91
-|*
*************************************************************************/
FileStat::FileStat( const DirEntry& rDirEntry, FSysAccess nAccess )
@@ -115,10 +107,6 @@ FileStat::FileStat( const DirEntry& rDirEntry, FSysAccess nAccess )
|*
|* FileStat::IsYounger()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MA 11.11.91
-|* Letzte Aenderung MA 11.11.91
-|*
*************************************************************************/
// TRUE wenn die Instanz j"unger als rIsOlder ist.
@@ -139,9 +127,6 @@ BOOL FileStat::IsYounger( const FileStat& rIsOlder ) const
|*
|* FileStat::IsKind()
|*
-|* Ersterstellung MA 11.11.91 (?)
-|* Letzte Aenderung KH 16.01.95
-|*
*************************************************************************/
BOOL FileStat::IsKind( DirEntryKind nKind ) const
@@ -156,9 +141,6 @@ BOOL FileStat::IsKind( DirEntryKind nKind ) const
|*
|* FileStat::HasReadOnlyFlag()
|*
-|* Ersterstellung MI 06.03.97
-|* Letzte Aenderung UT 01.07.98
-|*
*************************************************************************/
BOOL FileStat::HasReadOnlyFlag()
@@ -174,9 +156,6 @@ BOOL FileStat::HasReadOnlyFlag()
|*
|* FileStat::GetReadOnlyFlag()
|*
-|* Ersterstellung MI 06.03.97
-|* Letzte Aenderung UT 02.07.98
-|*
*************************************************************************/
BOOL FileStat::GetReadOnlyFlag( const DirEntry &rEntry )
@@ -213,9 +192,6 @@ BOOL FileStat::GetReadOnlyFlag( const DirEntry &rEntry )
|*
|* FileStat::SetReadOnlyFlag()
|*
-|* Ersterstellung MI 06.03.97
-|* Letzte Aenderung UT 01.07.98
-|*
*************************************************************************/
ULONG FileStat::SetReadOnlyFlag( const DirEntry &rEntry, BOOL bRO )
@@ -288,9 +264,6 @@ ULONG FileStat::SetReadOnlyFlag( const DirEntry &rEntry, BOOL bRO )
|*
|* FileStat::SetDateTime
|*
-|* Ersterstellung PB 27.06.97
-|* Letzte Aenderung
-|*
*************************************************************************/
#if defined WNT || defined OS2
diff --git a/tools/source/fsys/os2.cxx b/tools/source/fsys/os2.cxx
index 389528da8648..ad790d0e2a64 100644
--- a/tools/source/fsys/os2.cxx
+++ b/tools/source/fsys/os2.cxx
@@ -143,10 +143,6 @@ char* volumeid( const char* pPfad )
|*
|* DirEntry::ToAbs()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91 13:30
-|*
*************************************************************************/
BOOL DirEntry::ToAbs()
@@ -172,10 +168,6 @@ BOOL DirEntry::ToAbs()
|*
|* DirEntry::GetVolume()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 04.03.92
-|* Letzte Aenderung MI 04.03.92
-|*
*************************************************************************/
String DirEntry::GetVolume() const
@@ -204,10 +196,6 @@ String DirEntry::GetVolume() const
|*
|* DirEntry::SetCWD()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MI 21.05.92
-|*
*************************************************************************/
BOOL DirEntry::SetCWD( BOOL bSloppy ) const
@@ -238,10 +226,6 @@ BOOL DirEntry::SetCWD( BOOL bSloppy ) const
|*
|* DirEntry::MoveTo()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91 14:07
-|*
*************************************************************************/
@@ -346,10 +330,6 @@ USHORT DirReader_Impl::Read()
|*
|* FileStat::FileStat()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MA 05.11.91
-|* Letzte Aenderung MA 07.11.91
-|*
*************************************************************************/
FileStat::FileStat( const void *pInfo, // struct dirent
@@ -381,10 +361,6 @@ FileStat::FileStat( const void *pInfo, // struct dirent
|*
|* FileStat::Update()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 11.06.91
-|* Letzte Aenderung MA 07.11.91
-|*
*************************************************************************/
struct _FSYS_FSQBUFFER
@@ -556,8 +532,6 @@ BOOL IsRedirectable_Impl( const ByteString &rPath )
|*
|* Beschreibung liefert den Namens des Directories fuer temporaere
|* Dateien
-|* Ersterstellung MI 16.03.94
-|* Letzte Aenderung MI 16.03.94
|*
*************************************************************************/
@@ -778,10 +752,6 @@ Date MsDos2Date( const time_t *pTimeT )
|*
|* DirEntry::GetPathStyle() const
|*
-|* Beschreibung
-|* Ersterstellung MI 11.05.95
-|* Letzte Aenderung MI 11.05.95
-|*
*************************************************************************/
FSysPathStyle DirEntry::GetPathStyle( const String &rDevice )
@@ -800,10 +770,6 @@ FSysPathStyle DirEntry::GetPathStyle( const String &rDevice )
|*
|* DirEntry::IsCaseSensitive() const
|*
-|* Beschreibung
-|* Ersterstellung TPF 26.02.1999
-|* Letzte Aenderung
-|*
*************************************************************************/
BOOL DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const
diff --git a/tools/source/fsys/tdir.cxx b/tools/source/fsys/tdir.cxx
index 7b9d4936355e..89a75eebaf79 100644
--- a/tools/source/fsys/tdir.cxx
+++ b/tools/source/fsys/tdir.cxx
@@ -54,8 +54,6 @@ DECLARE_LIST( FileStatList, FileStat* )
|* Dir::InsertPointReached()
|*
|* Beschreibung stellt fest, ob eingefuegt werden musz
-|* Ersterstellung MA 05.11.91
-|* Letzte Aenderung MI 05.02.92
|*
*************************************************************************/
@@ -209,8 +207,6 @@ BOOL Dir::ImpInsertPointReached( const DirEntry& rNewEntry,
|* Dir::ImpSortedInsert()
|*
|* Beschreibung fuegt sortiert ein
-|* Ersterstellung MA 05.11.91
-|* Letzte Aenderung MA 03.12.91
|*
*************************************************************************/
@@ -244,8 +240,6 @@ void Dir::ImpSortedInsert( const DirEntry *pNewEntry, const FileStat *pNewStat )
|* Dir::Construct()
|*
|* Beschreibung gemeinsame Implementation der Ctoren
-|* Ersterstellung MI 02.06.93
-|* Letzte Aenderung MI 02.06.93
|*
*************************************************************************/
@@ -278,10 +272,6 @@ void Dir::Construct( DirEntryKind nKindFlags )
|*
|* Dir::Update()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 16.05.91
-|* Letzte Aenderung MI 19.09.96
-|*
*************************************************************************/
BOOL Dir::Update()
@@ -294,10 +284,6 @@ BOOL Dir::Update()
|*
|* Dir::Reset()
|*
-|* Beschreibung
-|* Ersterstellung MI 22.10.96
-|* Letzte Aenderung MI 22.10.96
-|*
*************************************************************************/
void Dir::Reset()
@@ -370,10 +356,6 @@ void Dir::Reset()
|*
|* Dir::Scan()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 18.09.96
-|* Letzte Aenderung MI 19.09.96
-|*
*************************************************************************/
USHORT Dir::Scan( USHORT nCount )
@@ -410,10 +392,6 @@ USHORT Dir::Scan( USHORT nCount )
|*
|* Dir::Dir()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 16.05.91
-|* Letzte Aenderung MI 04.03.92
-|*
*************************************************************************/
Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags, FSysSort nSort, ... ):
@@ -435,10 +413,6 @@ Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags, FSysSort nSort, ..
|*
|* Dir::Dir()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 02.06.93
-|* Letzte Aenderung MI 02.06.93
-|*
*************************************************************************/
Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags ):
@@ -455,10 +429,6 @@ Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags ):
|*
|* Dir::Dir()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 16.05.91
-|* Letzte Aenderung MA 04.11.91
-|*
*************************************************************************/
Dir::Dir():
@@ -477,10 +447,6 @@ Dir::Dir():
|*
|* Dir::~Dir()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 16.05.91
-|* Letzte Aenderung MA 04.11.91
-|*
*************************************************************************/
Dir::~Dir()
@@ -539,10 +505,6 @@ Dir::~Dir()
|*
|* Dir::ImpSetSort()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MA 04.11.91
-|* Letzte Aenderung MI 05.02.92
-|*
*************************************************************************/
FSysError Dir::ImpSetSort( std::va_list pArgs, int nFirstSort )
@@ -668,10 +630,6 @@ FSysError Dir::ImpSetSort( std::va_list pArgs, int nFirstSort )
|*
|* Dir::SetSort()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MA 04.11.91
-|* Letzte Aenderung MI 05.02.92
-|*
*************************************************************************/
FSysError Dir::SetSort( FSysSort nSort, ... )
@@ -685,10 +643,6 @@ FSysError Dir::SetSort( FSysSort nSort, ... )
|*
|* Dir::operator[]()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 16.05.91
-|* Letzte Aenderung MI 16.05.91
-|*
*************************************************************************/
DirEntry& Dir::operator[] ( USHORT nIndex ) const
@@ -703,10 +657,6 @@ DirEntry& Dir::operator[] ( USHORT nIndex ) const
|*
|* Dir::operator+= ()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 16.05.91
-|* Letzte Aenderung MI 16.05.91
-|*
*************************************************************************/
Dir& Dir::operator+=( const Dir& rDir )
@@ -750,10 +700,6 @@ Dir& Dir::operator+=( const Dir& rDir )
|*
|* Dir::Count()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 16.05.91
-|* Letzte Aenderung MI 18.09.96
-|*
*************************************************************************/
diff --git a/tools/source/fsys/unx.cxx b/tools/source/fsys/unx.cxx
index 0ed7dd4d8f8d..70238331f282 100644
--- a/tools/source/fsys/unx.cxx
+++ b/tools/source/fsys/unx.cxx
@@ -215,10 +215,6 @@ static BOOL GetMountEntry(dev_t dev, struct mymnttab *mytab)
|*
|* DirEntry::IsCaseSensitive()
|*
-|* Beschreibung
-|* Ersterstellung TPF 25.02.1999
-|* Letzte Aenderung TPF 25.02.1999
-|*
*************************************************************************/
BOOL DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const
@@ -295,10 +291,6 @@ BOOL DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const
|*
|* DirEntry::ToAbs()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91 13:30
-|*
*************************************************************************/
BOOL DirEntry::ToAbs()
@@ -321,10 +313,6 @@ BOOL DirEntry::ToAbs()
|*
|* DirEntry::GetVolume()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 04.03.92
-|* Letzte Aenderung
-|*
*************************************************************************/
namespace { struct mymnt : public rtl::Static< mymnttab, mymnt > {}; }
@@ -375,10 +363,6 @@ DirEntry DirEntry::GetDevice() const
|*
|* DirEntry::SetCWD()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung DV 04.11.92
-|*
*************************************************************************/
BOOL DirEntry::SetCWD( BOOL bSloppy ) const
@@ -467,10 +451,6 @@ USHORT DirReader_Impl::Read()
|*
|* FileStat::FileStat()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MA 05.11.91
-|* Letzte Aenderung MA 07.11.91
-|*
*************************************************************************/
FileStat::FileStat( const void *, const void * ):
@@ -487,10 +467,6 @@ FileStat::FileStat( const void *, const void * ):
|*
|* FileStat::Update()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 11.06.91
-|* Letzte Aenderung MA 07.11.91
-|*
*************************************************************************/
BOOL FileStat::Update( const DirEntry& rDirEntry, BOOL )
{
@@ -595,10 +571,6 @@ const char *TempDirImpl( char *pBuf )
|*
|* DirEntry::GetPathStyle() const
|*
-|* Beschreibung
-|* Ersterstellung MI 11.05.95
-|* Letzte Aenderung MI 11.05.95
-|*
*************************************************************************/
FSysPathStyle DirEntry::GetPathStyle( const String & )
@@ -610,9 +582,6 @@ FSysPathStyle DirEntry::GetPathStyle( const String & )
|*
|* FileStat::SetDateTime
|*
-|* Ersterstellung PB 27.06.97
-|* Letzte Aenderung
-|*
*************************************************************************/
void FileStat::SetDateTime( const String& rFileName,
diff --git a/tools/source/fsys/wldcrd.cxx b/tools/source/fsys/wldcrd.cxx
index 4ba5a4e18173..e391dd5020c3 100644
--- a/tools/source/fsys/wldcrd.cxx
+++ b/tools/source/fsys/wldcrd.cxx
@@ -34,10 +34,6 @@
|*
|* WildCard::Match()
|*
-|* Beschreibung WLDCRD.SDW
-|* Ersterstellung MA 19.06.91
-|* Letzte Aenderung MA 03.07.91
-|*
*************************************************************************/
/* Diese Methode ueberprueft, ob die Wilde Karte in pWild mit dem String
@@ -112,10 +108,6 @@ USHORT WildCard::ImpMatch( const char *pWild, const char *pStr ) const
|*
|* WildCard::Matches()
|*
-|* Beschreibung WLDCRD.SDW
-|* Ersterstellung MA 19.06.91
-|* Letzte Aenderung TH 02.02.96
-|*
*************************************************************************/
BOOL WildCard::Matches( const String& rString ) const
diff --git a/tools/source/fsys/wntmsc.cxx b/tools/source/fsys/wntmsc.cxx
index ea949873e95a..30520c2b4732 100644
--- a/tools/source/fsys/wntmsc.cxx
+++ b/tools/source/fsys/wntmsc.cxx
@@ -117,10 +117,6 @@ int closedir( DIR *pDir )
|*
|* DirEntry::GetPathStyle() const
|*
-|* Beschreibung
-|* Ersterstellung MI 11.05.95
-|* Letzte Aenderung MI 11.05.95
-|*
*************************************************************************/
ErrCode GetPathStyle_Impl( const String &rDevice, FSysPathStyle &rStyle )
@@ -180,10 +176,6 @@ FSysPathStyle DirEntry::GetPathStyle( const String &rDevice )
|*
|* DirEntry::IsCaseSensitive()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 10.06.93
-|* Letzte Aenderung TPF 26.02.1999
-|*
*************************************************************************/
BOOL DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const
@@ -269,10 +261,6 @@ BOOL DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const
|*
|* DirEntry::ToAbs()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MA 02.12.91
-|*
*************************************************************************/
BOOL DirEntry::ToAbs()
@@ -307,10 +295,6 @@ BOOL DirEntry::ToAbs()
|*
|* DirEntry::GetVolume()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 27.08.92
-|* Letzte Aenderung MI 28.08.92
-|*
*************************************************************************/
String DirEntry::GetVolume() const
@@ -359,10 +343,6 @@ String DirEntry::GetVolume() const
|*
|* DirEntry::SetCWD()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 26.04.91
-|* Letzte Aenderung MI 21.05.92
-|*
*************************************************************************/
BOOL DirEntry::SetCWD( BOOL bSloppy ) const
@@ -512,8 +492,6 @@ USHORT DirReader_Impl::Read()
|* InitFileStat()
|*
|* Beschreibung gemeinsamer Teil der Ctoren fuer FileStat
-|* Ersterstellung MI 28.08.92
-|* Letzte Aenderung MI 28.08.92
|*
*************************************************************************/
@@ -570,10 +548,6 @@ void FileStat::ImpInit( void* p )
|*
|* FileStat::FileStat()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 27.08.92
-|* Letzte Aenderung MI 28.08.92
-|*
*************************************************************************/
FileStat::FileStat( const void *pInfo, // struct dirent
@@ -592,10 +566,6 @@ FileStat::FileStat( const void *pInfo, // struct dirent
|*
|* FileStat::Update()
|*
-|* Beschreibung FSYS.SDW
-|* Ersterstellung MI 27.08.92
-|* Letzte Aenderung MI 28.08.92
-|*
*************************************************************************/
#ifdef _MSC_VER
@@ -1027,8 +997,6 @@ BOOL IsRedirectable_Impl( const ByteString &rPath )
|*
|* Beschreibung liefert den Namens des Directories fuer temporaere
|* Dateien
-|* Ersterstellung MI 16.03.94
-|* Letzte Aenderung MI 16.03.94
|*
*************************************************************************/
diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx
index 4a4741c2b0a6..07d794de80bf 100644
--- a/tools/source/generic/fract.cxx
+++ b/tools/source/generic/fract.cxx
@@ -43,8 +43,6 @@
|* Beschreibung Berechnet den groessten gemeinsamen Teiler von
|* nVal1 und nVal2
|* Parameter long nVal1, long nVal2
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
|*
*************************************************************************/
@@ -128,10 +126,6 @@ static void Reduce( BigInt &rVal1, BigInt &rVal2 )
|*
|* Fraction::Fraction()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung WP 07.03.97
-|* Letzte Aenderung
-|*
*************************************************************************/
Fraction::Fraction( long nN1, long nN2, long nD1, long nD2 )
@@ -177,10 +171,6 @@ Fraction::Fraction( long nN1, long nN2, long nD1, long nD2 )
|*
|* Fraction::Fraction()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
-|*
*************************************************************************/
// Zur Initialisierung eines Bruches wird nNum dem Zaehler und nDen dem
@@ -209,10 +199,6 @@ Fraction::Fraction( long nNum, long nDen )
|*
|* Fraction::Fraction()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
-|*
*************************************************************************/
// Wenn der Wert von dVal groesser ist als LONG_MAX, dann wird der Bruch
@@ -251,10 +237,6 @@ Fraction::Fraction( double dVal )
|*
|* Fraction::operator double()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 14.05.91
-|*
*************************************************************************/
Fraction::operator double() const
@@ -269,10 +251,6 @@ Fraction::operator double() const
|*
|* Fraction::operator+=()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
-|*
*************************************************************************/
// Zunaechst werden die beiden Parameter auf ihre Gueltigkeit ueberprueft.
@@ -325,10 +303,6 @@ Fraction& Fraction::operator += ( const Fraction& rVal )
|*
|* Fraction::operator-=()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
-|*
*************************************************************************/
// Zunaechst werden die beiden Parameter auf ihre Gueltigkeit ueberprueft.
@@ -381,10 +355,6 @@ Fraction& Fraction::operator -= ( const Fraction& rVal )
|*
|* Fraction::operator*=()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung TH 19.08.92
-|*
*************************************************************************/
// Zunaechst werden die beiden Parameter auf ihre Gueltigkeit ueberprueft.
@@ -433,10 +403,6 @@ Fraction& Fraction::operator *= ( const Fraction& rVal )
|*
|* Fraction::operator/=()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
-|*
*************************************************************************/
// Zunaechst werden die beiden Parameter auf ihre Gueltigkeit ueberprueft.
@@ -493,10 +459,6 @@ Fraction& Fraction::operator /= ( const Fraction& rVal )
|*
|* Fraction::ReduceInaccurate()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung JOE 17.09.95
-|* Letzte Aenderung kendy 2007-06-13
-|*
*************************************************************************/
@@ -627,10 +589,6 @@ void Fraction::ReduceInaccurate( unsigned nSignificantBits )
|*
|* Fraction::operator ==()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung TH 19.08.92
-|*
*************************************************************************/
bool operator == ( const Fraction& rVal1, const Fraction& rVal2 )
@@ -646,10 +604,6 @@ bool operator == ( const Fraction& rVal1, const Fraction& rVal2 )
|*
|* Fraction::operator <()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung DV 21.12.92
-|*
*************************************************************************/
// Beide Operanden werden zunaechst auf ihre Gueltigkeit ueberprueft und
@@ -676,10 +630,6 @@ bool operator < ( const Fraction& rVal1, const Fraction& rVal2 )
|*
|* Fraction::operator >()
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung DV 20.09.90
-|* Letzte Aenderung TH 19.08.92
-|*
*************************************************************************/
// Beide Operanden werden zunaechst auf ihre Gueltigkeit ueberprueft und
@@ -706,10 +656,6 @@ bool operator > ( const Fraction& rVal1, const Fraction& rVal2 )
|*
|* SvStream& operator>>( SvStream& rIStream, Fraction& rFract )
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung MM 08.01.96
-|* Letzte Aenderung MM 08.01.96
-|*
*************************************************************************/
SvStream& operator >> ( SvStream& rIStream, Fraction& rFract )
{
@@ -722,10 +668,6 @@ SvStream& operator >> ( SvStream& rIStream, Fraction& rFract )
|*
|* SvStream& operator<<( SvStream& rIStream, Fraction& rFract )
|*
-|* Beschreibung FRACT.SDW
-|* Ersterstellung MM 08.01.96
-|* Letzte Aenderung MM 08.01.96
-|*
*************************************************************************/
SvStream& operator << ( SvStream& rOStream, const Fraction& rFract )
{
diff --git a/tools/source/generic/gen.cxx b/tools/source/generic/gen.cxx
index 93f01ce4c4cb..591873558ca5 100644
--- a/tools/source/generic/gen.cxx
+++ b/tools/source/generic/gen.cxx
@@ -194,10 +194,6 @@ SvStream& operator<<( SvStream& rOStream, const Pair& rPair )
|*
|* Rectangle::SetSize()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung DV 29.10.91
-|* Letzte Aenderung MM 21.04.94
-|*
*************************************************************************/
void Rectangle::SetSize( const Size& rSize )
@@ -221,10 +217,6 @@ void Rectangle::SetSize( const Size& rSize )
|*
|* Rectangle::Union()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung TH 20.10.92
-|* Letzte Aenderung MM 21.04.94
-|*
*************************************************************************/
Rectangle& Rectangle::Union( const Rectangle& rRect )
@@ -249,10 +241,6 @@ Rectangle& Rectangle::Union( const Rectangle& rRect )
|*
|* Rectangle::Intersection()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung TH 20.10.92
-|* Letzte Aenderung MM 21.04.94
-|*
*************************************************************************/
Rectangle& Rectangle::Intersection( const Rectangle& rRect )
@@ -287,10 +275,6 @@ Rectangle& Rectangle::Intersection( const Rectangle& rRect )
|*
|* Rectangle::Justify()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung DV 07.03.91
-|* Letzte Aenderung DV 07.03.91
-|*
*************************************************************************/
void Rectangle::Justify()
@@ -318,10 +302,6 @@ void Rectangle::Justify()
|*
|* Rectangle::IsInside()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung TH 19.03.90
-|* Letzte Aenderung MM 21.04.94
-|*
*************************************************************************/
BOOL Rectangle::IsInside( const Point& rPoint ) const
@@ -357,10 +337,6 @@ BOOL Rectangle::IsInside( const Point& rPoint ) const
|*
|* Rectangle::IsInside()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung TH 19.03.90
-|* Letzte Aenderung MM 21.04.94
-|*
*************************************************************************/
BOOL Rectangle::IsInside( const Rectangle& rRect ) const
@@ -375,10 +351,6 @@ BOOL Rectangle::IsInside( const Rectangle& rRect ) const
|*
|* Rectangle::IsOver()
|*
-|* Beschreibung GEN.SDW
-|* Ersterstellung TH 19.03.90
-|* Letzte Aenderung MM 21.04.94
-|*
*************************************************************************/
BOOL Rectangle::IsOver( const Rectangle& rRect ) const
diff --git a/tools/source/generic/link.cxx b/tools/source/generic/link.cxx
index 3fee01c5ee9a..60231889556e 100644
--- a/tools/source/generic/link.cxx
+++ b/tools/source/generic/link.cxx
@@ -34,10 +34,6 @@
|*
|* Link::operator==()
|*
-|* Beschreibung LINK.SDW
-|* Ersterstellung AM 14.02.91
-|* Letzte Aenderung TH 07.11.95
-|*
*************************************************************************/
BOOL Link::operator==( const Link& rLink ) const
diff --git a/tools/source/memtools/contnr.cxx b/tools/source/memtools/contnr.cxx
index 736e64af9586..3aff098aa3bc 100644
--- a/tools/source/memtools/contnr.cxx
+++ b/tools/source/memtools/contnr.cxx
@@ -49,8 +49,6 @@ DBG_NAME( Container )
|* DbgCheckCBlock()
|*
|* Beschreibung Pruefung eines CBlock fuer Debug-Utilities
-|* Ersterstellung MI 30.01.92
-|* Letzte Aenderung TH 24.01.96
|*
*************************************************************************/
@@ -74,8 +72,6 @@ const char* CBlock::DbgCheckCBlock( const void* pBlock )
|* CBlock::CBlock()
|*
|* Beschreibung Construktor des Verwaltungsblocks
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
|*
*************************************************************************/
@@ -97,8 +93,6 @@ CBlock::CBlock( USHORT nInitSize, CBlock* _pPrev, CBlock* _pNext )
|* CBlock::CBlock()
|*
|* Beschreibung Construktor des Verwaltungsblocks
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
|*
*************************************************************************/
@@ -122,8 +116,6 @@ CBlock::CBlock( USHORT _nSize, CBlock* _pPrev )
|* CBlock::CBlock()
|*
|* Beschreibung Copy-Construktor des Verwaltungsblocks
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
|*
*************************************************************************/
@@ -147,8 +139,6 @@ CBlock::CBlock( const CBlock& r, CBlock* _pPrev )
|* CBlock::~CBlock()
|*
|* Beschreibung Destruktor des Verwaltungsblocks
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
|*
*************************************************************************/
@@ -165,8 +155,6 @@ inline CBlock::~CBlock()
|* CBlock::Insert()
|*
|* Beschreibung Fuegt einen Pointer ein
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
|*
*************************************************************************/
@@ -221,8 +209,6 @@ void CBlock::Insert( void* p, USHORT nIndex, USHORT nReSize )
|* CBlock::Split()
|*
|* Beschreibung Fuegt einen Pointer ein und splittet den Block
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
|*
*************************************************************************/
@@ -358,8 +344,6 @@ CBlock* CBlock::Split( void* p, USHORT nIndex, USHORT nReSize )
|* CBlock::Remove()
|*
|* Beschreibung Entfernt einen Pointer
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
|*
*************************************************************************/
@@ -417,8 +401,6 @@ void* CBlock::Remove( USHORT nIndex, USHORT nReSize )
|* CBlock::Replace()
|*
|* Beschreibung Ersetzt einen Pointer
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
|*
*************************************************************************/
@@ -438,8 +420,6 @@ inline void* CBlock::Replace( void* p, USHORT nIndex )
|*
|* Beschreibung Gibt einen Pointer auf den Pointer aus dem Block
|* zurueck
-|* Ersterstellung TH 26.01.93
-|* Letzte Aenderung TH 26.01.93
|*
*************************************************************************/
@@ -455,8 +435,6 @@ inline void** CBlock::GetObjectPtr( USHORT nIndex )
|* CBlock::SetSize()
|*
|* Beschreibung Aendert die Groesse des Blocks
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
|*
*************************************************************************/
@@ -497,8 +475,6 @@ void CBlock::SetSize( USHORT nNewSize )
|* DbgCheckContainer()
|*
|* Beschreibung Pruefung eines Container fuer Debug-Utilities
-|* Ersterstellung MI 30.01.92
-|* Letzte Aenderung TH 24.01.96
|*
*************************************************************************/
@@ -519,8 +495,6 @@ const char* Container::DbgCheckContainer( const void* pCont )
|* ImpCopyContainer()
|*
|* Beschreibung Kopiert alle Daten des Containers
-|* Ersterstellung TH 24.01.96
-|* Letzte Aenderung TH 24.01.96
|*
*************************************************************************/
@@ -578,10 +552,6 @@ void Container::ImpCopyContainer( const Container* pCont2 )
|*
|* Container::Container()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
Container::Container( USHORT _nBlockSize, USHORT _nInitSize, USHORT _nReSize )
@@ -643,10 +613,6 @@ Container::Container( USHORT _nBlockSize, USHORT _nInitSize, USHORT _nReSize )
|*
|* Container::Container()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
Container::Container( ULONG nSize )
@@ -703,10 +669,6 @@ Container::Container( ULONG nSize )
|*
|* Container::Container()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
Container::Container( const Container& r )
@@ -721,10 +683,6 @@ Container::Container( const Container& r )
|*
|* Container::~Container()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
Container::~Container()
@@ -746,8 +704,6 @@ Container::~Container()
|* Container::ImpInsert()
|*
|* Beschreibung Interne Methode zum Einfuegen eines Pointers
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung DV 01.07.97
|*
*************************************************************************/
@@ -830,10 +786,6 @@ void Container::ImpInsert( void* p, CBlock* pBlock, USHORT nIndex )
|*
|* Container::Insert()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void Container::Insert( void* p )
@@ -845,10 +797,6 @@ void Container::Insert( void* p )
|*
|* Container::Insert()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void Container::Insert( void* p, ULONG nIndex )
@@ -878,10 +826,6 @@ void Container::Insert( void* p, ULONG nIndex )
|*
|* Container::Insert()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void Container::Insert( void* pNew, void* pOld )
@@ -896,8 +840,6 @@ void Container::Insert( void* pNew, void* pOld )
|* Container::ImpRemove()
|*
|* Beschreibung Interne Methode zum Entfernen eines Pointers
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
|*
*************************************************************************/
@@ -972,10 +914,6 @@ void* Container::ImpRemove( CBlock* pBlock, USHORT nIndex )
|*
|* Container::Remove()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void* Container::Remove()
@@ -991,10 +929,6 @@ void* Container::Remove()
|*
|* Container::Remove()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void* Container::Remove( ULONG nIndex )
@@ -1020,10 +954,6 @@ void* Container::Remove( ULONG nIndex )
|*
|* Container::Replace()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void* Container::Replace( void* p )
@@ -1040,10 +970,6 @@ void* Container::Replace( void* p )
|*
|* Container::Replace()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void* Container::Replace( void* p, ULONG nIndex )
@@ -1071,10 +997,6 @@ void* Container::Replace( void* p, ULONG nIndex )
|*
|* Container::SetSize()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void Container::SetSize( ULONG nNewSize )
@@ -1215,10 +1137,6 @@ void Container::SetSize( ULONG nNewSize )
|*
|* Container::Clear()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void Container::Clear()
@@ -1246,10 +1164,6 @@ void Container::Clear()
|*
|* Container::GetCurObject()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void* Container::GetCurObject() const
@@ -1267,10 +1181,6 @@ void* Container::GetCurObject() const
|*
|* Container::GetCurPos()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
ULONG Container::GetCurPos() const
@@ -1300,8 +1210,6 @@ ULONG Container::GetCurPos() const
|* Container::GetObjectPtr()
|*
|* Beschreibung Interne Methode fuer Referenz-Container
-|* Ersterstellung TH 26.01.93
-|* Letzte Aenderung TH 26.01.93
|*
*************************************************************************/
@@ -1331,10 +1239,6 @@ void** Container::GetObjectPtr( ULONG nIndex )
|*
|* Container::GetObject()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void* Container::GetObject( ULONG nIndex ) const
@@ -1363,10 +1267,6 @@ void* Container::GetObject( ULONG nIndex ) const
|*
|* Container::GetPos()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
ULONG Container::GetPos( const void* p ) const
@@ -1405,10 +1305,6 @@ ULONG Container::GetPos( const void* p ) const
|*
|* Container::GetPos()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 14.09.94
-|* Letzte Aenderung TH 14.09.94
-|*
*************************************************************************/
ULONG Container::GetPos( const void* p, ULONG nStartIndex,
@@ -1500,10 +1396,6 @@ ULONG Container::GetPos( const void* p, ULONG nStartIndex,
|*
|* Container::Seek()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void* Container::Seek( ULONG nIndex )
@@ -1534,10 +1426,6 @@ void* Container::Seek( ULONG nIndex )
|*
|* Container::First()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void* Container::First()
@@ -1560,10 +1448,6 @@ void* Container::First()
|*
|* Container::Last()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void* Container::Last()
@@ -1586,10 +1470,6 @@ void* Container::Last()
|*
|* Container::Next()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void* Container::Next()
@@ -1618,10 +1498,6 @@ void* Container::Next()
|*
|* Container::Prev()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
void* Container::Prev()
@@ -1650,10 +1526,6 @@ void* Container::Prev()
|*
|* Container::operator =()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
Container& Container::operator =( const Container& r )
@@ -1678,10 +1550,6 @@ Container& Container::operator =( const Container& r )
|*
|* Container::operator ==()
|*
-|* Beschreibung CONTNR.SDW
-|* Ersterstellung TH 17.09.91
-|* Letzte Aenderung TH 17.09.91
-|*
*************************************************************************/
BOOL Container::operator ==( const Container& r ) const
diff --git a/tools/source/memtools/unqidx.cxx b/tools/source/memtools/unqidx.cxx
index da92d97c18d7..b4b733f9452b 100644
--- a/tools/source/memtools/unqidx.cxx
+++ b/tools/source/memtools/unqidx.cxx
@@ -36,10 +36,6 @@
|*
|* UniqueIndex::UniqueIndex()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
UniqueIndex::UniqueIndex( ULONG _nStartIndex,
@@ -56,10 +52,6 @@ UniqueIndex::UniqueIndex( ULONG _nStartIndex,
|*
|* UniqueIndex::UniqueIndex()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
UniqueIndex::UniqueIndex( const UniqueIndex& rIdx ) :
@@ -75,10 +67,6 @@ UniqueIndex::UniqueIndex( const UniqueIndex& rIdx ) :
|*
|* UniqueIndex::Insert()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
ULONG UniqueIndex::Insert( void* p )
@@ -111,10 +99,6 @@ ULONG UniqueIndex::Insert( void* p )
|*
|* UniqueIndex::Insert()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung MM 21.04.96
-|* Letzte Aenderung MM 21.04.96
-|*
*************************************************************************/
ULONG UniqueIndex::Insert( ULONG nIndex, void* p )
@@ -140,10 +124,6 @@ ULONG UniqueIndex::Insert( ULONG nIndex, void* p )
|*
|* UniqueIndex::Remove()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
void* UniqueIndex::Remove( ULONG nIndex )
@@ -167,10 +147,6 @@ void* UniqueIndex::Remove( ULONG nIndex )
|*
|* UniqueIndex::Replace()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
void* UniqueIndex::Replace( ULONG nIndex, void* p )
@@ -193,10 +169,6 @@ void* UniqueIndex::Replace( ULONG nIndex, void* p )
|*
|* UniqueIndex::Get()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
void* UniqueIndex::Get( ULONG nIndex ) const
@@ -213,10 +185,6 @@ void* UniqueIndex::Get( ULONG nIndex ) const
|*
|* UniqueIndex::GetCurIndex()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
ULONG UniqueIndex::GetCurIndex() const
@@ -234,10 +202,6 @@ ULONG UniqueIndex::GetCurIndex() const
|*
|* UniqueIndex::GetIndex()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
ULONG UniqueIndex::GetIndex( const void* p ) const
@@ -258,10 +222,6 @@ ULONG UniqueIndex::GetIndex( const void* p ) const
|*
|* UniqueIndex::IsIndexValid()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
BOOL UniqueIndex::IsIndexValid( ULONG nIndex ) const
@@ -284,10 +244,6 @@ BOOL UniqueIndex::IsIndexValid( ULONG nIndex ) const
|*
|* UniqueIndex::Seek()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
void* UniqueIndex::Seek( ULONG nIndex )
@@ -303,10 +259,6 @@ void* UniqueIndex::Seek( ULONG nIndex )
|*
|* UniqueIndex::Seek()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
void* UniqueIndex::Seek( void* p )
@@ -328,10 +280,6 @@ void* UniqueIndex::Seek( void* p )
|*
|* UniqueIndex::First()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
void* UniqueIndex::First()
@@ -348,10 +296,6 @@ void* UniqueIndex::First()
|*
|* UniqueIndex::Last()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
void* UniqueIndex::Last()
@@ -368,10 +312,6 @@ void* UniqueIndex::Last()
|*
|* UniqueIndex::Next()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
void* UniqueIndex::Next()
@@ -388,10 +328,6 @@ void* UniqueIndex::Next()
|*
|* UniqueIndex::Prev()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
void* UniqueIndex::Prev()
@@ -408,10 +344,6 @@ void* UniqueIndex::Prev()
|*
|* UniqueIndex::operator =()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
UniqueIndex& UniqueIndex::operator =( const UniqueIndex& rIdx )
@@ -429,10 +361,6 @@ UniqueIndex& UniqueIndex::operator =( const UniqueIndex& rIdx )
|*
|* UniqueIndex::operator ==()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung TH 24.09.91
-|* Letzte Aenderung TH 24.09.91
-|*
*************************************************************************/
BOOL UniqueIndex::operator ==( const UniqueIndex& rIdx ) const
@@ -449,10 +377,6 @@ BOOL UniqueIndex::operator ==( const UniqueIndex& rIdx ) const
|*
|* UniqueIdContainer::UniqueIdContainer ()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung MM 29.04.96
-|* Letzte Aenderung MM 29.04.96
-|*
*************************************************************************/
UniqueIdContainer::UniqueIdContainer( const UniqueIdContainer& rObj )
@@ -474,10 +398,6 @@ UniqueIdContainer::UniqueIdContainer( const UniqueIdContainer& rObj )
|*
|* UniqueIdContainer::operator = ()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung MM 01.08.94
-|* Letzte Aenderung MM 01.08.94
-|*
*************************************************************************/
UniqueIdContainer& UniqueIdContainer::operator = ( const UniqueIdContainer & rObj )
@@ -501,10 +421,6 @@ UniqueIdContainer& UniqueIdContainer::operator = ( const UniqueIdContainer & rOb
|*
|* UniqueIdContainer::Clear()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung MM 01.08.94
-|* Letzte Aenderung MM 01.08.94
-|*
*************************************************************************/
void UniqueIdContainer::Clear( BOOL bAll )
@@ -535,10 +451,6 @@ void UniqueIdContainer::Clear( BOOL bAll )
|*
|* UniqueIdContainer::CreateId()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung MM 01.08.94
-|* Letzte Aenderung MM 01.08.94
-|*
*************************************************************************/
UniqueItemId UniqueIdContainer::CreateId()
@@ -560,10 +472,6 @@ UniqueItemId UniqueIdContainer::CreateId()
|*
|* UniqueIdContainer::CreateIdProt()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung MM 01.08.94
-|* Letzte Aenderung MM 01.08.94
-|*
*************************************************************************/
UniqueItemId UniqueIdContainer::CreateFreeId( ULONG nId )
@@ -579,10 +487,6 @@ UniqueItemId UniqueIdContainer::CreateFreeId( ULONG nId )
|*
|* UniqueIdContainer::CreateIdProt()
|*
-|* Beschreibung UNQIDX.SDW
-|* Ersterstellung MM 01.08.94
-|* Letzte Aenderung MM 01.08.94
-|*
*************************************************************************/
UniqueItemId UniqueIdContainer::CreateIdProt( ULONG nId )
diff --git a/tools/source/solar/solar.c b/tools/source/solar/solar.c
index 96cd7af90983..5d1549459bbf 100644
--- a/tools/source/solar/solar.c
+++ b/tools/source/solar/solar.c
@@ -68,9 +68,6 @@
|*
|* Beschreibung True, wenn CPU BigEndian ist
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
int IsBigEndian()
{
@@ -84,9 +81,6 @@ int IsBigEndian()
|*
|* Beschreibung True, wenn der Stack nach unten waechst
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
int IsStackGrowingDown_2( int * pI )
{
@@ -107,9 +101,6 @@ int IsStackGrowingDown()
|* Beschreibung Alignment von char Parametern, die (hoffentlich)
|* ueber den Stack uebergeben werden
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
int GetStackAlignment_3( char*p, long l, int i, short s, char b, char c, ... )
{
@@ -151,9 +142,6 @@ typedef int (*TestFunc)( Type, void* );
|*
|* Beschreibung Testfunktion fuer variable Parameter
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
#ifdef I_STDARG
void PrintArgs( int p, ... )
@@ -188,9 +176,6 @@ va_dcl
|*
|* Beschreibung faengt SIGBUS und SIGSEGV in check() ab
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
static jmp_buf check_env;
static int bSignal;
@@ -211,9 +196,6 @@ void SignalHdl( int sig )
|*
|* Beschreibung Testet MemoryZugriff (read/write)
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
int check( TestFunc func, Type eT, void* p )
{
@@ -259,9 +241,6 @@ int check( TestFunc func, Type eT, void* p )
|*
|* Beschreibung memory read access
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
int GetAtAddress( Type eT, void* p )
{
@@ -282,9 +261,6 @@ int GetAtAddress( Type eT, void* p )
|*
|* Beschreibung memory write access
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
int SetAtAddress( Type eT, void* p )
{
@@ -319,9 +295,6 @@ char* TypeName( Type eT )
|* Beschreibung Testet MemoryZugriff (read/write)
|* Zugriffsverletzungen werden abgefangen
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
int CheckGetAccess( Type eT, void* p )
{
@@ -353,9 +326,6 @@ int CheckSetAccess( Type eT, void* p )
|*
|* Beschreibung Bestimmt das Alignment verschiedener Typen
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
int GetAlignment( Type eT )
{
@@ -380,9 +350,6 @@ int GetAlignment( Type eT )
|*
|* Beschreibung Beschreibt die Parameter der Architektur
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
struct Description
{
@@ -398,9 +365,6 @@ struct Description
|*
|* Beschreibung Bestimmt die Parameter der Architektur
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
void Description_Ctor( struct Description* pThis )
{
@@ -429,9 +393,6 @@ void Description_Ctor( struct Description* pThis )
|*
|* Beschreibung Schreibt die Parameter der Architektur als Header
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
void Description_Print( struct Description* pThis, char* name )
{
@@ -466,9 +427,6 @@ void Description_Print( struct Description* pThis, char* name )
|*
|* Beschreibung Informeller Bytezugriffstest
|*
-|* Ersterstellung EG 26.06.96
-|* Letzte Aenderung
-|*
*************************************************************************/
void InfoMemoryAccess( char* p )
{
@@ -489,9 +447,6 @@ void InfoMemoryAccess( char* p )
|*
|* Beschreibung Informeller Zugriffstest verschiedener Typen
|*
-|* Ersterstellung EG 15.08.96
-|* Letzte Aenderung
-|*
*************************************************************************/
void InfoMemoryTypeAccess( Type eT )
{
diff --git a/tools/source/stream/cachestr.cxx b/tools/source/stream/cachestr.cxx
index bd7bbccdde46..f68f563d427c 100644
--- a/tools/source/stream/cachestr.cxx
+++ b/tools/source/stream/cachestr.cxx
@@ -38,10 +38,6 @@
|*
|* SvCacheStream::SvCacheStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 27.09.94
-|* Letzte Aenderung OV 27.09.94
-|*
*************************************************************************/
SvCacheStream::SvCacheStream( ULONG nMaxMemSize )
@@ -60,10 +56,6 @@ SvCacheStream::SvCacheStream( ULONG nMaxMemSize )
|*
|* SvCacheStream::SvCacheStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 27.09.94
-|* Letzte Aenderung OV 27.09.94
-|*
*************************************************************************/
SvCacheStream::SvCacheStream( const String &rFileName,
@@ -91,10 +83,6 @@ SvCacheStream::SvCacheStream( const String &rFileName,
|*
|* SvCacheStream::~SvCacheStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 27.09.94
-|* Letzte Aenderung OV 27.09.94
-|*
*************************************************************************/
SvCacheStream::~SvCacheStream()
@@ -116,10 +104,6 @@ SvCacheStream::~SvCacheStream()
|*
|* SvCacheStream::SwapOut()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 27.09.94
-|* Letzte Aenderung OV 27.09.94
-|*
*************************************************************************/
void SvCacheStream::SwapOut()
@@ -162,10 +146,6 @@ void SvCacheStream::SwapOut()
|*
|* SvCacheStream::GetData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 27.09.94
-|* Letzte Aenderung OV 27.09.94
-|*
*************************************************************************/
ULONG SvCacheStream::GetData( void* pData, ULONG nSize )
@@ -177,10 +157,6 @@ ULONG SvCacheStream::GetData( void* pData, ULONG nSize )
|*
|* SvCacheStream::PutData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 27.09.94
-|* Letzte Aenderung OV 27.09.94
-|*
*************************************************************************/
ULONG SvCacheStream::PutData( const void* pData, ULONG nSize )
@@ -196,10 +172,6 @@ ULONG SvCacheStream::PutData( const void* pData, ULONG nSize )
|*
|* SvCacheStream::SeekPos()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 27.09.94
-|* Letzte Aenderung OV 27.09.94
-|*
*************************************************************************/
ULONG SvCacheStream::SeekPos( ULONG nPos )
@@ -211,10 +183,6 @@ ULONG SvCacheStream::SeekPos( ULONG nPos )
|*
|* SvCacheStream::FlushData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 27.09.94
-|* Letzte Aenderung OV 27.09.94
-|*
*************************************************************************/
void SvCacheStream::FlushData()
@@ -229,10 +197,6 @@ void SvCacheStream::FlushData()
|*
|* SvCacheStream::GetStr()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 27.09.94
-|* Letzte Aenderung OV 27.09.94
-|*
*************************************************************************/
const void* SvCacheStream::GetBuffer()
@@ -248,10 +212,6 @@ const void* SvCacheStream::GetBuffer()
|*
|* SvCacheStream::SetSize()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 27.09.94
-|* Letzte Aenderung OV 27.09.94
-|*
*************************************************************************/
void SvCacheStream::SetSize( ULONG nSize )
@@ -263,10 +223,6 @@ void SvCacheStream::SetSize( ULONG nSize )
|*
|* SvCacheStream::GetSize()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 27.09.94
-|* Letzte Aenderung OV 27.09.94
-|*
*************************************************************************/
ULONG SvCacheStream::GetSize()
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx
index a3de17e646e4..2b0c267f3e94 100644
--- a/tools/source/stream/stream.cxx
+++ b/tools/source/stream/stream.cxx
@@ -494,10 +494,6 @@ void SvStream::ImpInit()
|*
|* Stream::Stream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
SvStream::SvStream( SvLockBytes* pLockBytesP )
@@ -527,10 +523,6 @@ SvStream::SvStream()
|*
|* Stream::~Stream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
SvStream::~SvStream()
@@ -548,10 +540,6 @@ SvStream::~SvStream()
|*
|* Stream::IsA()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
sal_uInt16 SvStream::IsA() const
@@ -563,10 +551,6 @@ sal_uInt16 SvStream::IsA() const
|*
|* Stream::ClearError()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
void SvStream::ClearError()
@@ -579,10 +563,6 @@ void SvStream::ClearError()
|*
|* Stream::SetError()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
void SvStream::SetError( sal_uInt32 nErrorCode )
@@ -596,10 +576,6 @@ void SvStream::SetError( sal_uInt32 nErrorCode )
|*
|* Stream::SetNumberFormatInt()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
void SvStream::SetNumberFormatInt( sal_uInt16 nNewFormat )
@@ -619,10 +595,6 @@ void SvStream::SetNumberFormatInt( sal_uInt16 nNewFormat )
|*
|* Stream::SetBufferSize()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
void SvStream::SetBufferSize( sal_uInt16 nBufferSize )
@@ -656,10 +628,6 @@ void SvStream::SetBufferSize( sal_uInt16 nBufferSize )
|*
|* Stream::ClearBuffer()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
void SvStream::ClearBuffer()
@@ -679,10 +647,6 @@ void SvStream::ClearBuffer()
|*
|* Stream::ResetError()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
void SvStream::ResetError()
@@ -694,10 +658,6 @@ void SvStream::ResetError()
|*
|* Stream::ReadLine()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
sal_Bool SvStream::ReadByteStringLine( String& rStr, rtl_TextEncoding eSrcCharSet )
@@ -968,10 +928,6 @@ sal_Bool SvStream::WriteUnicodeOrByteText( const String& rStr, rtl_TextEncoding
|*
|* Stream::WriteLine()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
sal_Bool SvStream::WriteByteStringLine( const String& rStr, rtl_TextEncoding eDestCharSet )
@@ -1005,10 +961,6 @@ sal_Bool SvStream::WriteUniOrByteStringLine( const String& rStr, rtl_TextEncodin
|*
|* Stream::WriteLines()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 17.07.95
-|* Letzte Aenderung OV 17.07.95
-|*
*************************************************************************/
sal_Bool SvStream::WriteByteStringLines( const String& rStr, rtl_TextEncoding eDestCharSet )
@@ -1191,10 +1143,6 @@ sal_Bool SvStream::ReadCsvLine( String& rStr, sal_Bool bEmbeddedLineBreak,
|*
|* Stream::SeekRel()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
sal_Size SvStream::SeekRel( sal_sSize nPos )
@@ -1221,10 +1169,6 @@ sal_Size SvStream::SeekRel( sal_sSize nPos )
|*
|* Stream::operator>>()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
SvStream& SvStream::operator >> ( sal_uInt16& r )
@@ -1370,10 +1314,6 @@ SvStream& SvStream::operator>> ( SvStream& rStream )
|*
|* Stream::operator<<()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
SvStream& SvStream::operator<< ( sal_uInt16 v )
@@ -1642,10 +1582,6 @@ SvStream& SvStream::WriteByteString( const ByteString& rStr)
|*
|* Stream::Read()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
sal_Size SvStream::Read( void* pData, sal_Size nCount )
@@ -1740,10 +1676,6 @@ sal_Size SvStream::Read( void* pData, sal_Size nCount )
|*
|* Stream::Write()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
sal_Size SvStream::Write( const void* pData, sal_Size nCount )
@@ -1830,10 +1762,6 @@ sal_Size SvStream::Write( const void* pData, sal_Size nCount )
|*
|* Stream::Seek()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
sal_Size SvStream::Seek( sal_Size nFilePos )
@@ -1886,10 +1814,6 @@ sal_Size SvStream::Seek( sal_Size nFilePos )
|*
|* Stream::Flush()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
void SvStream::Flush()
@@ -1913,10 +1837,6 @@ void SvStream::Flush()
|*
|* Stream::PutBack()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 01.08.94
-|* Letzte Aenderung OV 01.08.94
-|*
*************************************************************************/
/*
@@ -1985,10 +1905,6 @@ SvStream& SvStream::PutBack( char aCh )
|*
|* Stream::EatWhite()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 01.08.94
-|* Letzte Aenderung OV 01.08.94
-|*
*************************************************************************/
void SvStream::EatWhite()
@@ -2005,10 +1921,6 @@ void SvStream::EatWhite()
|*
|* Stream::RefreshBuffer()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 01.08.94
-|* Letzte Aenderung OV 01.08.94
-|*
*************************************************************************/
void SvStream::RefreshBuffer()
@@ -2038,8 +1950,6 @@ void SvStream::RefreshBuffer()
|* Stream::CreateFormatString()
|*
|* Beschreibung Baut Formatstring zusammen
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
|*
*************************************************************************/
@@ -2075,10 +1985,6 @@ void SvStream::CreateFormatString()
|*
|* Stream::ReadNumber()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
#define BUFSIZE_LONG 21 // log( 2 hoch 64 ) + 1
@@ -2163,10 +2069,6 @@ SvStream& SvStream::ReadNumber( double& rDouble )
|*
|* Stream::WriteNumber()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
SvStream& SvStream::WriteNumber( long nLong )
@@ -2257,8 +2159,6 @@ SvStream& SvStream::WriteNumber( const double& rDouble )
|* Stream::CryptAndWriteBuffer()
|*
|* Beschreibung Verschluesseln und Schreiben
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
|*
*************************************************************************/
@@ -2300,8 +2200,6 @@ sal_Size SvStream::CryptAndWriteBuffer( const void* pStart, sal_Size nLen)
|* Stream::EncryptBuffer()
|*
|* Beschreibung Buffer entschluesseln
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
|*
*************************************************************************/
@@ -2324,10 +2222,6 @@ sal_Bool SvStream::EncryptBuffer(void* pStart, sal_Size nLen)
|*
|* Stream::SetKey()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
unsigned char implGetCryptMask(const sal_Char* pStr, sal_Int32 nLen, long nVersion)
@@ -2375,10 +2269,6 @@ void SvStream::SetKey( const ByteString& rKey )
|*
|* Stream::SyncSvStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
void SvStream::SyncSvStream( sal_Size nNewStreamPos )
@@ -2391,10 +2281,6 @@ void SvStream::SyncSvStream( sal_Size nNewStreamPos )
|*
|* Stream::SyncSysStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
void SvStream::SyncSysStream()
@@ -2407,10 +2293,6 @@ void SvStream::SyncSysStream()
|*
|* Stream::SetStreamSize()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
sal_Bool SvStream::SetStreamSize( sal_Size nSize )
@@ -2442,10 +2324,6 @@ void SvStream::RemoveMark( sal_Size )
|*
|* endl()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung TH 13.11.96
-|*
*************************************************************************/
SvStream& endl( SvStream& rStr )
@@ -2488,10 +2366,6 @@ SvStream& endlub( SvStream& rStrm )
|*
|* SvMemoryStream::SvMemoryStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 20.06.94
-|* Letzte Aenderung OV 20.06.94
-|*
*************************************************************************/
SvMemoryStream::SvMemoryStream( void* pBuffer, sal_Size bufSize,
@@ -2514,10 +2388,6 @@ SvMemoryStream::SvMemoryStream( void* pBuffer, sal_Size bufSize,
|*
|* SvMemoryStream::SvMemoryStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 20.06.94
-|* Letzte Aenderung OV 20.06.94
-|*
*************************************************************************/
SvMemoryStream::SvMemoryStream( sal_Size nInitSize, sal_Size nResizeOffset )
@@ -2544,10 +2414,6 @@ SvMemoryStream::SvMemoryStream( sal_Size nInitSize, sal_Size nResizeOffset )
|*
|* SvMemoryStream::~SvMemoryStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 20.06.94
-|* Letzte Aenderung OV 20.06.94
-|*
*************************************************************************/
SvMemoryStream::~SvMemoryStream()
@@ -2565,10 +2431,6 @@ SvMemoryStream::~SvMemoryStream()
|*
|* SvMemoryStream::IsA()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 20.06.94
-|* Letzte Aenderung OV 20.06.94
-|*
*************************************************************************/
sal_uInt16 SvMemoryStream::IsA() const
@@ -2580,10 +2442,6 @@ sal_uInt16 SvMemoryStream::IsA() const
|*
|* SvMemoryStream::SetBuffer()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 20.06.94
-|* Letzte Aenderung OV 20.06.94
-|*
*************************************************************************/
void* SvMemoryStream::SetBuffer( void* pNewBuf, sal_Size nCount,
@@ -2621,10 +2479,6 @@ void* SvMemoryStream::SetBuffer( void* pNewBuf, sal_Size nCount,
|*
|* SvMemoryStream::GetData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 20.06.94
-|* Letzte Aenderung OV 20.06.94
-|*
*************************************************************************/
sal_Size SvMemoryStream::GetData( void* pData, sal_Size nCount )
@@ -2641,10 +2495,6 @@ sal_Size SvMemoryStream::GetData( void* pData, sal_Size nCount )
|*
|* SvMemoryStream::PutData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 20.06.94
-|* Letzte Aenderung OV 20.06.94
-|*
*************************************************************************/
sal_Size SvMemoryStream::PutData( const void* pData, sal_Size nCount )
@@ -2706,10 +2556,6 @@ sal_Size SvMemoryStream::PutData( const void* pData, sal_Size nCount )
|*
|* SvMemoryStream::SeekPos()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 20.06.94
-|* Letzte Aenderung OV 20.06.94
-|*
*************************************************************************/
// nEndOfData: Erste Position im Stream, die nicht gelesen werden darf
@@ -2752,10 +2598,6 @@ sal_Size SvMemoryStream::SeekPos( sal_Size nNewPos )
|*
|* SvMemoryStream::FlushData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 20.06.94
-|* Letzte Aenderung OV 20.06.94
-|*
*************************************************************************/
void SvMemoryStream::FlushData()
@@ -2766,10 +2608,6 @@ void SvMemoryStream::FlushData()
|*
|* SvMemoryStream::ResetError()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 20.06.94
-|* Letzte Aenderung OV 20.06.94
-|*
*************************************************************************/
void SvMemoryStream::ResetError()
@@ -2781,10 +2619,6 @@ void SvMemoryStream::ResetError()
|*
|* SvMemoryStream::AllocateMemory()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 20.06.94
-|* Letzte Aenderung OV 20.06.94
-|*
*************************************************************************/
sal_Bool SvMemoryStream::AllocateMemory( sal_Size nNewSize )
@@ -2797,10 +2631,6 @@ sal_Bool SvMemoryStream::AllocateMemory( sal_Size nNewSize )
|*
|* SvMemoryStream::ReAllocateMemory() (Bozo-Algorithmus)
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 20.06.94
-|* Letzte Aenderung OV 20.06.94
-|*
*************************************************************************/
sal_Bool SvMemoryStream::ReAllocateMemory( long nDiff )
@@ -2858,10 +2688,6 @@ void SvMemoryStream::FreeMemory()
|*
|* SvMemoryStream::SwitchBuffer()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 26.07.94
-|* Letzte Aenderung OV 26.07.94
-|*
*************************************************************************/
void* SvMemoryStream::SwitchBuffer( sal_Size nInitSize, sal_Size nResizeOffset)
diff --git a/tools/source/stream/strmos2.cxx b/tools/source/stream/strmos2.cxx
index 1e3281ef718a..90224ccbc91f 100644
--- a/tools/source/stream/strmos2.cxx
+++ b/tools/source/stream/strmos2.cxx
@@ -111,10 +111,6 @@ ULONG GetSvError( APIRET nPMError )
|*
|* SvFileStream::SvFileStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
SvFileStream::SvFileStream( const String& rFileName, StreamMode nOpenMode )
@@ -137,10 +133,6 @@ SvFileStream::SvFileStream( const String& rFileName, StreamMode nOpenMode )
|*
|* SvFileStream::SvFileStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 22.11.94
-|* Letzte Aenderung OV 22.11.94
-|*
*************************************************************************/
SvFileStream::SvFileStream()
@@ -156,10 +148,6 @@ SvFileStream::SvFileStream()
|*
|* SvFileStream::~SvFileStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 14.06.94
-|* Letzte Aenderung OV 14.06.94
-|*
*************************************************************************/
SvFileStream::~SvFileStream()
@@ -173,10 +161,6 @@ SvFileStream::~SvFileStream()
|*
|* SvFileStream::GetFileHandle()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 14.06.94
-|* Letzte Aenderung OV 14.06.94
-|*
*************************************************************************/
ULONG SvFileStream::GetFileHandle() const
@@ -188,10 +172,6 @@ ULONG SvFileStream::GetFileHandle() const
|*
|* SvFileStream::IsA()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 14.06.94
-|* Letzte Aenderung OV 14.06.94
-|*
*************************************************************************/
USHORT SvFileStream::IsA() const
@@ -204,8 +184,6 @@ USHORT SvFileStream::IsA() const
|* SvFileStream::GetData()
|*
|* Beschreibung STREAM.SDW, Prueft nicht Eof; IsEof danach rufbar
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
|*
*************************************************************************/
@@ -234,10 +212,6 @@ ULONG SvFileStream::GetData( void* pData, ULONG nSize )
|*
|* SvFileStream::PutData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
ULONG SvFileStream::PutData( const void* pData, ULONG nSize )
@@ -267,10 +241,6 @@ ULONG SvFileStream::PutData( const void* pData, ULONG nSize )
|*
|* SvFileStream::SeekPos()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
ULONG SvFileStream::SeekPos( ULONG nPos )
@@ -299,10 +269,6 @@ ULONG SvFileStream::SeekPos( ULONG nPos )
|*
|* SvFileStream::Tell()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
/*
ULONG SvFileStream::Tell()
@@ -324,10 +290,6 @@ ULONG SvFileStream::Tell()
|*
|* SvFileStream::FlushData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
void SvFileStream::FlushData()
@@ -345,10 +307,6 @@ void SvFileStream::FlushData()
|*
|* SvFileStream::LockRange()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
sal_Bool SvFileStream::LockRange( ULONG nByteOffset, ULONG nBytes )
@@ -381,10 +339,6 @@ sal_Bool SvFileStream::LockRange( ULONG nByteOffset, ULONG nBytes )
|*
|* SvFileStream::UnlockRange()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
sal_Bool SvFileStream::UnlockRange( ULONG nByteOffset, ULONG nBytes )
@@ -417,10 +371,6 @@ sal_Bool SvFileStream::UnlockRange( ULONG nByteOffset, ULONG nBytes )
|*
|* SvFileStream::LockFile()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
sal_Bool SvFileStream::LockFile()
@@ -446,10 +396,6 @@ sal_Bool SvFileStream::LockFile()
|*
|* SvFileStream::UnlockFile()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
sal_Bool SvFileStream::UnlockFile()
@@ -478,10 +424,6 @@ sal_Bool SvFileStream::UnlockFile()
|*
|* SvFileStream::Open()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
void SvFileStream::Open( const String& rFilename, StreamMode nOpenMode )
@@ -600,10 +542,6 @@ void SvFileStream::Open( const String& rFilename, StreamMode nOpenMode )
|*
|* SvFileStream::ReOpen()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
void SvFileStream::ReOpen()
@@ -616,10 +554,6 @@ void SvFileStream::ReOpen()
|*
|* SvFileStream::Close()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
void SvFileStream::Close()
@@ -654,8 +588,6 @@ void SvFileStream::Close()
|* SvFileStream::ResetError()
|*
|* Beschreibung STREAM.SDW; Setzt Filepointer auf Dateianfang
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
|*
*************************************************************************/
@@ -668,10 +600,6 @@ void SvFileStream::ResetError()
|*
|* SvFileStream::SetSize()
|*
-|* Beschreibung
-|* Ersterstellung OV 19.10.95
-|* Letzte Aenderung OV 19.10.95
-|*
*************************************************************************/
void SvFileStream::SetSize( ULONG nSize )
diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx
index 5e03bcf2b237..e7b9270ea503 100644
--- a/tools/source/stream/strmunx.cxx
+++ b/tools/source/stream/strmunx.cxx
@@ -256,10 +256,6 @@ static sal_uInt32 GetSvError( int nErrno )
|*
|* SvFileStream::SvFileStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 08.06.94
-|* Letzte Aenderung OV 08.06.94
-|*
*************************************************************************/
SvFileStream::SvFileStream( const String& rFileName, StreamMode nOpenMode )
@@ -284,10 +280,6 @@ SvFileStream::SvFileStream( const String& rFileName, StreamMode nOpenMode )
|*
|* SvFileStream::SvFileStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 22.11.94
-|* Letzte Aenderung OV 22.11.94
-|*
*************************************************************************/
SvFileStream::SvFileStream()
@@ -303,10 +295,6 @@ SvFileStream::SvFileStream()
|*
|* SvFileStream::~SvFileStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 22.11.94
-|* Letzte Aenderung OV 22.11.94
-|*
*************************************************************************/
SvFileStream::~SvFileStream()
@@ -323,10 +311,6 @@ SvFileStream::~SvFileStream()
|*
|* SvFileStream::GetFileHandle()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 22.11.94
-|* Letzte Aenderung OV 22.11.94
-|*
*************************************************************************/
sal_uInt32 SvFileStream::GetFileHandle() const
@@ -338,10 +322,6 @@ sal_uInt32 SvFileStream::GetFileHandle() const
|*
|* SvFileStream::IsA()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 14.06.94
-|* Letzte Aenderung OV 14.06.94
-|*
*************************************************************************/
sal_uInt16 SvFileStream::IsA() const
@@ -353,10 +333,6 @@ sal_uInt16 SvFileStream::IsA() const
|*
|* SvFileStream::GetData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
sal_Size SvFileStream::GetData( void* pData, sal_Size nSize )
@@ -383,10 +359,6 @@ sal_Size SvFileStream::GetData( void* pData, sal_Size nSize )
|*
|* SvFileStream::PutData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
sal_Size SvFileStream::PutData( const void* pData, sal_Size nSize )
@@ -415,10 +387,6 @@ sal_Size SvFileStream::PutData( const void* pData, sal_Size nSize )
|*
|* SvFileStream::SeekPos()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
sal_Size SvFileStream::SeekPos( sal_Size nPos )
@@ -449,10 +417,6 @@ sal_Size SvFileStream::SeekPos( sal_Size nPos )
|*
|* SvFileStream::FlushData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
void SvFileStream::FlushData()
@@ -466,10 +430,6 @@ static char *pFileLockEnvVar = (char*)1;
|*
|* SvFileStream::LockRange()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
sal_Bool SvFileStream::LockRange( sal_Size nByteOffset, sal_Size nBytes )
@@ -577,10 +537,6 @@ sal_Bool SvFileStream::LockRange( sal_Size nByteOffset, sal_Size nBytes )
|*
|* SvFileStream::UnlockRange()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
sal_Bool SvFileStream::UnlockRange( sal_Size nByteOffset, sal_Size nBytes )
@@ -628,10 +584,6 @@ sal_Bool SvFileStream::UnlockRange( sal_Size nByteOffset, sal_Size nBytes )
|*
|* SvFileStream::LockFile()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
sal_Bool SvFileStream::LockFile()
@@ -643,10 +595,6 @@ sal_Bool SvFileStream::LockFile()
|*
|* SvFileStream::UnlockFile()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
sal_Bool SvFileStream::UnlockFile()
@@ -658,10 +606,6 @@ sal_Bool SvFileStream::UnlockFile()
|*
|* SvFileStream::Open()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
void SvFileStream::Open( const String& rFilename, StreamMode nOpenMode )
@@ -789,10 +733,6 @@ void SvFileStream::Open( const String& rFilename, StreamMode nOpenMode )
|*
|* SvFileStream::ReOpen()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
void SvFileStream::ReOpen()
@@ -805,10 +745,6 @@ void SvFileStream::ReOpen()
|*
|* SvFileStream::Close()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
void SvFileStream::Close()
@@ -839,8 +775,6 @@ void SvFileStream::Close()
|* SvFileStream::ResetError()
|*
|* Beschreibung STREAM.SDW; Setzt Filepointer auf Dateianfang
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
|*
*************************************************************************/
@@ -855,8 +789,6 @@ void SvFileStream::ResetError()
|* SvFileStream::SetSize()
|*
|* Beschreibung STREAM.SDW;
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
|*
*************************************************************************/
diff --git a/tools/source/stream/strmwnt.cxx b/tools/source/stream/strmwnt.cxx
index 953016dce475..77f5f020b32b 100644
--- a/tools/source/stream/strmwnt.cxx
+++ b/tools/source/stream/strmwnt.cxx
@@ -124,10 +124,6 @@ static ULONG GetSvError( DWORD nWntError )
|*
|* SvFileStream::SvFileStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 17.06.94
-|* Letzte Aenderung TPF 15.07.98
-|*
*************************************************************************/
SvFileStream::SvFileStream( const String& rFileName, StreamMode nMode )
@@ -150,10 +146,6 @@ SvFileStream::SvFileStream( const String& rFileName, StreamMode nMode )
|*
|* SvFileStream::SvFileStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 22.11.94
-|* Letzte Aenderung TPF 15.07.98
-|*
*************************************************************************/
SvFileStream::SvFileStream()
@@ -170,10 +162,6 @@ SvFileStream::SvFileStream()
|*
|* SvFileStream::~SvFileStream()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 14.06.94
-|* Letzte Aenderung OV 14.06.94
-|*
*************************************************************************/
SvFileStream::~SvFileStream()
@@ -187,10 +175,6 @@ SvFileStream::~SvFileStream()
|*
|* SvFileStream::GetFileHandle()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 14.06.94
-|* Letzte Aenderung OV 14.06.94
-|*
*************************************************************************/
ULONG SvFileStream::GetFileHandle() const
@@ -202,10 +186,6 @@ ULONG SvFileStream::GetFileHandle() const
|*
|* SvFileStream::IsA()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 14.06.94
-|* Letzte Aenderung OV 14.06.94
-|*
*************************************************************************/
USHORT SvFileStream::IsA() const
@@ -218,8 +198,6 @@ USHORT SvFileStream::IsA() const
|* SvFileStream::GetData()
|*
|* Beschreibung STREAM.SDW, Prueft nicht Eof; IsEof danach rufbar
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung TPF 15.07.98
|*
*************************************************************************/
@@ -242,10 +220,6 @@ ULONG SvFileStream::GetData( void* pData, ULONG nSize )
|*
|* SvFileStream::PutData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung TPF 15.07.98
-|*
*************************************************************************/
ULONG SvFileStream::PutData( const void* pData, ULONG nSize )
@@ -263,10 +237,6 @@ ULONG SvFileStream::PutData( const void* pData, ULONG nSize )
|*
|* SvFileStream::SeekPos()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung TPF 15.07.98
-|*
*************************************************************************/
ULONG SvFileStream::SeekPos( ULONG nPos )
@@ -295,10 +265,6 @@ ULONG SvFileStream::SeekPos( ULONG nPos )
|*
|* SvFileStream::Tell()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
/*
ULONG SvFileStream::Tell()
@@ -323,10 +289,6 @@ ULONG SvFileStream::Tell()
|*
|* SvFileStream::FlushData()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung TPF 15.07.98
-|*
*************************************************************************/
void SvFileStream::FlushData()
@@ -342,10 +304,6 @@ void SvFileStream::FlushData()
|*
|* SvFileStream::LockRange()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung TPF 15.07.98
-|*
*************************************************************************/
BOOL SvFileStream::LockRange( ULONG nByteOffset, ULONG nBytes )
@@ -364,10 +322,6 @@ BOOL SvFileStream::LockRange( ULONG nByteOffset, ULONG nBytes )
|*
|* SvFileStream::UnlockRange()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung TPF 15.07.98
-|*
*************************************************************************/
BOOL SvFileStream::UnlockRange( ULONG nByteOffset, ULONG nBytes )
@@ -386,10 +340,6 @@ BOOL SvFileStream::UnlockRange( ULONG nByteOffset, ULONG nBytes )
|*
|* SvFileStream::LockFile()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
BOOL SvFileStream::LockFile()
@@ -415,10 +365,6 @@ BOOL SvFileStream::LockFile()
|*
|* SvFileStream::UnlockFile()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
BOOL SvFileStream::UnlockFile()
@@ -448,10 +394,6 @@ BOOL SvFileStream::UnlockFile()
|*
|* SvFileStream::Open()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung TPF 15.07.98
-|*
*************************************************************************/
/*
NOCREATE TRUNC NT-Action
@@ -598,10 +540,6 @@ void SvFileStream::Open( const String& rFilename, StreamMode nMode )
|*
|* SvFileStream::ReOpen()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
-|*
*************************************************************************/
void SvFileStream::ReOpen()
@@ -614,10 +552,6 @@ void SvFileStream::ReOpen()
|*
|* SvFileStream::Close()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung TPF 15.07.98
-|*
*************************************************************************/
void SvFileStream::Close()
@@ -644,8 +578,6 @@ void SvFileStream::Close()
|* SvFileStream::ResetError()
|*
|* Beschreibung STREAM.SDW; Setzt Filepointer auf Dateianfang
-|* Ersterstellung OV 15.06.94
-|* Letzte Aenderung OV 15.06.94
|*
*************************************************************************/
@@ -658,10 +590,6 @@ void SvFileStream::ResetError()
|*
|* SvFileStream::SetSize()
|*
-|* Beschreibung STREAM.SDW
-|* Ersterstellung OV 19.10.95
-|* Letzte Aenderung TPF 15.07.98
-|*
*************************************************************************/
void SvFileStream::SetSize( ULONG nSize )
diff --git a/tools/unx/source/dll/toolsdll.cxx b/tools/unx/source/dll/toolsdll.cxx
index d642b3f3bc92..1d09e371afd2 100644
--- a/tools/unx/source/dll/toolsdll.cxx
+++ b/tools/unx/source/dll/toolsdll.cxx
@@ -37,8 +37,6 @@ static void* aAppData[SHL_COUNT];
|* GetAppData()
|*
|* Beschreibung Daten fuer andere Libs abfragen
-|* Ersterstellung TH 19.01.95
-|* Letzte Aenderung TH 19.01.95
|*
***************************************************************************/
diff --git a/vcl/source/window/seleng.cxx b/vcl/source/window/seleng.cxx
index d87e85aea933..0c0352893a68 100644
--- a/vcl/source/window/seleng.cxx
+++ b/vcl/source/window/seleng.cxx
@@ -50,10 +50,6 @@ inline BOOL SelectionEngine::ShouldDeselect( BOOL bModifierKey1 ) const
|*
|* SelectionEngine::SelectionEngine()
|*
-|* Beschreibung SELENG.SDW
-|* Ersterstellung OV 10.10.94
-|* Letzte Aenderung OV 10.10.94
-|*
*************************************************************************/
SelectionEngine::SelectionEngine( Window* pWindow, FunctionSet* pFuncSet,
@@ -74,10 +70,6 @@ SelectionEngine::SelectionEngine( Window* pWindow, FunctionSet* pFuncSet,
|*
|* SelectionEngine::~SelectionEngine()
|*
-|* Beschreibung SELENG.SDW
-|* Ersterstellung OV 10.10.94
-|* Letzte Aenderung OV 10.10.94
-|*
*************************************************************************/
SelectionEngine::~SelectionEngine()
@@ -89,10 +81,6 @@ SelectionEngine::~SelectionEngine()
|*
|* SelectionEngine::ImpWatchDog()
|*
-|* Beschreibung SELENG.SDW
-|* Ersterstellung OV 10.10.94
-|* Letzte Aenderung OV 10.10.94
-|*
*************************************************************************/
IMPL_LINK( SelectionEngine, ImpWatchDog, Timer*, EMPTYARG )
@@ -106,10 +94,6 @@ IMPL_LINK( SelectionEngine, ImpWatchDog, Timer*, EMPTYARG )
|*
|* SelectionEngine::SetSelectionMode()
|*
-|* Beschreibung SELENG.SDW
-|* Ersterstellung OV 10.10.94
-|* Letzte Aenderung OV 10.10.94
-|*
*************************************************************************/
void SelectionEngine::SetSelectionMode( SelectionMode eMode )
@@ -121,10 +105,6 @@ void SelectionEngine::SetSelectionMode( SelectionMode eMode )
|*
|* SelectionEngine::ActivateDragMode()
|*
-|* Beschreibung SELENG.SDW
-|* Ersterstellung OV 10.10.94
-|* Letzte Aenderung OV 10.10.94
-|*
*************************************************************************/
void SelectionEngine::ActivateDragMode()
@@ -136,10 +116,6 @@ void SelectionEngine::ActivateDragMode()
|*
|* SelectionEngine::CursorPosChanging()
|*
-|* Beschreibung SELENG.SDW
-|* Ersterstellung OV 10.10.94
-|* Letzte Aenderung GT 2002-04-04
-|*
*************************************************************************/
void SelectionEngine::CursorPosChanging( BOOL bShift, BOOL bMod1 )
@@ -194,10 +170,6 @@ void SelectionEngine::CursorPosChanging( BOOL bShift, BOOL bMod1 )
|*
|* SelectionEngine::SelMouseButtonDown()
|*
-|* Beschreibung SELENG.SDW
-|* Ersterstellung OV 10.10.94
-|* Letzte Aenderung OV 07.06.95
-|*
*************************************************************************/
BOOL SelectionEngine::SelMouseButtonDown( const MouseEvent& rMEvt )
@@ -331,10 +303,6 @@ BOOL SelectionEngine::SelMouseButtonDown( const MouseEvent& rMEvt )
|*
|* SelectionEngine::SelMouseButtonUp()
|*
-|* Beschreibung SELENG.SDW
-|* Ersterstellung OV 10.10.94
-|* Letzte Aenderung OV 10.10.94
-|*
*************************************************************************/
BOOL SelectionEngine::SelMouseButtonUp( const MouseEvent& rMEvt )
@@ -385,10 +353,6 @@ BOOL SelectionEngine::SelMouseButtonUp( const MouseEvent& rMEvt )
|*
|* SelectionEngine::SelMouseMove()
|*
-|* Beschreibung SELENG.SDW
-|* Ersterstellung OV 10.10.94
-|* Letzte Aenderung OV 10.10.94
-|*
*************************************************************************/
BOOL SelectionEngine::SelMouseMove( const MouseEvent& rMEvt )
@@ -429,10 +393,6 @@ BOOL SelectionEngine::SelMouseMove( const MouseEvent& rMEvt )
|*
|* SelectionEngine::SetWindow()
|*
-|* Beschreibung SELENG.SDW
-|* Ersterstellung OV 10.10.94
-|* Letzte Aenderung OV 10.10.94
-|*
*************************************************************************/
void SelectionEngine::SetWindow( Window* pNewWin )
@@ -451,10 +411,6 @@ void SelectionEngine::SetWindow( Window* pNewWin )
|*
|* SelectionEngine::Reset()
|*
-|* Beschreibung SELENG.SDW
-|* Ersterstellung OV 07.07.95
-|* Letzte Aenderung OV 07.07.95
-|*
*************************************************************************/
void SelectionEngine::Reset()
@@ -470,10 +426,6 @@ void SelectionEngine::Reset()
|*
|* SelectionEngine::Command()
|*
-|* Beschreibung SELENG.SDW
-|* Ersterstellung OV 07.07.95
-|* Letzte Aenderung OV 07.07.95
-|*
*************************************************************************/
void SelectionEngine::Command( const CommandEvent& rCEvt )