summaryrefslogtreecommitdiff
path: root/tools/source/fsys/dirent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/fsys/dirent.cxx')
-rw-r--r--tools/source/fsys/dirent.cxx214
1 files changed, 0 insertions, 214 deletions
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
|*
*************************************************************************/