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
12ac55d5
Kaydet (Commit)
12ac55d5
authored
Şub 03, 2016
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
offapi: fix a few doxygen warnings
Change-Id: I0fbd4affa876fa01458942c4cf14d029ed5d1095
üst
70a1dbb4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
XNumberFormatTypes.idl
offapi/com/sun/star/util/XNumberFormatTypes.idl
+9
-4
XSearchable.idl
offapi/com/sun/star/util/XSearchable.idl
+2
-0
XFastParser.idl
offapi/com/sun/star/xml/sax/XFastParser.idl
+1
-0
No files found.
offapi/com/sun/star/util/XNumberFormatTypes.idl
Dosyayı görüntüle @
12ac55d5
...
...
@@ -41,9 +41,12 @@ published interface XNumberFormatTypes: com::sun::star::uno::XInterface
/**
@
returns
the
key
of
the
standard
format
within
a
specified
type
for
a
given
locale
.
@
param
nType
@
param
nType
the
type
of
the
number
format
.
Must
be
one
of
the
NumberFormat
constants
.
@
param
nLocale
the
locale
for
which
the
number
format
is
requested
.
*/
long
getStandardFormat
(
[
in
]
short
nType
,
[
in
]
com
::
sun
::
star
::
lang
::
Locale
nLocale
)
;
...
...
@@ -52,11 +55,13 @@ published interface XNumberFormatTypes: com::sun::star::uno::XInterface
/**
@
returns
the
key
of
a
built
-
in
format
for
a
locale
:
@
param
nIndex
@
param
nIndex
the
index
of
the
wanted
number
format
within
the
formats
for
the
given
locale
.
One
of
the
com
::
sun
::
star
::
i18n
::
NumberFormatIndex
constants
.
@
param
nLocale
the
locale
for
which
the
key
is
requested
.
*/
long
getFormatIndex
(
[
in
]
short
nIndex
,
[
in
]
com
::
sun
::
star
::
lang
::
Locale
nLocale
)
;
...
...
@@ -72,10 +77,10 @@ published interface XNumberFormatTypes: com::sun::star::uno::XInterface
the
index
of
the
converted
number
format
if
successful
,
the
old
index
if
the
number
format
could
not
be
converted
.
@
param
nKey
@
param
nKey
index
of
the
old
number
format
@
param
nLocale
@
param
nLocale
the
locale
to
which
the
number
format
is
converted
*/
long
getFormatForLocale
(
[
in
]
long
nKey
,
...
...
offapi/com/sun/star/util/XSearchable.idl
Dosyayı görüntüle @
12ac55d5
...
...
@@ -77,6 +77,8 @@ published interface XSearchable: com::sun::star::uno::XInterface
represents
a
position
within
the
component
at
which
the
search
continues
.
This
position
is
returned
by
XSearchable
::
findFirst
()
or
the
previous
XSearchable
::
findNext
()
.
@
param
xDesc
the
descriptor
used
for
searching
.
@
see
SearchDescriptor
*/
...
...
offapi/com/sun/star/xml/sax/XFastParser.idl
Dosyayı görüntüle @
12ac55d5
...
...
@@ -122,6 +122,7 @@ interface XFastParser: com::sun::star::uno::XInterface
/**
registers
a
known
namespace
url
with
the
given
integer
token
.
<br>
@
param
NamespaceURL
the
namespace
URL
.
@
param
NamespaceToken
an
integer
token
that
must
be
greater
than
FastToken
::
NAMESPACE
.
*/
...
...
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