summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/implrenderer.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/cppcanvas/source/mtfrenderer/implrenderer.cxx b/cppcanvas/source/mtfrenderer/implrenderer.cxx
index 59f855ceab4f..65b9d21a37ee 100644
--- a/cppcanvas/source/mtfrenderer/implrenderer.cxx
+++ b/cppcanvas/source/mtfrenderer/implrenderer.cxx
@@ -118,7 +118,7 @@ namespace
// force alpha part of color to
// opaque. transparent painting is done
- // explicitely via META_TRANSPARENT_ACTION
+ // explicitly via META_TRANSPARENT_ACTION
aColor.SetTransparency(0);
//aColor.SetTransparency(128);
@@ -304,7 +304,7 @@ namespace
// TODO(F1): Interpret OutDev::GetRefPoint() for the start of the dashing.
- // interpret dash info only if explicitely enabled as
+ // interpret dash info only if explicitly enabled as
// style
const ::basegfx::B2DSize aDistance( rLineInfo.GetDistance(), 0 );
const double nDistance( (rState.mapModeTransform * aDistance).getX() );
@@ -1389,7 +1389,7 @@ namespace cppcanvas
VERBOSE_TRACE( "ImplRenderer::createActions(): non-polygonal clip "
"region encountered, falling back to bounding box!" );
- // #121806# explicitely kept integer
+ // #121806# explicitly kept integer
Rectangle aClipRect(
rVDev.LogicToPixel(
pClipAction->GetRegion().GetBoundRect() ) );
@@ -1405,7 +1405,7 @@ namespace cppcanvas
// set new clip polygon (don't intersect
// with old one, just set it)
- // #121806# explicitely kept integer
+ // #121806# explicitly kept integer
updateClipping(
rVDev.LogicToPixel(
pClipAction->GetRegion().GetPolyPolygon() ).getB2DPolyPolygon(),
@@ -1421,7 +1421,7 @@ namespace cppcanvas
{
MetaISectRectClipRegionAction* pClipAction = static_cast<MetaISectRectClipRegionAction*>(pCurrAct);
- // #121806# explicitely kept integer
+ // #121806# explicitly kept integer
Rectangle aClipRect(
rVDev.LogicToPixel( pClipAction->GetRect() ) );
@@ -1443,7 +1443,7 @@ namespace cppcanvas
VERBOSE_TRACE( "ImplRenderer::createActions(): non-polygonal clip "
"region encountered, falling back to bounding box!" );
- // #121806# explicitely kept integer
+ // #121806# explicitly kept integer
Rectangle aClipRect(
rVDev.LogicToPixel( pClipAction->GetRegion().GetBoundRect() ) );
@@ -1457,7 +1457,7 @@ namespace cppcanvas
{
// intersect current clip with given clip polygon
- // #121806# explicitely kept integer
+ // #121806# explicitly kept integer
updateClipping(
rVDev.LogicToPixel(
pClipAction->GetRegion().GetPolyPolygon() ).getB2DPolyPolygon(),
@@ -1502,7 +1502,7 @@ namespace cppcanvas
// force alpha part of color to
// opaque. transparent painting is done
- // explicitely via META_TRANSPARENT_ACTION
+ // explicitly via META_TRANSPARENT_ACTION
aColor.SetTransparency(0);
getState( rStates ).textColor =
@@ -1640,7 +1640,7 @@ namespace cppcanvas
MetaEPSAction* pAct = static_cast<MetaEPSAction*>(pCurrAct);
const GDIMetaFile& rSubstitute = pAct->GetSubstitute();
- // #121806# explicitely kept integer
+ // #121806# explicitly kept integer
const Size aMtfSize( rSubstitute.GetPrefSize() );
const Size aMtfSizePixPre( rVDev.LogicToPixel( aMtfSize,
rSubstitute.GetPrefMapMode() ) );