summaryrefslogtreecommitdiff
path: root/include/drawinglayer/geometry
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-20 11:18:42 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-21 06:37:21 +0000
commitc9bae4ddc10abcb5b99898f41310aeceb6792356 (patch)
treee40fef0484e080c1ec3dbdba2b0f47d507de5532 /include/drawinglayer/geometry
parent59a601d1de038b9a3807c650142cd78e31f421c8 (diff)
com::sun::star->css in include/drawinglayer
Change-Id: Icc8bf14bd7876df321958bc0ed24a5587213827f Reviewed-on: https://gerrit.libreoffice.org/19488 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/drawinglayer/geometry')
-rw-r--r--include/drawinglayer/geometry/viewinformation2d.hxx14
-rw-r--r--include/drawinglayer/geometry/viewinformation3d.hxx10
2 files changed, 12 insertions, 12 deletions
diff --git a/include/drawinglayer/geometry/viewinformation2d.hxx b/include/drawinglayer/geometry/viewinformation2d.hxx
index 967959feaa3b..79e3eb42e92c 100644
--- a/include/drawinglayer/geometry/viewinformation2d.hxx
+++ b/include/drawinglayer/geometry/viewinformation2d.hxx
@@ -52,7 +52,7 @@ namespace drawinglayer
together with UNO API definitions and supports holding a sequence of PropertyValues.
The most used data is for convenience offered directly using basegfx tooling classes.
It is an implementation to support the sequence of PropertyValues used in a
- ::com::sun::star::graphic::XPrimitive2D for C++ implementations working with those
+ css::graphic::XPrimitive2D for C++ implementations working with those
*/
class DRAWINGLAYER_DLLPUBLIC ViewInformation2D
{
@@ -96,9 +96,9 @@ namespace drawinglayer
const basegfx::B2DHomMatrix& rObjectTransformation,
const basegfx::B2DHomMatrix& rViewTransformation,
const basegfx::B2DRange& rViewport,
- const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& rxDrawPage,
+ const css::uno::Reference< css::drawing::XDrawPage >& rxDrawPage,
double fViewTime,
- const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rExtendedParameters);
+ const css::uno::Sequence< css::beans::PropertyValue >& rExtendedParameters);
/** Constructor: Create a ViewInformation2D
@@ -107,7 +107,7 @@ namespace drawinglayer
other parameters. This constructor is feeded completely with a sequence of PropertyValues
which will be parsed to be able to offer the most used ones in a convenient way.
*/
- explicit ViewInformation2D(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rViewParameters);
+ explicit ViewInformation2D(const css::uno::Sequence< css::beans::PropertyValue >& rViewParameters);
/// default (empty) constructor
ViewInformation2D();
@@ -130,7 +130,7 @@ namespace drawinglayer
const basegfx::B2DHomMatrix& getViewTransformation() const;
const basegfx::B2DRange& getViewport() const;
double getViewTime() const;
- const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& getVisualizedPage() const;
+ const css::uno::Reference< css::drawing::XDrawPage >& getVisualizedPage() const;
/// On-demand prepared Object to View transformation and its inverse for convenience
const basegfx::B2DHomMatrix& getObjectToViewTransformation() const;
@@ -153,7 +153,7 @@ namespace drawinglayer
as PropertyValues. This set completely describes this ViewInformation2D and
can be used for complete information transport over UNO API.
*/
- const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& getViewInformationSequence() const;
+ const css::uno::Sequence< css::beans::PropertyValue >& getViewInformationSequence() const;
/** Get the uno::Sequence< beans::PropertyValue > which contains only ViewInformation
not offered directly
@@ -163,7 +163,7 @@ namespace drawinglayer
incarnations of ViewInformation2D without losing the only with PropertyValues
defined data. It does not contain a complete description.
*/
- const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& getExtendedInformationSequence() const;
+ const css::uno::Sequence< css::beans::PropertyValue >& getExtendedInformationSequence() const;
};
} // end of namespace geometry
} // end of namespace drawinglayer
diff --git a/include/drawinglayer/geometry/viewinformation3d.hxx b/include/drawinglayer/geometry/viewinformation3d.hxx
index 81ffbc318592..c5f2da0ce833 100644
--- a/include/drawinglayer/geometry/viewinformation3d.hxx
+++ b/include/drawinglayer/geometry/viewinformation3d.hxx
@@ -50,7 +50,7 @@ namespace drawinglayer
together with UNO API definitions and supports holding a sequence of PropertyValues.
The most used data is for convenience offered directly using basegfx tooling classes.
It is an implementation to support the sequence of PropertyValues used in a
- ::com::sun::star::graphic::XPrimitive3D for C++ implementations working with those
+ css::graphic::XPrimitive3D for C++ implementations working with those
*/
class DRAWINGLAYER_DLLPUBLIC ViewInformation3D
{
@@ -103,7 +103,7 @@ namespace drawinglayer
const basegfx::B3DHomMatrix& rProjection,
const basegfx::B3DHomMatrix& rDeviceToView,
double fViewTime,
- const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rExtendedParameters);
+ const css::uno::Sequence< css::beans::PropertyValue >& rExtendedParameters);
/** Constructor: Create a ViewInformation3D
@@ -112,7 +112,7 @@ namespace drawinglayer
other parameters. This constructor is feeded completely with a sequence of PropertyValues
which will be parsed to be able to offer the most used ones in a convenient way.
*/
- explicit ViewInformation3D(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rViewParameters);
+ explicit ViewInformation3D(const css::uno::Sequence< css::beans::PropertyValue >& rViewParameters);
/// default (empty) constructor
ViewInformation3D();
@@ -150,7 +150,7 @@ namespace drawinglayer
as PropertyValues. This set completely describes this ViewInformation3D and
can be used for complete information transport over UNO API.
*/
- const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& getViewInformationSequence() const;
+ const css::uno::Sequence< css::beans::PropertyValue >& getViewInformationSequence() const;
/** Get the uno::Sequence< beans::PropertyValue > which contains only ViewInformation
not offered directly
@@ -160,7 +160,7 @@ namespace drawinglayer
incarnations of ViewInformation3D without losing the only with PropertyValues
defined data. It does not contain a complete description.
*/
- const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& getExtendedInformationSequence() const;
+ const css::uno::Sequence< css::beans::PropertyValue >& getExtendedInformationSequence() const;
};
} // end of namespace geometry
} // end of namespace drawinglayer