summaryrefslogtreecommitdiff
path: root/include/drawinglayer/attribute
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/attribute')
-rw-r--r--include/drawinglayer/attribute/lineattribute.hxx4
-rw-r--r--include/drawinglayer/attribute/sdrlineattribute.hxx4
-rw-r--r--include/drawinglayer/attribute/sdrobjectattribute3d.hxx20
-rw-r--r--include/drawinglayer/attribute/sdrsceneattribute3d.hxx8
4 files changed, 18 insertions, 18 deletions
diff --git a/include/drawinglayer/attribute/lineattribute.hxx b/include/drawinglayer/attribute/lineattribute.hxx
index 2e45752744c8..6fd84c9ba4fd 100644
--- a/include/drawinglayer/attribute/lineattribute.hxx
+++ b/include/drawinglayer/attribute/lineattribute.hxx
@@ -57,7 +57,7 @@ namespace drawinglayer
const basegfx::BColor& rColor,
double fWidth = 0.0,
basegfx::B2DLineJoin aB2DLineJoin = basegfx::B2DLineJoin::Round,
- com::sun::star::drawing::LineCap aLineCap = com::sun::star::drawing::LineCap_BUTT);
+ css::drawing::LineCap aLineCap = css::drawing::LineCap_BUTT);
LineAttribute();
LineAttribute(const LineAttribute& rCandidate);
LineAttribute& operator=(const LineAttribute& rCandidate);
@@ -73,7 +73,7 @@ namespace drawinglayer
const basegfx::BColor& getColor() const;
double getWidth() const;
basegfx::B2DLineJoin getLineJoin() const;
- com::sun::star::drawing::LineCap getLineCap() const;
+ css::drawing::LineCap getLineCap() const;
};
} // end of namespace attribute
} // end of namespace drawinglayer
diff --git a/include/drawinglayer/attribute/sdrlineattribute.hxx b/include/drawinglayer/attribute/sdrlineattribute.hxx
index 3b3789426a81..ecd2fd1c5d29 100644
--- a/include/drawinglayer/attribute/sdrlineattribute.hxx
+++ b/include/drawinglayer/attribute/sdrlineattribute.hxx
@@ -58,7 +58,7 @@ namespace drawinglayer
double fWidth,
double fTransparence,
const basegfx::BColor& rColor,
- com::sun::star::drawing::LineCap eCap,
+ css::drawing::LineCap eCap,
const ::std::vector< double >& rDotDashArray,
double fFullDotDashLen);
SdrLineAttribute();
@@ -79,7 +79,7 @@ namespace drawinglayer
const basegfx::BColor& getColor() const;
const ::std::vector< double >& getDotDashArray() const;
double getFullDotDashLen() const;
- com::sun::star::drawing::LineCap getCap() const;
+ css::drawing::LineCap getCap() const;
};
} // end of namespace attribute
} // end of namespace drawinglayer
diff --git a/include/drawinglayer/attribute/sdrobjectattribute3d.hxx b/include/drawinglayer/attribute/sdrobjectattribute3d.hxx
index f1fee75eb386..ba34c323f3e0 100644
--- a/include/drawinglayer/attribute/sdrobjectattribute3d.hxx
+++ b/include/drawinglayer/attribute/sdrobjectattribute3d.hxx
@@ -53,11 +53,11 @@ namespace drawinglayer
public:
// constructors/destructor
Sdr3DObjectAttribute(
- ::com::sun::star::drawing::NormalsKind aNormalsKind,
- ::com::sun::star::drawing::TextureProjectionMode aTextureProjectionX,
- ::com::sun::star::drawing::TextureProjectionMode aTextureProjectionY,
- ::com::sun::star::drawing::TextureKind2 aTextureKind,
- ::com::sun::star::drawing::TextureMode aTextureMode,
+ css::drawing::NormalsKind aNormalsKind,
+ css::drawing::TextureProjectionMode aTextureProjectionX,
+ css::drawing::TextureProjectionMode aTextureProjectionY,
+ css::drawing::TextureKind2 aTextureKind,
+ css::drawing::TextureMode aTextureMode,
const MaterialAttribute3D& rMaterial,
bool bNormalsInvert,
bool bDoubleSided,
@@ -74,11 +74,11 @@ namespace drawinglayer
bool operator==(const Sdr3DObjectAttribute& rCandidate) const;
// data read access
- ::com::sun::star::drawing::NormalsKind getNormalsKind() const;
- ::com::sun::star::drawing::TextureProjectionMode getTextureProjectionX() const;
- ::com::sun::star::drawing::TextureProjectionMode getTextureProjectionY() const;
- ::com::sun::star::drawing::TextureKind2 getTextureKind() const;
- ::com::sun::star::drawing::TextureMode getTextureMode() const;
+ css::drawing::NormalsKind getNormalsKind() const;
+ css::drawing::TextureProjectionMode getTextureProjectionX() const;
+ css::drawing::TextureProjectionMode getTextureProjectionY() const;
+ css::drawing::TextureKind2 getTextureKind() const;
+ css::drawing::TextureMode getTextureMode() const;
const MaterialAttribute3D& getMaterial() const;
bool getNormalsInvert() const;
bool getDoubleSided() const;
diff --git a/include/drawinglayer/attribute/sdrsceneattribute3d.hxx b/include/drawinglayer/attribute/sdrsceneattribute3d.hxx
index 8ab2b01e4684..48b1d8cea043 100644
--- a/include/drawinglayer/attribute/sdrsceneattribute3d.hxx
+++ b/include/drawinglayer/attribute/sdrsceneattribute3d.hxx
@@ -52,8 +52,8 @@ namespace drawinglayer
SdrSceneAttribute(
double fDistance,
double fShadowSlant,
- ::com::sun::star::drawing::ProjectionMode aProjectionMode,
- ::com::sun::star::drawing::ShadeMode aShadeMode,
+ css::drawing::ProjectionMode aProjectionMode,
+ css::drawing::ShadeMode aShadeMode,
bool bTwoSidedLighting);
SdrSceneAttribute();
SdrSceneAttribute(const SdrSceneAttribute& rCandidate);
@@ -68,8 +68,8 @@ namespace drawinglayer
// data read access
double getShadowSlant() const;
- ::com::sun::star::drawing::ProjectionMode getProjectionMode() const;
- ::com::sun::star::drawing::ShadeMode getShadeMode() const;
+ css::drawing::ProjectionMode getProjectionMode() const;
+ css::drawing::ShadeMode getShadeMode() const;
bool getTwoSidedLighting() const;
};
} // end of namespace attribute