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
6850485b
Kaydet (Commit)
6850485b
authored
Haz 29, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some idl descriptions
Change-Id: I7a986f39baf515b19255851f38600f112fe8b021
üst
5f0ffa9f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
XReportDefinition.idl
offapi/com/sun/star/report/XReportDefinition.idl
+4
-4
DataSource.idl
offapi/com/sun/star/sdb/DataSource.idl
+2
-2
DocumentContainer.idl
offapi/com/sun/star/sdb/DocumentContainer.idl
+1
-1
XSingleSelectQueryAnalyzer.idl
offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
+1
-1
AccessibleSpreadsheetPageView.idl
offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
+1
-1
No files found.
offapi/com/sun/star/report/XReportDefinition.idl
Dosyayı görüntüle @
6850485b
...
...
@@ -255,7 +255,7 @@ interface XReportDefinition
*/
[attribute,readonly] com::sun::star::report::XGroups Groups;
/** returns the report header if the #ReportHeaderOnis `TRUE`.
/** returns the report header if the #ReportHeaderOn
is `TRUE`.
@throws com::sun::star::container::NoSuchElementException
If the report has the report header disabled.
@see XSection
...
...
@@ -265,7 +265,7 @@ interface XReportDefinition
get raises (com::sun::star::container::NoSuchElementException);
};
/** returns the page header if the #PageHeaderOnis `TRUE`.
/** returns the page header if the #PageHeaderOn
is `TRUE`.
@throws com::sun::star::container::NoSuchElementException
If the report has the page header disabled.
@see XSection
...
...
@@ -280,7 +280,7 @@ interface XReportDefinition
*/
[attribute,readonly] com::sun::star::report::XSection Detail;
/** returns the page footer if the #PageFooterOnis `TRUE`.
/** returns the page footer if the #PageFooterOn
is `TRUE`.
@throws com::sun::star::container::NoSuchElementException
If the report has the page footer disabled.
@see XSection
...
...
@@ -290,7 +290,7 @@ interface XReportDefinition
get raises (com::sun::star::container::NoSuchElementException);
};
/** returns the report footer if the #ReportFooterOnis `TRUE`.
/** returns the report footer if the #ReportFooterOn
is `TRUE`.
@throws com::sun::star::container::NullPointerException
If the report has the report footer disabled.
@see XSection
...
...
offapi/com/sun/star/sdb/DataSource.idl
Dosyayı görüntüle @
6850485b
...
...
@@ -143,7 +143,7 @@ published service DataSource
of
an
existing
value
),
the
#
Settings
property
wraps
the
#
Info
property
for
easier
single
-
value
access
.
</p>
<
p
>
You
should
use
the
#
Setting
property
if
you
need
to
access
a
few
properties
only
,
<
p
>
You
should
use
the
#
Setting
s
property
if
you
need
to
access
a
few
properties
only
,
and
the
#
Info
property
if
you
need
access
to
all
existent
settings
at
once
.
</p>
<
p
>
The
object
represented
by
this
property
supports
the
com
::
sun
::
star
::
beans
::
PropertyBag
...
...
@@ -164,7 +164,7 @@ published service DataSource
Such
properties
are
not
removable
from
the
bag
,
that
is
,
their
com
::
sun
::
star
::
beans
::
PropertyAttribute
::
REMOVABLE
attribute
is
<
em
>
not
</
em
>
set
.
<br/>
Usually
,
you
'll find that all of this properties have the
com::sun::star::beans::
::
PropertyState::PropertyState_DEFAULT_VALUE state.</p>
com::sun::star::beans::PropertyState::PropertyState_DEFAULT_VALUE state.</p>
<p><em>User-defined</em> properties are the ones which are added at runtime by any instance. They might or might
not be removable, this depends on whether or not the code adding them specifies the
...
...
offapi/com/sun/star/sdb/DocumentContainer.idl
Dosyayı görüntüle @
6850485b
...
...
@@ -67,7 +67,7 @@ service DocumentContainer
of
a
<
code
>
DocumentDefinition
</
code
>
supports
at
least
the
following
commands
,
additionally
to
the
ones
already
supported
by
the
DefinitionContent
:
<
ul
>
<
li
>
<
strong
>
open
</
strong
>
:
provides
a
com
::
sun
::
star
::
ucb
::
::
XDynamicResultSet
<
li
>
<
strong
>
open
</
strong
>
:
provides
a
com
::
sun
::
star
::
ucb
::
XDynamicResultSet
to
enumerate
the
content
of
the
document
container
.
</li>
<
li
>
<
strong
>
delete
</
strong
>
:
deletes
the
document
container
,
including
all
contained
documents
.
</li>
</
ul
>
...
...
offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
Dosyayı görüntüle @
6850485b
...
...
@@ -194,7 +194,7 @@ interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface
is the command which should be executed, the type of command depends
on the CommandType.
<p>In case of a #CommandType of CommandType::COMMAND,
<p>In case of a #CommandType of
com::sun::star::sdb::
CommandType::COMMAND,
means in case the #Command specifies an SQL statement, the inherited
com::sun::star::sdbc::RowSet::EscapeProcessing
becomes relevant:<br/>
...
...
offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
Dosyayı görüntüle @
6850485b
...
...
@@ -55,7 +55,7 @@ service AccessibleSpreadsheetPageView
every
header
and
footer
that
is
at
least
partially
visible
.
</li>
<
li
>
::
com
::
sun
::
star
::
table
::
AccessibleTableView
:
A
child
where
calling
::
com
::
sun
::
star
::
accessibility
::
XAccessibleC
hild
::
getAccessibleChild
()
::
com
::
sun
::
star
::
accessibility
::
XAccessibleC
ontext
::
getAccessibleChild
()
an
object
that
supports
this
service
is
returned
for
every
table
fragment
that
is
contained
in
the
document
body
and
is
at
least
partially
visible
.
A
table
fragment
is
the
...
...
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