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
5d48eb78
Kaydet (Commit)
5d48eb78
authored
Tem 06, 2007
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS oj14 (1.1.2); FILE ADDED
2007/04/27 11:06:31 oj 1.1.2.1: #i76758# new report api
üst
b987f14b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
167 additions
and
0 deletions
+167
-0
DefaultComponentInspectorModel.idl
...star/report/inspection/DefaultComponentInspectorModel.idl
+104
-0
ReportComponentHandler.idl
...com/sun/star/report/inspection/ReportComponentHandler.idl
+63
-0
No files found.
offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
0 → 100644
Dosyayı görüntüle @
5d48eb78
/*************************************************************************
*
*
OpenOffice
.
org
-
a
multi
-
platform
office
productivity
suite
*
*
$
RCSfile
:
DefaultComponentInspectorModel
.
idl
,
v
$
*
*
$
Revision
:
1.2
$
*
*
last
change
:
$
Author
:
rt
$
$
Date
:
2007
-
07
-
06
07
:
23
:
40
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
*
the
terms
of
GNU
Lesser
General
Public
License
Version
2.1
.
*
*
*
GNU
Lesser
General
Public
License
Version
2.1
*
=============================================
*
Copyright
2005
by
Sun
Microsystems
,
Inc
.
*
901
San
Antonio
Road
,
Palo
Alto
,
CA
94303
,
USA
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
version
2.1
,
as
published
by
the
Free
Software
Foundation
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
59
Temple
Place
,
Suite
330
,
Boston
,
*
MA
02111
-
1307
USA
*
************************************************************************/
#
ifndef
__com_sun_star_report_inspection__DefaultComponentInspectorModel_idl__
#
define
__com_sun_star_report_inspection_DefaultComponentInspectorModel_idl__
#
ifndef
__com_sun_star_inspection_XObjectInspectorModel_idl__
#
include
<
com
/
sun
/
star
/
inspection
/
XObjectInspectorModel
.
idl>
#
endif
#
ifndef
__com_sun_star_lang_IllegalArgumentException_idl__
#
include
<
com
/
sun
/
star
/
lang
/
IllegalArgumentException
.
idl>
#
endif
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
report
{
module
inspection
{
//=============================================================================
/**
implements
a
<
type
scope
=
"com::sun::star::inspection"
>
XObjectInspectorModel
</
type
>
for
inspecting
form
components
,
in
particular
all
components
implementing
the
<
type
>
ReportComponent
</
type
>
service
.
<
p
>
A
<
type
>
DefaultComponentInspectorModel
</
type
>
provides
the
following
handlers
by
default
:
<
ul
>
<
li
>
<
type
>
GeometryHandler
</
type
>
</
li
>
<
li
>
<
type
>
ReportComponentHandler
</
type
>
</
li
>
<
li
>
<
typescope
=
"com::sun::star::form::inspection"
>
EditPropertyHandler
</
type
>
</
li
>
</
ul
>
</
p
>
@
see
com
::
sun
::
star
::
inspection
::
XObjectInspectorModel
::
HandlerFactories
*/
service
DefaultComponentInspectorModel
:
com
::
sun
::
star
::
inspection
::
XObjectInspectorModel
{
/**
creates
a
default
DefaultComponentInspectorModel
,
providing
factories
for
all
handlers
listed
above
.
@
since
OOo
2.2
*/
createDefault
()
;
/**
creates
a
default
DefaultComponentInspectorModel
,
providing
factories
for
all
handlers
listed
above
,
and
describing
an
ObjectInspector
which
has
a
help
section
.
@
param
minHelpTextLines
denotes
the
minimum
number
of
lines
of
text
to
be
reserved
for
the
help
section
.
@
param
maxHelpTextLines
denotes
the
maximum
number
of
lines
of
text
to
be
reserved
for
the
help
section
.
@
throws
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
if
<
arg
>
minHelpTextLines
</
arg
>
or
<
arg
>
maxHelpTextLines
</
arg
>
are
negative
,
or
if
<
arg
>
minHelpTextLines
</
arg
>
is
greater
than
<
arg
>
maxHelpTextLines
</
arg
>.
@
see
XObjectInspectorModel
::
HasHelpSection
@
see
XObjectInspectorModel
::
MinHelpTextLines
@
see
XObjectInspectorModel
::
MaxHelpTextLines
@
since
OOo
2.2
*/
createWithHelpSection
(
[
in
]
long
minHelpTextLines
,
[
in
]
long
maxHelpTextLines
)
raises
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
)
;
}
;
//=============================================================================
}
; }; }; }; };
#
endif
offapi/com/sun/star/report/inspection/ReportComponentHandler.idl
0 → 100644
Dosyayı görüntüle @
5d48eb78
/*************************************************************************
*
*
OpenOffice
.
org
-
a
multi
-
platform
office
productivity
suite
*
*
$
RCSfile
:
ReportComponentHandler
.
idl
,
v
$
*
*
$
Revision
:
1.2
$
*
*
last
change
:
$
Author
:
rt
$
$
Date
:
2007
-
07
-
06
07
:
23
:
52
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
*
the
terms
of
GNU
Lesser
General
Public
License
Version
2.1
.
*
*
*
GNU
Lesser
General
Public
License
Version
2.1
*
=============================================
*
Copyright
2005
by
Sun
Microsystems
,
Inc
.
*
901
San
Antonio
Road
,
Palo
Alto
,
CA
94303
,
USA
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
version
2.1
,
as
published
by
the
Free
Software
Foundation
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
59
Temple
Place
,
Suite
330
,
Boston
,
*
MA
02111
-
1307
USA
*
************************************************************************/
#
ifndef
__com_sun_star_report_inspection_ReportComponentHandler_idl__
#
define
__com_sun_star_report_inspection_ReportComponentHandler_idl__
#
ifndef
__com_sun_star_inspection_XPropertyHandler_idl__
#
include
<
com
/
sun
/
star
/
inspection
/
XPropertyHandler
.
idl>
#
endif
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
report
{
module
inspection
{
//=============================================================================
/**
implements
the
default
property
handler
for
all
known
types
of
<
type
scope
=
"com::sun::star::report"
>
XReportComponent
</
type
>
s
.
@
see
com
::
sun
::
star
::
inspection
::
XPropertyHandler
*/
service
ReportComponentHandler
{
interface
com
::
sun
::
star
::
inspection
::
XPropertyHandler
;
}
;
//=============================================================================
}
; }; }; }; };
#
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