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
a04ccfed
Kaydet (Commit)
a04ccfed
authored
Tem 02, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:casttovoid: accessibility
Change-Id: I397c1c51c166d57917d2a412ec8f59c8a24936f2
üst
bd50d82d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
9 deletions
+4
-9
AccessibleGridControlHeader.cxx
...ssibility/source/extended/AccessibleGridControlHeader.cxx
+1
-2
AccessibleGridControlTable.cxx
accessibility/source/extended/AccessibleGridControlTable.cxx
+2
-5
accessibleeditbrowseboxcell.cxx
...ssibility/source/extended/accessibleeditbrowseboxcell.cxx
+1
-2
No files found.
accessibility/source/extended/AccessibleGridControlHeader.cxx
Dosyayı görüntüle @
a04ccfed
...
...
@@ -159,9 +159,8 @@ sal_Bool SAL_CALL AccessibleGridControlHeader::isAccessibleRowSelected( sal_Int3
return
false
;
}
//columns aren't selectable
sal_Bool
SAL_CALL
AccessibleGridControlHeader
::
isAccessibleColumnSelected
(
sal_Int32
nColumn
)
sal_Bool
SAL_CALL
AccessibleGridControlHeader
::
isAccessibleColumnSelected
(
sal_Int32
)
{
(
void
)
nColumn
;
return
false
;
}
//not implemented
...
...
accessibility/source/extended/AccessibleGridControlTable.cxx
Dosyayı görüntüle @
a04ccfed
...
...
@@ -184,9 +184,8 @@ sal_Bool SAL_CALL AccessibleGridControlTable::isAccessibleRowSelected( sal_Int32
}
//columns aren't selectable
sal_Bool
SAL_CALL
AccessibleGridControlTable
::
isAccessibleColumnSelected
(
sal_Int32
nColumn
)
sal_Bool
SAL_CALL
AccessibleGridControlTable
::
isAccessibleColumnSelected
(
sal_Int32
)
{
(
void
)
nColumn
;
return
false
;
}
...
...
@@ -220,7 +219,6 @@ sal_Bool SAL_CALL AccessibleGridControlTable::isAccessibleSelected(
ensureIsAlive
();
ensureIsValidAddress
(
nRow
,
nColumn
);
(
void
)
nColumn
;
//selection of single cells not possible, so if row is selected, the cell will be selected too
return
isAccessibleRowSelected
(
nRow
);
}
...
...
@@ -282,12 +280,11 @@ AccessibleGridControlTable::getSelectedAccessibleChild( sal_Int32 nSelectedChild
}
//not implemented yet, because only row selection possible
void
SAL_CALL
AccessibleGridControlTable
::
deselectAccessibleChild
(
sal_Int32
nSelectedChildIndex
)
sal_Int32
)
{
SolarMutexGuard
aSolarGuard
;
ensureIsAlive
();
(
void
)
nSelectedChildIndex
;
}
// XInterface -----------------------------------------------------------------
...
...
accessibility/source/extended/accessibleeditbrowseboxcell.cxx
Dosyayı görüntüle @
a04ccfed
...
...
@@ -226,9 +226,8 @@ namespace accessibility
{
xMyContext
->
dispose
();
}
catch
(
const
Exception
&
e
)
catch
(
const
Exception
&
)
{
(
void
)
e
;
OSL_FAIL
(
"EditBrowseBoxTableCellAccess::disposing: caught an exception while disposing the context!"
);
}
}
...
...
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