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
1ad68bd3
Kaydet (Commit)
1ad68bd3
authored
Haz 03, 2010
tarafından
Philipp Lohmann [pl]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl112: #i111983# remove unused code (thanks cmc !)
üst
5110e6dc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
21 deletions
+0
-21
AccessibleGridControlTableBase.hxx
...accessibility/extended/AccessibleGridControlTableBase.hxx
+0
-8
AccessibleGridControlTableBase.cxx
...bility/source/extended/AccessibleGridControlTableBase.cxx
+0
-13
No files found.
accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx
Dosyayı görüntüle @
1ad68bd3
...
...
@@ -173,14 +173,6 @@ public:
protected
:
// internal helper methods ------------------------------------------------
/** @attention This method requires locked mutex's and a living object.
@param nColumn
the position of the column in the Accessible world
@return
the position of the column in VCL the Accessible world
*/
sal_uInt16
implToVCLColumnPos
(
sal_Int32
nColumn
)
const
;
/** @attention This method requires locked mutex's and a living object.
@return The number of cells of the table. */
sal_Int32
implGetChildCount
()
const
;
...
...
accessibility/source/extended/AccessibleGridControlTableBase.cxx
Dosyayı görüntüle @
1ad68bd3
...
...
@@ -220,19 +220,6 @@ Sequence< sal_Int8 > SAL_CALL AccessibleGridControlTableBase::getImplementationI
// internal helper methods ----------------------------------------------------
sal_uInt16
AccessibleGridControlTableBase
::
implToVCLColumnPos
(
sal_Int32
nColumn
)
const
{
sal_uInt16
nVCLPos
=
0
;
if
(
(
0
<=
nColumn
)
&&
(
nColumn
<
m_aTable
.
GetColumnCount
())
)
{
// regard "handle column"
if
(
m_aTable
.
HasRowHeader
()
)
++
nColumn
;
nVCLPos
=
static_cast
<
sal_uInt16
>
(
nColumn
);
}
return
nVCLPos
;
}
sal_Int32
AccessibleGridControlTableBase
::
implGetChildCount
()
const
{
return
m_aTable
.
GetRowCount
()
*
m_aTable
.
GetColumnCount
();
...
...
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