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
52d1de87
Kaydet (Commit)
52d1de87
authored
Şub 03, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo accpet->accept
Change-Id: Ib9a5c131701e8240779be43af015ff4943d68ae8
üst
d7d0121a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
AccHypertext.cxx
winaccessibility/source/UAccCOM/AccHypertext.cxx
+6
-6
AccText.cxx
winaccessibility/source/UAccCOM/AccText.cxx
+5
-5
No files found.
winaccessibility/source/UAccCOM/AccHypertext.cxx
Dosyayı görüntüle @
52d1de87
...
...
@@ -84,10 +84,10 @@ STDMETHODIMP CAccHypertext::get_characterCount(long * nCharacters)
/**
* Get character extents.
* @param offset Offset.
* @param x Variant to acc
pe
t x position.
* @param y Variant to acc
pe
t y position.
* @param width Variant to acc
pe
t width.
* @param Height Variant to acc
pe
t height.
* @param x Variant to acc
ep
t x position.
* @param y Variant to acc
ep
t y position.
* @param width Variant to acc
ep
t width.
* @param Height Variant to acc
ep
t height.
* @return Result.
*/
STDMETHODIMP
CAccHypertext
::
get_characterExtents
(
long
offset
,
IA2CoordinateType
coordType
,
long
*
x
,
long
*
y
,
long
*
width
,
long
*
height
)
...
...
@@ -98,7 +98,7 @@ STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType
/**
* Get selections count.
* @param nSelections Variant to acc
pe
t selections count.
* @param nSelections Variant to acc
ep
t selections count.
* @return Result.
*/
STDMETHODIMP
CAccHypertext
::
get_nSelections
(
long
*
nSelections
)
...
...
@@ -273,7 +273,7 @@ STDMETHODIMP CAccHypertext::scrollSubstringTo(long startIndex, long endIndex,enu
/**
* Get hyperlink count.
* @param hyperlinkCount Variant to acc
pe
t hyperlink count.
* @param hyperlinkCount Variant to acc
ep
t hyperlink count.
* @return Result.
*/
STDMETHODIMP
CAccHypertext
::
get_nHyperlinks
(
long
*
hyperlinkCount
)
...
...
winaccessibility/source/UAccCOM/AccText.cxx
Dosyayı görüntüle @
52d1de87
...
...
@@ -76,10 +76,10 @@ STDMETHODIMP CAccText::get_characterCount(long * nCharacters)
/**
* Get character extents.
* @param offset Offset.
* @param x Variant to acc
pe
t x position.
* @param y Variant to acc
pe
t y position.
* @param width Variant to acc
pe
t width.
* @param Height Variant to acc
pe
t height.
* @param x Variant to acc
ep
t x position.
* @param y Variant to acc
ep
t y position.
* @param width Variant to acc
ep
t width.
* @param Height Variant to acc
ep
t height.
* @return Result.
*/
STDMETHODIMP
CAccText
::
get_characterExtents
(
long
offset
,
IA2CoordinateType
coordType
,
long
*
x
,
long
*
y
,
long
*
width
,
long
*
height
)
...
...
@@ -90,7 +90,7 @@ STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coord
/**
* Get selections count.
* @param nSelections Variant to acc
pe
t selections count.
* @param nSelections Variant to acc
ep
t selections count.
* @return Result.
*/
STDMETHODIMP
CAccText
::
get_nSelections
(
long
*
nSelections
)
...
...
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