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
773d5c69
Kaydet (Commit)
773d5c69
authored
Agu 21, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove last WeakImplHelper8 uses
Change-Id: I7ecadedb77832fb3073870880dbfba121fdae826
üst
75899a2b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
13 deletions
+9
-13
chart2uno.hxx
sc/inc/chart2uno.hxx
+4
-6
sortresult.hxx
ucb/source/sorter/sortresult.hxx
+2
-2
filrset.hxx
ucb/source/ucp/file/filrset.hxx
+3
-5
No files found.
sc/inc/chart2uno.hxx
Dosyayı görüntüle @
773d5c69
...
@@ -42,9 +42,7 @@
...
@@ -42,9 +42,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/util/XCloneable.hpp>
#include <com/sun/star/util/XCloneable.hpp>
#include <com/sun/star/util/XModifyBroadcaster.hpp>
#include <com/sun/star/util/XModifyBroadcaster.hpp>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase5.hxx>
#include <cppuhelper/implbase8.hxx>
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include <svl/itemprop.hxx>
#include <svl/itemprop.hxx>
...
@@ -59,7 +57,7 @@ class ScDocument;
...
@@ -59,7 +57,7 @@ class ScDocument;
// DataProvider
// DataProvider
class
ScChart2DataProvider
:
public
class
ScChart2DataProvider
:
public
::
cppu
::
WeakImplHelper
5
<
::
cppu
::
WeakImplHelper
<
::
com
::
sun
::
star
::
chart2
::
data
::
XDataProvider
,
::
com
::
sun
::
star
::
chart2
::
data
::
XDataProvider
,
::
com
::
sun
::
star
::
chart2
::
data
::
XSheetDataProvider
,
::
com
::
sun
::
star
::
chart2
::
data
::
XSheetDataProvider
,
::
com
::
sun
::
star
::
chart2
::
data
::
XRangeXMLConversion
,
::
com
::
sun
::
star
::
chart2
::
data
::
XRangeXMLConversion
,
...
@@ -193,7 +191,7 @@ private:
...
@@ -193,7 +191,7 @@ private:
// DataSource
// DataSource
class
ScChart2DataSource
:
public
class
ScChart2DataSource
:
public
::
cppu
::
WeakImplHelper
2
<
::
cppu
::
WeakImplHelper
<
::
com
::
sun
::
star
::
chart2
::
data
::
XDataSource
,
::
com
::
sun
::
star
::
chart2
::
data
::
XDataSource
,
::
com
::
sun
::
star
::
lang
::
XServiceInfo
>
,
::
com
::
sun
::
star
::
lang
::
XServiceInfo
>
,
SfxListener
SfxListener
...
@@ -234,7 +232,7 @@ private:
...
@@ -234,7 +232,7 @@ private:
// DataSequence
// DataSequence
class
ScChart2DataSequence
:
public
class
ScChart2DataSequence
:
public
::
cppu
::
WeakImplHelper
8
<
::
cppu
::
WeakImplHelper
<
::
com
::
sun
::
star
::
chart2
::
data
::
XDataSequence
,
::
com
::
sun
::
star
::
chart2
::
data
::
XDataSequence
,
::
com
::
sun
::
star
::
chart2
::
data
::
XTextualDataSequence
,
::
com
::
sun
::
star
::
chart2
::
data
::
XTextualDataSequence
,
::
com
::
sun
::
star
::
chart2
::
data
::
XNumericalDataSequence
,
::
com
::
sun
::
star
::
chart2
::
data
::
XNumericalDataSequence
,
...
...
ucb/source/sorter/sortresult.hxx
Dosyayı görüntüle @
773d5c69
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
#include <com/sun/star/ucb/NumberedSortingInfo.hpp>
#include <com/sun/star/ucb/NumberedSortingInfo.hpp>
#include <com/sun/star/ucb/XAnyCompareFactory.hpp>
#include <com/sun/star/ucb/XAnyCompareFactory.hpp>
#include <com/sun/star/ucb/ListAction.hpp>
#include <com/sun/star/ucb/ListAction.hpp>
#include <cppuhelper/implbase
8
.hxx>
#include <cppuhelper/implbase.hxx>
#include <deque>
#include <deque>
namespace
cppu
{
namespace
cppu
{
...
@@ -113,7 +113,7 @@ public:
...
@@ -113,7 +113,7 @@ public:
class
SortedResultSet
:
public
cppu
::
WeakImplHelper
8
<
class
SortedResultSet
:
public
cppu
::
WeakImplHelper
<
css
::
lang
::
XServiceInfo
,
css
::
lang
::
XServiceInfo
,
css
::
lang
::
XComponent
,
css
::
lang
::
XComponent
,
css
::
ucb
::
XContentAccess
,
css
::
ucb
::
XContentAccess
,
...
...
ucb/source/ucp/file/filrset.hxx
Dosyayı görüntüle @
773d5c69
...
@@ -35,16 +35,14 @@
...
@@ -35,16 +35,14 @@
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/Property.hpp>
#include "filrow.hxx"
#include "filrow.hxx"
#include "filnot.hxx"
#include "filnot.hxx"
#include <cppuhelper/implbase8.hxx>
#include <cppuhelper/implbase.hxx>
namespace
fileaccess
{
namespace
fileaccess
{
class
Notifier
;
class
Notifier
;
class
XResultSet_impl
:
public
Notifier
,
class
XResultSet_impl
:
public
Notifier
,
public
cppu
::
WeakImplHelper
8
<
css
::
lang
::
XEventListener
,
public
cppu
::
WeakImplHelper
<
css
::
lang
::
XEventListener
,
css
::
sdbc
::
XRow
,
css
::
sdbc
::
XRow
,
css
::
sdbc
::
XResultSet
,
css
::
sdbc
::
XResultSet
,
css
::
ucb
::
XDynamicResultSet
,
css
::
ucb
::
XDynamicResultSet
,
...
...
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