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
2ff2e254
Kaydet (Commit)
2ff2e254
authored
Eyl 12, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
chart2: sal_Bool -> bool
Change-Id: I8d9802c58950ebe46202c4305b58682f6321531a
üst
1eb4a047
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
WrappedStockProperties.cxx
...rce/controller/chartapiwrapper/WrappedStockProperties.cxx
+5
-5
AbstractShapeFactory.hxx
chart2/source/view/inc/AbstractShapeFactory.hxx
+1
-1
OpenglShapeFactory.hxx
chart2/source/view/inc/OpenglShapeFactory.hxx
+1
-1
ShapeFactory.hxx
chart2/source/view/inc/ShapeFactory.hxx
+1
-1
OpenglShapeFactory.cxx
chart2/source/view/main/OpenglShapeFactory.cxx
+1
-1
ShapeFactory.cxx
chart2/source/view/main/ShapeFactory.cxx
+1
-1
No files found.
chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx
Dosyayı görüntüle @
2ff2e254
...
...
@@ -51,7 +51,7 @@ public:
::
com
::
sun
::
star
::
uno
::
Any
getPropertyDefault
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyState
>&
xInnerPropertyState
)
const
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
uno
::
Reference
<
chart2
::
XChartTypeTemplate
>
getNewTemplate
(
sal_B
ool
bNewValue
,
const
OUString
&
rCurrentTemplate
,
const
Reference
<
lang
::
XMultiServiceFactory
>&
xFactory
)
const
=
0
;
virtual
uno
::
Reference
<
chart2
::
XChartTypeTemplate
>
getNewTemplate
(
b
ool
bNewValue
,
const
OUString
&
rCurrentTemplate
,
const
Reference
<
lang
::
XMultiServiceFactory
>&
xFactory
)
const
=
0
;
protected
:
::
boost
::
shared_ptr
<
Chart2ModelContact
>
m_spChart2ModelContact
;
...
...
@@ -124,7 +124,7 @@ public:
::
com
::
sun
::
star
::
uno
::
Any
getPropertyValue
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>&
xInnerPropertySet
)
const
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
uno
::
Reference
<
chart2
::
XChartTypeTemplate
>
getNewTemplate
(
sal_B
ool
bNewValue
,
const
OUString
&
rCurrentTemplate
,
const
Reference
<
lang
::
XMultiServiceFactory
>&
xFactory
)
const
SAL_OVERRIDE
;
uno
::
Reference
<
chart2
::
XChartTypeTemplate
>
getNewTemplate
(
b
ool
bNewValue
,
const
OUString
&
rCurrentTemplate
,
const
Reference
<
lang
::
XMultiServiceFactory
>&
xFactory
)
const
SAL_OVERRIDE
;
};
WrappedVolumeProperty
::
WrappedVolumeProperty
(
::
boost
::
shared_ptr
<
Chart2ModelContact
>
spChart2ModelContact
)
...
...
@@ -162,7 +162,7 @@ WrappedVolumeProperty::~WrappedVolumeProperty()
return
m_aOuterValue
;
}
uno
::
Reference
<
chart2
::
XChartTypeTemplate
>
WrappedVolumeProperty
::
getNewTemplate
(
sal_B
ool
bNewValue
,
const
OUString
&
rCurrentTemplate
,
const
Reference
<
lang
::
XMultiServiceFactory
>&
xFactory
)
const
uno
::
Reference
<
chart2
::
XChartTypeTemplate
>
WrappedVolumeProperty
::
getNewTemplate
(
b
ool
bNewValue
,
const
OUString
&
rCurrentTemplate
,
const
Reference
<
lang
::
XMultiServiceFactory
>&
xFactory
)
const
{
uno
::
Reference
<
chart2
::
XChartTypeTemplate
>
xTemplate
(
0
);
...
...
@@ -195,7 +195,7 @@ public:
::
com
::
sun
::
star
::
uno
::
Any
getPropertyValue
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>&
xInnerPropertySet
)
const
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
uno
::
Reference
<
chart2
::
XChartTypeTemplate
>
getNewTemplate
(
sal_B
ool
bNewValue
,
const
OUString
&
rCurrentTemplate
,
const
Reference
<
lang
::
XMultiServiceFactory
>&
xFactory
)
const
SAL_OVERRIDE
;
uno
::
Reference
<
chart2
::
XChartTypeTemplate
>
getNewTemplate
(
b
ool
bNewValue
,
const
OUString
&
rCurrentTemplate
,
const
Reference
<
lang
::
XMultiServiceFactory
>&
xFactory
)
const
SAL_OVERRIDE
;
};
WrappedUpDownProperty
::
WrappedUpDownProperty
(
::
boost
::
shared_ptr
<
Chart2ModelContact
>
spChart2ModelContact
)
:
WrappedStockProperty
(
"UpDown"
,
uno
::
makeAny
(
sal_False
)
,
spChart2ModelContact
)
...
...
@@ -230,7 +230,7 @@ WrappedUpDownProperty::~WrappedUpDownProperty()
}
return
m_aOuterValue
;
}
uno
::
Reference
<
chart2
::
XChartTypeTemplate
>
WrappedUpDownProperty
::
getNewTemplate
(
sal_B
ool
bNewValue
,
const
OUString
&
rCurrentTemplate
,
const
Reference
<
lang
::
XMultiServiceFactory
>&
xFactory
)
const
uno
::
Reference
<
chart2
::
XChartTypeTemplate
>
WrappedUpDownProperty
::
getNewTemplate
(
b
ool
bNewValue
,
const
OUString
&
rCurrentTemplate
,
const
Reference
<
lang
::
XMultiServiceFactory
>&
xFactory
)
const
{
uno
::
Reference
<
chart2
::
XChartTypeTemplate
>
xTemplate
(
0
);
if
(
bNewValue
)
//add open series
...
...
chart2/source/view/inc/AbstractShapeFactory.hxx
Dosyayı görüntüle @
2ff2e254
...
...
@@ -138,7 +138,7 @@ public:
,
const
Stripe
&
rStripe
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>&
xSourceProp
,
const
tPropertyNameMap
&
rPropertyNameMap
,
sal_B
ool
bDoubleSided
=
true
,
b
ool
bDoubleSided
=
true
,
short
nRotatedTexture
=
0
//0 to 7 are the different possibilities
,
bool
bFlatNormals
=
true
)
=
0
;
...
...
chart2/source/view/inc/OpenglShapeFactory.hxx
Dosyayı görüntüle @
2ff2e254
...
...
@@ -89,7 +89,7 @@ public:
,
const
Stripe
&
rStripe
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>&
xSourceProp
,
const
tPropertyNameMap
&
rPropertyNameMap
,
sal_B
ool
bDoubleSided
=
true
,
b
ool
bDoubleSided
=
true
,
short
nRotatedTexture
=
0
//0 to 7 are the different possibilities
,
bool
bFlatNormals
=
true
)
SAL_OVERRIDE
;
...
...
chart2/source/view/inc/ShapeFactory.hxx
Dosyayı görüntüle @
2ff2e254
...
...
@@ -99,7 +99,7 @@ public:
,
const
Stripe
&
rStripe
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>&
xSourceProp
,
const
tPropertyNameMap
&
rPropertyNameMap
,
sal_B
ool
bDoubleSided
=
true
,
b
ool
bDoubleSided
=
true
,
short
nRotatedTexture
=
0
//0 to 7 are the different possibilities
,
bool
bFlatNormals
=
true
)
SAL_OVERRIDE
;
...
...
chart2/source/view/main/OpenglShapeFactory.cxx
Dosyayı görüntüle @
2ff2e254
...
...
@@ -221,7 +221,7 @@ uno::Reference< drawing::XShape >
,
const
Stripe
&
rStripe
,
const
uno
::
Reference
<
beans
::
XPropertySet
>&
xSourceProp
,
const
tPropertyNameMap
&
rPropertyNameMap
,
sal_B
ool
,
b
ool
,
short
,
bool
)
{
...
...
chart2/source/view/main/ShapeFactory.cxx
Dosyayı görüntüle @
2ff2e254
...
...
@@ -976,7 +976,7 @@ uno::Reference< drawing::XShape >
,
const
Stripe
&
rStripe
,
const
uno
::
Reference
<
beans
::
XPropertySet
>&
xSourceProp
,
const
tPropertyNameMap
&
rPropertyNameMap
,
sal_B
ool
bDoubleSided
,
b
ool
bDoubleSided
,
short
nRotatedTexture
,
bool
bFlatNormals
)
{
...
...
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