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
83d95870
Kaydet (Commit)
83d95870
authored
21 years ago
tarafından
Oliver Bolte
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS sdk08 (1.2.66); FILE MERGED
2003/09/16 13:41:10 jsc 1.2.66.1: #111025# warning support
üst
6c07e8f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
idlc.hxx
idlc/inc/idlc/idlc.hxx
+9
-2
No files found.
idlc/inc/idlc/idlc.hxx
Dosyayı görüntüle @
83d95870
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: idlc.hxx,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author:
jsc $ $Date: 2001-08-17 13:02:13
$
* last change: $Author:
obo $ $Date: 2003-10-20 13:07:02
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -132,6 +132,12 @@ public:
{
m_errorCount
=
errorCount
;
}
void
incErrorCount
()
{
m_errorCount
++
;
}
sal_uInt32
getWarningCount
()
{
return
m_warningCount
;
}
void
setWarningCount
(
sal_uInt32
warningCount
)
{
m_warningCount
=
warningCount
;
}
void
incWarningCount
()
{
m_warningCount
++
;
}
sal_uInt32
getLineNumber
()
{
return
m_lineNumber
;
}
void
setLineNumber
(
sal_uInt32
lineNumber
)
...
...
@@ -162,6 +168,7 @@ private:
sal_Bool
m_bGenerateDoc
;
sal_Bool
m_bIsInMainfile
;
sal_uInt32
m_errorCount
;
sal_uInt32
m_warningCount
;
sal_uInt32
m_lineNumber
;
ParseState
m_parseState
;
StringSet
m_includes
;
...
...
This diff is collapsed.
Click to expand it.
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