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
34493546
Kaydet (Commit)
34493546
authored
Kas 29, 2011
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
New UNO API to handle multi-value filters.
üst
7113c715
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
187 additions
and
0 deletions
+187
-0
UnoApi_offapi.mk
offapi/UnoApi_offapi.mk
+3
-0
FilterFieldValue.idl
offapi/com/sun/star/sheet/FilterFieldValue.idl
+54
-0
TableFilterField3.idl
offapi/com/sun/star/sheet/TableFilterField3.idl
+62
-0
XSelectedSheetsSupplier.idl
offapi/com/sun/star/sheet/XSelectedSheetsSupplier.idl
+3
-0
XSheetFilterDescriptor3.idl
offapi/com/sun/star/sheet/XSheetFilterDescriptor3.idl
+65
-0
No files found.
offapi/UnoApi_offapi.mk
Dosyayı görüntüle @
34493546
...
...
@@ -3318,6 +3318,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sheet,\
FillDirection \
FillMode \
FilterConnection \
FilterFieldValue \
FilterOperator \
FilterOperator2 \
FormulaLanguage \
...
...
@@ -3350,6 +3351,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sheet,\
SubTotalColumn \
TableFilterField \
TableFilterField2 \
TableFilterField3 \
TableOperationMode \
TablePageBreakData \
TableValidationVisibility \
...
...
@@ -3445,6 +3447,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sheet,\
XSheetConditionalEntry \
XSheetFilterDescriptor \
XSheetFilterDescriptor2 \
XSheetFilterDescriptor3 \
XSheetFilterable \
XSheetFilterableEx \
XSheetLinkable \
...
...
offapi/com/sun/star/sheet/FilterFieldValue.idl
0 → 100644
Dosyayı görüntüle @
34493546
/*
*
Version
:
MPL
1.1
/
GPLv3
+
/
LGPLv3
+
*
*
The
contents
of
this
file
are
subject
to
the
Mozilla
Public
License
Version
*
1.1
(
the
"License"
)
; you may not use this file except in compliance with
*
the
License
or
as
specified
alternatively
below
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
mozilla.org/MPL/
*
*
Software
distributed
under
the
License
is
distributed
on
an
"AS IS"
basis
,
*
WITHOUT
WARRANTY
OF
ANY
KIND
,
either
express
or
implied
.
See
the
License
*
for
the
specific
language
governing
rights
and
limitations
under
the
*
License
.
*
*
Major
Contributor
(
s
):
*
Copyright
(
C
)
2011
Kohei
Yoshida
<
kohei
.
yoshida@suse.com>
*
*
All
Rights
Reserved
.
*
*
For
minor
contributions
see
the
git
repository
.
*
*
Alternatively
,
the
contents
of
this
file
may
be
used
under
the
terms
of
*
either
the
GNU
General
Public
License
Version
3
or
later
(
the
"GPLv3+"
),
or
*
the
GNU
Lesser
General
Public
License
Version
3
or
later
(
the
"LGPLv3+"
),
*
in
which
case
the
provisions
of
the
GPLv3
+
or
the
LGPLv3
+
are
applicable
*
instead
of
those
above
.
*/
#
ifndef
__com_sun_star_sheet_FilterFieldValue_idl__
#
define
__com_sun_star_sheet_FilterFieldValue_idl__
module
com
{
module
sun
{
module
star
{
module
sheet
{
/**
*
@
since
LibreOffice
3.5
*/
struct
FilterFieldValue
{
/**
selects
whether
the
<
member
>
TableFilterFieldValue
::
NumericValue
</
member
>
or
the
<
member
>
TableFilterFieldValue
::
StringValue
</
member
>
is
used
.
*/
boolean
IsNumeric
;
/**
specifies
a
numeric
value
for
the
condition
.
*/
double
NumericValue
;
/**
specifies
a
string
value
for
the
condition
.
*/
string
StringValue
;
}
;
}
; }; }; };
#
endif
offapi/com/sun/star/sheet/TableFilterField3.idl
0 → 100644
Dosyayı görüntüle @
34493546
/*
*
Version
:
MPL
1.1
/
GPLv3
+
/
LGPLv3
+
*
*
The
contents
of
this
file
are
subject
to
the
Mozilla
Public
License
Version
*
1.1
(
the
"License"
)
; you may not use this file except in compliance with
*
the
License
or
as
specified
alternatively
below
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
mozilla.org/MPL/
*
*
Software
distributed
under
the
License
is
distributed
on
an
"AS IS"
basis
,
*
WITHOUT
WARRANTY
OF
ANY
KIND
,
either
express
or
implied
.
See
the
License
*
for
the
specific
language
governing
rights
and
limitations
under
the
*
License
.
*
*
Major
Contributor
(
s
):
*
Copyright
(
C
)
2011
Kohei
Yoshida
<
kohei
.
yoshida@suse.com>
*
*
All
Rights
Reserved
.
*
*
For
minor
contributions
see
the
git
repository
.
*
*
Alternatively
,
the
contents
of
this
file
may
be
used
under
the
terms
of
*
either
the
GNU
General
Public
License
Version
3
or
later
(
the
"GPLv3+"
),
or
*
the
GNU
Lesser
General
Public
License
Version
3
or
later
(
the
"LGPLv3+"
),
*
in
which
case
the
provisions
of
the
GPLv3
+
or
the
LGPLv3
+
are
applicable
*
instead
of
those
above
.
*/
#
ifndef
__com_sun_star_sheet_TableFilterField3_idl__
#
define
__com_sun_star_sheet_TableFilterField3_idl__
#
include
<
com
/
sun
/
star
/
sheet
/
FilterConnection
.
idl>
#
include
<
com
/
sun
/
star
/
sheet
/
FilterOperator2
.
idl>
#
include
<
com
/
sun
/
star
/
sheet
/
FilterFieldValue
.
idl>
module
com
{
module
sun
{
module
star
{
module
sheet
{
/**
*
@
since
LibreOffice
3.5
*/
struct
TableFilterField3
{
/**
specifies
how
the
condition
is
connected
to
the
previous
condition
.
*/
FilterConnection
Connection
;
/**
specifies
which
field
(
column
)
is
used
for
the
condition
.
*/
long
Field
;
/**
specifies
the
type
of
the
condition
as
defined
in
<
type
>
FilterOperator2
</
type
>.
*/
long
Operator
;
/**
specifies
values
to
match
against
.
Each
filter
field
may
have
one
or
more
values
.
*/
sequence
<
FilterFieldValue
>
Values
;
}
;
}
; }; }; };
#
endif
offapi/com/sun/star/sheet/XSelectedSheetsSupplier.idl
Dosyayı görüntüle @
34493546
...
...
@@ -32,6 +32,9 @@
module
com
{
module
sun
{
module
star
{
module
sheet
{
/**
*
@
since
LibreOffice
3.5
*/
interface
XSelectedSheetsSupplier
:
com
::
sun
::
star
::
uno
::
XInterface
{
/**
...
...
offapi/com/sun/star/sheet/XSheetFilterDescriptor3.idl
0 → 100644
Dosyayı görüntüle @
34493546
/*
*
Version
:
MPL
1.1
/
GPLv3
+
/
LGPLv3
+
*
*
The
contents
of
this
file
are
subject
to
the
Mozilla
Public
License
Version
*
1.1
(
the
"License"
)
; you may not use this file except in compliance with
*
the
License
or
as
specified
alternatively
below
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
mozilla.org/MPL/
*
*
Software
distributed
under
the
License
is
distributed
on
an
"AS IS"
basis
,
*
WITHOUT
WARRANTY
OF
ANY
KIND
,
either
express
or
implied
.
See
the
License
*
for
the
specific
language
governing
rights
and
limitations
under
the
*
License
.
*
*
Major
Contributor
(
s
):
*
Copyright
(
C
)
2011
Kohei
Yoshida
<
kohei
.
yoshida@suse.com>
*
*
All
Rights
Reserved
.
*
*
For
minor
contributions
see
the
git
repository
.
*
*
Alternatively
,
the
contents
of
this
file
may
be
used
under
the
terms
of
*
either
the
GNU
General
Public
License
Version
3
or
later
(
the
"GPLv3+"
),
or
*
the
GNU
Lesser
General
Public
License
Version
3
or
later
(
the
"LGPLv3+"
),
*
in
which
case
the
provisions
of
the
GPLv3
+
or
the
LGPLv3
+
are
applicable
*
instead
of
those
above
.
*/
#
ifndef
__com_sun_star_sheet_XSheetFilterDescriptor3_idl__
#
define
__com_sun_star_sheet_XSheetFilterDescriptor3_idl__
#
include
<
com
/
sun
/
star
/
sheet
/
TableFilterField3
.
idl>
#
include
<
com
/
sun
/
star
/
uno
/
XInterface
.
idl>
module
com
{
module
sun
{
module
star
{
module
sheet
{
/**
provides
access
to
a
collection
of
filter
conditions
(
filter
fields
)
.
<
p
>
This
interface
uses
the
<
type
>
TableFilterField3
</
type
>
struct
.
whereas
the
<
type
>
XSheetFilterDescriptor2
</
type
>
interface
uses
the
<
type
>
TableFilterField2
</
type
>
struct
.
</p>
@
see
SheetFilterDescriptor2
@
since
LibreOffice
3.5
*/
interface
XSheetFilterDescriptor3
:
com
::
sun
::
star
::
uno
::
XInterface
{
//-------------------------------------------------------------------------
/**
returns
the
collection
of
filter
fields
.
*/
sequence
<
TableFilterField3
>
getFilterFields3
()
;
//-------------------------------------------------------------------------
/**
sets
a
new
collection
of
filter
fields
.
*/
void
setFilterFields3
(
[
in
]
sequence
<
TableFilterField3
>
aFilterFields
)
;
}
;
}
; }; }; };
#
endif
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