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
413f7c36
Kaydet (Commit)
413f7c36
authored
Mar 17, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove oox::core::FilterBase::implGetImplementationName indirection
Change-Id: Ib275192452c6836cbaac2e517942ec5356dfd9ab
üst
a81d6052
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
16 additions
and
29 deletions
+16
-29
filterbase.hxx
include/oox/core/filterbase.hxx
+0
-6
dgmimport.hxx
include/oox/ppt/dgmimport.hxx
+1
-1
dgmlayout.hxx
include/oox/ppt/dgmlayout.hxx
+1
-1
pptimport.hxx
include/oox/ppt/pptimport.hxx
+1
-1
filterbase.cxx
oox/source/core/filterbase.cxx
+0
-5
dgmimport.cxx
oox/source/ppt/dgmimport.cxx
+1
-1
dgmlayout.cxx
oox/source/ppt/dgmlayout.cxx
+1
-1
pptimport.cxx
oox/source/ppt/pptimport.cxx
+1
-1
ShapeFilterBase.cxx
oox/source/shape/ShapeFilterBase.cxx
+1
-1
ShapeFilterBase.hxx
oox/source/shape/ShapeFilterBase.hxx
+1
-1
xestream.cxx
sc/source/filter/excel/xestream.cxx
+1
-1
excelfilter.hxx
sc/source/filter/inc/excelfilter.hxx
+1
-1
xestream.hxx
sc/source/filter/inc/xestream.hxx
+1
-1
excelfilter.cxx
sc/source/filter/oox/excelfilter.cxx
+1
-1
epptooxml.hxx
sd/source/filter/eppt/epptooxml.hxx
+1
-1
pptx-epptooxml.cxx
sd/source/filter/eppt/pptx-epptooxml.cxx
+1
-1
docxexportfilter.cxx
sw/source/filter/ww8/docxexportfilter.cxx
+1
-1
docxexportfilter.hxx
sw/source/filter/ww8/docxexportfilter.hxx
+1
-3
No files found.
include/oox/core/filterbase.hxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -199,10 +199,6 @@ public:
// com.sun.star.lang.XServiceInfo interface -------------------------------
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
supportsService
(
const
OUString
&
rServiceName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
@@ -274,8 +270,6 @@ private:
/** Derived classes create a VBA project manager object. */
virtual
::
oox
::
ole
::
VbaProject
*
implCreateVbaProject
()
const
=
0
;
virtual
OUString
implGetImplementationName
()
const
=
0
;
virtual
StorageRef
implCreateStorage
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>&
rxInStream
)
const
=
0
;
virtual
StorageRef
implCreateStorage
(
...
...
include/oox/ppt/dgmimport.hxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -50,7 +50,7 @@ public:
virtual
oox
::
drawingml
::
chart
::
ChartConverter
*
getChartConverter
()
SAL_OVERRIDE
;
private
:
virtual
OUString
implGetImplementationName
()
const
SAL_OVERRIDE
;
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
oox
::
ole
::
VbaProject
*
implCreateVbaProject
()
const
SAL_OVERRIDE
;
};
...
...
include/oox/ppt/dgmlayout.hxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -50,7 +50,7 @@ public:
virtual
::
oox
::
drawingml
::
chart
::
ChartConverter
*
getChartConverter
()
SAL_OVERRIDE
;
private
:
virtual
OUString
implGetImplementationName
()
const
SAL_OVERRIDE
;
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
oox
::
ole
::
VbaProject
*
implCreateVbaProject
()
const
SAL_OVERRIDE
;
drawingml
::
ThemePtr
mpThemePtr
;
};
...
...
include/oox/ppt/pptimport.hxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -69,7 +69,7 @@ public:
private
:
virtual
GraphicHelper
*
implCreateGraphicHelper
()
const
SAL_OVERRIDE
;
virtual
::
oox
::
ole
::
VbaProject
*
implCreateVbaProject
()
const
SAL_OVERRIDE
;
virtual
OUString
implGetImplementationName
()
const
SAL_OVERRIDE
;
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
private
:
OUString
maTableStyleListPath
;
...
...
oox/source/core/filterbase.cxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -392,11 +392,6 @@ bool FilterBase::importBinaryData( StreamDataSequence& orDataSeq, const OUString
// com.sun.star.lang.XServiceInfo interface
OUString
SAL_CALL
FilterBase
::
getImplementationName
()
throw
(
RuntimeException
,
std
::
exception
)
{
return
implGetImplementationName
();
}
sal_Bool
SAL_CALL
FilterBase
::
supportsService
(
const
OUString
&
rServiceName
)
throw
(
RuntimeException
,
std
::
exception
)
{
return
cppu
::
supportsService
(
this
,
rServiceName
);
...
...
oox/source/ppt/dgmimport.cxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -112,7 +112,7 @@ oox::drawingml::chart::ChartConverter* QuickDiagrammingImport::getChartConverter
return
0
;
}
OUString
QuickDiagrammingImport
::
implGetImplementationName
()
const
OUString
QuickDiagrammingImport
::
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
QuickDiagrammingImport_getImplementationName
();
}
...
...
oox/source/ppt/dgmlayout.cxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -163,7 +163,7 @@ const oox::drawingml::table::TableStyleListPtr QuickDiagrammingLayout::getTableS
return
0
;
}
OUString
QuickDiagrammingLayout
::
implGetImplementationName
()
const
OUString
QuickDiagrammingLayout
::
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
QuickDiagrammingLayout_getImplementationName
();
}
...
...
oox/source/ppt/pptimport.cxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -226,7 +226,7 @@ GraphicHelper* PowerPointImport::implCreateGraphicHelper() const
return
new
::
oox
::
ole
::
VbaProject
(
getComponentContext
(),
getModel
(),
"Impress"
);
}
OUString
PowerPointImport
::
implGetImplementationName
()
const
OUString
PowerPointImport
::
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
PowerPointImport_getImplementationName
();
}
...
...
oox/source/shape/ShapeFilterBase.cxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -67,7 +67,7 @@ const ::oox::drawingml::table::TableStyleListPtr ShapeFilterBase::getTableStyles
return
new
::
oox
::
ole
::
VbaProject
(
getComponentContext
(),
getModel
(),
"Writer"
);
}
OUString
ShapeFilterBase
::
implGetImplementationName
()
const
OUString
ShapeFilterBase
::
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
OUString
();
}
...
...
oox/source/shape/ShapeFilterBase.hxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -61,7 +61,7 @@ public:
private
:
virtual
::
oox
::
ole
::
VbaProject
*
implCreateVbaProject
()
const
SAL_OVERRIDE
;
virtual
OUString
implGetImplementationName
()
const
SAL_OVERRIDE
;
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
GraphicHelper
*
implCreateGraphicHelper
()
const
SAL_OVERRIDE
;
::
boost
::
shared_ptr
<
::
oox
::
drawingml
::
chart
::
ChartConverter
>
mxChartConv
;
...
...
sc/source/filter/excel/xestream.cxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -1127,7 +1127,7 @@ bool XclExpXmlStream::exportDocument()
return
new
::
oox
::
xls
::
ExcelVbaProject
(
getComponentContext
(),
Reference
<
XSpreadsheetDocument
>
(
getModel
(),
UNO_QUERY
)
);
}
OUString
XclExpXmlStream
::
implGetImplementationName
()
const
OUString
XclExpXmlStream
::
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
OUString
(
"TODO"
);
}
...
...
sc/source/filter/inc/excelfilter.hxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -53,7 +53,7 @@ public:
private
:
virtual
GraphicHelper
*
implCreateGraphicHelper
()
const
SAL_OVERRIDE
;
virtual
::
oox
::
ole
::
VbaProject
*
implCreateVbaProject
()
const
SAL_OVERRIDE
;
virtual
OUString
implGetImplementationName
()
const
SAL_OVERRIDE
;
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
WorkbookGlobals
*
mpBookGlob
;
};
...
...
sc/source/filter/inc/xestream.hxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -369,7 +369,7 @@ public:
private
:
virtual
::
oox
::
ole
::
VbaProject
*
implCreateVbaProject
()
const
SAL_OVERRIDE
;
virtual
OUString
implGetImplementationName
()
const
SAL_OVERRIDE
;
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
ScDocShell
*
getDocShell
();
sax_fastparser
::
FSHelperPtr
&
WriteAttributesInternal
(
sal_Int32
nAttribute
,
...
);
...
...
sc/source/filter/oox/excelfilter.cxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -175,7 +175,7 @@ sal_Bool SAL_CALL ExcelFilter::filter( const ::com::sun::star::uno::Sequence< ::
return
false
;
}
OUString
ExcelFilter
::
implGetImplementationName
()
const
OUString
ExcelFilter
::
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
OUString
(
"com.sun.star.comp.oox.xls.ExcelFilter"
);
}
...
...
sd/source/filter/eppt/epptooxml.hxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -133,7 +133,7 @@ private:
void
AddLayoutIdAndRelation
(
::
sax_fastparser
::
FSHelperPtr
pFS
,
sal_Int32
nLayoutFileId
);
virtual
OUString
implGetImplementationName
()
const
SAL_OVERRIDE
;
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
::
boost
::
shared_ptr
<
::
oox
::
drawingml
::
chart
::
ChartConverter
>
mxChartConv
;
...
...
sd/source/filter/eppt/pptx-epptooxml.cxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -2162,7 +2162,7 @@ uno::Reference< uno::XInterface > SAL_CALL PowerPointExport_createInstance(const
return
(
cppu
::
OWeakObject
*
)
new
PowerPointExport
(
rxCtxt
);
}
OUString
PowerPointExport
::
implGetImplementationName
()
const
OUString
PowerPointExport
::
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
PowerPointExport_getImplementationName
();
}
...
...
sw/source/filter/ww8/docxexportfilter.cxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -91,7 +91,7 @@ OUString DocxExport_getImplementationName()
return
OUString
(
IMPL_NAME
);
}
OUString
DocxExportFilter
::
implGetImplementationName
()
const
OUString
DocxExportFilter
::
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
DocxExport_getImplementationName
();
}
...
...
sw/source/filter/ww8/docxexportfilter.hxx
Dosyayı görüntüle @
413f7c36
...
...
@@ -45,9 +45,7 @@ public:
virtual
bool
exportDocument
()
SAL_OVERRIDE
;
private
:
/// Implementatio of the filter abstract method.
virtual
OUString
implGetImplementationName
()
const
SAL_OVERRIDE
;
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
oox
::
ole
::
VbaProject
*
implCreateVbaProject
()
const
SAL_OVERRIDE
{
...
...
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