Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4c6037df
Kaydet (Commit)
4c6037df
authored
May 21, 2010
tarafından
Ivo Hinkelmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS bserver52
üst
51cf75b7
0cb52efc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
prj.cxx
soldep/bootstrp/prj.cxx
+0
-0
prj.hxx
soldep/inc/soldep/prj.hxx
+7
-2
No files found.
soldep/bootstrp/prj.cxx
Dosyayı görüntüle @
4c6037df
This diff is collapsed.
Click to expand it.
soldep/inc/soldep/prj.hxx
Dosyayı görüntüle @
4c6037df
...
@@ -287,6 +287,7 @@ private:
...
@@ -287,6 +287,7 @@ private:
SDepInfoList
*
RemoveDepInfoList
(
SDepInfoList
*
pInfoList
);
SDepInfoList
*
RemoveDepInfoList
(
SDepInfoList
*
pInfoList
);
PrjList
*
pTempCommandDataList
;
PrjList
*
pTempCommandDataList
;
BOOL
bTempCommandDataListPermanent
;
BOOL
bTempCommandDataListPermanent
;
BOOL
bError
;
public
:
public
:
Prj
();
Prj
();
Prj
(
ByteString
aName
);
Prj
(
ByteString
aName
);
...
@@ -329,6 +330,9 @@ public:
...
@@ -329,6 +330,9 @@ public:
void
SetTempCommandDataListPermanent
(
BOOL
bVar
=
TRUE
)
{
bTempCommandDataListPermanent
=
bVar
;}
void
SetTempCommandDataListPermanent
(
BOOL
bVar
=
TRUE
)
{
bTempCommandDataListPermanent
=
bVar
;}
BOOL
IsTempCommandDataListPermanent
()
{
return
bTempCommandDataListPermanent
;}
BOOL
IsTempCommandDataListPermanent
()
{
return
bTempCommandDataListPermanent
;}
void
SetError
(
BOOL
bVar
=
TRUE
)
{
bError
=
bVar
;}
BOOL
HasError
()
{
return
bError
;}
Prj
&
operator
<<
(
SvStream
&
rStream
);
Prj
&
operator
<<
(
SvStream
&
rStream
);
Prj
&
operator
>>
(
SvStream
&
rStream
);
Prj
&
operator
>>
(
SvStream
&
rStream
);
};
};
...
@@ -396,6 +400,7 @@ protected:
...
@@ -396,6 +400,7 @@ protected:
void
Expand_Impl
();
void
Expand_Impl
();
void
ExpandPrj_Impl
(
Prj
*
pPrj
,
Prj
*
pDepPrj
);
void
ExpandPrj_Impl
(
Prj
*
pPrj
,
Prj
*
pDepPrj
);
ULONG
SearchFileEntry
(
StarFileList
*
pStarFiles
,
StarFile
*
pFile
);
ULONG
SearchFileEntry
(
StarFileList
*
pStarFiles
,
StarFile
*
pFile
);
void
InsertTokenLine
(
const
ByteString
&
rToken
,
Prj
**
ppPrj
,
const
ByteString
&
rProjectName
,
const
sal_Bool
bExtendAlias
=
sal_True
);
public
:
public
:
Star
();
Star
();
...
@@ -421,7 +426,7 @@ public:
...
@@ -421,7 +426,7 @@ public:
BOOL
RemovePrj
(
Prj
*
pPrj
);
BOOL
RemovePrj
(
Prj
*
pPrj
);
void
RemoveAllPrj
();
void
RemoveAllPrj
();
void
InsertToken
(
char
*
pChar
);
StarFile
*
ReadBuildlist
(
const
String
&
rFilename
,
BOOL
bReadComments
=
FALSE
,
BOOL
bExtendAlias
=
TRUE
);
BOOL
NeedsUpdate
();
BOOL
NeedsUpdate
();
SolarFileList
*
NeedsFilesForUpdate
();
SolarFileList
*
NeedsFilesForUpdate
();
void
ReplaceFileEntry
(
StarFileList
*
pStarFiles
,
StarFile
*
pFile
);
void
ReplaceFileEntry
(
StarFileList
*
pStarFiles
,
StarFile
*
pFile
);
...
@@ -472,7 +477,7 @@ public:
...
@@ -472,7 +477,7 @@ public:
USHORT
Write
(
String
aFileName
);
USHORT
Write
(
String
aFileName
);
USHORT
WriteMultiple
(
String
rSourceRoot
);
USHORT
WriteMultiple
(
String
rSourceRoot
);
void
InsertTokenLine
(
ByteString
&
rString
);
void
InsertTokenLine
(
const
ByteString
&
rTokenLine
);
};
};
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment