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
026f59d3
Kaydet (Commit)
026f59d3
authored
Ara 17, 2014
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused includes
Change-Id: Ic76f42da7f88357339240ba987d73297905cfe13
üst
beddfe27
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
19 deletions
+0
-19
condformatbuffer.hxx
sc/source/filter/inc/condformatbuffer.hxx
+0
-4
condformatbuffer.cxx
sc/source/filter/oox/condformatbuffer.cxx
+0
-13
xmlstyle.cxx
sc/source/filter/xml/xmlstyle.cxx
+0
-1
xmlstyli.cxx
sc/source/filter/xml/xmlstyli.cxx
+0
-1
No files found.
sc/source/filter/inc/condformatbuffer.hxx
Dosyayı görüntüle @
026f59d3
...
@@ -20,15 +20,11 @@
...
@@ -20,15 +20,11 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_CONDFORMATBUFFER_HXX
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_CONDFORMATBUFFER_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_CONDFORMATBUFFER_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_CONDFORMATBUFFER_HXX
#include <com/sun/star/sheet/ConditionOperator2.hpp>
#include "formulaparser.hxx"
#include "formulaparser.hxx"
#include "worksheethelper.hxx"
#include "worksheethelper.hxx"
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <tools/color.hxx>
#include <tools/color.hxx>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
sheet
{
class
XSheetConditionalEntries
;
}
}
}
}
class
ScColorScaleFormat
;
class
ScColorScaleFormat
;
class
ScDataBarFormat
;
class
ScDataBarFormat
;
struct
ScDataBarFormatData
;
struct
ScDataBarFormatData
;
...
...
sc/source/filter/oox/condformatbuffer.cxx
Dosyayı görüntüle @
026f59d3
...
@@ -19,20 +19,9 @@
...
@@ -19,20 +19,9 @@
#include "condformatbuffer.hxx"
#include "condformatbuffer.hxx"
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/sheet/ConditionOperator2.hpp>
#include <com/sun/star/sheet/ConditionOperator2.hpp>
#include <com/sun/star/sheet/XSheetCellRanges.hpp>
#include <com/sun/star/sheet/XSheetConditionalEntries.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/sheet/XSpreadsheets.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/table/CellAddress.hpp>
#include <com/sun/star/table/CellAddress.hpp>
#include <com/sun/star/table/CellRangeAddress.hpp>
#include <com/sun/star/table/CellRangeAddress.hpp>
#include <com/sun/star/table/XCellRange.hpp>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
#include <osl/diagnose.h>
#include <svl/intitem.hxx>
#include <svl/intitem.hxx>
...
@@ -57,8 +46,6 @@
...
@@ -57,8 +46,6 @@
namespace
oox
{
namespace
oox
{
namespace
xls
{
namespace
xls
{
using
namespace
::
com
::
sun
::
star
::
beans
;
using
namespace
::
com
::
sun
::
star
::
container
;
using
namespace
::
com
::
sun
::
star
::
sheet
;
using
namespace
::
com
::
sun
::
star
::
sheet
;
using
namespace
::
com
::
sun
::
star
::
style
;
using
namespace
::
com
::
sun
::
star
::
style
;
using
namespace
::
com
::
sun
::
star
::
table
;
using
namespace
::
com
::
sun
::
star
::
table
;
...
...
sc/source/filter/xml/xmlstyle.cxx
Dosyayı görüntüle @
026f59d3
...
@@ -42,7 +42,6 @@
...
@@ -42,7 +42,6 @@
#include <com/sun/star/table/CellJustifyMethod.hpp>
#include <com/sun/star/table/CellJustifyMethod.hpp>
#include <com/sun/star/table/TableBorder.hpp>
#include <com/sun/star/table/TableBorder.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/sheet/XSheetConditionalEntries.hpp>
#include <com/sun/star/sheet/XSheetConditionalEntry.hpp>
#include <com/sun/star/sheet/XSheetConditionalEntry.hpp>
#include <com/sun/star/sheet/XSheetCondition.hpp>
#include <com/sun/star/sheet/XSheetCondition.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
...
...
sc/source/filter/xml/xmlstyli.cxx
Dosyayı görüntüle @
026f59d3
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmltoken.hxx>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/sheet/XSheetConditionalEntries.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <comphelper/extract.hxx>
#include <comphelper/extract.hxx>
#include <xmloff/xmlprcon.hxx>
#include <xmloff/xmlprcon.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