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
387005a2
Kaydet (Commit)
387005a2
authored
Eki 04, 2012
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop unneeded #include
Change-Id: I20fed5357c55e6c4444b1e100d15600636ffe25d
üst
61d8e02a
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
24 additions
and
10 deletions
+24
-10
dxfgrprd.hxx
filter/source/graphicfilter/idxf/dxfgrprd.hxx
+3
-1
idxf.cxx
filter/source/graphicfilter/idxf/idxf.cxx
+2
-0
ieps.cxx
filter/source/graphicfilter/ieps/ieps.cxx
+2
-1
ios2met.cxx
filter/source/graphicfilter/ios2met/ios2met.cxx
+2
-1
ipbm.cxx
filter/source/graphicfilter/ipbm/ipbm.cxx
+2
-1
ipcx.cxx
filter/source/graphicfilter/ipcx/ipcx.cxx
+2
-1
ipict.cxx
filter/source/graphicfilter/ipict/ipict.cxx
+2
-1
ipsd.cxx
filter/source/graphicfilter/ipsd/ipsd.cxx
+3
-1
iras.cxx
filter/source/graphicfilter/iras/iras.cxx
+2
-1
itga.cxx
filter/source/graphicfilter/itga/itga.cxx
+2
-1
itiff.cxx
filter/source/graphicfilter/itiff/itiff.cxx
+2
-1
No files found.
filter/source/graphicfilter/idxf/dxfgrprd.hxx
Dosyayı görüntüle @
387005a2
...
@@ -20,7 +20,9 @@
...
@@ -20,7 +20,9 @@
#ifndef _DXFGRPRD_HXX
#ifndef _DXFGRPRD_HXX
#define _DXFGRPRD_HXX
#define _DXFGRPRD_HXX
#include <svtools/fltcall.hxx>
#include <sal/types.h>
#include <tools/stream.hxx>
#define DXF_MAX_STRING_LEN 256 // Max Stringlaenge (ohne die 0)
#define DXF_MAX_STRING_LEN 256 // Max Stringlaenge (ohne die 0)
...
...
filter/source/graphicfilter/idxf/idxf.cxx
Dosyayı görüntüle @
387005a2
...
@@ -25,6 +25,8 @@
...
@@ -25,6 +25,8 @@
#include "dxf2mtf.hxx"
#include "dxf2mtf.hxx"
#include <math.h>
#include <math.h>
class
FilterConfigItem
;
//================== GraphicImport - die exportierte Funktion ================
//================== GraphicImport - die exportierte Funktion ================
extern
"C"
SAL_DLLPUBLIC_EXPORT
sal_Bool
__LOADONCALLAPI
extern
"C"
SAL_DLLPUBLIC_EXPORT
sal_Bool
__LOADONCALLAPI
...
...
filter/source/graphicfilter/ieps/ieps.cxx
Dosyayı görüntüle @
387005a2
...
@@ -34,11 +34,12 @@
...
@@ -34,11 +34,12 @@
#include <vcl/virdev.hxx>
#include <vcl/virdev.hxx>
#include <vcl/cvtgrf.hxx>
#include <vcl/cvtgrf.hxx>
#include <vcl/bmpacc.hxx>
#include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
#include <tools/tempfile.hxx>
#include <tools/tempfile.hxx>
#include <osl/process.h>
#include <osl/process.h>
#include <osl/file.hxx>
#include <osl/file.hxx>
class
FilterConfigItem
;
/*************************************************************************
/*************************************************************************
|*
|*
|* ImpSearchEntry()
|* ImpSearchEntry()
...
...
filter/source/graphicfilter/ios2met/ios2met.cxx
Dosyayı görüntüle @
387005a2
...
@@ -22,10 +22,11 @@
...
@@ -22,10 +22,11 @@
#include <tools/poly.hxx>
#include <tools/poly.hxx>
#include <vcl/virdev.hxx>
#include <vcl/virdev.hxx>
#include <vcl/lineinfo.hxx>
#include <vcl/lineinfo.hxx>
#include <svtools/fltcall.hxx>
#include <math.h>
#include <math.h>
class
FilterConfigItem
;
// MT: NOOLDSV, someone should change the code...
// MT: NOOLDSV, someone should change the code...
enum
PenStyle
{
PEN_NULL
,
PEN_SOLID
,
PEN_DOT
,
PEN_DASH
,
PEN_DASHDOT
};
enum
PenStyle
{
PEN_NULL
,
PEN_SOLID
,
PEN_DOT
,
PEN_DASH
,
PEN_DASHDOT
};
...
...
filter/source/graphicfilter/ipbm/ipbm.cxx
Dosyayı görüntüle @
387005a2
...
@@ -20,7 +20,8 @@
...
@@ -20,7 +20,8 @@
#include <vcl/graph.hxx>
#include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx>
#include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
class
FilterConfigItem
;
//============================ PBMReader ==================================
//============================ PBMReader ==================================
...
...
filter/source/graphicfilter/ipcx/ipcx.cxx
Dosyayı görüntüle @
387005a2
...
@@ -20,7 +20,8 @@
...
@@ -20,7 +20,8 @@
#include <vcl/graph.hxx>
#include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx>
#include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
class
FilterConfigItem
;
//============================ PCXReader ==================================
//============================ PCXReader ==================================
...
...
filter/source/graphicfilter/ipict/ipict.cxx
Dosyayı görüntüle @
387005a2
...
@@ -23,11 +23,12 @@
...
@@ -23,11 +23,12 @@
#include <vcl/graph.hxx>
#include <vcl/graph.hxx>
#include <tools/poly.hxx>
#include <tools/poly.hxx>
#include <vcl/virdev.hxx>
#include <vcl/virdev.hxx>
#include <svtools/fltcall.hxx>
#include <math.h>
#include <math.h>
#include "shape.hxx"
#include "shape.hxx"
class
FilterConfigItem
;
namespace
PictReaderInternal
{
namespace
PictReaderInternal
{
//! utilitary class to store a pattern, ...
//! utilitary class to store a pattern, ...
class
Pattern
{
class
Pattern
{
...
...
filter/source/graphicfilter/ipsd/ipsd.cxx
Dosyayı görüntüle @
387005a2
...
@@ -20,7 +20,9 @@
...
@@ -20,7 +20,9 @@
#include <vcl/graph.hxx>
#include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx>
#include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
#include <vcl/outdev.hxx>
class
FilterConfigItem
;
//============================ PSDReader ==================================
//============================ PSDReader ==================================
...
...
filter/source/graphicfilter/iras/iras.cxx
Dosyayı görüntüle @
387005a2
...
@@ -20,7 +20,8 @@
...
@@ -20,7 +20,8 @@
#include <vcl/graph.hxx>
#include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx>
#include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
class
FilterConfigItem
;
#define RAS_TYPE_OLD 0x00000000 // supported formats by this filter
#define RAS_TYPE_OLD 0x00000000 // supported formats by this filter
#define RAS_TYPE_STANDARD 0x00000001
#define RAS_TYPE_STANDARD 0x00000001
...
...
filter/source/graphicfilter/itga/itga.cxx
Dosyayı görüntüle @
387005a2
...
@@ -20,7 +20,8 @@
...
@@ -20,7 +20,8 @@
#include <vcl/graph.hxx>
#include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx>
#include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
class
FilterConfigItem
;
//============================ TGAReader ==================================
//============================ TGAReader ==================================
...
...
filter/source/graphicfilter/itiff/itiff.cxx
Dosyayı görüntüle @
387005a2
...
@@ -19,11 +19,12 @@
...
@@ -19,11 +19,12 @@
#include <vcl/graph.hxx>
#include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx>
#include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
#include <vcl/animate.hxx>
#include <vcl/animate.hxx>
#include "lzwdecom.hxx"
#include "lzwdecom.hxx"
#include "ccidecom.hxx"
#include "ccidecom.hxx"
class
FilterConfigItem
;
#define OOODEBUG(str,Num) //(InfoBox(NULL,String(str)+String(" ")+String(Num)).Execute();
#define OOODEBUG(str,Num) //(InfoBox(NULL,String(str)+String(" ")+String(Num)).Execute();
namespace
{
namespace
{
...
...
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