summaryrefslogtreecommitdiff
path: root/tools/inc/bootstrp/prj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/bootstrp/prj.hxx')
-rw-r--r--tools/inc/bootstrp/prj.hxx72
1 files changed, 36 insertions, 36 deletions
diff --git a/tools/inc/bootstrp/prj.hxx b/tools/inc/bootstrp/prj.hxx
index 2d7664b8b69f..6c61492b3bb7 100644
--- a/tools/inc/bootstrp/prj.hxx
+++ b/tools/inc/bootstrp/prj.hxx
@@ -78,10 +78,10 @@ class CommandData
ByteString aComment;
ByteString sClientRestriction;
SByteStringList *pDepList;
- USHORT nOSType;
- USHORT nCommand;
+ sal_uInt16 nOSType;
+ sal_uInt16 nCommand;
- ULONG nDepth; // Tiefe der Abhaenigkeit
+ sal_uIntPtr nDepth; // Tiefe der Abhaenigkeit
public:
CommandData();
@@ -108,19 +108,19 @@ public:
void SetPath( ByteString aName ){aPath = aName;}
ByteString GetPrePath(){return aPrePath;}
void SetPrePath( ByteString aName ){aPrePath = aName;}
- USHORT GetOSType(){return nOSType;}
+ sal_uInt16 GetOSType(){return nOSType;}
ByteString GetOSTypeString();
- void SetOSType( USHORT nType ){nOSType = nType;}
- USHORT GetCommandType(){return nCommand;}
+ void SetOSType( sal_uInt16 nType ){nOSType = nType;}
+ sal_uInt16 GetCommandType(){return nCommand;}
ByteString GetCommandTypeString();
- void SetCommandType( USHORT nCommandType ){nCommand = nCommandType;}
+ void SetCommandType( sal_uInt16 nCommandType ){nCommand = nCommandType;}
SByteStringList* GetDependencies(){return pDepList;}
void SetDependencies( SByteStringList *pList ){pDepList = pList;}
ByteString GetClientRestriction() { return sClientRestriction; }
void SetClientRestriction( ByteString sRestriction ) { sClientRestriction = sRestriction; }
void AddDepth(){nDepth++;}
- ULONG GetDepth(){return nDepth;}
+ sal_uIntPtr GetDepth(){return nDepth;}
};
/*********************************************************************
@@ -144,7 +144,7 @@ public:
SimpleConfig(DirEntry& rDirEntry);
~SimpleConfig();
ByteString GetNext();
- ByteString GetCleanedNextLine( BOOL bReadComments = FALSE );
+ ByteString GetCleanedNextLine( sal_Bool bReadComments = sal_False );
};
#define ENV_GUI 0x00000000
@@ -186,15 +186,15 @@ class Prj : public PrjList
{
friend class Star;
private:
- BOOL bVisited;
+ sal_Bool bVisited;
ByteString aPrjPath;
ByteString aProjectName;
ByteString aProjectPrefix; // max. 2-buchstabige Abk.
SByteStringList* pPrjInitialDepList;
SByteStringList* pPrjDepList;
- BOOL bHardDependencies;
- BOOL bSorted;
+ sal_Bool bHardDependencies;
+ sal_Bool bSorted;
public:
Prj();
@@ -206,19 +206,19 @@ public:
{return aProjectName;}
void SetProjectName(ByteString aName)
{aProjectName = aName;}
- BOOL InsertDirectory( ByteString aDirName , USHORT aWhat,
- USHORT aWhatOS, ByteString aLogFileName,
+ sal_Bool InsertDirectory( ByteString aDirName , sal_uInt16 aWhat,
+ sal_uInt16 aWhatOS, ByteString aLogFileName,
const ByteString &rClientRestriction );
CommandData* RemoveDirectory( ByteString aLogFileName );
- CommandData* GetDirectoryList ( USHORT nWhatOs, USHORT nCommand );
+ CommandData* GetDirectoryList ( sal_uInt16 nWhatOs, sal_uInt16 nCommand );
CommandData* GetDirectoryData( ByteString aLogFileName );
inline CommandData* GetData( ByteString aLogFileName )
{ return GetDirectoryData( aLogFileName ); };
- SByteStringList* GetDependencies( BOOL bExpanded = TRUE );
+ SByteStringList* GetDependencies( sal_Bool bExpanded = sal_True );
void AddDependencies( ByteString aStr );
- void HasHardDependencies( BOOL bHard ) { bHardDependencies = bHard; }
- BOOL HasHardDependencies() { return bHardDependencies; }
+ void HasHardDependencies( sal_Bool bHard ) { bHardDependencies = bHard; }
+ sal_Bool HasHardDependencies() { return bHardDependencies; }
};
/*********************************************************************
@@ -239,7 +239,7 @@ private:
Date aDate;
Time aTime;
- BOOL bExists;
+ sal_Bool bExists;
public:
StarFile( const String &rFile );
@@ -247,8 +247,8 @@ public:
Date GetDate() { return aDate; }
Time GetTime() { return aTime; }
- BOOL NeedsUpdate();
- BOOL Exists() { return bExists; }
+ sal_Bool NeedsUpdate();
+ sal_Bool Exists() { return bExists; }
};
DECLARE_LIST( StarFileList, StarFile * )
@@ -266,7 +266,7 @@ private:
protected:
NAMESPACE_VOS( OMutex ) aMutex;
- USHORT nStarMode;
+ sal_uInt16 nStarMode;
SolarFileList aFileList;
StarFileList aLoadedFilesList;
String sSourceRoot;
@@ -283,9 +283,9 @@ private:
public:
Star();
- Star( String aFileName, USHORT nMode = STAR_MODE_SINGLE_PARSE );
+ Star( String aFileName, sal_uInt16 nMode = STAR_MODE_SINGLE_PARSE );
Star( SolarFileList *pSolarFiles );
- Star( GenericInformationList *pStandLst, ByteString &rVersion, BOOL bLocal = FALSE,
+ Star( GenericInformationList *pStandLst, ByteString &rVersion, sal_Bool bLocal = sal_False,
const char *pSourceRoot = NULL );
~Star();
@@ -294,36 +294,36 @@ public:
ByteString GetName(){ return aStarName; };
- BOOL HasProject( ByteString aProjectName );
+ sal_Bool HasProject( ByteString aProjectName );
Prj* GetPrj( ByteString aProjectName );
ByteString GetPrjName( DirEntry &rPath );
void InsertToken( char *pChar );
- BOOL NeedsUpdate();
+ sal_Bool NeedsUpdate();
- USHORT GetMode() { return nStarMode; }
+ sal_uInt16 GetMode() { return nStarMode; }
};
class StarWriter : public Star
{
private:
- USHORT WritePrj( Prj *pPrj, SvFileStream& rStream );
+ sal_uInt16 WritePrj( Prj *pPrj, SvFileStream& rStream );
public:
- StarWriter( String aFileName, BOOL bReadComments = FALSE, USHORT nMode = STAR_MODE_SINGLE_PARSE );
- StarWriter( SolarFileList *pSolarFiles, BOOL bReadComments = FALSE );
- StarWriter( GenericInformationList *pStandLst, ByteString &rVersion, BOOL bLocal = FALSE,
+ StarWriter( String aFileName, sal_Bool bReadComments = sal_False, sal_uInt16 nMode = STAR_MODE_SINGLE_PARSE );
+ StarWriter( SolarFileList *pSolarFiles, sal_Bool bReadComments = sal_False );
+ StarWriter( GenericInformationList *pStandLst, ByteString &rVersion, sal_Bool bLocal = sal_False,
const char *pSourceRoot = NULL );
void CleanUp();
- BOOL InsertProject ( Prj* pNewPrj );
+ sal_Bool InsertProject ( Prj* pNewPrj );
Prj* RemoveProject ( ByteString aProjectName );
- USHORT Read( String aFileName, BOOL bReadComments = FALSE, USHORT nMode = STAR_MODE_SINGLE_PARSE );
- USHORT Read( SolarFileList *pSolarFiles, BOOL bReadComments = FALSE );
- USHORT Write( String aFileName );
- USHORT WriteMultiple( String rSourceRoot );
+ sal_uInt16 Read( String aFileName, sal_Bool bReadComments = sal_False, sal_uInt16 nMode = STAR_MODE_SINGLE_PARSE );
+ sal_uInt16 Read( SolarFileList *pSolarFiles, sal_Bool bReadComments = sal_False );
+ sal_uInt16 Write( String aFileName );
+ sal_uInt16 WriteMultiple( String rSourceRoot );
void InsertTokenLine( ByteString& rString );
};