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
539ba642
Kaydet (Commit)
539ba642
authored
May 17, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unnecessary header file
Change-Id: I3b86a54a773341be7e7e69e88c59dc531ea49c5b
üst
89a0763e
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
18 additions
and
46 deletions
+18
-46
sbxmod.cxx
basic/source/classes/sbxmod.cxx
+1
-1
buffer.cxx
basic/source/comp/buffer.cxx
+1
-1
codegen.cxx
basic/source/comp/codegen.cxx
+2
-1
dim.cxx
basic/source/comp/dim.cxx
+1
-1
exprgen.cxx
basic/source/comp/exprgen.cxx
+2
-1
exprnode.cxx
basic/source/comp/exprnode.cxx
+2
-1
exprtree.cxx
basic/source/comp/exprtree.cxx
+1
-1
io.cxx
basic/source/comp/io.cxx
+1
-1
loops.cxx
basic/source/comp/loops.cxx
+1
-1
parser.cxx
basic/source/comp/parser.cxx
+1
-1
sbcomp.cxx
basic/source/comp/sbcomp.cxx
+1
-1
scanner.cxx
basic/source/comp/scanner.cxx
+2
-1
symtbl.cxx
basic/source/comp/symtbl.cxx
+1
-1
token.cxx
basic/source/comp/token.cxx
+1
-1
sbcomp.hxx
basic/source/inc/sbcomp.hxx
+0
-32
No files found.
basic/source/classes/sbxmod.cxx
Dosyayı görüntüle @
539ba642
...
@@ -75,8 +75,8 @@
...
@@ -75,8 +75,8 @@
#include <com/sun/star/awt/XControl.hpp>
#include <com/sun/star/awt/XControl.hpp>
#include <comphelper/anytostring.hxx>
#include <comphelper/anytostring.hxx>
#include <ooo/vba/VbQueryClose.hpp>
#include <ooo/vba/VbQueryClose.hpp>
#include "sbcomp.hxx"
#include "sbxmod.hxx"
#include "sbxmod.hxx"
#include "parser.hxx"
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
::
lang
;
using
namespace
com
::
sun
::
star
::
lang
;
...
...
basic/source/comp/buffer.cxx
Dosyayı görüntüle @
539ba642
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include <osl/thread.h>
#include <osl/thread.h>
#include "buffer.hxx"
#include "buffer.hxx"
#include "
sbcomp
.hxx"
#include "
parser
.hxx"
const
static
sal_uInt32
UP_LIMIT
=
0xFFFFFF00L
;
const
static
sal_uInt32
UP_LIMIT
=
0xFFFFFF00L
;
...
...
basic/source/comp/codegen.cxx
Dosyayı görüntüle @
539ba642
...
@@ -19,8 +19,9 @@
...
@@ -19,8 +19,9 @@
#include <basic/sbx.hxx>
#include <basic/sbx.hxx>
#include "sbcomp.hxx"
#include "image.hxx"
#include "image.hxx"
#include "codegen.hxx"
#include "parser.hxx"
#include <limits>
#include <limits>
#include <algorithm>
#include <algorithm>
#include <osl/diagnose.h>
#include <osl/diagnose.h>
...
...
basic/source/comp/dim.cxx
Dosyayı görüntüle @
539ba642
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
*/
*/
#include <basic/sbx.hxx>
#include <basic/sbx.hxx>
#include "sbcomp.hxx"
#include "sbunoobj.hxx"
#include "sbunoobj.hxx"
#include "parser.hxx"
#include <svtools/miscopt.hxx>
#include <svtools/miscopt.hxx>
#include <osl/diagnose.h>
#include <osl/diagnose.h>
#include <com/sun/star/reflection/theCoreReflection.hpp>
#include <com/sun/star/reflection/theCoreReflection.hpp>
...
...
basic/source/comp/exprgen.cxx
Dosyayı görüntüle @
539ba642
...
@@ -18,8 +18,9 @@
...
@@ -18,8 +18,9 @@
*/
*/
#include "
sbcomp
.hxx"
#include "
codegen
.hxx"
#include "expr.hxx"
#include "expr.hxx"
#include "parser.hxx"
// Transform table for token operators and opcodes
// Transform table for token operators and opcodes
...
...
basic/source/comp/exprnode.cxx
Dosyayı görüntüle @
539ba642
...
@@ -21,7 +21,8 @@
...
@@ -21,7 +21,8 @@
#include <math.h>
#include <math.h>
#include <rtl/math.hxx>
#include <rtl/math.hxx>
#include "sbcomp.hxx"
#include "codegen.hxx"
#include "parser.hxx"
#include "expr.hxx"
#include "expr.hxx"
...
...
basic/source/comp/exprtree.cxx
Dosyayı görüntüle @
539ba642
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
*/
*/
#include "
sbcomp
.hxx"
#include "
parser
.hxx"
#include <basic/sbx.hxx>
#include <basic/sbx.hxx>
#include "expr.hxx"
#include "expr.hxx"
...
...
basic/source/comp/io.cxx
Dosyayı görüntüle @
539ba642
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include "
sbcomp
.hxx"
#include "
parser
.hxx"
#include "iosys.hxx"
#include "iosys.hxx"
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_ptr.hpp>
...
...
basic/source/comp/loops.cxx
Dosyayı görüntüle @
539ba642
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
*/
*/
#include "
sbcomp
.hxx"
#include "
parser
.hxx"
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_ptr.hpp>
// Single-line IF and Multiline IF
// Single-line IF and Multiline IF
...
...
basic/source/comp/parser.cxx
Dosyayı görüntüle @
539ba642
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
*/
*/
#include <basic/sbx.hxx>
#include <basic/sbx.hxx>
#include "
sbcomp
.hxx"
#include "
parser
.hxx"
#include <osl/diagnose.h>
#include <osl/diagnose.h>
#include <com/sun/star/script/ModuleType.hpp>
#include <com/sun/star/script/ModuleType.hpp>
#include <svtools/miscopt.hxx>
#include <svtools/miscopt.hxx>
...
...
basic/source/comp/sbcomp.cxx
Dosyayı görüntüle @
539ba642
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include <basic/sbx.hxx>
#include <basic/sbx.hxx>
#include "
sbcomp
.hxx"
#include "
parser
.hxx"
#include "image.hxx"
#include "image.hxx"
#include "sbobjmod.hxx"
#include "sbobjmod.hxx"
#include <svtools/miscopt.hxx>
#include <svtools/miscopt.hxx>
...
...
basic/source/comp/scanner.cxx
Dosyayı görüntüle @
539ba642
...
@@ -18,7 +18,8 @@
...
@@ -18,7 +18,8 @@
*/
*/
#include "basiccharclass.hxx"
#include "basiccharclass.hxx"
#include "sbcomp.hxx"
#include "scanner.hxx"
#include "sbintern.hxx"
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
...
...
basic/source/comp/symtbl.cxx
Dosyayı görüntüle @
539ba642
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
*/
*/
#include "
sbcomp
.hxx"
#include "
parser
.hxx"
#include <osl/diagnose.h>
#include <osl/diagnose.h>
...
...
basic/source/comp/token.cxx
Dosyayı görüntüle @
539ba642
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include "basiccharclass.hxx"
#include "basiccharclass.hxx"
#include "
sbcomp
.hxx"
#include "
token
.hxx"
struct
TokenTable
{
SbiToken
t
;
const
char
*
s
;
};
struct
TokenTable
{
SbiToken
t
;
const
char
*
s
;
};
...
...
basic/source/inc/sbcomp.hxx
deleted
100644 → 0
Dosyayı görüntüle @
89a0763e
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_BASIC_SOURCE_INC_SBCOMP_HXX
#define INCLUDED_BASIC_SOURCE_INC_SBCOMP_HXX
// I've taken the following from the new file by MD! (MT)
#include "sbintern.hxx"
#include "token.hxx"
#include "symtbl.hxx"
#include "parser.hxx"
#include "codegen.hxx"
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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