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
38016f9d
Kaydet (Commit)
38016f9d
authored
Kas 09, 2013
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#65108 inter-module includes <>
Change-Id: I6d9f67e26a213d14aa9114e612781fbd8c223637
üst
14677f6a
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
28 additions
and
28 deletions
+28
-28
ExternalReferenceHelper.hxx
include/formula/ExternalReferenceHelper.hxx
+1
-1
FormulaCompiler.hxx
include/formula/FormulaCompiler.hxx
+4
-4
FormulaOpCodeMapperObj.hxx
include/formula/FormulaOpCodeMapperObj.hxx
+2
-2
IControlReferenceHandler.hxx
include/formula/IControlReferenceHandler.hxx
+1
-1
IFunctionDescription.hxx
include/formula/IFunctionDescription.hxx
+1
-1
formula.hxx
include/formula/formula.hxx
+2
-2
formuladllapi.h
include/formula/formuladllapi.h
+1
-1
funcutl.hxx
include/formula/funcutl.hxx
+1
-1
grammar.hxx
include/formula/grammar.hxx
+2
-2
omoduleclient.hxx
include/formula/omoduleclient.hxx
+3
-3
opcode.hxx
include/formula/opcode.hxx
+1
-1
token.hxx
include/formula/token.hxx
+6
-6
tokenarray.hxx
include/formula/tokenarray.hxx
+2
-2
vectortoken.hxx
include/formula/vectortoken.hxx
+1
-1
No files found.
include/formula/ExternalReferenceHelper.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#define INCLUDED_FORMULA_EXTERNALREFERENCEHELPER_HXX
#define INCLUDED_FORMULA_EXTERNALREFERENCEHELPER_HXX
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include
"formula/formuladllapi.h"
#include
<formula/formuladllapi.h>
namespace
formula
namespace
formula
{
{
...
...
include/formula/FormulaCompiler.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -30,10 +30,10 @@
...
@@ -30,10 +30,10 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include
"formula/opcode.hxx"
#include
<formula/opcode.hxx>
#include
"formula/grammar.hxx"
#include
<formula/grammar.hxx>
#include
"formula/token.hxx"
#include
<formula/token.hxx>
#include
"formula/ExternalReferenceHelper.hxx"
#include
<formula/ExternalReferenceHelper.hxx>
#define FORMULA_MAXJUMPCOUNT 32
/* maximum number of jumps (ocChose) */
#define FORMULA_MAXJUMPCOUNT 32
/* maximum number of jumps (ocChose) */
#define FORMULA_MAXTOKENS 8192
/* maximum number of tokens in formula */
#define FORMULA_MAXTOKENS 8192
/* maximum number of tokens in formula */
...
...
include/formula/FormulaOpCodeMapperObj.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -20,13 +20,13 @@
...
@@ -20,13 +20,13 @@
#ifndef INCLUDED_FORMULA_FORMULAOPCODEMAPPEROBJ_HXX
#ifndef INCLUDED_FORMULA_FORMULAOPCODEMAPPEROBJ_HXX
#define INCLUDED_FORMULA_FORMULAOPCODEMAPPEROBJ_HXX
#define INCLUDED_FORMULA_FORMULAOPCODEMAPPEROBJ_HXX
#include
"formula/formuladllapi.h"
#include
<formula/formuladllapi.h>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase2.hxx>
#include <com/sun/star/sheet/XFormulaOpCodeMapper.hpp>
#include <com/sun/star/sheet/XFormulaOpCodeMapper.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <memory>
#include <memory>
#include
"formula/FormulaCompiler.hxx"
#include
<formula/FormulaCompiler.hxx>
namespace
formula
namespace
formula
...
...
include/formula/IControlReferenceHandler.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_FORMULA_ICONTROLREFERENCEHANDLER_HXX
#ifndef INCLUDED_FORMULA_ICONTROLREFERENCEHANDLER_HXX
#define INCLUDED_FORMULA_ICONTROLREFERENCEHANDLER_HXX
#define INCLUDED_FORMULA_ICONTROLREFERENCEHANDLER_HXX
#include
"formula/formuladllapi.h"
#include
<formula/formuladllapi.h>
namespace
formula
namespace
formula
{
{
...
...
include/formula/IFunctionDescription.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include <vector>
#include <vector>
#include <memory>
#include <memory>
#include
"formula/formuladllapi.h"
#include
<formula/formuladllapi.h>
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include <tools/solar.h>
#include <tools/solar.h>
#include <com/sun/star/sheet/XFormulaParser.hpp>
#include <com/sun/star/sheet/XFormulaParser.hpp>
...
...
include/formula/formula.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -22,8 +22,8 @@
...
@@ -22,8 +22,8 @@
#include <sfx2/basedlgs.hxx>
#include <sfx2/basedlgs.hxx>
#include <memory>
#include <memory>
#include
"formula/formuladllapi.h"
#include
<formula/formuladllapi.h>
#include
"formula/omoduleclient.hxx"
#include
<formula/omoduleclient.hxx>
#include <formula/IFunctionDescription.hxx>
#include <formula/IFunctionDescription.hxx>
namespace
formula
namespace
formula
...
...
include/formula/formuladllapi.h
Dosyayı görüntüle @
38016f9d
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_FORMULA_FORMULADLLAPI_H
#ifndef INCLUDED_FORMULA_FORMULADLLAPI_H
#define INCLUDED_FORMULA_FORMULADLLAPI_H
#define INCLUDED_FORMULA_FORMULADLLAPI_H
#include
"sal/types.h"
#include
<sal/types.h>
#if defined(FORMULA_DLLIMPLEMENTATION)
#if defined(FORMULA_DLLIMPLEMENTATION)
#define FORMULA_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#define FORMULA_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
...
...
include/formula/funcutl.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#include <vcl/fixed.hxx>
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
#include <vcl/button.hxx>
#include <vcl/edit.hxx>
#include <vcl/edit.hxx>
#include
"formula/formuladllapi.h"
#include
<formula/formuladllapi.h>
namespace
formula
{
namespace
formula
{
...
...
include/formula/grammar.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
#ifndef INCLUDED_FORMULA_GRAMMAR_HXX
#ifndef INCLUDED_FORMULA_GRAMMAR_HXX
#define INCLUDED_FORMULA_GRAMMAR_HXX
#define INCLUDED_FORMULA_GRAMMAR_HXX
#include
"com/sun/star/sheet/FormulaLanguage.hpp"
#include
<com/sun/star/sheet/FormulaLanguage.hpp>
#include
"formula/formuladllapi.h"
#include
<formula/formuladllapi.h>
#include <tools/debug.hxx>
#include <tools/debug.hxx>
namespace
formula
namespace
formula
...
...
include/formula/omoduleclient.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -20,10 +20,10 @@
...
@@ -20,10 +20,10 @@
#ifndef INCLUDED_FORMULA_OMODULECLIENT_HXX
#ifndef INCLUDED_FORMULA_OMODULECLIENT_HXX
#define INCLUDED_FORMULA_OMODULECLIENT_HXX
#define INCLUDED_FORMULA_OMODULECLIENT_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"boost/noncopyable.hpp"
#include
<boost/noncopyable.hpp>
#include
"formula/formuladllapi.h"
#include
<formula/formuladllapi.h>
namespace
formula
{
namespace
formula
{
...
...
include/formula/opcode.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_FORMULA_OPCODE_HXX
#ifndef INCLUDED_FORMULA_OPCODE_HXX
#define INCLUDED_FORMULA_OPCODE_HXX
#define INCLUDED_FORMULA_OPCODE_HXX
#include
"formula/compiler.hrc"
#include
<formula/compiler.hrc>
#include <tools/solar.h>
#include <tools/solar.h>
enum
OpCodeEnum
enum
OpCodeEnum
...
...
include/formula/token.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -23,13 +23,13 @@
...
@@ -23,13 +23,13 @@
#include <memory>
#include <memory>
#include <string.h>
#include <string.h>
#include <vector>
#include <vector>
#include
"formula/opcode.hxx"
#include
<formula/opcode.hxx>
#include <tools/mempool.hxx>
#include <tools/mempool.hxx>
#include
"formula/IFunctionDescription.hxx"
#include
<formula/IFunctionDescription.hxx>
#include
"formula/formuladllapi.h"
#include
<formula/formuladllapi.h>
#include
"formula/types.hxx"
#include
<formula/types.hxx>
#include
"svl/sharedstring.hxx"
#include
<svl/sharedstring.hxx>
#include
"osl/interlck.h"
#include
<osl/interlck.h>
namespace
formula
namespace
formula
{
{
...
...
include/formula/tokenarray.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
#define INCLUDED_FORMULA_TOKENARRAY_HXX
#define INCLUDED_FORMULA_TOKENARRAY_HXX
#include <limits.h>
#include <limits.h>
#include
"formula/token.hxx"
#include
<formula/token.hxx>
#include
"formula/ExternalReferenceHelper.hxx"
#include
<formula/ExternalReferenceHelper.hxx>
#include <tools/solar.h>
#include <tools/solar.h>
#include <com/sun/star/sheet/FormulaToken.hpp>
#include <com/sun/star/sheet/FormulaToken.hpp>
...
...
include/formula/vectortoken.hxx
Dosyayı görüntüle @
38016f9d
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#ifndef INCLUDED_FORMULA_VECTORTOKEN_HXX
#ifndef INCLUDED_FORMULA_VECTORTOKEN_HXX
#define INCLUDED_FORMULA_VECTORTOKEN_HXX
#define INCLUDED_FORMULA_VECTORTOKEN_HXX
#include
"formula/token.hxx"
#include
<formula/token.hxx>
namespace
formula
{
namespace
formula
{
...
...
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