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
b7b7e92d
Kaydet (Commit)
b7b7e92d
authored
Nis 06, 2010
tarafından
Frank Schoenheit [fs]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
slidecopy: merge
üst
84ad85f9
ebf2c600
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
AccessibleToolPanelDeckTabBar.cxx
...ibility/source/extended/AccessibleToolPanelDeckTabBar.cxx
+3
-0
AccessibleToolPanelDeckTabBarItem.cxx
...ity/source/extended/AccessibleToolPanelDeckTabBarItem.cxx
+4
-0
No files found.
accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx
Dosyayı görüntüle @
b7b7e92d
...
...
@@ -224,6 +224,7 @@ namespace accessibility
void
AccessibleToolPanelTabBar_Impl
::
PanelInserted
(
const
::
svt
::
PToolPanel
&
i_pPanel
,
const
size_t
i_nPosition
)
{
ENSURE_OR_RETURN_VOID
(
i_nPosition
<=
m_aChildren
.
size
(),
"AccessibleToolPanelTabBar_Impl::PanelInserted: illegal position (or invalid cache!)"
);
(
void
)
i_pPanel
;
m_aChildren
.
insert
(
m_aChildren
.
begin
()
+
i_nPosition
,
NULL
);
m_rAntiImpl
.
NotifyAccessibleEvent
(
AccessibleEventId
::
CHILD
,
Any
(),
makeAny
(
getAccessiblePanelItem
(
i_nPosition
)
)
);
}
...
...
@@ -248,6 +249,7 @@ namespace accessibility
//------------------------------------------------------------------------------------------------------------------
void
AccessibleToolPanelTabBar_Impl
::
LayouterChanged
(
const
::
svt
::
PDeckLayouter
&
i_rNewLayouter
)
{
(
void
)
i_rNewLayouter
;
m_rAntiImpl
.
dispose
();
}
...
...
@@ -435,6 +437,7 @@ namespace accessibility
{
// don't let the base class generate any A11Y events from VclWindowEvent, we completely manage those
// A11Y events ourself
(
void
)
i_rVclWindowEvent
;
return
NULL
;
}
...
...
accessibility/source/extended/AccessibleToolPanelDeckTabBarItem.cxx
Dosyayı görüntüle @
b7b7e92d
...
...
@@ -199,6 +199,7 @@ namespace accessibility
//------------------------------------------------------------------------------------------------------------------
void
AccessibleToolPanelDeckTabBarItem_Impl
::
PanelInserted
(
const
::
svt
::
PToolPanel
&
i_pPanel
,
const
size_t
i_nPosition
)
{
(
void
)
i_pPanel
;
if
(
i_nPosition
<=
m_nItemPos
)
++
m_nItemPos
;
impl_notifyBoundRectChanges
();
...
...
@@ -236,6 +237,7 @@ namespace accessibility
//------------------------------------------------------------------------------------------------------------------
void
AccessibleToolPanelDeckTabBarItem_Impl
::
LayouterChanged
(
const
::
svt
::
PDeckLayouter
&
i_rNewLayouter
)
{
(
void
)
i_rNewLayouter
;
// if the tool panel deck has a new layouter, then the old layouter, and thus all items it was
// responsible for, died. So do we.
dispose
();
...
...
@@ -296,6 +298,7 @@ namespace accessibility
//--------------------------------------------------------------------
Reference
<
XAccessible
>
SAL_CALL
AccessibleToolPanelDeckTabBarItem
::
getAccessibleChild
(
sal_Int32
i
)
throw
(
IndexOutOfBoundsException
,
RuntimeException
)
{
(
void
)
i
;
throw
IndexOutOfBoundsException
(
::
rtl
::
OUString
(),
*
this
);
}
...
...
@@ -371,6 +374,7 @@ namespace accessibility
{
ItemMethodGuard
aGuard
(
*
m_pImpl
);
// we do not have children ...
(
void
)
i_rLocation
;
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