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
9739aa9f
Kaydet (Commit)
9739aa9f
authored
9 years ago
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
offapi: fix more doxygen warnings
Change-Id: I55f4c0388b99cfebe647be1c35a9fd4bb2acf7ce
üst
0ccf596a
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
35 additions
and
7 deletions
+35
-7
XFont.idl
offapi/com/sun/star/awt/XFont.idl
+3
-0
XSimpleTabController.idl
offapi/com/sun/star/awt/XSimpleTabController.idl
+2
-1
XWindowPeer.idl
offapi/com/sun/star/awt/XWindowPeer.idl
+1
-0
XSortableGridData.idl
offapi/com/sun/star/awt/grid/XSortableGridData.idl
+6
-4
XMutableTreeNode.idl
offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
+3
-0
Legend.idl
offapi/com/sun/star/chart2/Legend.idl
+3
-2
XChartTypeTemplate.idl
offapi/com/sun/star/chart2/XChartTypeTemplate.idl
+3
-0
XDataInterpreter.idl
offapi/com/sun/star/chart2/XDataInterpreter.idl
+3
-0
XRegressionCurveCalculator.idl
offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
+5
-0
XDocumentMetadataAccess.idl
offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
+6
-0
No files found.
offapi/com/sun/star/awt/XFont.idl
Dosyayı görüntüle @
9739aa9f
...
...
@@ -80,6 +80,9 @@ published interface XFont: com::sun::star::uno::XInterface
the
width
of
the
specified
string
of
characters
measured
in
pixels
for
the
device
.
@
param
str
the
input
string
.
@
param
aDXArray
receives
the
width
of
every
single
character
measured
in
pixels
for
the
device
.
...
...
This diff is collapsed.
Click to expand it.
offapi/com/sun/star/awt/XSimpleTabController.idl
Dosyayı görüntüle @
9739aa9f
...
...
@@ -55,7 +55,8 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
/** change some properties of the specified tab.
Such properties can be:
@param Properties
Such properties can be:
<table>
<tr>
<td><b>Property</b></td>
...
...
This diff is collapsed.
Click to expand it.
offapi/com/sun/star/awt/XWindowPeer.idl
Dosyayı görüntüle @
9739aa9f
...
...
@@ -62,6 +62,7 @@ published interface XWindowPeer: com::sun::star::lang::XComponent
/**
invalidates
a
rectangular
area
of
the
window
with
the
specified
InvalidateStyle
.
@
param
Rect
the
area
to
invalidate
.
@
param
Flags
see
com
.
sun.star.awt.InvalidateStyle
*/
void
invalidateRect
(
[
in
]
Rectangle
Rect
,
[
in
]
short
Flags
)
;
...
...
This diff is collapsed.
Click to expand it.
offapi/com/sun/star/awt/grid/XSortableGridData.idl
Dosyayı görüntüle @
9739aa9f
...
...
@@ -50,10 +50,12 @@ interface XSortableGridData
/** returns the current sort order.
@return
a structure describing the current sort order. ::com::sun::star::beans::Pair::First
denotes the column by which the data is sorted, or -1 if the data is currently unsorted.
::com::sun::star::beans::Pair::Second is `TRUE` if the data is sorted ascending,
`FALSE` otherwise.
a structure describing the current sort order.
com::sun::star::beans::Pair::First
denotes the column by which the data is sorted, or -1 if
the data is currently unsorted.
com::sun::star::beans::Pair::Second
is `TRUE` if the data is sorted ascending, `FALSE` otherwise.
*/
::com::sun::star::beans::Pair< long, boolean >
getCurrentSortOrder();
...
...
This diff is collapsed.
Click to expand it.
offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
Dosyayı görüntüle @
9739aa9f
...
...
@@ -45,6 +45,9 @@ interface XMutableTreeNode : XTreeNode
@
param
Index
the
index
where
the
node
will
be
inserted
to
this
instance
.
@
param
ChildNode
the
node
to
insert
.
@
throws
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
if
<
var
>
ChildNode
</
var
>
is
not
a
valid
node
of
the
corresponding
XTreeDataModel
.
...
...
This diff is collapsed.
Click to expand it.
offapi/com/sun/star/chart2/Legend.idl
Dosyayı görüntüle @
9739aa9f
...
...
@@ -55,9 +55,10 @@ service Legend
/**
Determines
how
the
aspect
ratio
of
the
legend
should
roughly
be
.
<
p
>
Set
the
Expansion
to
::
com
::
sun
::
star
::
chart
::
ChartLegendExpansion
::
HIGH
<
p
>
Set
the
Expansion
to
::
com
::
sun
::
star
::
chart
#
HIGH
for
a
legend
that
is
positioned
on
the
right
or
left
hand
side
.
Use
LegendExpansion
::
WIDE
for
a
legend
side
.
Use
::
com
::
sun
::
star
::
chart
::
WIDE
for
a
legend
that
is
positioned
on
top
or
the
bottom
.
</p>
*/
[
property
]
::
com
::
sun
::
star
::
chart
::
ChartLegendExpansion
Expansion
;
...
...
This diff is collapsed.
Click to expand it.
offapi/com/sun/star/chart2/XChartTypeTemplate.idl
Dosyayı görüntüle @
9739aa9f
...
...
@@ -94,6 +94,9 @@ interface XChartTypeTemplate : ::com::sun::star::uno::XInterface
given
diagram
should
return
`
TRUE
`
before
this
method
is
called
.
</p>
@
param
xDiagram
The
diagram
to
be
changed
.
@
param
xDataSource
This
data
source
will
be
interpreted
in
a
chart
-
type
specific
way
and
the
DataSeries
found
in
...
...
This diff is collapsed.
Click to expand it.
offapi/com/sun/star/chart2/XDataInterpreter.idl
Dosyayı görüntüle @
9739aa9f
...
...
@@ -41,6 +41,9 @@ interface XDataInterpreter : ::com::sun::star::uno::XInterface
{
/**
Interprets
the
given
data
.
@
param
xSource
the
data
source
.
@
param
aArguments
Arguments
that
tell
the
template
how
to
slice
the
given
range
.
The
properties
should
be
defined
in
a
separate
...
...
This diff is collapsed.
Click to expand it.
offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
Dosyayı görüntüle @
9739aa9f
...
...
@@ -103,6 +103,11 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface
account
.
When
one
of
these
parameters
is
unknown
,
no
optimization
must
be
done
.
</p>
@
param
min
the
abscissa
value
for
the
starting
point
.
@
param
max
the
abscissa
value
for
the
ending
point
.
@
param
nPointCount
the
number
of
points
to
calculate
.
@
param
bMaySkipPointsInCalculation
determines
whether
it
is
allowed
to
skip
points
in
the
calculation
.
When
this
parameter
is
`
TRUE
`
it
is
assumed
that
the
underlying
...
...
This diff is collapsed.
Click to expand it.
offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
Dosyayı görüntüle @
9739aa9f
...
...
@@ -156,6 +156,12 @@ interface XDocumentMetadataAccess
</
ol
>
</
p
>
@
param
Format
the
file
format
,
see
FileFormat
@
param
InStream
the
input
stream
@
param
FileName
the
name
of
the
stream
in
the
ODF
storage
where
the
graph
will
be
stored
...
...
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