summaryrefslogtreecommitdiff
path: root/include/oox/ole
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ole')
-rw-r--r--include/oox/ole/axcontrol.hxx12
-rw-r--r--include/oox/ole/axcontrolfragment.hxx2
-rw-r--r--include/oox/ole/olehelper.hxx6
-rw-r--r--include/oox/ole/vbaproject.hxx2
4 files changed, 11 insertions, 11 deletions
diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx
index 25a91398a201..59e56dc3cedd 100644
--- a/include/oox/ole/axcontrol.hxx
+++ b/include/oox/ole/axcontrol.hxx
@@ -219,7 +219,7 @@ public:
sal_uInt32 nOleColor ) const;
static void convertToMSColor(
- PropertySet& rPropSet,
+ PropertySet const & rPropSet,
sal_Int32 nPropId,
sal_uInt32& nOleColor,
sal_uInt32 nDefault = 0 );
@@ -236,7 +236,7 @@ public:
bool bHorizontal );
static void convertToMSOrientation(
- PropertySet& rPropMap,
+ PropertySet const & rPropMap,
bool& bHorizontal );
/** Converts the vertical alignment to UNO properties. */
@@ -281,7 +281,7 @@ public:
sal_Int32 nSpecialEffect ) const;
static void convertToAxBorder(
- PropertySet& rPropSet,
+ PropertySet const & rPropSet,
sal_uInt32& nBorderColor,
sal_Int32& nBorderStyle,
sal_Int32& nSpecialEffect );
@@ -292,7 +292,7 @@ public:
sal_Int32 nSpecialEffect );
static void convertToAxVisualEffect(
- PropertySet& rPropSet,
+ PropertySet const & rPropSet,
sal_Int32& nSpecialEffect );
/** Converts the passed picture stream and Forms 2.0 position to UNO
@@ -319,7 +319,7 @@ public:
bool bAwtModel );
static void convertToAxState(
- PropertySet& rPropSet,
+ PropertySet const & rPropSet,
OUString& rValue,
sal_Int32& nMultiSelect,
ApiDefaultStateMode eDefStateMode,
@@ -332,7 +332,7 @@ public:
sal_Int32 nOrientation );
static void convertToAxOrientation(
- PropertySet& rPropSet,
+ PropertySet const & rPropSet,
const AxPairData& rSize,
sal_Int32& nOrientation );
diff --git a/include/oox/ole/axcontrolfragment.hxx b/include/oox/ole/axcontrolfragment.hxx
index a741aed06794..cc11252aa418 100644
--- a/include/oox/ole/axcontrolfragment.hxx
+++ b/include/oox/ole/axcontrolfragment.hxx
@@ -41,7 +41,7 @@ class AxControlPropertyContext : public ::oox::core::ContextHandler2
{
public:
explicit AxControlPropertyContext(
- ::oox::core::FragmentHandler2& rFragment,
+ ::oox::core::FragmentHandler2 const & rFragment,
ControlModelBase& rModel );
virtual ::oox::core::ContextHandlerRef
diff --git a/include/oox/ole/olehelper.hxx b/include/oox/ole/olehelper.hxx
index a0fe764e19c5..19b871ad27de 100644
--- a/include/oox/ole/olehelper.hxx
+++ b/include/oox/ole/olehelper.hxx
@@ -152,10 +152,10 @@ protected:
public:
MSConvertOCXControls( const css::uno::Reference< css::frame::XModel >& rxModel );
virtual ~MSConvertOCXControls() override;
- bool ReadOCXStorage( tools::SvRef<SotStorage>& rSrc1, css::uno::Reference< css::form::XFormComponent > & rxFormComp );
- bool ReadOCXCtlsStream(tools::SvRef<SotStorageStream>& rSrc1, css::uno::Reference< css::form::XFormComponent > & rxFormComp,
+ bool ReadOCXStorage( tools::SvRef<SotStorage> const & rSrc1, css::uno::Reference< css::form::XFormComponent > & rxFormComp );
+ bool ReadOCXCtlsStream(tools::SvRef<SotStorageStream> const & rSrc1, css::uno::Reference< css::form::XFormComponent > & rxFormComp,
sal_Int32 nPos, sal_Int32 nSize );
- static bool WriteOCXStream( const css::uno::Reference< css::frame::XModel >& rxModel, tools::SvRef<SotStorage> &rSrc1, const css::uno::Reference< css::awt::XControlModel > &rControlModel, const css::awt::Size& rSize,OUString &rName);
+ static bool WriteOCXStream( const css::uno::Reference< css::frame::XModel >& rxModel, tools::SvRef<SotStorage> const &rSrc1, const css::uno::Reference< css::awt::XControlModel > &rControlModel, const css::awt::Size& rSize,OUString &rName);
static bool WriteOCXExcelKludgeStream( const css::uno::Reference< css::frame::XModel >& rxModel, const css::uno::Reference< css::io::XOutputStream >& xOutStrm, const css::uno::Reference< css::awt::XControlModel > &rControlModel, const css::awt::Size& rSize,OUString &rName);
};
diff --git a/include/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx
index 4e6aacf24ad6..8e170324e9f4 100644
--- a/include/oox/ole/vbaproject.hxx
+++ b/include/oox/ole/vbaproject.hxx
@@ -146,7 +146,7 @@ public:
/** Attaches VBA macros to objects registered via registerMacroAttacher(). */
void attachMacros();
- void setOleOverridesSink( css::uno::Reference< css::container::XNameContainer >& rxOleOverridesSink ){ mxOleOverridesSink = rxOleOverridesSink; }
+ void setOleOverridesSink( css::uno::Reference< css::container::XNameContainer > const & rxOleOverridesSink ){ mxOleOverridesSink = rxOleOverridesSink; }
protected:
/** Registers a dummy module that will be created when the VBA project is