diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-09 10:11:00 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-09 12:41:09 +0000 |
commit | 5a308b1239a09417507b0d05090ff2d3418d5133 (patch) | |
tree | 990fa9015a4107e4916691eb4dee80fa5713e96b /include/xmloff | |
parent | c1a227600d0b16df283162d24f1a31f5c9cee474 (diff) |
V801: Decreased performance
Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/SchXMLImportHelper.hxx | 4 | ||||
-rw-r--r-- | include/xmloff/SettingsExportHelper.hxx | 4 | ||||
-rw-r--r-- | include/xmloff/formlayerexport.hxx | 2 | ||||
-rw-r--r-- | include/xmloff/xmlimppr.hxx | 8 |
4 files changed, 9 insertions, 9 deletions
diff --git a/include/xmloff/SchXMLImportHelper.hxx b/include/xmloff/SchXMLImportHelper.hxx index b4dd0e518e33..e96b500b30a6 100644 --- a/include/xmloff/SchXMLImportHelper.hxx +++ b/include/xmloff/SchXMLImportHelper.hxx @@ -94,9 +94,9 @@ public: SvXMLImport& rImport, sal_uInt16 nPrefix, const OUString& rLocalName, const com::sun::star::uno::Reference< - com::sun::star::frame::XModel > xChartModel, + com::sun::star::frame::XModel >& rChartModel, const com::sun::star::uno::Reference< - com::sun::star::xml::sax::XAttributeList >& xAttrList ); + com::sun::star::xml::sax::XAttributeList >& rAttrList ); /** set the auto-style context that will be used to retrieve auto-styles used inside the following <chart:chart> element to parse diff --git a/include/xmloff/SettingsExportHelper.hxx b/include/xmloff/SettingsExportHelper.hxx index 346a20c8c560..32677e095c75 100644 --- a/include/xmloff/SettingsExportHelper.hxx +++ b/include/xmloff/SettingsExportHelper.hxx @@ -77,10 +77,10 @@ class XMLOFF_DLLPUBLIC XMLSettingsExportHelper const OUString& rName, const bool bNameAccess) const; void exportNameAccess( - const com::sun::star::uno::Reference<com::sun::star::container::XNameAccess>& aNamed, + const com::sun::star::uno::Reference<com::sun::star::container::XNameAccess>& rNamed, const OUString& rName) const; void exportIndexAccess( - const com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> aIndexed, + const com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>& rIndexed, const OUString& rName) const; void exportSymbolDescriptors( diff --git a/include/xmloff/formlayerexport.hxx b/include/xmloff/formlayerexport.hxx index 346e7455e13a..7aaf8a5af969 100644 --- a/include/xmloff/formlayerexport.hxx +++ b/include/xmloff/formlayerexport.hxx @@ -163,7 +163,7 @@ namespace xmloff to the form layer exporter.<br/> Of course you have to do this before calling <member>exportForms</member></p> */ - void excludeFromExport( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > _rxControl ); + void excludeFromExport( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& _rxControl ); }; diff --git a/include/xmloff/xmlimppr.hxx b/include/xmloff/xmlimppr.hxx index f4b271f3f289..59807ecd0216 100644 --- a/include/xmloff/xmlimppr.hxx +++ b/include/xmloff/xmlimppr.hxx @@ -105,15 +105,15 @@ public: sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const; void CheckSpecialContext( - const ::std::vector< XMLPropertyState >& aProperties, + const ::std::vector< XMLPropertyState >& rProperties, const ::com::sun::star::uno::Reference< - ::com::sun::star::beans::XPropertySet > rPropSet, + ::com::sun::star::beans::XPropertySet >& rPropSet, _ContextID_Index_Pair* pSpecialContextIds ) const; bool FillPropertySet( - const ::std::vector< XMLPropertyState >& aProperties, + const ::std::vector< XMLPropertyState >& rProperties, const ::com::sun::star::uno::Reference< - ::com::sun::star::beans::XPropertySet > rPropSet, + ::com::sun::star::beans::XPropertySet >& rPropSet, _ContextID_Index_Pair* pSpecialContextIds = NULL ) const; void FillPropertySequence( |