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
d4a25418
Kaydet (Commit)
d4a25418
authored
Eki 23, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:includeform: basic
Change-Id: I6fbba5c4619eec7ae03fed65a18974faa0f190af
üst
8568732c
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
15 additions
and
15 deletions
+15
-15
sb.hxx
basic/inc/sb.hxx
+1
-1
codegen.hxx
basic/source/inc/codegen.hxx
+2
-2
dlgcont.hxx
basic/source/inc/dlgcont.hxx
+1
-1
errobject.hxx
basic/source/inc/errobject.hxx
+1
-1
expr.hxx
basic/source/inc/expr.hxx
+2
-2
image.hxx
basic/source/inc/image.hxx
+2
-2
opcodes.hxx
basic/source/inc/opcodes.hxx
+1
-1
parser.hxx
basic/source/inc/parser.hxx
+3
-3
scriptcont.hxx
basic/source/inc/scriptcont.hxx
+1
-1
token.hxx
basic/source/inc/token.hxx
+1
-1
No files found.
basic/inc/sb.hxx
Dosyayı görüntüle @
d4a25418
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#include <basic/sbmod.hxx>
#include <basic/sbmod.hxx>
#include <basic/sbstar.hxx>
#include <basic/sbstar.hxx>
#include
<sbprop.hxx>
#include
"sbprop.hxx"
// create object from user-type (+StringID+StringID)
// create object from user-type (+StringID+StringID)
SbxObject
*
createUserTypeImpl
(
const
OUString
&
rClassName
);
SbxObject
*
createUserTypeImpl
(
const
OUString
&
rClassName
);
...
...
basic/source/inc/codegen.hxx
Dosyayı görüntüle @
d4a25418
...
@@ -22,8 +22,8 @@
...
@@ -22,8 +22,8 @@
class
SbiParser
;
class
SbiParser
;
class
SbModule
;
class
SbModule
;
#include
<opcodes.hxx>
#include
"opcodes.hxx"
#include
<buffer.hxx>
#include
"buffer.hxx"
#include <basic/codecompletecache.hxx>
#include <basic/codecompletecache.hxx>
class
SbiCodeGen
{
class
SbiCodeGen
{
...
...
basic/source/inc/dlgcont.hxx
Dosyayı görüntüle @
d4a25418
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_DLGCONT_HXX
#ifndef INCLUDED_BASIC_SOURCE_INC_DLGCONT_HXX
#define INCLUDED_BASIC_SOURCE_INC_DLGCONT_HXX
#define INCLUDED_BASIC_SOURCE_INC_DLGCONT_HXX
#include
<namecont.hxx>
#include
"namecont.hxx"
#include <com/sun/star/resource/XStringResourceSupplier.hpp>
#include <com/sun/star/resource/XStringResourceSupplier.hpp>
#include <com/sun/star/resource/XStringResourcePersistence.hpp>
#include <com/sun/star/resource/XStringResourcePersistence.hpp>
...
...
basic/source/inc/errobject.hxx
Dosyayı görüntüle @
d4a25418
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_ERROBJECT_HXX
#ifndef INCLUDED_BASIC_SOURCE_INC_ERROBJECT_HXX
#define INCLUDED_BASIC_SOURCE_INC_ERROBJECT_HXX
#define INCLUDED_BASIC_SOURCE_INC_ERROBJECT_HXX
#include
<sbunoobj.hxx>
#include
"sbunoobj.hxx"
#include <ooo/vba/XErrObject.hpp>
#include <ooo/vba/XErrObject.hpp>
...
...
basic/source/inc/expr.hxx
Dosyayı görüntüle @
d4a25418
...
@@ -22,8 +22,8 @@
...
@@ -22,8 +22,8 @@
#include <memory>
#include <memory>
#include
<opcodes.hxx>
#include
"opcodes.hxx"
#include
<token.hxx>
#include
"token.hxx"
#include <vector>
#include <vector>
class
SbiExprNode
;
class
SbiExprNode
;
...
...
basic/source/inc/image.hxx
Dosyayı görüntüle @
d4a25418
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_IMAGE_HXX
#ifndef INCLUDED_BASIC_SOURCE_INC_IMAGE_HXX
#define INCLUDED_BASIC_SOURCE_INC_IMAGE_HXX
#define INCLUDED_BASIC_SOURCE_INC_IMAGE_HXX
#include
<sbintern.hxx>
#include
"sbintern.hxx"
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include
<filefmt.hxx>
#include
"filefmt.hxx"
#include <o3tl/typed_flags_set.hxx>
#include <o3tl/typed_flags_set.hxx>
// This class reads in the image that's been produced by the compiler
// This class reads in the image that's been produced by the compiler
...
...
basic/source/inc/opcodes.hxx
Dosyayı görüntüle @
d4a25418
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_OPCODES_HXX
#ifndef INCLUDED_BASIC_SOURCE_INC_OPCODES_HXX
#define INCLUDED_BASIC_SOURCE_INC_OPCODES_HXX
#define INCLUDED_BASIC_SOURCE_INC_OPCODES_HXX
#include
<sbintern.hxx>
#include
"sbintern.hxx"
// An opcode can have a length of 1, 3 or 5 bytes,
// An opcode can have a length of 1, 3 or 5 bytes,
// depending on its numeric value (see below).
// depending on its numeric value (see below).
...
...
basic/source/inc/parser.hxx
Dosyayı görüntüle @
d4a25418
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_PARSER_HXX
#ifndef INCLUDED_BASIC_SOURCE_INC_PARSER_HXX
#define INCLUDED_BASIC_SOURCE_INC_PARSER_HXX
#define INCLUDED_BASIC_SOURCE_INC_PARSER_HXX
#include
<expr.hxx>
#include
"expr.hxx"
#include
<codegen.hxx>
#include
"codegen.hxx"
#include
<symtbl.hxx>
#include
"symtbl.hxx"
#include <vector>
#include <vector>
...
...
basic/source/inc/scriptcont.hxx
Dosyayı görüntüle @
d4a25418
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_SCRIPTCONT_HXX
#ifndef INCLUDED_BASIC_SOURCE_INC_SCRIPTCONT_HXX
#define INCLUDED_BASIC_SOURCE_INC_SCRIPTCONT_HXX
#define INCLUDED_BASIC_SOURCE_INC_SCRIPTCONT_HXX
#include
<namecont.hxx>
#include
"namecont.hxx"
#include <basic/basmgr.hxx>
#include <basic/basmgr.hxx>
#include <com/sun/star/script/vba/XVBAModuleInfo.hpp>
#include <com/sun/star/script/vba/XVBAModuleInfo.hpp>
#include <comphelper/uno3.hxx>
#include <comphelper/uno3.hxx>
...
...
basic/source/inc/token.hxx
Dosyayı görüntüle @
d4a25418
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_TOKEN_HXX
#ifndef INCLUDED_BASIC_SOURCE_INC_TOKEN_HXX
#define INCLUDED_BASIC_SOURCE_INC_TOKEN_HXX
#define INCLUDED_BASIC_SOURCE_INC_TOKEN_HXX
#include
<scanner.hxx>
#include
"scanner.hxx"
#include <basic/sbdef.hxx>
#include <basic/sbdef.hxx>
// The tokenizer is stand-alone, i. e. he can be used from everywhere.
// The tokenizer is stand-alone, i. e. he can be used from everywhere.
...
...
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