summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-06 10:51:51 +0200
committerNoel Grandin <noel@peralex.com>2015-11-06 11:55:09 +0200
commit2633976ef3406d48907bd922f067ea04e39c94f1 (patch)
treec29440a174d106805b686299fcaa4a3bacf23592 /sw/source/filter/ww8/ww8par.hxx
parent41d83eb8cd8e9544641182ff19a8c635760e75dc (diff)
com::sun::star->css in sw/source/core
Change-Id: I30016977f1be8fb53dd239367d043de92a9467d9
Diffstat (limited to 'sw/source/filter/ww8/ww8par.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par.hxx62
1 files changed, 31 insertions, 31 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 6c6b3613368e..8406e64d6a75 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -687,11 +687,11 @@ public:
std::vector<OUString> maListEntries;
virtual ~WW8FormulaControl() {}
void FormulaRead(SwWw8ControlType nWhich,SvStream *pD);
- virtual bool Import(const com::sun::star::uno::Reference <
- com::sun::star::lang::XMultiServiceFactory> &rServiceFactory,
- com::sun::star::uno::Reference <
- com::sun::star::form::XFormComponent> &rFComp,
- com::sun::star::awt::Size &rSz) = 0;
+ virtual bool Import(const css::uno::Reference <
+ css::lang::XMultiServiceFactory> &rServiceFactory,
+ css::uno::Reference <
+ css::form::XFormComponent> &rFComp,
+ css::awt::Size &rSz) = 0;
OUString msName;
};
@@ -704,11 +704,11 @@ private:
public:
explicit WW8FormulaCheckBox(SwWW8ImplReader &rR);
- virtual bool Import(const com::sun::star::uno::Reference <
- com::sun::star::lang::XMultiServiceFactory> &rServiceFactory,
- com::sun::star::uno::Reference <
- com::sun::star::form::XFormComponent> &rFComp,
- com::sun::star::awt::Size &rSz) override;
+ virtual bool Import(const css::uno::Reference <
+ css::lang::XMultiServiceFactory> &rServiceFactory,
+ css::uno::Reference <
+ css::form::XFormComponent> &rFComp,
+ css::awt::Size &rSz) override;
};
class WW8FormulaListBox : public WW8FormulaControl
@@ -720,11 +720,11 @@ private:
public:
explicit WW8FormulaListBox(SwWW8ImplReader &rR);
- virtual bool Import(const com::sun::star::uno::Reference <
- com::sun::star::lang::XMultiServiceFactory> &rServiceFactory,
- com::sun::star::uno::Reference <
- com::sun::star::form::XFormComponent> &rFComp,
- com::sun::star::awt::Size &rSz) override;
+ virtual bool Import(const css::uno::Reference <
+ css::lang::XMultiServiceFactory> &rServiceFactory,
+ css::uno::Reference <
+ css::form::XFormComponent> &rFComp,
+ css::awt::Size &rSz) override;
};
class WW8FormulaEditBox : public WW8FormulaControl
@@ -735,11 +735,11 @@ private:
public:
explicit WW8FormulaEditBox(SwWW8ImplReader &rR);
//no real implementation, return false
- virtual bool Import(const com::sun::star::uno::Reference <
- com::sun::star::lang::XMultiServiceFactory> & /* rServiceFactory */,
- com::sun::star::uno::Reference <
- com::sun::star::form::XFormComponent> & /* rFComp */,
- com::sun::star::awt::Size & /* rSz */) override { return false; }
+ virtual bool Import(const css::uno::Reference <
+ css::lang::XMultiServiceFactory> & /* rServiceFactory */,
+ css::uno::Reference <
+ css::form::XFormComponent> & /* rFComp */,
+ css::awt::Size & /* rSz */) override { return false; }
};
class SwMSConvertControls: public oox::ole::MSConvertOCXControls
@@ -747,15 +747,15 @@ class SwMSConvertControls: public oox::ole::MSConvertOCXControls
public:
SwMSConvertControls( SfxObjectShell *pDSh,SwPaM *pP );
bool InsertFormula( WW8FormulaControl &rFormula);
- virtual bool InsertControl(const com::sun::star::uno::Reference<
- com::sun::star::form::XFormComponent >& rFComp,
- const ::com::sun::star::awt::Size& rSize,
- com::sun::star::uno::Reference <
- com::sun::star::drawing::XShape > *pShape, bool bFloatingCtrl) override;
+ virtual bool InsertControl(const css::uno::Reference<
+ css::form::XFormComponent >& rFComp,
+ const css::awt::Size& rSize,
+ css::uno::Reference <
+ css::drawing::XShape > *pShape, bool bFloatingCtrl) override;
bool ExportControl(WW8Export &rWrt, const SdrUnoObj& rFormObj);
bool ReadOCXStream( tools::SvRef<SotStorage>& rSrc1,
- com::sun::star::uno::Reference<
- com::sun::star::drawing::XShape > *pShapeRef=0,
+ css::uno::Reference<
+ css::drawing::XShape > *pShapeRef=0,
bool bFloatingCtrl=false );
private:
sal_uInt32 GenerateObjectID() { return ++mnObjectId; }
@@ -771,7 +771,7 @@ private:
std::map<sal_uInt32,OString> aOldEscherBlipCache;
virtual bool GetOLEStorageName( long nOLEId, OUString& rStorageName,
- tools::SvRef<SotStorage>& rSrcStorage, com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rDestStorage ) const override;
+ tools::SvRef<SotStorage>& rSrcStorage, css::uno::Reference < css::embed::XStorage >& rDestStorage ) const override;
virtual bool ShapeHasText( sal_uLong nShapeId, sal_uLong nFilePos ) const override;
// #i32596# - new parameter <_nCalledByGroup>, which
// indicates, if the OLE object is imported inside a group object
@@ -1692,7 +1692,7 @@ private:
// #i84783#
// determine object attribute "Layout in Table Cell"
bool IsObjectLayoutInTableCell( const sal_uInt32 nLayoutInTableCell ) const;
- bool ReadGlobalTemplateSettings( const OUString& sCreatedFrom, const com::sun::star::uno::Reference< com::sun::star::container::XNameContainer >& xPrjNameMap );
+ bool ReadGlobalTemplateSettings( const OUString& sCreatedFrom, const css::uno::Reference< css::container::XNameContainer >& xPrjNameMap );
SwWW8ImplReader(const SwWW8ImplReader &) = delete;
SwWW8ImplReader& operator=(const SwWW8ImplReader&) = delete;
public: // really private, but can only be done public
@@ -1852,8 +1852,8 @@ public: // really private, but can only be done public
eF_ResT Read_F_FormTextBox( WW8FieldDesc* pF, OUString& rStr);
eF_ResT Read_F_FormCheckBox( WW8FieldDesc* pF, OUString& rStr );
eF_ResT Read_F_FormListBox( WW8FieldDesc* pF, OUString& rStr);
- com::sun::star::awt::Size MiserableDropDownFormHack(const OUString &rString,
- com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>&
+ css::awt::Size MiserableDropDownFormHack(const OUString &rString,
+ css::uno::Reference<css::beans::XPropertySet>&
rPropSet);
eF_ResT Read_F_Macro( WW8FieldDesc*, OUString& rStr);