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
0278ebc5
Kaydet (Commit)
0278ebc5
authored
Kas 29, 2011
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Implemented the new multi-value filter API.
üst
34493546
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
datauno.hxx
sc/inc/datauno.hxx
+11
-6
datauno.cxx
sc/source/ui/unoobj/datauno.cxx
+0
-0
No files found.
sc/inc/datauno.hxx
Dosyayı görüntüle @
0278ebc5
...
...
@@ -37,6 +37,8 @@
#include <com/sun/star/sheet/GeneralFunction.hpp>
#include <com/sun/star/sheet/XCellRangeReferrer.hpp>
#include <com/sun/star/sheet/XSheetFilterDescriptor.hpp>
#include <com/sun/star/sheet/XSheetFilterDescriptor2.hpp>
#include <com/sun/star/sheet/XSheetFilterDescriptor3.hpp>
#include <com/sun/star/sheet/XConsolidationDescriptor.hpp>
#include <com/sun/star/sheet/XDatabaseRanges.hpp>
#include <com/sun/star/sheet/XDatabaseRange.hpp>
...
...
@@ -50,7 +52,6 @@
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/util/XRefreshable.hpp>
#include <com/sun/star/sheet/XSheetFilterDescriptor2.hpp>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase3.hxx>
#include <cppuhelper/implbase4.hxx>
...
...
@@ -342,9 +343,10 @@ public:
// to uno, all three look the same
class
ScFilterDescriptorBase
:
public
cppu
::
WeakImplHelper
4
<
class
ScFilterDescriptorBase
:
public
cppu
::
WeakImplHelper
5
<
com
::
sun
::
star
::
sheet
::
XSheetFilterDescriptor
,
com
::
sun
::
star
::
sheet
::
XSheetFilterDescriptor2
,
com
::
sun
::
star
::
sheet
::
XSheetFilterDescriptor3
,
com
::
sun
::
star
::
beans
::
XPropertySet
,
com
::
sun
::
star
::
lang
::
XServiceInfo
>
,
public
SfxListener
...
...
@@ -354,10 +356,6 @@ private:
ScDocShell
*
pDocSh
;
public
:
static
void
fillQueryParam
(
ScQueryParam
&
rParam
,
ScDocument
*
pDoc
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
sheet
::
TableFilterField2
>&
aFilterFields
);
ScFilterDescriptorBase
(
ScDocShell
*
pDocShell
);
virtual
~
ScFilterDescriptorBase
();
...
...
@@ -382,6 +380,13 @@ public:
::
com
::
sun
::
star
::
sheet
::
TableFilterField2
>&
aFilterFields
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// XSheetFilterDescriptor3
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
sheet
::
TableFilterField3
>
SAL_CALL
getFilterFields3
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setFilterFields3
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
sheet
::
TableFilterField3
>&
aFilterFields
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// XPropertySet
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
SAL_CALL
getPropertySetInfo
()
...
...
sc/source/ui/unoobj/datauno.cxx
Dosyayı görüntüle @
0278ebc5
This diff is collapsed.
Click to expand it.
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