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
de139552
Kaydet (Commit)
de139552
authored
Ock 17, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: Id85765e1ae560364d8cf5e33b509473a362d63ed
üst
f8e5ba4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
chart2uno.hxx
sc/inc/chart2uno.hxx
+2
-2
chart2uno.cxx
sc/source/ui/unoobj/chart2uno.cxx
+2
-2
No files found.
sc/inc/chart2uno.hxx
Dosyayı görüntüle @
de139552
...
@@ -184,7 +184,7 @@ private:
...
@@ -184,7 +184,7 @@ private:
ScDocument
*
m_pDocument
;
ScDocument
*
m_pDocument
;
SfxItemPropertySet
m_aPropSet
;
SfxItemPropertySet
m_aPropSet
;
sal_Bool
m_bIncludeHiddenCells
;
bool
m_bIncludeHiddenCells
;
};
};
// DataSource
// DataSource
...
@@ -428,7 +428,7 @@ private:
...
@@ -428,7 +428,7 @@ private:
// properties
// properties
::
com
::
sun
::
star
::
chart2
::
data
::
DataSequenceRole
m_aRole
;
::
com
::
sun
::
star
::
chart2
::
data
::
DataSequenceRole
m_aRole
;
sal_Bool
m_bIncludeHiddenCells
;
bool
m_bIncludeHiddenCells
;
// internals
// internals
typedef
boost
::
scoped_ptr
<
std
::
vector
<
ScTokenRef
>
>
TokenListPtr
;
typedef
boost
::
scoped_ptr
<
std
::
vector
<
ScTokenRef
>
>
TokenListPtr
;
...
...
sc/source/ui/unoobj/chart2uno.cxx
Dosyayı görüntüle @
de139552
...
@@ -1008,7 +1008,7 @@ void lcl_convertTokensToString(OUString& rStr, const vector<ScTokenRef>& rTokens
...
@@ -1008,7 +1008,7 @@ void lcl_convertTokensToString(OUString& rStr, const vector<ScTokenRef>& rTokens
ScChart2DataProvider
::
ScChart2DataProvider
(
ScDocument
*
pDoc
)
ScChart2DataProvider
::
ScChart2DataProvider
(
ScDocument
*
pDoc
)
:
m_pDocument
(
pDoc
)
:
m_pDocument
(
pDoc
)
,
m_aPropSet
(
lcl_GetDataProviderPropertyMap
())
,
m_aPropSet
(
lcl_GetDataProviderPropertyMap
())
,
m_bIncludeHiddenCells
(
sal_T
rue
)
,
m_bIncludeHiddenCells
(
t
rue
)
{
{
if
(
m_pDocument
)
if
(
m_pDocument
)
m_pDocument
->
AddUnoObject
(
*
this
);
m_pDocument
->
AddUnoObject
(
*
this
);
...
@@ -3465,7 +3465,7 @@ void SAL_CALL ScChart2DataSequence::setPropertyValue(
...
@@ -3465,7 +3465,7 @@ void SAL_CALL ScChart2DataSequence::setPropertyValue(
}
}
else
if
(
rPropertyName
==
SC_UNONAME_INCLUDEHIDDENCELLS
)
else
if
(
rPropertyName
==
SC_UNONAME_INCLUDEHIDDENCELLS
)
{
{
sal_B
ool
bOldValue
=
m_bIncludeHiddenCells
;
b
ool
bOldValue
=
m_bIncludeHiddenCells
;
if
(
!
(
rValue
>>=
m_bIncludeHiddenCells
))
if
(
!
(
rValue
>>=
m_bIncludeHiddenCells
))
throw
lang
::
IllegalArgumentException
();
throw
lang
::
IllegalArgumentException
();
if
(
bOldValue
!=
m_bIncludeHiddenCells
)
if
(
bOldValue
!=
m_bIncludeHiddenCells
)
...
...
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