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
fdd76463
Kaydet (Commit)
fdd76463
authored
Ara 12, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
winaccessibility: remove some noise from not-implemented methods
Change-Id: I8046ae37cba87f0e5df550de831229345df1c6f8
üst
57acb3d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
64 deletions
+7
-64
AccTable.cxx
winaccessibility/source/UAccCOM/AccTable.cxx
+0
-11
AccTextBase.cxx
winaccessibility/source/UAccCOM/AccTextBase.cxx
+0
-12
MAccessible.cxx
winaccessibility/source/UAccCOM/MAccessible.cxx
+7
-41
No files found.
winaccessibility/source/UAccCOM/AccTable.cxx
Dosyayı görüntüle @
fdd76463
...
...
@@ -100,13 +100,7 @@ STDMETHODIMP CAccTable::get_accessibleAt(long row, long column, IUnknown * * acc
*/
STDMETHODIMP
CAccTable
::
get_caption
(
IUnknown
*
*
)
{
ENTER_PROTECTED_BLOCK
return
E_NOTIMPL
;
LEAVE_PROTECTED_BLOCK
}
/**
...
...
@@ -934,16 +928,11 @@ STDMETHODIMP CAccTable::get_rowColumnExtentsAtIndex(long,
long
*
,
boolean
*
)
{
ENTER_PROTECTED_BLOCK
return
E_NOTIMPL
;
LEAVE_PROTECTED_BLOCK
}
STDMETHODIMP
CAccTable
::
get_modelChange
(
IA2TableModelChange
*
)
{
return
E_NOTIMPL
;
}
...
...
winaccessibility/source/UAccCOM/AccTextBase.cxx
Dosyayı görüntüle @
fdd76463
...
...
@@ -899,24 +899,12 @@ STDMETHODIMP CAccTextBase::get_oldText( IA2TextSegment *)
*/
STDMETHODIMP
CAccTextBase
::
scrollSubstringToPoint
(
long
,
long
,
IA2CoordinateType
,
long
,
long
)
{
ENTER_PROTECTED_BLOCK
return
E_NOTIMPL
;
LEAVE_PROTECTED_BLOCK
}
STDMETHODIMP
CAccTextBase
::
scrollSubstringTo
(
long
,
long
,
IA2ScrollType
)
{
ENTER_PROTECTED_BLOCK
return
E_NOTIMPL
;
LEAVE_PROTECTED_BLOCK
}
/**
...
...
winaccessibility/source/UAccCOM/MAccessible.cxx
Dosyayı görüntüle @
fdd76463
...
...
@@ -1904,22 +1904,12 @@ STDMETHODIMP CMAccessible:: get_nActions(long __RPC_FAR *nActions)
STDMETHODIMP
CMAccessible
::
scrollToPoint
(
enum
IA2CoordinateType
,
long
,
long
)
{
ENTER_PROTECTED_BLOCK
ISDESTROY
()
return
E_NOTIMPL
;
LEAVE_PROTECTED_BLOCK
}
STDMETHODIMP
CMAccessible
::
scrollTo
(
enum
IA2ScrollType
)
{
ENTER_PROTECTED_BLOCK
ISDESTROY
()
return
E_NOTIMPL
;
LEAVE_PROTECTED_BLOCK
}
static
XAccessible
*
getTheParentOfMember
(
XAccessible
*
pXAcc
)
...
...
@@ -2122,12 +2112,7 @@ STDMETHODIMP CMAccessible:: get_groupPosition(long __RPC_FAR *groupLevel,long __
STDMETHODIMP
CMAccessible
::
get_extendedStates
(
long
,
BSTR
__RPC_FAR
*
__RPC_FAR
*
,
long
__RPC_FAR
*
)
{
ENTER_PROTECTED_BLOCK
ISDESTROY
()
return
E_NOTIMPL
;
LEAVE_PROTECTED_BLOCK
return
E_NOTIMPL
;
}
...
...
@@ -3161,42 +3146,23 @@ STDMETHODIMP CMAccessible:: get_states(AccessibleStates __RPC_FAR *states )
// return the UNO roles
STDMETHODIMP
CMAccessible
::
get_extendedRole
(
BSTR
__RPC_FAR
*
)
{
ENTER_PROTECTED_BLOCK
ISDESTROY
()
return
E_NOTIMPL
;
LEAVE_PROTECTED_BLOCK
return
E_NOTIMPL
;
}
STDMETHODIMP
CMAccessible
::
get_localizedExtendedRole
(
BSTR
__RPC_FAR
*
)
{
ENTER_PROTECTED_BLOCK
ISDESTROY
()
return
E_NOTIMPL
;
LEAVE_PROTECTED_BLOCK
return
E_NOTIMPL
;
}
STDMETHODIMP
CMAccessible
::
get_nExtendedStates
(
long
__RPC_FAR
*
)
{
ENTER_PROTECTED_BLOCK
ISDESTROY
()
return
E_NOTIMPL
;
LEAVE_PROTECTED_BLOCK
return
E_NOTIMPL
;
}
STDMETHODIMP
CMAccessible
::
get_localizedExtendedStates
(
long
,
BSTR
__RPC_FAR
*
__RPC_FAR
*
,
long
__RPC_FAR
*
)
{
ENTER_PROTECTED_BLOCK
ISDESTROY
()
return
E_NOTIMPL
;
LEAVE_PROTECTED_BLOCK
return
E_NOTIMPL
;
}
...
...
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