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
f9567d29
Kaydet (Commit)
f9567d29
authored
Kas 04, 2009
tarafından
Mihaela Kedikova
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fixes for i106470
üst
806ac2fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
AccessibleGridControlTableCell.cxx
...bility/source/extended/AccessibleGridControlTableCell.cxx
+0
-1
No files found.
accessibility/source/extended/AccessibleGridControlTableCell.cxx
Dosyayı görüntüle @
f9567d29
...
@@ -80,7 +80,6 @@ namespace accessibility
...
@@ -80,7 +80,6 @@ namespace accessibility
DBG_CTOR
(
svt_AccessibleGridControlCell
,
NULL
);
DBG_CTOR
(
svt_AccessibleGridControlCell
,
NULL
);
// set accessible name here, because for that we need the position of the cell
// set accessible name here, because for that we need the position of the cell
// and so the base class isn't capable of doing this
// and so the base class isn't capable of doing this
sal_Int32
nPos
=
_nRowPos
*
_rTable
.
GetColumnCount
()
+
_nColPos
;
::
rtl
::
OUString
aAccName
;
::
rtl
::
OUString
aAccName
;
if
(
_eType
==
TCTYPE_TABLECELL
)
if
(
_eType
==
TCTYPE_TABLECELL
)
aAccName
=
_rTable
.
GetAccessibleObjectName
(
TCTYPE_TABLECELL
,
_nRowPos
,
_nColPos
);
aAccName
=
_rTable
.
GetAccessibleObjectName
(
TCTYPE_TABLECELL
,
_nRowPos
,
_nColPos
);
...
...
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