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
e579d453
Kaydet (Commit)
e579d453
authored
Kas 26, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document::ProcessWindowEvent now just forwards to baseclass
Change-Id: Ia4c224105e15c8eea90a9c98161981ff10661044
üst
efb23f29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
+0
-23
textwindowaccessibility.hxx
...ty/inc/accessibility/extended/textwindowaccessibility.hxx
+0
-4
textwindowaccessibility.cxx
accessibility/source/extended/textwindowaccessibility.cxx
+0
-19
No files found.
accessibility/inc/accessibility/extended/textwindowaccessibility.hxx
Dosyayı görüntüle @
e579d453
...
...
@@ -555,10 +555,6 @@ public:
css
::
uno
::
Reference
<
css
::
accessibility
::
XAccessibleRelationSet
>
retrieveParagraphRelationSet
(
ParagraphImpl
const
*
pParagraph
);
protected
:
// window event listener from base class
virtual
void
ProcessWindowEvent
(
const
VclWindowEvent
&
rVclWindowEvent
);
private
:
virtual
::
sal_Int32
SAL_CALL
getAccessibleChildCount
()
throw
(
css
::
uno
::
RuntimeException
);
...
...
accessibility/source/extended/textwindowaccessibility.cxx
Dosyayı görüntüle @
e579d453
...
...
@@ -1503,25 +1503,6 @@ Document::retrieveParagraphRelationSet( ParagraphImpl const * pParagraph )
return
xSet
;
}
void
Document
::
ProcessWindowEvent
(
const
VclWindowEvent
&
rVclWindowEvent
)
{
switch
(
rVclWindowEvent
.
GetId
()
)
{
case
VCLEVENT_WINDOW_GETFOCUS
:
case
VCLEVENT_WINDOW_LOSEFOCUS
:
{
// #107179# if our parent is a compound control (e.g. MultiLineEdit),
// suppress the window focus events here
// IAccessible2 implementation 2009
//if ( !m_bCompoundControlChild )
VCLXAccessibleComponent
::
ProcessWindowEvent
(
rVclWindowEvent
);
}
break
;
default
:
VCLXAccessibleComponent
::
ProcessWindowEvent
(
rVclWindowEvent
);
}
}
// virtual
::
sal_Int32
SAL_CALL
Document
::
getAccessibleChildCount
()
throw
(
css
::
uno
::
RuntimeException
)
...
...
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