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
dd5a736a
Kaydet (Commit)
dd5a736a
authored
Şub 19, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: Ieb1f4d55dec800d053f41f906280e172eefa3b6e
üst
759bbba7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
vbaaxis.cxx
sc/source/ui/vba/vbaaxis.cxx
+3
-3
vbaaxis.hxx
sc/source/ui/vba/vbaaxis.hxx
+2
-2
No files found.
sc/source/ui/vba/vbaaxis.cxx
Dosyayı görüntüle @
dd5a736a
...
...
@@ -42,14 +42,14 @@ ScVbaAxis::getChartPtr() throw( uno::RuntimeException )
return
pChart
;
}
sal_B
ool
b
ool
ScVbaAxis
::
isValueAxis
()
throw
(
script
::
BasicErrorException
)
{
if
(
getType
()
==
xlCategory
)
{
DebugHelper
::
exception
(
SbERR_METHOD_FAILED
,
OUString
());
}
return
sal_T
rue
;
return
t
rue
;
}
ScVbaAxis
::
ScVbaAxis
(
const
uno
::
Reference
<
XHelperInterface
>&
xParent
,
const
uno
::
Reference
<
uno
::
XComponentContext
>
&
xContext
,
const
uno
::
Reference
<
beans
::
XPropertySet
>&
_xPropertySet
,
sal_Int32
_nType
,
sal_Int32
_nGroup
)
:
ScVbaAxis_BASE
(
xParent
,
xContext
),
mxPropertySet
(
_xPropertySet
),
mnType
(
_nType
),
mnGroup
(
_nGroup
),
bCrossesAreCustomized
(
false
)
...
...
@@ -136,7 +136,7 @@ ScVbaAxis::setCrosses( ::sal_Int32 _nCrosses ) throw (script::BasicErrorExceptio
bCrossesAreCustomized
=
false
;
break
;
default
:
//xlAxisCrossesCustom
bCrossesAreCustomized
=
sal_T
rue
;
bCrossesAreCustomized
=
t
rue
;
break
;
}
mxPropertySet
->
setPropertyValue
(
AUTOORIGIN
,
uno
::
makeAny
(
false
)
);
...
...
sc/source/ui/vba/vbaaxis.hxx
Dosyayı görüntüle @
dd5a736a
...
...
@@ -31,9 +31,9 @@ class ScVbaAxis : public ScVbaAxis_BASE
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
mxPropertySet
;
sal_Int32
mnType
;
sal_Int32
mnGroup
;
sal_B
ool
bCrossesAreCustomized
;
b
ool
bCrossesAreCustomized
;
ScVbaChart
*
getChartPtr
()
throw
(
css
::
uno
::
RuntimeException
);
sal_B
ool
isValueAxis
()
throw
(
css
::
script
::
BasicErrorException
);
b
ool
isValueAxis
()
throw
(
css
::
script
::
BasicErrorException
);
SAL_WNODEPRECATED_DECLARATIONS_PUSH
std
::
auto_ptr
<
ov
::
ShapeHelper
>
oShapeHelper
;
SAL_WNODEPRECATED_DECLARATIONS_POP
...
...
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