summaryrefslogtreecommitdiff
path: root/soldep/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-10-26 17:41:29 +0100
committerMathias Bauer <mba@openoffice.org>2009-10-26 17:41:29 +0100
commit0a0c0f5f5716d0932cf3f58328006e3a185abd0e (patch)
tree7bea4888c9f330d4a0e78a5fa52635831e0090e6 /soldep/inc
parente1e7e5906a2c62add6715499f180c8a4c8ed4c65 (diff)
parent099781c3ed4b97abb73891b63e796d60b4951bb2 (diff)
merge commit for m62
Diffstat (limited to 'soldep/inc')
-rw-r--r--soldep/inc/soldep/prj.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/soldep/inc/soldep/prj.hxx b/soldep/inc/soldep/prj.hxx
index f3f1823eb480..858afac2d56a 100644
--- a/soldep/inc/soldep/prj.hxx
+++ b/soldep/inc/soldep/prj.hxx
@@ -39,6 +39,8 @@
#include <vos/mutex.hxx>
#include <tools/string.hxx>
+#define XML_EXT "xlist"
+
#define OS_NONE 0x0000
#define OS_WIN16 0x0001
#define OS_WIN32 0x0002
@@ -385,10 +387,11 @@ protected:
ULONG SearchFileEntry( StarFileList *pStarFiles, StarFile* pFile );
public:
- Star( );
+ Star();
Star( String aFileName, USHORT nMode = STAR_MODE_SINGLE_PARSE );
Star( SolarFileList *pSolarFiles );
- Star( GenericInformationList *pStandLst, ByteString &rVersion, BOOL bLocal = FALSE, const char *pSourceRoot = NULL );
+ Star( GenericInformationList *pStandLst, ByteString &rVersion, BOOL bLocal = FALSE,
+ const char *pSourceRoot = NULL );
~Star();
@@ -398,6 +401,8 @@ public:
ByteString GetName(){ return aStarName; }; // dummy function of VG
void Read( String &rFileName );
void Read( SolarFileList *pSOlarFiles );
+// void ReadXmlBuildList(const ByteString& sBuildLstPath);
+
BOOL HasProject( ByteString aProjectName );
Prj* GetPrj( ByteString aProjectName );
@@ -411,6 +416,8 @@ public:
void ReplaceFileEntry( StarFileList *pStarFiles, StarFile* pFile );
void UpdateFileList( GenericInformationList *pStandLst, ByteString &rVersion, BOOL bRead = FALSE,
BOOL bLocal = FALSE, const char *pSourceRoot = NULL );
+ void FullReload( GenericInformationList *pStandLst, ByteString &rVersion, BOOL bRead = FALSE,
+ BOOL bLocal = FALSE, const char *pSourceRoot = NULL );
void GenerateFileLoadList( SolarFileList *pSolarFiles );
BOOL CheckFileLoadList(SolarFileList *pSolarFiles);