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
09155190
Kaydet (Commit)
09155190
authored
Mar 01, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Variable not used but remove some wrong characters
Change-Id: I2206225309becff134e8f719959d976f71fcde27
üst
d5890e87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
EnumVariant.cxx
winaccessibility/source/UAccCOM/EnumVariant.cxx
+3
-6
No files found.
winaccessibility/source/UAccCOM/EnumVariant.cxx
Dosyayı görüntüle @
09155190
...
...
@@ -36,7 +36,7 @@ using namespace com::sun::star::accessibility;
* enumarate method,get next element
* @param cElements The number of elements to be returned.
* @param pvar An array of at least size celt in which the elements are to be returned.
* @param pcElementFetched Pointer to the number of elements returned in rgVar, or Null
* @param pcElementFetched Pointer to the number of elements returned in rgVar, or Null
* @return Result.
*/
HRESULT
STDMETHODCALLTYPE
CEnumVariant
::
Next
(
ULONG
cElements
,
VARIANT
__RPC_FAR
*
pvar
,
ULONG
__RPC_FAR
*
pcElementFetched
)
...
...
@@ -125,7 +125,7 @@ HRESULT STDMETHODCALLTYPE CEnumVariant::Reset( void)
*copy current enumaration container and its state to
*the new object
*AT will use the copy object to get elements
* @param ppenum On return, pointer to the location of the clone enumerator
* @param ppenum On return, pointer to the location of the clone enumerator
* @return Result.
*/
HRESULT
STDMETHODCALLTYPE
CEnumVariant
::
Clone
(
IEnumVARIANT
__RPC_FAR
*
__RPC_FAR
*
ppenum
)
...
...
@@ -205,13 +205,10 @@ STDMETHODIMP CEnumVariant::ClearEnumeration()
*/
static
Reference
<
XAccessibleSelection
>
GetXAccessibleSelection
(
XAccessible
*
pXAcc
)
{
XAccessibleSelection
*
pSelection
=
NULL
;
Reference
<
XAccessibleContext
>
pRContext
;
if
(
pXAcc
==
NULL
)
return
NULL
;
pRContext
=
pXAcc
->
getAccessibleContext
();
Reference
<
XAccessibleContext
>
pRContext
=
pXAcc
->
getAccessibleContext
();
if
(
!
pRContext
.
is
()
)
return
NULL
;
...
...
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