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
6c9aca77
Kaydet (Commit)
6c9aca77
authored
Şub 13, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I138508cae0e342f7b259607ffb0403d985103326
üst
58c957e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
AccessiblePreviewCell.cxx
sc/source/ui/Accessibility/AccessiblePreviewCell.cxx
+3
-3
AccessiblePreviewCell.hxx
sc/source/ui/inc/AccessiblePreviewCell.hxx
+2
-2
No files found.
sc/source/ui/Accessibility/AccessiblePreviewCell.cxx
Dosyayı görüntüle @
6c9aca77
...
...
@@ -252,7 +252,7 @@ Rectangle ScAccessiblePreviewCell::GetBoundingBox() const throw (uno::RuntimeExc
return
aCellRect
;
}
sal_B
ool
ScAccessiblePreviewCell
::
IsDefunc
(
b
ool
ScAccessiblePreviewCell
::
IsDefunc
(
const
uno
::
Reference
<
XAccessibleStateSet
>&
rxParentStates
)
{
return
ScAccessibleContextBase
::
IsDefunc
()
||
(
mpDoc
==
NULL
)
||
(
mpViewShell
==
NULL
)
||
!
getAccessibleParent
().
is
()
||
...
...
@@ -265,13 +265,13 @@ bool ScAccessiblePreviewCell::IsEditable(
return
false
;
}
sal_B
ool
ScAccessiblePreviewCell
::
IsOpaque
(
b
ool
ScAccessiblePreviewCell
::
IsOpaque
(
const
uno
::
Reference
<
XAccessibleStateSet
>&
/* rxParentStates */
)
{
// test whether there is a background color
//! could be moved to ScAccessibleCellBase
sal_Bool
bOpaque
(
sal_T
rue
);
bool
bOpaque
(
t
rue
);
if
(
mpDoc
)
{
const
SvxBrushItem
*
pItem
=
(
const
SvxBrushItem
*
)
mpDoc
->
GetAttr
(
...
...
sc/source/ui/inc/AccessiblePreviewCell.hxx
Dosyayı görüntüle @
6c9aca77
...
...
@@ -95,13 +95,13 @@ private:
accessibility
::
AccessibleTextHelper
*
mpTextHelper
;
sal_B
ool
IsDefunc
(
b
ool
IsDefunc
(
const
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
accessibility
::
XAccessibleStateSet
>&
rxParentStates
);
virtual
bool
IsEditable
(
const
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
accessibility
::
XAccessibleStateSet
>&
rxParentStates
);
sal_B
ool
IsOpaque
(
b
ool
IsOpaque
(
const
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
accessibility
::
XAccessibleStateSet
>&
rxParentStates
);
...
...
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