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
c6cfc75d
Kaydet (Commit)
c6cfc75d
authored
May 22, 2003
tarafından
Vladimir Glazounov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS uaa03 (1.2.18); FILE MERGED
2003/05/21 15:19:17 mt 1.2.18.1: #i14623# UAA finalization
üst
6d027e4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
27 deletions
+32
-27
XAccessibleText.idl
offapi/com/sun/star/accessibility/XAccessibleText.idl
+32
-27
No files found.
offapi/com/sun/star/accessibility/XAccessibleText.idl
Dosyayı görüntüle @
c6cfc75d
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
*
$
RCSfile
:
XAccessibleText
.
idl
,
v
$
*
$
RCSfile
:
XAccessibleText
.
idl
,
v
$
*
*
*
$
Revision
:
1.
2
$
*
$
Revision
:
1.
3
$
*
*
*
last
change
:
$
Author
:
vg
$
$
Date
:
2003
-
0
4
-
24
17
:
36
:
13
$
*
last
change
:
$
Author
:
vg
$
$
Date
:
2003
-
0
5
-
22
13
:
06
:
09
$
*
*
*
The
Contents
of
this
file
are
made
available
subject
to
the
terms
of
*
The
Contents
of
this
file
are
made
available
subject
to
the
terms
of
*
either
of
the
following
licenses
*
either
of
the
following
licenses
...
@@ -84,6 +84,9 @@
...
@@ -84,6 +84,9 @@
#
ifndef
__com_sun_star_beans_PropertyValue_idl__
#
ifndef
__com_sun_star_beans_PropertyValue_idl__
#
include
<
com
/
sun
/
star
/
beans
/
PropertyValue
.
idl>
#
include
<
com
/
sun
/
star
/
beans
/
PropertyValue
.
idl>
#
endif
#
endif
#
ifndef
__com_sun_star_accessibility_TextSegment_idl__
#
include
<
com
/
sun
/
star
/
accessibility
/
TextSegment
.
idl>
#
endif
module
com
{
module
sun
{
module
star
{
module
accessibility
{
module
com
{
module
sun
{
module
star
{
module
accessibility
{
...
@@ -369,7 +372,7 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
...
@@ -369,7 +372,7 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
(inclusive) and up to the character at nEndIndex (exclusive),
(inclusive) and up to the character at nEndIndex (exclusive),
if nStartIndex is less or equal nEndIndex. If nEndIndex is
if nStartIndex is less or equal nEndIndex. If nEndIndex is
lower than nStartIndex, the result is the same as a call with
lower than nStartIndex, the result is the same as a call with
the two arguments being exchanged.
</p>
the two arguments being exchanged.</p>
<p>The whole text can be requested by passing the indices zero and
<p>The whole text can be requested by passing the indices zero and
<code>getCharacterCount()</code>. If both indices have the same
<code>getCharacterCount()</code>. If both indices have the same
...
@@ -386,9 +389,7 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
...
@@ -386,9 +389,7 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
@return
@return
Returns the substring starting with the character at nStartIndex
Returns the substring starting with the character at nStartIndex
(inclusive) and up to the character at nEndIndex (exclusive), if
(inclusive) and up to the character at nEndIndex (exclusive), if
nStartIndex is less or equal nEndIndex.
nStartIndex is less than or equal to nEndIndex.
If nEndIndex is lower than nStartIndex, the result is the same
that a call with the two arguments being exchanges.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the indices are invalid
if the indices are invalid
...
@@ -398,32 +399,32 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
...
@@ -398,32 +399,32 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
/** Get a text portion around the given position.
/** Get a text portion around the given position.
<p>Returns the substring of the specified text type that
<p>Returns the substring of the specified text type that
contains
contains the character at the given index, if any. For
the character at the given index, if any. For example, given the
example, given the text type word, the word which contains the
text type <const scope="AccessibleTextType">WORD</type>, the word
character at position nIndex is returned, or an empty string
which contains the character at position nIndex is returned, or an
if no word is found at the that position.</p>
empty string
if no word is found at the that position.</p>
@param nIndex
@param nIndex
Index of the character whose containing text portion is to be
Index of the character whose containing text portion is to be
returned.
returned.
The valid range is 0..length.
The valid range is 0..length.
@param
a
TextType
@param
n
TextType
The type of the text portion to return. See
The type of the text portion to return. See
<type>AccessibleTextType</type> for the complete list.
<type>AccessibleTextType</type> for the complete list.
@return
@return
Returns the requested text portion
or an empty string if the text
Returns the requested text portion
. This portion may be empty
type is invalid, or if no text portion of the given is found a
t
or invalid when no appropriate text portion is found or tex
t
t
he given position
.
t
ype is invalid
.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the index is invalid
if the index is invalid
@throws ::com::sun::star::lang::InvalidArgumentException
@throws ::com::sun::star::lang::InvalidArgumentException
if the given text type is not valid.
if the given text type is not valid.
*/
*/
string getTextAtIndex ([in] long nIndex, [in] short a
TextType)
TextSegment getTextAtIndex([in] long nIndex, [in] short n
TextType)
raises (::com::sun::star::lang::IndexOutOfBoundsException,
raises (::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::lang::IllegalArgumentException);
::com::sun::star::lang::IllegalArgumentException);
...
@@ -435,11 +436,12 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
...
@@ -435,11 +436,12 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
<member>XAccessibleText::getTextAtIndex</member> with a
<member>XAccessibleText::getTextAtIndex</member> with a
suitably decreased index value.</p>
suitably decreased index value.</p>
<p>For example, if text type is word, then the complete word
<p>For example, if text type is <const
scope="AccessibleTextType">WORD</type>, then the complete word
that is closest to and located before nIndex is returned.</p>
that is closest to and located before nIndex is returned.</p>
<p>If the index is valid, but no suitable word (or other text
<p>If the index is valid, but no suitable word (or other text
type) is found, an empty
string
is returned.</p>
type) is found, an empty
text segment
is returned.</p>
@param nIndex
@param nIndex
Index of the character for which to return the text part before
Index of the character for which to return the text part before
...
@@ -447,20 +449,21 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
...
@@ -447,20 +449,21 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
string.
string.
The valid range is 0..length.
The valid range is 0..length.
@param
a
TextType
@param
n
TextType
The type of the text portion to return. See
The type of the text portion to return. See
<type>AccessibleTextType</type> for the complete list.
<type>AccessibleTextType</type> for the complete list.
@return
@return
Returns the requested text portion or an empty string if the
Returns the requested text portion. This portion may be empty
text type is invalid or no appropriate text portion is found.
or invalid when no appropriate text portion is found or text
type is invalid.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the index is invalid.
if the index is invalid.
@throws ::com::sun::star::lang::InvalidArgumentException
@throws ::com::sun::star::lang::InvalidArgumentException
if the given text type is not valid.
if the given text type is not valid.
*/
*/
string getTextBeforeIndex ([in] long nIndex, [in] short a
TextType)
TextSegment getTextBeforeIndex([in] long nIndex, [in] short n
TextType)
raises (::com::sun::star::lang::IndexOutOfBoundsException,
raises (::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::lang::IllegalArgumentException);
::com::sun::star::lang::IllegalArgumentException);
...
@@ -472,7 +475,8 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
...
@@ -472,7 +475,8 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
<member>XAccessibleText::getTextAtIndex</member> with a
<member>XAccessibleText::getTextAtIndex</member> with a
suitably increased index value.</p>
suitably increased index value.</p>
<p>For example, if text type is word, then the complete word
<p>For example, if text type is <const
scope="AccessibleTextType">WORD</type>, then the complete word
that is closest to and located behind nIndex is returned.</p>
that is closest to and located behind nIndex is returned.</p>
<p>If the index is valid, but no suitable word (or other text
<p>If the index is valid, but no suitable word (or other text
...
@@ -483,20 +487,21 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
...
@@ -483,20 +487,21 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
it. The index character will be part of the returned string.
it. The index character will be part of the returned string.
The valid range is 0..length.
The valid range is 0..length.
@param
a
TextType
@param
n
TextType
The type of the text portion to return. See
The type of the text portion to return. See
<type>AccessibleTextType</type> for the complete list.
<type>AccessibleTextType</type> for the complete list.
@return
@return
Returns the requested text portion or an empty string if the
Returns the requested text portion. This portion may be empty
text type is invalid or no appropriate text portion is found.
or invalid when no appropriate text portion is found or text
type is invalid.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the index is invalid
if the index is invalid
@throws ::com::sun::star::lang::InvalidArgumentException
@throws ::com::sun::star::lang::InvalidArgumentException
if the given text type is not valid.
if the given text type is not valid.
*/
*/
string getTextBehindIndex ([in] long nIndex, [in] short a
TextType)
TextSegment getTextBehindIndex([in] long nIndex, [in] short n
TextType)
raises (::com::sun::star::lang::IndexOutOfBoundsException,
raises (::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::lang::IllegalArgumentException);
::com::sun::star::lang::IllegalArgumentException);
...
...
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