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
7ba31e35
Kaydet (Commit)
7ba31e35
authored
Kas 02, 2009
tarafından
Mihaela Kedikova
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fixes for i106470
üst
f77062f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
25 deletions
+1
-25
acc_factory.cxx
accessibility/source/helper/acc_factory.cxx
+1
-25
No files found.
accessibility/source/helper/acc_factory.cxx
Dosyayı görüntüle @
7ba31e35
...
@@ -420,7 +420,7 @@ inline bool hasFloatingChild(Window *pWindow)
...
@@ -420,7 +420,7 @@ inline bool hasFloatingChild(Window *pWindow)
return
new
AccessibleBrowseBoxAccess
(
_rxParent
,
_rBrowseBox
);
return
new
AccessibleBrowseBoxAccess
(
_rxParent
,
_rBrowseBox
);
}
}
//--------------------------------------------------------------------
//--------------------------------------------------------------------
IAccessibleTableControl
*
AccessibleFactory
::
createAccessibleTableControl
(
IAccessibleTableControl
*
AccessibleFactory
::
createAccessibleTableControl
(
const
Reference
<
XAccessible
>&
_rxParent
,
IAccessibleTable
&
_rTable
)
const
const
Reference
<
XAccessible
>&
_rxParent
,
IAccessibleTable
&
_rTable
)
const
{
{
...
@@ -454,30 +454,6 @@ inline bool hasFloatingChild(Window *pWindow)
...
@@ -454,30 +454,6 @@ inline bool hasFloatingChild(Window *pWindow)
return
new
AccessibleListBox
(
_rListBox
,
_xParent
);
return
new
AccessibleListBox
(
_rListBox
,
_xParent
);
}
}
////--------------------------------------------------------------------
// Reference< XAccessible > AccessibleFactory::createAccessibleTableHeader(
// const Reference< XAccessible >& rxParent, IAccessibleTable& _rOwningTable, AccessibleTableControlObjType _eObjType) const
// {
// return new AccessibleGridControlHeader( rxParent, _rOwningTable, _eObjType);
// }
////--------------------------------------------------------------------
// Reference< XAccessible > AccessibleFactory::createAccessibleTableCell(
// const Reference< XAccessible >& _rxParent, IAccessibleTable& _rTable,
// const Reference< XWindow >& _xFocusWindow, sal_Int32 _nRowId, sal_uInt16 _nColId ) const
// {
// return new AccessibleGridControlTableCell( _rxParent, _rTable, _xFocusWindow,
// _nRowId, _nColId);
// }
////--------------------------------------------------------------------
// Reference< XAccessible > AccessibleFactory::createAccessibleTableHeaderCell(
// sal_Int32 _nRowId, const Reference< XAccessible >& rxParent, IAccessibleTable& _rTable,
// const Reference< XWindow >& _xFocusWindow, AccessibleTableControlObjType _eObjType) const
// {
// return new AccessibleGridControlHeaderCell( _nRowId, rxParent, _rTable,
// _xFocusWindow, _eObjType);
// }
//--------------------------------------------------------------------
//--------------------------------------------------------------------
Reference
<
XAccessible
>
AccessibleFactory
::
createAccessibleBrowseBoxHeaderBar
(
Reference
<
XAccessible
>
AccessibleFactory
::
createAccessibleBrowseBoxHeaderBar
(
const
Reference
<
XAccessible
>&
rxParent
,
IAccessibleTableProvider
&
_rOwningTable
,
const
Reference
<
XAccessible
>&
rxParent
,
IAccessibleTableProvider
&
_rOwningTable
,
...
...
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