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
f3698af7
Kaydet (Commit)
f3698af7
authored
Eki 23, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:includeform: idlc
Change-Id: Ia32beed408de33fbe8ed59ddcab5b01ddc3b8218
üst
3f2a9e2d
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
59 additions
and
59 deletions
+59
-59
astattribute.hxx
idlc/inc/astattribute.hxx
+1
-1
astbasetype.hxx
idlc/inc/astbasetype.hxx
+2
-2
astconstant.hxx
idlc/inc/astconstant.hxx
+2
-2
astconstants.hxx
idlc/inc/astconstants.hxx
+1
-1
astdeclaration.hxx
idlc/inc/astdeclaration.hxx
+1
-1
astenum.hxx
idlc/inc/astenum.hxx
+3
-3
astexception.hxx
idlc/inc/astexception.hxx
+1
-1
astexpression.hxx
idlc/inc/astexpression.hxx
+1
-1
astinterface.hxx
idlc/inc/astinterface.hxx
+2
-2
astinterfacemember.hxx
idlc/inc/astinterfacemember.hxx
+1
-1
astmodule.hxx
idlc/inc/astmodule.hxx
+2
-2
astneeds.hxx
idlc/inc/astneeds.hxx
+1
-1
astobserves.hxx
idlc/inc/astobserves.hxx
+1
-1
astoperation.hxx
idlc/inc/astoperation.hxx
+2
-2
astparameter.hxx
idlc/inc/astparameter.hxx
+1
-1
astscope.hxx
idlc/inc/astscope.hxx
+3
-3
astsequence.hxx
idlc/inc/astsequence.hxx
+1
-1
astservice.hxx
idlc/inc/astservice.hxx
+2
-2
astservicemember.hxx
idlc/inc/astservicemember.hxx
+1
-1
aststruct.hxx
idlc/inc/aststruct.hxx
+2
-2
asttype.hxx
idlc/inc/asttype.hxx
+1
-1
asttypedef.hxx
idlc/inc/asttypedef.hxx
+1
-1
errorhandler.hxx
idlc/inc/errorhandler.hxx
+3
-3
fehelper.hxx
idlc/inc/fehelper.hxx
+2
-2
idlc.hxx
idlc/inc/idlc.hxx
+3
-3
options.hxx
idlc/inc/options.hxx
+1
-1
astdump.cxx
idlc/source/astdump.cxx
+1
-1
astinterface.cxx
idlc/source/astinterface.cxx
+1
-1
astservice.cxx
idlc/source/astservice.cxx
+4
-4
aststructinstance.cxx
idlc/source/aststructinstance.cxx
+3
-3
fehelper.cxx
idlc/source/fehelper.cxx
+1
-1
idlc.cxx
idlc/source/idlc.cxx
+5
-5
idlcmain.cxx
idlc/source/idlcmain.cxx
+1
-1
options.cxx
idlc/source/options.cxx
+1
-1
No files found.
idlc/inc/astattribute.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_IDLC_INC_ASTATTRIBUTE_HXX
#define INCLUDED_IDLC_INC_ASTATTRIBUTE_HXX
#include
<astdeclaration.hxx>
#include
"astdeclaration.hxx"
#include "astscope.hxx"
#include <registry/types.hxx>
...
...
idlc/inc/astbasetype.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,8 +19,8 @@
#ifndef INCLUDED_IDLC_INC_ASTBASETYPE_HXX
#define INCLUDED_IDLC_INC_ASTBASETYPE_HXX
#include
<asttype.hxx>
#include
<astexpression.hxx>
#include
"asttype.hxx"
#include
"astexpression.hxx"
class
AstBaseType
:
public
AstType
...
...
idlc/inc/astconstant.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,8 +19,8 @@
#ifndef INCLUDED_IDLC_INC_ASTCONSTANT_HXX
#define INCLUDED_IDLC_INC_ASTCONSTANT_HXX
#include
<astdeclaration.hxx>
#include
<astexpression.hxx>
#include
"astdeclaration.hxx"
#include
"astexpression.hxx"
namespace
typereg
{
class
Writer
;
}
...
...
idlc/inc/astconstants.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_IDLC_INC_ASTCONSTANTS_HXX
#define INCLUDED_IDLC_INC_ASTCONSTANTS_HXX
#include
<astmodule.hxx>
#include
"astmodule.hxx"
class
AstConstants
:
public
AstModule
{
...
...
idlc/inc/astdeclaration.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_IDLC_INC_ASTDECLARATION_HXX
#define INCLUDED_IDLC_INC_ASTDECLARATION_HXX
#include
<idlc.hxx>
#include
"idlc.hxx"
#include <registry/registry.hxx>
class
AstScope
;
...
...
idlc/inc/astenum.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,9 +19,9 @@
#ifndef INCLUDED_IDLC_INC_ASTENUM_HXX
#define INCLUDED_IDLC_INC_ASTENUM_HXX
#include
<asttype.hxx>
#include
<astscope.hxx>
#include
<astconstant.hxx>
#include
"asttype.hxx"
#include
"astscope.hxx"
#include
"astconstant.hxx"
class
AstEnum
:
public
AstType
,
public
AstScope
...
...
idlc/inc/astexception.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_IDLC_INC_ASTEXCEPTION_HXX
#define INCLUDED_IDLC_INC_ASTEXCEPTION_HXX
#include
<aststruct.hxx>
#include
"aststruct.hxx"
class
AstException
:
public
AstStruct
{
...
...
idlc/inc/astexpression.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -23,7 +23,7 @@
#include <memory>
#include
<idlc.hxx>
#include
"idlc.hxx"
// Enum to define all the different operators to combine expressions
enum
class
ExprComb
...
...
idlc/inc/astinterface.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,8 +19,8 @@
#ifndef INCLUDED_IDLC_INC_ASTINTERFACE_HXX
#define INCLUDED_IDLC_INC_ASTINTERFACE_HXX
#include
<asttype.hxx>
#include
<astscope.hxx>
#include
"asttype.hxx"
#include
"astscope.hxx"
#include "inheritedinterface.hxx"
#include <map>
...
...
idlc/inc/astinterfacemember.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_IDLC_INC_ASTINTERFACEMEMBER_HXX
#define INCLUDED_IDLC_INC_ASTINTERFACEMEMBER_HXX
#include
<astinterface.hxx>
#include
"astinterface.hxx"
class
AstInterfaceMember
:
public
AstDeclaration
{
...
...
idlc/inc/astmodule.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,8 +19,8 @@
#ifndef INCLUDED_IDLC_INC_ASTMODULE_HXX
#define INCLUDED_IDLC_INC_ASTMODULE_HXX
#include
<astdeclaration.hxx>
#include
<astscope.hxx>
#include
"astdeclaration.hxx"
#include
"astscope.hxx"
class
AstModule
:
public
AstDeclaration
,
public
AstScope
...
...
idlc/inc/astneeds.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_IDLC_INC_ASTNEEDS_HXX
#define INCLUDED_IDLC_INC_ASTNEEDS_HXX
#include
<astservice.hxx>
#include
"astservice.hxx"
class
AstNeeds
:
public
AstDeclaration
{
...
...
idlc/inc/astobserves.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_IDLC_INC_ASTOBSERVES_HXX
#define INCLUDED_IDLC_INC_ASTOBSERVES_HXX
#include
<astinterface.hxx>
#include
"astinterface.hxx"
class
AstObserves
:
public
AstDeclaration
{
...
...
idlc/inc/astoperation.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,8 +19,8 @@
#ifndef INCLUDED_IDLC_INC_ASTOPERATION_HXX
#define INCLUDED_IDLC_INC_ASTOPERATION_HXX
#include
<astdeclaration.hxx>
#include
<astscope.hxx>
#include
"astdeclaration.hxx"
#include
"astscope.hxx"
namespace
typereg
{
class
Writer
;
}
...
...
idlc/inc/astparameter.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_IDLC_INC_ASTPARAMETER_HXX
#define INCLUDED_IDLC_INC_ASTPARAMETER_HXX
#include
<astmember.hxx>
#include
"astmember.hxx"
enum
Direction
{
DIR_IN
,
DIR_OUT
,
DIR_INOUT
};
...
...
idlc/inc/astscope.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,11 +19,11 @@
#ifndef INCLUDED_IDLC_INC_ASTSCOPE_HXX
#define INCLUDED_IDLC_INC_ASTSCOPE_HXX
#include
<idlc.hxx>
#include
"idlc.hxx"
class
AstExpression
;
#include
<astdeclaration.hxx>
#include
<astexpression.hxx>
#include
"astdeclaration.hxx"
#include
"astexpression.hxx"
class
AstScope
{
...
...
idlc/inc/astsequence.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_IDLC_INC_ASTSEQUENCE_HXX
#define INCLUDED_IDLC_INC_ASTSEQUENCE_HXX
#include
<asttype.hxx>
#include
"asttype.hxx"
class
AstSequence
:
public
AstType
{
...
...
idlc/inc/astservice.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,8 +19,8 @@
#ifndef INCLUDED_IDLC_INC_ASTSERVICE_HXX
#define INCLUDED_IDLC_INC_ASTSERVICE_HXX
#include
<astdeclaration.hxx>
#include
<astscope.hxx>
#include
"astdeclaration.hxx"
#include
"astscope.hxx"
class
AstService
:
public
AstDeclaration
,
public
AstScope
...
...
idlc/inc/astservicemember.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_IDLC_INC_ASTSERVICEMEMBER_HXX
#define INCLUDED_IDLC_INC_ASTSERVICEMEMBER_HXX
#include
<astservice.hxx>
#include
"astservice.hxx"
class
AstServiceMember
:
public
AstDeclaration
{
...
...
idlc/inc/aststruct.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,8 +19,8 @@
#ifndef INCLUDED_IDLC_INC_ASTSTRUCT_HXX
#define INCLUDED_IDLC_INC_ASTSTRUCT_HXX
#include
<asttype.hxx>
#include
<astscope.hxx>
#include
"asttype.hxx"
#include
"astscope.hxx"
#include "idlctypes.hxx"
class
AstStruct
;
...
...
idlc/inc/asttype.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_IDLC_INC_ASTTYPE_HXX
#define INCLUDED_IDLC_INC_ASTTYPE_HXX
#include
<astdeclaration.hxx>
#include
"astdeclaration.hxx"
class
AstType
:
public
AstDeclaration
{
...
...
idlc/inc/asttypedef.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_IDLC_INC_ASTTYPEDEF_HXX
#define INCLUDED_IDLC_INC_ASTTYPEDEF_HXX
#include
<asttype.hxx>
#include
"asttype.hxx"
class
AstTypeDef
:
public
AstType
{
...
...
idlc/inc/errorhandler.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,9 +19,9 @@
#ifndef INCLUDED_IDLC_INC_ERRORHANDLER_HXX
#define INCLUDED_IDLC_INC_ERRORHANDLER_HXX
#include
<astdeclaration.hxx>
#include
<astexpression.hxx>
#include
<astenum.hxx>
#include
"astdeclaration.hxx"
#include
"astexpression.hxx"
#include
"astenum.hxx"
enum
class
ErrorCode
{
...
...
idlc/inc/fehelper.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,8 +19,8 @@
#ifndef INCLUDED_IDLC_INC_FEHELPER_HXX
#define INCLUDED_IDLC_INC_FEHELPER_HXX
#include
<asttype.hxx>
#include
<astinterface.hxx>
#include
"asttype.hxx"
#include
"astinterface.hxx"
#include <vector>
...
...
idlc/inc/idlc.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,9 +19,9 @@
#ifndef INCLUDED_IDLC_INC_IDLC_HXX
#define INCLUDED_IDLC_INC_IDLC_HXX
#include
<idlctypes.hxx>
#include
<aststack.hxx>
#include
<options.hxx>
#include
"idlctypes.hxx"
#include
"aststack.hxx"
#include
"options.hxx"
#ifdef SAL_UNX
#define SEPARATOR '/'
...
...
idlc/inc/options.hxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_IDLC_INC_OPTIONS_HXX
#define INCLUDED_IDLC_INC_OPTIONS_HXX
#include
<idlctypes.hxx>
#include
"idlctypes.hxx"
typedef
std
::
unordered_map
<
OString
,
OString
>
OptionMap
;
...
...
idlc/source/astdump.cxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -27,7 +27,7 @@
#include <astobserves.hxx>
#include <astneeds.hxx>
#include <astsequence.hxx>
#include
"astoperation.hxx"
#include
<astoperation.hxx>
#include <osl/diagnose.h>
...
...
idlc/source/astinterface.cxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -20,7 +20,7 @@
#include <astinterface.hxx>
#include <astattribute.hxx>
#include <astoperation.hxx>
#include
"idlc.hxx"
#include
<idlc.hxx>
#include <registry/version.h>
#include <registry/writer.hxx>
...
...
idlc/source/astservice.cxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -20,10 +20,10 @@
#include <sal/config.h>
#include
"astmember.hxx"
#include
"astoperation.hxx"
#include
"astservice.hxx"
#include
"asttype.hxx"
#include
<astmember.hxx>
#include
<astoperation.hxx>
#include
<astservice.hxx>
#include
<asttype.hxx>
bool
AstService
::
checkLastConstructor
()
const
{
AstOperation
const
*
last
=
static_cast
<
AstOperation
const
*
>
(
getLast
());
...
...
idlc/source/aststructinstance.cxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -18,10 +18,10 @@
*/
#include
"aststructinstance.hxx"
#include
<aststructinstance.hxx>
#include
"asttype.hxx"
#include
"idlctypes.hxx"
#include
<asttype.hxx>
#include
<idlctypes.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
...
...
idlc/source/fehelper.cxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -19,7 +19,7 @@
#include <fehelper.hxx>
#include <errorhandler.hxx>
#include
"idlc.hxx"
#include
<idlc.hxx>
FeDeclarator
::
FeDeclarator
(
const
OString
&
name
)
:
m_name
(
name
)
...
...
idlc/source/idlc.cxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -28,11 +28,11 @@
#include <astinterface.hxx>
#include <astoperation.hxx>
#include <astbasetype.hxx>
#include
"astdeclaration.hxx"
#include
"astparameter.hxx"
#include
"astsequence.hxx"
#include
"asttype.hxx"
#include
"asttypedef.hxx"
#include
<astdeclaration.hxx>
#include
<astparameter.hxx>
#include
<astsequence.hxx>
#include
<asttype.hxx>
#include
<asttypedef.hxx>
#include <osl/diagnose.h>
#include <osl/file.hxx>
...
...
idlc/source/idlcmain.cxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -18,7 +18,7 @@
*/
#include
"idlc.hxx"
#include
<idlc.hxx>
#include <sal/main.h>
#include <string.h>
...
...
idlc/source/options.cxx
Dosyayı görüntüle @
f3698af7
...
...
@@ -18,7 +18,7 @@
*/
#include
"options.hxx"
#include
<options.hxx>
#include <osl/diagnose.h>
#include <rtl/string.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