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
6c07e8f3
Kaydet (Commit)
6c07e8f3
authored
Eki 20, 2003
tarafından
Oliver Bolte
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS sdk08 (1.1.74); FILE MERGED
2003/09/16 13:41:10 jsc 1.1.74.1: #111025# warning support
üst
401ec0f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
errorhandler.hxx
idlc/inc/idlc/errorhandler.hxx
+7
-5
No files found.
idlc/inc/idlc/errorhandler.hxx
Dosyayı görüntüle @
6c07e8f3
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: errorhandler.hxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author:
jsc $ $Date: 2001-03-15 12:23:0
1 $
* last change: $Author:
obo $ $Date: 2003-10-20 13:06:5
1 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -124,8 +124,9 @@ enum WarningCode
{
WIDL_EXPID_CONFLICT
,
// exception id conflict
WIDL_REQID_CONFLICT
,
// request id conflict
WIDL_INHERIT_IDCONFLICT
,
// request id conflict inheritance tree
WIDL_TYPE_IDENT_CONFLICT
// type and identifier has equal names
WIDL_INHERIT_IDCONFLICT
,
// request id conflict inheritance tree
WIDL_TYPE_IDENT_CONFLICT
,
// type and identifier has equal names
WIDL_WRONG_NAMING_CONV
// type or identifier doesn't fulfill the UNO naming convention
};
class
ErrorHandler
...
...
@@ -138,11 +139,12 @@ public:
void
error3
(
ErrorCode
e
,
AstDeclaration
*
d1
,
AstDeclaration
*
d2
,
AstDeclaration
*
d3
);
// Warning
void
warning0
(
WarningCode
e
,
const
sal_Char
*
warningmsg
);
void
warning1
(
WarningCode
e
,
AstDeclaration
*
d
);
void
warning2
(
WarningCode
e
,
AstDeclaration
*
d1
,
AstDeclaration
*
d2
);
// Report a syntax error in IDL input
void
syntaxError
(
ParseState
state
,
sal_Int32
lineNumber
,
sal_Char
*
errmsg
);
void
syntaxError
(
ParseState
state
,
sal_Int32
lineNumber
,
const
sal_Char
*
errmsg
);
// Report a name being used with different spellings
void
nameCaseError
(
sal_Char
*
n
,
sal_Char
*
t
);
...
...
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