summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/propertyexport.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-26 08:43:00 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-11-26 10:47:02 +0000
commit80735fcbb0503ff1de198d1d9936fed9f5ae77a2 (patch)
tree7c126266aecb7561f46897bd9c997c085a3a96df /xmloff/source/forms/propertyexport.hxx
parent4112ecadd53f7ae48e007dd5024f077aca305062 (diff)
com::sun::star->css in xmloff/
Change-Id: Iee6e21e093fb1383f19a0716dbc1c341f446b8c2 Reviewed-on: https://gerrit.libreoffice.org/20192 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/source/forms/propertyexport.hxx')
-rw-r--r--xmloff/source/forms/propertyexport.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx
index c8f545ef140e..4af543b5251d 100644
--- a/xmloff/source/forms/propertyexport.hxx
+++ b/xmloff/source/forms/propertyexport.hxx
@@ -65,11 +65,11 @@ namespace xmloff
protected:
IFormsExportContext& m_rContext;
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
+ const css::uno::Reference< css::beans::XPropertySet >
m_xProps;
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
+ const css::uno::Reference< css::beans::XPropertySetInfo >
m_xPropertyInfo;
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >
+ const css::uno::Reference< css::beans::XPropertyState >
m_xPropertyState;
// caching
@@ -84,7 +84,7 @@ namespace xmloff
the property set to be exported
*/
OPropertyExport(IFormsExportContext& _rContext,
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxProps);
+ const css::uno::Reference< css::beans::XPropertySet >& _rxProps);
protected:
/** examines a property set given for all properties which's value are to made persistent
@@ -95,7 +95,7 @@ namespace xmloff
void examinePersistence();
template< typename T > void exportRemainingPropertiesSequence(
- com::sun::star::uno::Any const & value,
+ css::uno::Any const & value,
token::XMLTokenEnum eValueAttName);
void exportRemainingProperties();
@@ -325,7 +325,7 @@ namespace xmloff
the value to convert
*/
OUString implConvertAny(
- const ::com::sun::star::uno::Any& _rValue);
+ const css::uno::Any& _rValue);
/**
@return
@@ -341,7 +341,7 @@ namespace xmloff
</ul>
If the type is not convertible, float is returned
*/
- static ::xmloff::token::XMLTokenEnum implGetPropertyXMLType(const ::com::sun::star::uno::Type& _rType);
+ static ::xmloff::token::XMLTokenEnum implGetPropertyXMLType(const css::uno::Type& _rType);
#ifdef DBG_UTIL
void AddAttribute(sal_uInt16 _nPrefix, const sal_Char* _pName, const OUString& _rValue);
@@ -377,11 +377,11 @@ namespace xmloff
*/
void dbg_implCheckProperty(
const OUString& _rPropertyName,
- const ::com::sun::star::uno::Type* _pType);
+ const css::uno::Type* _pType);
// void dbg_implCheckProperty(
// const sal_Char* _rPropertyName,
-// const ::com::sun::star::uno::Type* _pType)
+// const css::uno::Type* _pType)
// {
// dbg_implCheckProperty(OUString::createFromAscii(_rPropertyName), _pType);
// }