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
c12bc7f8
Kaydet (Commit)
c12bc7f8
authored
Nis 18, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fixincludeguards.sh: idl and idlc
Change-Id: I665e901eb6f65308b8f130da1c6da95bc3255490
üst
72a416be
Hide whitespace changes
Inline
Side-by-side
Showing
43 changed files
with
123 additions
and
123 deletions
+123
-123
basobj.hxx
idl/inc/basobj.hxx
+3
-3
bastype.hxx
idl/inc/bastype.hxx
+3
-3
command.hxx
idl/inc/command.hxx
+3
-3
database.hxx
idl/inc/database.hxx
+3
-3
globals.hxx
idl/inc/globals.hxx
+3
-3
hash.hxx
idl/inc/hash.hxx
+2
-2
lex.hxx
idl/inc/lex.hxx
+3
-3
module.hxx
idl/inc/module.hxx
+3
-3
object.hxx
idl/inc/object.hxx
+3
-3
slot.hxx
idl/inc/slot.hxx
+3
-3
types.hxx
idl/inc/types.hxx
+3
-3
astattribute.hxx
idlc/inc/idlc/astattribute.hxx
+3
-3
astbasetype.hxx
idlc/inc/idlc/astbasetype.hxx
+3
-3
astconstant.hxx
idlc/inc/idlc/astconstant.hxx
+3
-3
astconstants.hxx
idlc/inc/idlc/astconstants.hxx
+3
-3
astdeclaration.hxx
idlc/inc/idlc/astdeclaration.hxx
+3
-3
astenum.hxx
idlc/inc/idlc/astenum.hxx
+3
-3
astexception.hxx
idlc/inc/idlc/astexception.hxx
+3
-3
astexpression.hxx
idlc/inc/idlc/astexpression.hxx
+3
-3
astinterface.hxx
idlc/inc/idlc/astinterface.hxx
+3
-3
astinterfacemember.hxx
idlc/inc/idlc/astinterfacemember.hxx
+3
-3
astmember.hxx
idlc/inc/idlc/astmember.hxx
+2
-2
astmodule.hxx
idlc/inc/idlc/astmodule.hxx
+3
-3
astneeds.hxx
idlc/inc/idlc/astneeds.hxx
+3
-3
astobserves.hxx
idlc/inc/idlc/astobserves.hxx
+3
-3
astoperation.hxx
idlc/inc/idlc/astoperation.hxx
+3
-3
astparameter.hxx
idlc/inc/idlc/astparameter.hxx
+2
-2
astscope.hxx
idlc/inc/idlc/astscope.hxx
+3
-3
astsequence.hxx
idlc/inc/idlc/astsequence.hxx
+3
-3
astservice.hxx
idlc/inc/idlc/astservice.hxx
+3
-3
astservicemember.hxx
idlc/inc/idlc/astservicemember.hxx
+3
-3
aststack.hxx
idlc/inc/idlc/aststack.hxx
+3
-3
aststruct.hxx
idlc/inc/idlc/aststruct.hxx
+3
-3
aststructinstance.hxx
idlc/inc/idlc/aststructinstance.hxx
+2
-2
asttype.hxx
idlc/inc/idlc/asttype.hxx
+3
-3
asttypedef.hxx
idlc/inc/idlc/asttypedef.hxx
+3
-3
errorhandler.hxx
idlc/inc/idlc/errorhandler.hxx
+3
-3
fehelper.hxx
idlc/inc/idlc/fehelper.hxx
+3
-3
idlc.hxx
idlc/inc/idlc/idlc.hxx
+3
-3
idlctypes.hxx
idlc/inc/idlc/idlctypes.hxx
+3
-3
inheritedinterface.hxx
idlc/inc/idlc/inheritedinterface.hxx
+2
-2
options.hxx
idlc/inc/idlc/options.hxx
+3
-3
attributeexceptions.hxx
idlc/source/attributeexceptions.hxx
+2
-2
No files found.
idl/inc/basobj.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef _BASOBJ_HXX
#ifndef
INCLUDED_IDL_INC
_BASOBJ_HXX
#define _BASOBJ_HXX
#define
INCLUDED_IDL_INC
_BASOBJ_HXX
#include <tools/ref.hxx>
#include <tools/ref.hxx>
#include <bastype.hxx>
#include <bastype.hxx>
...
@@ -228,7 +228,7 @@ typedef tools::SvRef<SvMetaExtern> SvMetaExternRef;
...
@@ -228,7 +228,7 @@ typedef tools::SvRef<SvMetaExtern> SvMetaExternRef;
class
SvMetaExternMemberList
:
public
SvDeclPersistList
<
SvMetaExtern
*>
{};
class
SvMetaExternMemberList
:
public
SvDeclPersistList
<
SvMetaExtern
*>
{};
#endif // _BASOBJ_HXX
#endif //
INCLUDED_IDL_INC
_BASOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idl/inc/bastype.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef _BASTYPE_HXX
#ifndef
INCLUDED_IDL_INC
_BASTYPE_HXX
#define _BASTYPE_HXX
#define
INCLUDED_IDL_INC
_BASTYPE_HXX
#include <sal/types.h>
#include <sal/types.h>
...
@@ -222,6 +222,6 @@ public:
...
@@ -222,6 +222,6 @@ public:
};
};
#endif // _BASTYPE_HXX
#endif //
INCLUDED_IDL_INC
_BASTYPE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idl/inc/command.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef _COMMAND_HXX
#ifndef
INCLUDED_IDL_INC
_COMMAND_HXX
#define _COMMAND_HXX
#define
INCLUDED_IDL_INC
_COMMAND_HXX
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include <vector>
#include <vector>
...
@@ -53,6 +53,6 @@ class SvIdlWorkingBase;
...
@@ -53,6 +53,6 @@ class SvIdlWorkingBase;
sal_Bool
ReadIdl
(
SvIdlWorkingBase
*
pDataBase
,
const
SvCommand
&
rCommand
);
sal_Bool
ReadIdl
(
SvIdlWorkingBase
*
pDataBase
,
const
SvCommand
&
rCommand
);
void
DeInit
();
void
DeInit
();
#endif // _COMMAND_HXX
#endif //
INCLUDED_IDL_INC
_COMMAND_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idl/inc/database.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef _DATABASE_HXX
#ifndef
INCLUDED_IDL_INC
_DATABASE_HXX
#define _DATABASE_HXX
#define
INCLUDED_IDL_INC
_DATABASE_HXX
#include <module.hxx>
#include <module.hxx>
#include <hash.hxx>
#include <hash.hxx>
...
@@ -162,6 +162,6 @@ public:
...
@@ -162,6 +162,6 @@ public:
sal_Bool
WriteDocumentation
(
SvStream
&
);
sal_Bool
WriteDocumentation
(
SvStream
&
);
};
};
#endif // _DATABASE_HXX
#endif //
INCLUDED_IDL_INC
_DATABASE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idl/inc/globals.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef _GLOBALS_HXX
#ifndef
INCLUDED_IDL_INC
_GLOBALS_HXX
#define _GLOBALS_HXX
#define
INCLUDED_IDL_INC
_GLOBALS_HXX
#include <hash.hxx>
#include <hash.hxx>
...
@@ -224,6 +224,6 @@ HASH_INLINE(Description)
...
@@ -224,6 +224,6 @@ HASH_INLINE(Description)
HASH_INLINE
(
UnoName
)
HASH_INLINE
(
UnoName
)
#endif // _GLOBALS_HXX
#endif //
INCLUDED_IDL_INC
_GLOBALS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idl/inc/hash.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef _HASH_HXX
#ifndef
INCLUDED_IDL_INC
_HASH_HXX
#define _HASH_HXX
#define
INCLUDED_IDL_INC
_HASH_HXX
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include <tools/ref.hxx>
#include <tools/ref.hxx>
...
...
idl/inc/lex.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef _LEX_HXX
#ifndef
INCLUDED_IDL_INC
_LEX_HXX
#define _LEX_HXX
#define
INCLUDED_IDL_INC
_LEX_HXX
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
...
@@ -262,6 +262,6 @@ public:
...
@@ -262,6 +262,6 @@ public:
#endif // _LEX_HXX
#endif //
INCLUDED_IDL_INC
_LEX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idl/inc/module.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef _MODULE_HXX
#ifndef
INCLUDED_IDL_INC
_MODULE_HXX
#define _MODULE_HXX
#define
INCLUDED_IDL_INC
_MODULE_HXX
#include <slot.hxx>
#include <slot.hxx>
#include <object.hxx>
#include <object.hxx>
...
@@ -94,6 +94,6 @@ typedef tools::SvRef<SvMetaModule> SvMetaModuleRef;
...
@@ -94,6 +94,6 @@ typedef tools::SvRef<SvMetaModule> SvMetaModuleRef;
class
SvMetaModuleMemberList
:
public
SvDeclPersistList
<
SvMetaModule
*>
{};
class
SvMetaModuleMemberList
:
public
SvDeclPersistList
<
SvMetaModule
*>
{};
#endif // _MODULE_HXX
#endif //
INCLUDED_IDL_INC
_MODULE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idl/inc/object.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef _OBJECT_HXX
#ifndef
INCLUDED_IDL_INC
_OBJECT_HXX
#define _OBJECT_HXX
#define
INCLUDED_IDL_INC
_OBJECT_HXX
#include <types.hxx>
#include <types.hxx>
#include <slot.hxx>
#include <slot.hxx>
...
@@ -135,6 +135,6 @@ public:
...
@@ -135,6 +135,6 @@ public:
HelpIdTable
&
rTable
);
HelpIdTable
&
rTable
);
};
};
#endif // _OBJECT_HXX
#endif //
INCLUDED_IDL_INC
_OBJECT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idl/inc/slot.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef _SLOT_HXX
#ifndef
INCLUDED_IDL_INC
_SLOT_HXX
#define _SLOT_HXX
#define
INCLUDED_IDL_INC
_SLOT_HXX
#include <types.hxx>
#include <types.hxx>
#include <command.hxx>
#include <command.hxx>
...
@@ -257,6 +257,6 @@ typedef tools::SvRef<SvMetaSlot> SvMetaSlotRef;
...
@@ -257,6 +257,6 @@ typedef tools::SvRef<SvMetaSlot> SvMetaSlotRef;
class
SvMetaSlotMemberList
:
public
SvDeclPersistList
<
SvMetaSlot
*>
{};
class
SvMetaSlotMemberList
:
public
SvDeclPersistList
<
SvMetaSlot
*>
{};
#endif // _SLOT_HXX
#endif //
INCLUDED_IDL_INC
_SLOT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idl/inc/types.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef _TYPES_HXX
#ifndef
INCLUDED_IDL_INC
_TYPES_HXX
#define _TYPES_HXX
#define
INCLUDED_IDL_INC
_TYPES_HXX
#include <rtl/strbuf.hxx>
#include <rtl/strbuf.hxx>
#include <tools/ref.hxx>
#include <tools/ref.hxx>
...
@@ -306,6 +306,6 @@ typedef tools::SvRef<SvMetaTypevoid> SvMetaTypevoidRef;
...
@@ -306,6 +306,6 @@ typedef tools::SvRef<SvMetaTypevoid> SvMetaTypevoidRef;
class
SvMetaTypevoidMemberList
:
public
SvDeclPersistList
<
SvMetaTypevoid
*>
{};
class
SvMetaTypevoidMemberList
:
public
SvDeclPersistList
<
SvMetaTypevoid
*>
{};
#endif // _TYPES_HXX
#endif //
INCLUDED_IDL_INC
_TYPES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astattribute.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTATTRIBUTE_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTATTRIBUTE_HXX
#define
_IDLC_ASTATTRIBUTE_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTATTRIBUTE_HXX
#include <idlc/astdeclaration.hxx>
#include <idlc/astdeclaration.hxx>
#include "idlc/astscope.hxx"
#include "idlc/astscope.hxx"
...
@@ -109,6 +109,6 @@ private:
...
@@ -109,6 +109,6 @@ private:
DeclList
m_setExceptions
;
DeclList
m_setExceptions
;
};
};
#endif //
_IDLC_ASTATTRIBUTE_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTATTRIBUTE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astbasetype.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTBASETYPE_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTBASETYPE_HXX
#define
_IDLC_ASTBASETYPE_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTBASETYPE_HXX
#include <idlc/asttype.hxx>
#include <idlc/asttype.hxx>
#include <idlc/astexpression.hxx>
#include <idlc/astexpression.hxx>
...
@@ -50,6 +50,6 @@ private:
...
@@ -50,6 +50,6 @@ private:
const
ExprType
m_exprType
;
const
ExprType
m_exprType
;
};
};
#endif //
_IDLC_ASTBASETYPE_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTBASETYPE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astconstant.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTCONSTANT_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTCONSTANT_HXX
#define
_IDLC_ASTCONSTANT_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTCONSTANT_HXX
#include <idlc/astdeclaration.hxx>
#include <idlc/astdeclaration.hxx>
#include <idlc/astexpression.hxx>
#include <idlc/astexpression.hxx>
...
@@ -45,6 +45,6 @@ private:
...
@@ -45,6 +45,6 @@ private:
const
ExprType
m_constValueType
;
const
ExprType
m_constValueType
;
};
};
#endif //
_IDLC_ASTCONSTANT_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTCONSTANT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astconstants.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTCONSTANTS_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTCONSTANTS_HXX
#define
_IDLC_ASTCONSTANTS_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTCONSTANTS_HXX
#include <idlc/astmodule.hxx>
#include <idlc/astmodule.hxx>
...
@@ -30,6 +30,6 @@ public:
...
@@ -30,6 +30,6 @@ public:
virtual
~
AstConstants
()
{}
virtual
~
AstConstants
()
{}
};
};
#endif //
_IDLC_ASTCONSTANTS_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTCONSTANTS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astdeclaration.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTDECLARATION_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTDECLARATION_HXX
#define
_IDLC_ASTDECLARATION_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTDECLARATION_HXX
#include <idlc/idlc.hxx>
#include <idlc/idlc.hxx>
#include <registry/registry.hxx>
#include <registry/registry.hxx>
...
@@ -132,6 +132,6 @@ protected:
...
@@ -132,6 +132,6 @@ protected:
OUString
m_documentation
;
// fileName defined in
OUString
m_documentation
;
// fileName defined in
};
};
#endif //
_IDLC_ASTDECLARATION_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTDECLARATION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astenum.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTENUM_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTENUM_HXX
#define
_IDLC_ASTENUM_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTENUM_HXX
#include <idlc/asttype.hxx>
#include <idlc/asttype.hxx>
#include <idlc/astscope.hxx>
#include <idlc/astscope.hxx>
...
@@ -45,6 +45,6 @@ private:
...
@@ -45,6 +45,6 @@ private:
sal_Int32
m_enumValueCount
;
sal_Int32
m_enumValueCount
;
};
};
#endif //
_IDLC_ASTENUM_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTENUM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astexception.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTEXCEPTION_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTEXCEPTION_HXX
#define
_IDLC_ASTEXCEPTION_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTEXCEPTION_HXX
#include <idlc/aststruct.hxx>
#include <idlc/aststruct.hxx>
...
@@ -31,6 +31,6 @@ public:
...
@@ -31,6 +31,6 @@ public:
virtual
~
AstException
()
{}
virtual
~
AstException
()
{}
};
};
#endif //
_IDLC_ASTEXCEPTION_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTEXCEPTION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astexpression.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTEXPRESSION_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTEXPRESSION_HXX
#define
_IDLC_ASTEXPRESSION_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTEXPRESSION_HXX
#include <idlc/idlc.hxx>
#include <idlc/idlc.hxx>
...
@@ -174,6 +174,6 @@ private:
...
@@ -174,6 +174,6 @@ private:
OString
*
m_pSymbolicName
;
OString
*
m_pSymbolicName
;
};
};
#endif //
_IDLC_ASTEXPRESSION_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTEXPRESSION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astinterface.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTINTERFACE_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTINTERFACE_HXX
#define
_IDLC_ASTINTERFACE_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTINTERFACE_HXX
#include <idlc/asttype.hxx>
#include <idlc/asttype.hxx>
#include <idlc/astscope.hxx>
#include <idlc/astscope.hxx>
...
@@ -132,6 +132,6 @@ private:
...
@@ -132,6 +132,6 @@ private:
VisibleMembers
m_visibleMembers
;
VisibleMembers
m_visibleMembers
;
};
};
#endif //
_IDLC_ASTINTERFACE_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTINTERFACE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astinterfacemember.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTINTERFACEMEMBER_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTINTERFACEMEMBER_HXX
#define
_IDLC_ASTINTERFACEMEMBER_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTINTERFACEMEMBER_HXX
#include <idlc/astinterface.hxx>
#include <idlc/astinterface.hxx>
...
@@ -41,6 +41,6 @@ private:
...
@@ -41,6 +41,6 @@ private:
AstInterface
*
m_pRealInterface
;
AstInterface
*
m_pRealInterface
;
};
};
#endif //
_IDLC_ASTINTERFACEMEMBER_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTINTERFACEMEMBER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astmember.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTMEMBER_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTMEMBER_HXX
#define
_IDLC_ASTMEMBER_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTMEMBER_HXX
#include "idlc/astdeclaration.hxx"
#include "idlc/astdeclaration.hxx"
...
...
idlc/inc/idlc/astmodule.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTMODULE_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTMODULE_HXX
#define
_IDLC_ASTMODULE_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTMODULE_HXX
#include <idlc/astdeclaration.hxx>
#include <idlc/astdeclaration.hxx>
#include <idlc/astscope.hxx>
#include <idlc/astscope.hxx>
...
@@ -39,6 +39,6 @@ public:
...
@@ -39,6 +39,6 @@ public:
virtual
bool
dump
(
RegistryKey
&
rKey
)
SAL_OVERRIDE
;
virtual
bool
dump
(
RegistryKey
&
rKey
)
SAL_OVERRIDE
;
};
};
#endif //
_IDLC_ASTMODULE_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTMODULE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astneeds.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTNEEDS_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTNEEDS_HXX
#define
_IDLC_ASTNEEDS_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTNEEDS_HXX
#include <idlc/astservice.hxx>
#include <idlc/astservice.hxx>
...
@@ -36,6 +36,6 @@ private:
...
@@ -36,6 +36,6 @@ private:
AstService
*
m_pRealService
;
AstService
*
m_pRealService
;
};
};
#endif //
_IDLC_ASTNEEDS_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTNEEDS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astobserves.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTOBSERVES_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTOBSERVES_HXX
#define
_IDLC_ASTOBSERVES_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTOBSERVES_HXX
#include <idlc/astinterface.hxx>
#include <idlc/astinterface.hxx>
...
@@ -36,6 +36,6 @@ private:
...
@@ -36,6 +36,6 @@ private:
AstInterface
*
m_pRealInterface
;
AstInterface
*
m_pRealInterface
;
};
};
#endif //
_IDLC_ASTOBSERVES_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTOBSERVES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astoperation.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTOPERATION_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTOPERATION_HXX
#define
_IDLC_ASTOPERATION_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTOPERATION_HXX
#include <idlc/astdeclaration.hxx>
#include <idlc/astdeclaration.hxx>
#include <idlc/astscope.hxx>
#include <idlc/astscope.hxx>
...
@@ -56,6 +56,6 @@ private:
...
@@ -56,6 +56,6 @@ private:
DeclList
m_exceptions
;
DeclList
m_exceptions
;
};
};
#endif //
_IDLC_ASTOPERATION_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTOPERATION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astparameter.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTPARAMETER_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTPARAMETER_HXX
#define
_IDLC_ASTPARAMETER_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTPARAMETER_HXX
#include <idlc/astmember.hxx>
#include <idlc/astmember.hxx>
...
...
idlc/inc/idlc/astscope.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTSCOPE_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTSCOPE_HXX
#define
_IDLC_ASTSCOPE_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTSCOPE_HXX
#include <idlc/idlc.hxx>
#include <idlc/idlc.hxx>
...
@@ -66,6 +66,6 @@ private:
...
@@ -66,6 +66,6 @@ private:
NodeType
m_nodeType
;
NodeType
m_nodeType
;
};
};
#endif //
_IDLC_ASTSCOPE_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTSCOPE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astsequence.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTSEQUENCE_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTSEQUENCE_HXX
#define
_IDLC_ASTSEQUENCE_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTSEQUENCE_HXX
#include <idlc/asttype.hxx>
#include <idlc/asttype.hxx>
...
@@ -47,6 +47,6 @@ private:
...
@@ -47,6 +47,6 @@ private:
mutable
OString
*
m_pRelativName
;
mutable
OString
*
m_pRelativName
;
};
};
#endif //
_IDLC_ASTSEQUENCE_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTSEQUENCE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astservice.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTSERVICE_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTSERVICE_HXX
#define
_IDLC_ASTSERVICE_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTSERVICE_HXX
#include <idlc/astdeclaration.hxx>
#include <idlc/astdeclaration.hxx>
#include <idlc/astscope.hxx>
#include <idlc/astscope.hxx>
...
@@ -57,6 +57,6 @@ private:
...
@@ -57,6 +57,6 @@ private:
bool
m_defaultConstructor
;
bool
m_defaultConstructor
;
};
};
#endif //
_IDLC_ASTSERVICE_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTSERVICE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/astservicemember.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTSERVICEMEMBER_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTSERVICEMEMBER_HXX
#define
_IDLC_ASTSERVICEMEMBER_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTSERVICEMEMBER_HXX
#include <idlc/astservice.hxx>
#include <idlc/astservice.hxx>
...
@@ -41,6 +41,6 @@ private:
...
@@ -41,6 +41,6 @@ private:
AstService
*
m_pRealService
;
AstService
*
m_pRealService
;
};
};
#endif //
_IDLC_ASTSERVICEMEMBER_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTSERVICEMEMBER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/aststack.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTSTACK_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTSTACK_HXX
#define
_IDLC_ASTSTACK_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTSTACK_HXX
#include <sal/types.h>
#include <sal/types.h>
...
@@ -44,6 +44,6 @@ private:
...
@@ -44,6 +44,6 @@ private:
sal_uInt32
m_top
;
sal_uInt32
m_top
;
};
};
#endif //
_IDLC_ASTSTACK_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTSTACK_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/aststruct.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTSTRUCT_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTSTRUCT_HXX
#define
_IDLC_ASTSTRUCT_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTSTRUCT_HXX
#include <idlc/asttype.hxx>
#include <idlc/asttype.hxx>
#include <idlc/astscope.hxx>
#include <idlc/astscope.hxx>
...
@@ -57,6 +57,6 @@ private:
...
@@ -57,6 +57,6 @@ private:
DeclList
m_typeParameters
;
DeclList
m_typeParameters
;
};
};
#endif //
_IDLC_ASTSTRUCT_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTSTRUCT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/aststructinstance.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INCLUDED_
idlc_inc_idlc_aststructinstance_hxx
#ifndef INCLUDED_
IDLC_INC_IDLC_ASTSTRUCTINSTANCE_HXX
#define INCLUDED_
idlc_inc_idlc_aststructinstance_hxx
#define INCLUDED_
IDLC_INC_IDLC_ASTSTRUCTINSTANCE_HXX
#include "idlc/asttype.hxx"
#include "idlc/asttype.hxx"
#include "idlc/idlctypes.hxx"
#include "idlc/idlctypes.hxx"
...
...
idlc/inc/idlc/asttype.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTTYPE_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTTYPE_HXX
#define
_IDLC_ASTTYPE_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTTYPE_HXX
#include <idlc/astdeclaration.hxx>
#include <idlc/astdeclaration.hxx>
...
@@ -33,6 +33,6 @@ public:
...
@@ -33,6 +33,6 @@ public:
virtual
bool
isUnsigned
()
const
{
return
false
;
}
virtual
bool
isUnsigned
()
const
{
return
false
;
}
};
};
#endif //
_IDLC_ASTTYPE_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTTYPE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/asttypedef.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ASTTYPEDEF_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ASTTYPEDEF_HXX
#define
_IDLC_ASTTYPEDEF_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ASTTYPEDEF_HXX
#include <idlc/asttype.hxx>
#include <idlc/asttype.hxx>
...
@@ -41,6 +41,6 @@ private:
...
@@ -41,6 +41,6 @@ private:
AstType
const
*
m_pBaseType
;
AstType
const
*
m_pBaseType
;
};
};
#endif //
_IDLC_ASTTYPEDEF_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ASTTYPEDEF_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/errorhandler.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_ERRORHANDLER_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_ERRORHANDLER_HXX
#define
_IDLC_ERRORHANDLER_HXX_
#define
INCLUDED_IDLC_INC_IDLC_ERRORHANDLER_HXX
#include <idlc/astdeclaration.hxx>
#include <idlc/astdeclaration.hxx>
#include <idlc/astexpression.hxx>
#include <idlc/astexpression.hxx>
...
@@ -127,6 +127,6 @@ public:
...
@@ -127,6 +127,6 @@ public:
bool
checkPublished
(
AstDeclaration
const
*
decl
,
bool
bOptiional
=
false
);
bool
checkPublished
(
AstDeclaration
const
*
decl
,
bool
bOptiional
=
false
);
};
};
#endif //
_IDLC_ERRORHANDLER_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_ERRORHANDLER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/fehelper.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_FEHELPER_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_FEHELPER_HXX
#define
_IDLC_FEHELPER_HXX_
#define
INCLUDED_IDLC_INC_IDLC_FEHELPER_HXX
#include <idlc/asttype.hxx>
#include <idlc/asttype.hxx>
#include <idlc/astinterface.hxx>
#include <idlc/astinterface.hxx>
...
@@ -86,6 +86,6 @@ private:
...
@@ -86,6 +86,6 @@ private:
std
::
vector
<
OString
>
m_typeParameters
;
std
::
vector
<
OString
>
m_typeParameters
;
};
};
#endif //
_IDLC_FEHELPER_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_FEHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/idlc.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_IDLC_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_IDLC_HXX
#define
_IDLC_IDLC_HXX_
#define
INCLUDED_IDLC_INC_IDLC_IDLC_HXX
#include <idlc/idlctypes.hxx>
#include <idlc/idlctypes.hxx>
#include <idlc/aststack.hxx>
#include <idlc/aststack.hxx>
...
@@ -170,6 +170,6 @@ AstDeclaration const * deconstructAndResolveTypedefs(
...
@@ -170,6 +170,6 @@ AstDeclaration const * deconstructAndResolveTypedefs(
AstInterface
const
*
resolveInterfaceTypedefs
(
AstType
const
*
type
);
AstInterface
const
*
resolveInterfaceTypedefs
(
AstType
const
*
type
);
#endif //
_IDLC_IDLC_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_IDLC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/idlctypes.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_IDLCTYPES_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_IDLCTYPES_HXX
#define
_IDLC_IDLCTYPES_HXX_
#define
INCLUDED_IDLC_INC_IDLC_IDLCTYPES_HXX
#include <stdio.h>
#include <stdio.h>
...
@@ -221,6 +221,6 @@ enum ParseState
...
@@ -221,6 +221,6 @@ enum ParseState
PS_DeclsDeclSeen
// Seen complete decl in decls list
PS_DeclsDeclSeen
// Seen complete decl in decls list
};
};
#endif //
_IDLC_IDLCTYPES_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_IDLCTYPES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/inc/idlc/inheritedinterface.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INCLUDED_
idlc_inc_idlc_inheritedinterface_hxx
#ifndef INCLUDED_
IDLC_INC_IDLC_INHERITEDINTERFACE_HXX
#define INCLUDED_
idlc_inc_idlc_inheritedinterface_hxx
#define INCLUDED_
IDLC_INC_IDLC_INHERITEDINTERFACE_HXX
#include "idlc/idlc.hxx"
#include "idlc/idlc.hxx"
...
...
idlc/inc/idlc/options.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
_IDLC_OPTIONS_HXX_
#ifndef
INCLUDED_IDLC_INC_IDLC_OPTIONS_HXX
#define
_IDLC_OPTIONS_HXX_
#define
INCLUDED_IDLC_INC_IDLC_OPTIONS_HXX
#include <idlc/idlctypes.hxx>
#include <idlc/idlctypes.hxx>
...
@@ -79,6 +79,6 @@ protected:
...
@@ -79,6 +79,6 @@ protected:
OptionMap
m_options
;
OptionMap
m_options
;
};
};
#endif //
_IDLC_OPTIONS_HXX_
#endif //
INCLUDED_IDLC_INC_IDLC_OPTIONS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idlc/source/attributeexceptions.hxx
Dosyayı görüntüle @
c12bc7f8
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INCLUDED_
idlc_source_attributeexceptions_hxx
#ifndef INCLUDED_
IDLC_SOURCE_ATTRIBUTEEXCEPTIONS_HXX
#define INCLUDED_
idlc_source_attributeexceptions_hxx
#define INCLUDED_
IDLC_SOURCE_ATTRIBUTEEXCEPTIONS_HXX
#include "rtl/ustring.hxx"
#include "rtl/ustring.hxx"
...
...
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