Kaydet (Commit) 2ff2e254 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

chart2: sal_Bool -> bool

Change-Id: I8d9802c58950ebe46202c4305b58682f6321531a
üst 1eb4a047
...@@ -51,7 +51,7 @@ public: ...@@ -51,7 +51,7 @@ public:
::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >& xInnerPropertyState ) const ::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; 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_Bool bNewValue, const OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const = 0; virtual uno::Reference< chart2::XChartTypeTemplate > getNewTemplate( bool bNewValue, const OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const = 0;
protected: protected:
::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact; ::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
...@@ -124,7 +124,7 @@ public: ...@@ -124,7 +124,7 @@ public:
::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const ::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; throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
uno::Reference< chart2::XChartTypeTemplate > getNewTemplate( sal_Bool bNewValue, const OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const SAL_OVERRIDE; uno::Reference< chart2::XChartTypeTemplate > getNewTemplate( bool bNewValue, const OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const SAL_OVERRIDE;
}; };
WrappedVolumeProperty::WrappedVolumeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) WrappedVolumeProperty::WrappedVolumeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
...@@ -162,7 +162,7 @@ WrappedVolumeProperty::~WrappedVolumeProperty() ...@@ -162,7 +162,7 @@ WrappedVolumeProperty::~WrappedVolumeProperty()
return m_aOuterValue; return m_aOuterValue;
} }
uno::Reference< chart2::XChartTypeTemplate > WrappedVolumeProperty::getNewTemplate( sal_Bool bNewValue, const OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const uno::Reference< chart2::XChartTypeTemplate > WrappedVolumeProperty::getNewTemplate( bool bNewValue, const OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const
{ {
uno::Reference< chart2::XChartTypeTemplate > xTemplate(0); uno::Reference< chart2::XChartTypeTemplate > xTemplate(0);
...@@ -195,7 +195,7 @@ public: ...@@ -195,7 +195,7 @@ public:
::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const ::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; throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
uno::Reference< chart2::XChartTypeTemplate > getNewTemplate( sal_Bool bNewValue, const OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const SAL_OVERRIDE; uno::Reference< chart2::XChartTypeTemplate > getNewTemplate( bool bNewValue, const OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const SAL_OVERRIDE;
}; };
WrappedUpDownProperty::WrappedUpDownProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) WrappedUpDownProperty::WrappedUpDownProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
: WrappedStockProperty( "UpDown", uno::makeAny(sal_False) , spChart2ModelContact ) : WrappedStockProperty( "UpDown", uno::makeAny(sal_False) , spChart2ModelContact )
...@@ -230,7 +230,7 @@ WrappedUpDownProperty::~WrappedUpDownProperty() ...@@ -230,7 +230,7 @@ WrappedUpDownProperty::~WrappedUpDownProperty()
} }
return m_aOuterValue; return m_aOuterValue;
} }
uno::Reference< chart2::XChartTypeTemplate > WrappedUpDownProperty::getNewTemplate( sal_Bool bNewValue, const OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const uno::Reference< chart2::XChartTypeTemplate > WrappedUpDownProperty::getNewTemplate( bool bNewValue, const OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const
{ {
uno::Reference< chart2::XChartTypeTemplate > xTemplate(0); uno::Reference< chart2::XChartTypeTemplate > xTemplate(0);
if( bNewValue ) //add open series if( bNewValue ) //add open series
......
...@@ -138,7 +138,7 @@ public: ...@@ -138,7 +138,7 @@ public:
, const Stripe& rStripe , const Stripe& rStripe
, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSourceProp , const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSourceProp
, const tPropertyNameMap& rPropertyNameMap , const tPropertyNameMap& rPropertyNameMap
, sal_Bool bDoubleSided = true , bool bDoubleSided = true
, short nRotatedTexture = 0 //0 to 7 are the different possibilities , short nRotatedTexture = 0 //0 to 7 are the different possibilities
, bool bFlatNormals=true ) = 0; , bool bFlatNormals=true ) = 0;
......
...@@ -89,7 +89,7 @@ public: ...@@ -89,7 +89,7 @@ public:
, const Stripe& rStripe , const Stripe& rStripe
, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSourceProp , const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSourceProp
, const tPropertyNameMap& rPropertyNameMap , const tPropertyNameMap& rPropertyNameMap
, sal_Bool bDoubleSided = true , bool bDoubleSided = true
, short nRotatedTexture = 0 //0 to 7 are the different possibilities , short nRotatedTexture = 0 //0 to 7 are the different possibilities
, bool bFlatNormals=true ) SAL_OVERRIDE; , bool bFlatNormals=true ) SAL_OVERRIDE;
......
...@@ -99,7 +99,7 @@ public: ...@@ -99,7 +99,7 @@ public:
, const Stripe& rStripe , const Stripe& rStripe
, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSourceProp , const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSourceProp
, const tPropertyNameMap& rPropertyNameMap , const tPropertyNameMap& rPropertyNameMap
, sal_Bool bDoubleSided = true , bool bDoubleSided = true
, short nRotatedTexture = 0 //0 to 7 are the different possibilities , short nRotatedTexture = 0 //0 to 7 are the different possibilities
, bool bFlatNormals=true ) SAL_OVERRIDE; , bool bFlatNormals=true ) SAL_OVERRIDE;
......
...@@ -221,7 +221,7 @@ uno::Reference< drawing::XShape > ...@@ -221,7 +221,7 @@ uno::Reference< drawing::XShape >
, const Stripe& rStripe , const Stripe& rStripe
, const uno::Reference< beans::XPropertySet >& xSourceProp , const uno::Reference< beans::XPropertySet >& xSourceProp
, const tPropertyNameMap& rPropertyNameMap , const tPropertyNameMap& rPropertyNameMap
, sal_Bool , bool
, short , short
, bool ) , bool )
{ {
......
...@@ -976,7 +976,7 @@ uno::Reference< drawing::XShape > ...@@ -976,7 +976,7 @@ uno::Reference< drawing::XShape >
, const Stripe& rStripe , const Stripe& rStripe
, const uno::Reference< beans::XPropertySet >& xSourceProp , const uno::Reference< beans::XPropertySet >& xSourceProp
, const tPropertyNameMap& rPropertyNameMap , const tPropertyNameMap& rPropertyNameMap
, sal_Bool bDoubleSided , bool bDoubleSided
, short nRotatedTexture , short nRotatedTexture
, bool bFlatNormals ) , bool bFlatNormals )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment