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
03fff01a
Kaydet (Commit)
03fff01a
authored
Kas 07, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
split idl with multiple class into one idl per.
Change-Id: I8b3e3203e8a360fb7f49892a9ac5927da7c3a764
üst
27090ec0
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
278 additions
and
142 deletions
+278
-142
FormatCondition.idl
offapi/com/sun/star/report/FormatCondition.idl
+32
-0
FormattedField.idl
offapi/com/sun/star/report/FormattedField.idl
+35
-0
Function.idl
offapi/com/sun/star/report/Function.idl
+35
-0
Group.idl
offapi/com/sun/star/report/Group.idl
+34
-0
ImageControl.idl
offapi/com/sun/star/report/ImageControl.idl
+35
-0
ReportControlModel.idl
offapi/com/sun/star/report/ReportControlModel.idl
+35
-0
ReportDefinition.idl
offapi/com/sun/star/report/ReportDefinition.idl
+36
-0
XFormatCondition.idl
offapi/com/sun/star/report/XFormatCondition.idl
+4
-8
XFormattedField.idl
offapi/com/sun/star/report/XFormattedField.idl
+4
-13
XFunction.idl
offapi/com/sun/star/report/XFunction.idl
+6
-19
XGroup.idl
offapi/com/sun/star/report/XGroup.idl
+4
-15
XImageControl.idl
offapi/com/sun/star/report/XImageControl.idl
+4
-13
XReportControlModel.idl
offapi/com/sun/star/report/XReportControlModel.idl
+4
-19
XReportDefinition.idl
offapi/com/sun/star/report/XReportDefinition.idl
+10
-55
No files found.
offapi/com/sun/star/report/FormatCondition.idl
0 → 100644
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2.0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
:
//
mozilla
.
org/MPL/2.0/.
*
*
This
file
incorporates
work
covered
by
the
following
license
notice
:
*
*
Licensed
to
the
Apache
Software
Foundation
(
ASF
)
under
one
or
more
*
contributor
license
agreements
.
See
the
NOTICE
file
distributed
*
with
this
work
for
additional
information
regarding
copyright
*
ownership
.
The
ASF
licenses
this
file
to
you
under
the
Apache
*
License
,
Version
2.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_report_FormatCondition_idl__
#
define
__com_sun_star_report_FormatCondition_idl__
#
include
<
com
/
sun
/
star
/
report
/
XFormatCondition
.
idl>
module
com
{
module
sun
{
module
star
{
module
report
{
service
FormatCondition
:
XFormatCondition
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/report/FormattedField.idl
0 → 100644
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2.0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
:
//
mozilla
.
org/MPL/2.0/.
*
*
This
file
incorporates
work
covered
by
the
following
license
notice
:
*
*
Licensed
to
the
Apache
Software
Foundation
(
ASF
)
under
one
or
more
*
contributor
license
agreements
.
See
the
NOTICE
file
distributed
*
with
this
work
for
additional
information
regarding
copyright
*
ownership
.
The
ASF
licenses
this
file
to
you
under
the
Apache
*
License
,
Version
2.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_report_FormattedField_idl__
#
define
__com_sun_star_report_FormattedField_idl__
#
include
<
com
/
sun
/
star
/
report
/
XFormattedField
.
idl>
module
com
{
module
sun
{
module
star
{
module
report
{
service
FormattedField
:
XFormattedField
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/report/Function.idl
0 → 100644
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2.0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
:
//
mozilla
.
org/MPL/2.0/.
*
*
This
file
incorporates
work
covered
by
the
following
license
notice
:
*
*
Licensed
to
the
Apache
Software
Foundation
(
ASF
)
under
one
or
more
*
contributor
license
agreements
.
See
the
NOTICE
file
distributed
*
with
this
work
for
additional
information
regarding
copyright
*
ownership
.
The
ASF
licenses
this
file
to
you
under
the
Apache
*
License
,
Version
2.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_report_Function_idl__
#
define
__com_sun_star_report_Function_idl__
#
include
<
com
/
sun
/
star
/
report
/
XFunction
.
idl>
module
com
{
module
sun
{
module
star
{
module
report
{
service
Function
:
XFunction
{
create
()
;
}
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=4
softtabstop
=4
expandtab
:
*/
offapi/com/sun/star/report/Group.idl
0 → 100644
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2.0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
:
//
mozilla
.
org/MPL/2.0/.
*
*
This
file
incorporates
work
covered
by
the
following
license
notice
:
*
*
Licensed
to
the
Apache
Software
Foundation
(
ASF
)
under
one
or
more
*
contributor
license
agreements
.
See
the
NOTICE
file
distributed
*
with
this
work
for
additional
information
regarding
copyright
*
ownership
.
The
ASF
licenses
this
file
to
you
under
the
Apache
*
License
,
Version
2.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_report_Group_idl__
#
define
__com_sun_star_report_Group_idl__
#
include
<
com
/
sun
/
star
/
report
/
XGroup
.
idl>
module
com
{
module
sun
{
module
star
{
module
report
{
service
Group
:
XGroup
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/report/ImageControl.idl
0 → 100644
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2.0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
:
//
mozilla
.
org/MPL/2.0/.
*
*
This
file
incorporates
work
covered
by
the
following
license
notice
:
*
*
Licensed
to
the
Apache
Software
Foundation
(
ASF
)
under
one
or
more
*
contributor
license
agreements
.
See
the
NOTICE
file
distributed
*
with
this
work
for
additional
information
regarding
copyright
*
ownership
.
The
ASF
licenses
this
file
to
you
under
the
Apache
*
License
,
Version
2.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_report_ImageControl_idl__
#
define
__com_sun_star_report_ImageControl_idl__
#
include
<
com
/
sun
/
star
/
report
/
XImageControl
.
idl>
module
com
{
module
sun
{
module
star
{
module
report
{
service
ImageControl
:
XImageControl
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/report/ReportControlModel.idl
0 → 100644
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2.0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
:
//
mozilla
.
org/MPL/2.0/.
*
*
This
file
incorporates
work
covered
by
the
following
license
notice
:
*
*
Licensed
to
the
Apache
Software
Foundation
(
ASF
)
under
one
or
more
*
contributor
license
agreements
.
See
the
NOTICE
file
distributed
*
with
this
work
for
additional
information
regarding
copyright
*
ownership
.
The
ASF
licenses
this
file
to
you
under
the
Apache
*
License
,
Version
2.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_report_ReportControlModel_idl__
#
define
__com_sun_star_report_ReportControlModel_idl__
#
include
<
com
/
sun
/
star
/
report
/
XReportControlModel
.
idl>
module
com
{
module
sun
{
module
star
{
module
report
{
service
ReportControlModel
:
XReportControlModel
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/report/ReportDefinition.idl
0 → 100644
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2.0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
:
//
mozilla
.
org/MPL/2.0/.
*
*
This
file
incorporates
work
covered
by
the
following
license
notice
:
*
*
Licensed
to
the
Apache
Software
Foundation
(
ASF
)
under
one
or
more
*
contributor
license
agreements
.
See
the
NOTICE
file
distributed
*
with
this
work
for
additional
information
regarding
copyright
*
ownership
.
The
ASF
licenses
this
file
to
you
under
the
Apache
*
License
,
Version
2.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_report_ReportDefinition_idl__
#
define
__com_sun_star_report_ReportDefinition_idl__
#
include
<
com
/
sun
/
star
/
report
/
XReportDefinition
.
idl>
module
com
{
module
sun
{
module
star
{
module
report
{
service
ReportDefinition
:
XReportDefinition
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/report/XFormatCondition.idl
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
...
@@ -15,20 +16,15 @@
...
@@ -15,20 +16,15 @@
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
*/
#
ifndef
__com_sun_star_report_XFormatCondition_idl__
#
ifndef
__com_sun_star_report_XFormatCondition_idl__
#
define
__com_sun_star_report_XFormatCondition_idl__
#
define
__com_sun_star_report_XFormatCondition_idl__
#
ifndef
__com_sun_star_report_XReportControlFormat_idl__
#
include
<
com
/
sun
/
star
/
report
/
XReportControlFormat
.
idl>
#
include
<
com
/
sun
/
star
/
report
/
XReportControlFormat
.
idl>
#
endif
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
report
{
module
com
{
module
sun
{
module
star
{
module
report
{
//=============================================================================
/**
specifies
a
format
condition
for
a
control
.
/**
specifies
a
format
condition
for
a
control
.
*/
*/
published
interface
XFormatCondition
interface
XFormatCondition
{
{
interface
XReportControlFormat
;
interface
XReportControlFormat
;
...
@@ -46,8 +42,8 @@ published interface XFormatCondition
...
@@ -46,8 +42,8 @@ published interface XFormatCondition
[
attribute
,
bound
]
string
Formula
;
[
attribute
,
bound
]
string
Formula
;
}
;
}
;
service
FormatCondition
:
XFormatCondition
;
//=============================================================================
}
; }; }; };
}
; }; }; };
#
endif
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/report/XFormattedField.idl
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
...
@@ -15,28 +16,21 @@
...
@@ -15,28 +16,21 @@
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
*/
#
ifndef
__com_sun_star_report_XFormattedField_idl__
#
ifndef
__com_sun_star_report_XFormattedField_idl__
#
define
__com_sun_star_report_XFormattedField_idl__
#
define
__com_sun_star_report_XFormattedField_idl__
#
ifndef
__com_sun_star_report_XReportControlModel_idl__
#
include
<
com
/
sun
/
star
/
report
/
XReportControlModel
.
idl>
#
include
<
com
/
sun
/
star
/
report
/
XReportControlModel
.
idl>
#
endif
#
ifndef
__com_sun_star_util_XNumberFormatsSupplier_idl__
#
include
<
com
/
sun
/
star
/
util
/
XNumberFormatsSupplier
.
idl>
#
include
<
com
/
sun
/
star
/
util
/
XNumberFormatsSupplier
.
idl>
#
endif
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
report
{
module
com
{
module
sun
{
module
star
{
module
report
{
//=============================================================================
/**
describes
a
control
which
can
be
used
for
displaying
values
with
a
arbitrary
formatting
.
/**
describes
a
control
which
can
be
used
for
displaying
values
with
a
arbitrary
formatting
.
@
see
com
::
sun
::
star
::
report
::
XReportControlModel
@
see
com
::
sun
::
star
::
report
::
XReportControlModel
@
see
com
::
sun
::
star
::
util
::
XNumberFormatsSupplier
@
see
com
::
sun
::
star
::
util
::
XNumberFormatsSupplier
*/
*/
published
interface
XFormattedField
interface
XFormattedField
{
{
interface
XReportControlModel
;
interface
XReportControlModel
;
...
@@ -53,12 +47,9 @@ published interface XFormattedField
...
@@ -53,12 +47,9 @@ published interface XFormattedField
[
attribute
,
bound
]
com
::
sun
::
star
::
util
::
XNumberFormatsSupplier
FormatsSupplier
;
[
attribute
,
bound
]
com
::
sun
::
star
::
util
::
XNumberFormatsSupplier
FormatsSupplier
;
}
;
}
;
published
service
FormattedField
:
XFormattedField
;
//=============================================================================
}
; }; }; };
}
; }; }; };
/*=============================================================================
=============================================================================*/
#
endif
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/report/XFunction.idl
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
...
@@ -15,28 +16,17 @@
...
@@ -15,28 +16,17 @@
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
*/
#
ifndef
__com_sun_star_report_XFunction_idl__
#
ifndef
__com_sun_star_report_XFunction_idl__
#
define
__com_sun_star_report_XFunction_idl__
#
define
__com_sun_star_report_XFunction_idl__
#
ifndef
__com_sun_star_beans_XPropertySet_idl__
#
include
<
com
/
sun
/
star
/
beans
/
XPropertySet
.
idl>
#
include
<
com
/
sun
/
star
/
beans
/
XPropertySet
.
idl>
#
endif
#
ifndef
__com_sun_star_beans_Optional_idl__
#
include
<
com
/
sun
/
star
/
beans
/
Optional
.
idl>
#
include
<
com
/
sun
/
star
/
beans
/
Optional
.
idl>
#
endif
#
ifndef
__com_sun_star_lang_XComponent_idl__
#
include
<
com
/
sun
/
star
/
lang
/
XComponent
.
idl>
#
include
<
com
/
sun
/
star
/
lang
/
XComponent
.
idl>
#
endif
#
ifndef
__com_sun_star_container_XChild_idl__
#
include
<
com
/
sun
/
star
/
container
/
XChild
.
idl>
#
include
<
com
/
sun
/
star
/
container
/
XChild
.
idl>
#
endif
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
report
{
module
com
{
module
sun
{
module
star
{
module
report
{
//=============================================================================
/**
specifies
a
format
condition
for
a
control
.
/**
specifies
a
format
condition
for
a
control
.
*/
*/
published
interface
XFunction
interface
XFunction
{
{
/**
gives
access
to
the
properties
.
/**
gives
access
to
the
properties
.
*/
*/
...
@@ -63,20 +53,17 @@ published interface XFunction
...
@@ -63,20 +53,17 @@ published interface XFunction
*/
*/
[
attribute
,
bound
]
string
Name
;
[
attribute
,
bound
]
string
Name
;
/**
defines
the
formula
r
of
this
function
/**
defines
the
formula
of
this
function
*/
*/
[
attribute
,
bound
]
string
Formula
;
[
attribute
,
bound
]
string
Formula
;
/**
defines
the
formula
r
for
the
in
tial
value
/**
defines
the
formula
for
the
ini
tial
value
*/
*/
[
attribute
,
bound
]
com
::
sun
::
star
::
beans
::
Optional
<
string
>
InitialFormula
;
[
attribute
,
bound
]
com
::
sun
::
star
::
beans
::
Optional
<
string
>
InitialFormula
;
}
;
}
;
service
Function
:
XFunction
{
create
()
;
}
;
//=============================================================================
}
; }; }; };
}
; }; }; };
#
endif
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/report/XGroup.idl
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
...
@@ -15,32 +16,23 @@
...
@@ -15,32 +16,23 @@
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
*/
#
ifndef
__com_sun_star_report_XGroup_idl__
#
ifndef
__com_sun_star_report_XGroup_idl__
#
define
__com_sun_star_report_XGroup_idl__
#
define
__com_sun_star_report_XGroup_idl__
#
ifndef
__com_sun_star_container_NoSuchElementException_idl__
#
include
<
com
/
sun
/
star
/
container
/
NoSuchElementException
.
idl>
#
include
<
com
/
sun
/
star
/
container
/
NoSuchElementException
.
idl>
#
endif
#
ifndef
__com_sun_star_report_XSection_idl__
#
include
<
com
/
sun
/
star
/
report
/
XSection
.
idl>
#
include
<
com
/
sun
/
star
/
report
/
XSection
.
idl>
#
endif
#
ifndef
__com_sun_star_report_XGroups_idl__
#
include
<
com
/
sun
/
star
/
report
/
XGroups
.
idl>
#
include
<
com
/
sun
/
star
/
report
/
XGroups
.
idl>
#
endif
#
include
<
com
/
sun
/
star
/
report
/
XFunctions
.
idl>
#
include
<
com
/
sun
/
star
/
report
/
XFunctions
.
idl>
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
report
{
module
com
{
module
sun
{
module
star
{
module
report
{
//=============================================================================
/**
identifies
a
<
type
>
XGroup
</
type
>.
/**
identifies
a
<
type
>
XGroup
</
type
>.
A
group
is
always
a
child
of
the
groups
collection
in
the
report
.
A
group
is
always
a
child
of
the
groups
collection
in
the
report
.
@
see
XReportDefinition
@
see
XReportDefinition
@
see
XGroups
@
see
XGroups
*/
*/
published
interface
XGroup
interface
XGroup
{
{
/**
allows
access
to
the
groups
collection
of
the
report
.
/**
allows
access
to
the
groups
collection
of
the
report
.
*/
*/
...
@@ -130,12 +122,9 @@ published interface XGroup
...
@@ -130,12 +122,9 @@ published interface XGroup
[
attribute
,
bound
]
boolean
ResetPageNumber
;
[
attribute
,
bound
]
boolean
ResetPageNumber
;
}
;
}
;
service
Group
:
XGroup
;
//=============================================================================
}
; }; }; };
}
; }; }; };
/*=============================================================================
=============================================================================*/
#
endif
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/report/XImageControl.idl
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
...
@@ -15,23 +16,16 @@
...
@@ -15,23 +16,16 @@
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
*/
#
ifndef
__com_sun_star_report_XImageControl_idl__
#
ifndef
__com_sun_star_report_XImageControl_idl__
#
define
__com_sun_star_report_XImageControl_idl__
#
define
__com_sun_star_report_XImageControl_idl__
#
ifndef
__com_sun_star_report_XReportControlModel_idl__
#
include
<
com
/
sun
/
star
/
report
/
XReportControlModel
.
idl>
#
include
<
com
/
sun
/
star
/
report
/
XReportControlModel
.
idl>
#
endif
#
ifndef
__com_sun_star_form_XImageProducerSupplier_idl__
#
include
<
com
/
sun
/
star
/
form
/
XImageProducerSupplier
.
idl>
#
include
<
com
/
sun
/
star
/
form
/
XImageProducerSupplier
.
idl>
#
endif
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
report
{
module
com
{
module
sun
{
module
star
{
module
report
{
//=============================================================================
interface
XImageControl
published
interface
XImageControl
{
{
interface
XReportControlModel
;
interface
XReportControlModel
;
...
@@ -73,12 +67,9 @@ published interface XImageControl
...
@@ -73,12 +67,9 @@ published interface XImageControl
[
attribute
,
bound
]
boolean
PreserveIRI
;
[
attribute
,
bound
]
boolean
PreserveIRI
;
}
;
}
;
published
service
ImageControl
:
XImageControl
;
//=============================================================================
}
; }; }; };
}
; }; }; };
/*=============================================================================
=============================================================================*/
#
endif
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/report/XReportControlModel.idl
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
...
@@ -15,31 +16,18 @@
...
@@ -15,31 +16,18 @@
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
*/
#
ifndef
__com_sun_star_report_XReportControlModel_idl__
#
ifndef
__com_sun_star_report_XReportControlModel_idl__
#
define
__com_sun_star_report_XReportControlModel_idl__
#
define
__com_sun_star_report_XReportControlModel_idl__
#
ifndef
__com_sun_star_report_XReportComponent_idl__
#
include
<
com
/
sun
/
star
/
report
/
XReportComponent
.
idl>
#
include
<
com
/
sun
/
star
/
report
/
XReportComponent
.
idl>
#
endif
#
ifndef
__com_sun_star_report_XReportControlFormat_idl__
#
include
<
com
/
sun
/
star
/
report
/
XReportControlFormat
.
idl>
#
include
<
com
/
sun
/
star
/
report
/
XReportControlFormat
.
idl>
#
endif
#
ifndef
__com_sun_star_container_XContainer_idl__
#
include
<
com
/
sun
/
star
/
container
/
XContainer
.
idl>
#
include
<
com
/
sun
/
star
/
container
/
XContainer
.
idl>
#
endif
#
ifndef
__com_sun_star_container_XIndexContainer_idl__
#
include
<
com
/
sun
/
star
/
container
/
XIndexContainer
.
idl>
#
include
<
com
/
sun
/
star
/
container
/
XIndexContainer
.
idl>
#
endif
#
ifndef
__com_sun_star_report_XFormatCondition_idl__
#
include
<
com
/
sun
/
star
/
report
/
XFormatCondition
.
idl>
#
include
<
com
/
sun
/
star
/
report
/
XFormatCondition
.
idl>
#
endif
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
report
{
module
com
{
module
sun
{
module
star
{
module
report
{
//=============================================================================
interface
XReportControlModel
published
interface
XReportControlModel
{
{
/**
allows
the
creation
of
sub
reports
.
/**
allows
the
creation
of
sub
reports
.
*/
*/
...
@@ -96,12 +84,9 @@ published interface XReportControlModel
...
@@ -96,12 +84,9 @@ published interface XReportControlModel
}
;
}
;
}
;
}
;
service
ReportControlModel
:
XReportControlModel
;
//=============================================================================
}
; }; }; };
}
; }; }; };
/*=============================================================================
=============================================================================*/
#
endif
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/report/XReportDefinition.idl
Dosyayı görüntüle @
03fff01a
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
...
@@ -15,78 +16,37 @@
...
@@ -15,78 +16,37 @@
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
*/
#
ifndef
__com_sun_star_report_XReportDefinition_idl__
#
ifndef
__com_sun_star_report_XReportDefinition_idl__
#
define
__com_sun_star_report_XReportDefinition_idl__
#
define
__com_sun_star_report_XReportDefinition_idl__
#
ifndef
__com_sun_star_report_XReportComponent_idl__
#
include
<
com
/
sun
/
star
/
report
/
XReportComponent
.
idl>
#
include
<
com
/
sun
/
star
/
report
/
XReportComponent
.
idl>
#
endif
#
ifndef
__com_sun_star_report_XFunctionsSupplier_idl__
#
include
<
com
/
sun
/
star
/
report
/
XFunctionsSupplier
.
idl>
#
include
<
com
/
sun
/
star
/
report
/
XFunctionsSupplier
.
idl>
#
endif
#
ifndef
__com_sun_star_view_PaperOrientation_idl__
#
include
<
com
/
sun
/
star
/
view
/
PaperOrientation
.
idl>
#
include
<
com
/
sun
/
star
/
view
/
PaperOrientation
.
idl>
#
endif
#
ifndef
__com_sun_star_container_NoSuchElementException_idl__
#
include
<
com
/
sun
/
star
/
container
/
NoSuchElementException
.
idl>
#
include
<
com
/
sun
/
star
/
container
/
NoSuchElementException
.
idl>
#
endif
#
ifndef
__com_sun_star_style_GraphicLocation_idl__
#
include
<
com
/
sun
/
star
/
style
/
GraphicLocation
.
idl>
#
include
<
com
/
sun
/
star
/
style
/
GraphicLocation
.
idl>
#
endif
#
ifndef
__com_sun_star_view_PaperFormat_idl__
#
include
<
com
/
sun
/
star
/
view
/
PaperFormat
.
idl>
#
include
<
com
/
sun
/
star
/
view
/
PaperFormat
.
idl>
#
endif
#
ifndef
__com_sun_star_util_XClosable_idl__
#
include
<
com
/
sun
/
star
/
util
/
XCloseable
.
idl>
#
include
<
com
/
sun
/
star
/
util
/
XCloseable
.
idl>
#
endif
#
ifndef
__com_sun_star_ui_XUIConfigurationManagerSupplier_idl__
#
include
<
com
/
sun
/
star
/
ui
/
XUIConfigurationManagerSupplier
.
idl>
#
include
<
com
/
sun
/
star
/
ui
/
XUIConfigurationManagerSupplier
.
idl>
#
endif
#
ifndef
__com_sun_star_document_XDocumentSubStorageSupplier_idl__
#
include
<
com
/
sun
/
star
/
document
/
XDocumentSubStorageSupplier
.
idl>
#
include
<
com
/
sun
/
star
/
document
/
XDocumentSubStorageSupplier
.
idl>
#
endif
#
ifndef
__com_sun_star_frame_XModel_idl__
#
include
<
com
/
sun
/
star
/
frame
/
XModel
.
idl>
#
include
<
com
/
sun
/
star
/
frame
/
XModel
.
idl>
#
endif
#
ifndef
__com_sun_star_document_XViewDataSupplier_idl__
#
include
<
com
/
sun
/
star
/
document
/
XViewDataSupplier
.
idl>
#
include
<
com
/
sun
/
star
/
document
/
XViewDataSupplier
.
idl>
#
endif
#
ifndef
__com_sun_star_frame_XLoadable_idl__
#
include
<
com
/
sun
/
star
/
frame
/
XLoadable
.
idl>
#
include
<
com
/
sun
/
star
/
frame
/
XLoadable
.
idl>
#
endif
#
ifndef
__com_sun_star_embed_XVisualObject_idl__
#
include
<
com
/
sun
/
star
/
embed
/
XVisualObject
.
idl>
#
include
<
com
/
sun
/
star
/
embed
/
XVisualObject
.
idl>
#
endif
#
ifndef
__com_sun_star_embed_XStorageBasedDocument_idl__
#
include
<
com
/
sun
/
star
/
document
/
XStorageBasedDocument
.
idl>
#
include
<
com
/
sun
/
star
/
document
/
XStorageBasedDocument
.
idl>
#
endif
#
ifndef
__com_sun_star_awt_Size_idl__
#
include
<
com
/
sun
/
star
/
awt
/
Size
.
idl>
#
include
<
com
/
sun
/
star
/
awt
/
Size
.
idl>
#
endif
#
ifndef
__com_sun_star_util_XModifiable2_idl__
#
include
<
com
/
sun
/
star
/
util
/
XModifiable2
.
idl>
#
include
<
com
/
sun
/
star
/
util
/
XModifiable2
.
idl>
#
endif
#
ifndef
__com_sun_star_document_XEventBroadcaster_idl__
#
include
<
com
/
sun
/
star
/
document
/
XEventBroadcaster
.
idl>
#
include
<
com
/
sun
/
star
/
document
/
XEventBroadcaster
.
idl>
#
endif
#
ifndef
__com_sun_star_lang_DisposedException_idl__
#
include
<
com
/
sun
/
star
/
lang
/
DisposedException
.
idl>
#
include
<
com
/
sun
/
star
/
lang
/
DisposedException
.
idl>
#
endif
#
ifndef
__com_sun_star_style_XStyleFamiliesSupplier_idl__
#
include
<
com
/
sun
/
star
/
style
/
XStyleFamiliesSupplier
.
idl>
#
include
<
com
/
sun
/
star
/
style
/
XStyleFamiliesSupplier
.
idl>
#
endif
module
com
{
module
sun
{
module
star
{
module
sdbc
{
module
com
{
module
sun
{
module
star
{
module
sdbc
{
published
interface
XConnection
;
published
interface
XConnection
;
}
;};};};
}
;};};};
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
report
{
module
com
{
module
sun
{
module
star
{
module
report
{
published
interface
XSection
;
interface
XSection
;
published
interface
XGroups
;
interface
XGroups
;
//=============================================================================
/**
identifies
a
<
type
>
XReportComponent
</
type
>
as
being
a
(
sub
-
)
report
.
/**
identifies
a
<
type
>
XReportComponent
</
type
>
as
being
a
(
sub
-
)
report
.
...
@@ -99,7 +59,7 @@ published interface XConnection;
...
@@ -99,7 +59,7 @@ published interface XConnection;
@
see
XReportComponent
@
see
XReportComponent
*/
*/
published
interface
XReportDefinition
interface
XReportDefinition
{
{
/**
allows
the
access
to
the
model
embedded
in
the
database
storage
.
/**
allows
the
access
to
the
model
embedded
in
the
database
storage
.
*/
*/
...
@@ -109,7 +69,7 @@ published interface XReportDefinition
...
@@ -109,7 +69,7 @@ published interface XReportDefinition
*/
*/
interface
com
::
sun
::
star
::
frame
::
XLoadable
;
interface
com
::
sun
::
star
::
frame
::
XLoadable
;
/**
represents
common
visuali
s
ation
functionality
for
the
embedded
report
.
/**
represents
common
visuali
z
ation
functionality
for
the
embedded
report
.
*/
*/
interface
com
::
sun
::
star
::
embed
::
XVisualObject
;
interface
com
::
sun
::
star
::
embed
::
XVisualObject
;
...
@@ -138,12 +98,11 @@ published interface XReportDefinition
...
@@ -138,12 +98,11 @@ published interface XReportDefinition
*/
*/
interface
com
::
sun
::
star
::
style
::
XStyleFamiliesSupplier
;
interface
com
::
sun
::
star
::
style
::
XStyleFamiliesSupplier
;
//-------------------------------------------------------------------------
/**
a
storable
document
should
provide
information
about
his
modify
state
/**
a
storable
document
should
provide
information
about
his
modify
state
<
p
>
<
p
>
With
this
interface
it
's possible too, to reset the modify state.
With
this
interface
it
's possible too, to reset the modify state.
That can be nec
c
essary to prevent code against problem during closing
That can be necessary to prevent code against problem during closing
of the document without saving any changes.
of the document without saving any changes.
</p>
</p>
*/
*/
...
@@ -173,7 +132,6 @@ published interface XReportDefinition
...
@@ -173,7 +132,6 @@ published interface XReportDefinition
raises( ::com::sun::star::lang::DisposedException,
raises( ::com::sun::star::lang::DisposedException,
::com::sun::star::uno::Exception );
::com::sun::star::uno::Exception );
//-------------------------------------------------------------------------
/** Represents the output format (media (mime) type) of the resulting document when executing this report.
/** Represents the output format (media (mime) type) of the resulting document when executing this report.
*/
*/
...
@@ -226,14 +184,14 @@ published interface XReportDefinition
...
@@ -226,14 +184,14 @@ published interface XReportDefinition
<p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
<p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
<p>This property is only meaningful
l
together with the <member>Command</member>
<p>This property is only meaningful together with the <member>Command</member>
property, thus either <em>both</em> or <em>none</em> of them are present.</p>
property, thus either <em>both</em> or <em>none</em> of them are present.</p>
@see com::sun::star::sdb::CommandType
@see com::sun::star::sdb::CommandType
*/
*/
[attribute,bound] long CommandType;
[attribute,bound] long CommandType;
/** specifies an add
tional filter to opti
nally use.
/** specifies an add
itional filter to optio
nally use.
<p>The Filter string has to form a SQL WHERE-clause, <em>without</em> the WHERE-string itself.</p>
<p>The Filter string has to form a SQL WHERE-clause, <em>without</em> the WHERE-string itself.</p>
...
@@ -343,12 +301,9 @@ published interface XReportDefinition
...
@@ -343,12 +301,9 @@ published interface XReportDefinition
};
};
};
};
published service ReportDefinition : XReportDefinition;
//=============================================================================
}; }; }; };
}; }; }; };
/*=============================================================================
=============================================================================*/
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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