typo fix: explicitely -> explicitly
This commit is contained in:
parent
9ee19c8fad
commit
e10fc18fb2
@ -42,7 +42,7 @@ namespace idl
|
||||
{
|
||||
|
||||
|
||||
/** A namespace for ->Type s, as they are explicitely written in code.
|
||||
/** A namespace for ->Type s, as they are explicitly written in code.
|
||||
|
||||
The search/identification string is usually the local name of
|
||||
the Type. But for templated structs, the search string has this
|
||||
|
@ -63,7 +63,7 @@ namespace basegfx
|
||||
BASEGFX_DLLPUBLIC B2DPolyPolygon addPointsAtCuts(const B2DPolyPolygon& rCandidate, const B2DPoint& rStart, const B2DPoint& rEnd);
|
||||
|
||||
// look for intersections of rCandidate with the mask Polygon and add extra points there.
|
||||
// The mask polygon is assumed to be closed, even when it's not explicitely.
|
||||
// The mask polygon is assumed to be closed, even when it's not explicitly.
|
||||
BASEGFX_DLLPUBLIC B2DPolygon addPointsAtCuts(const B2DPolygon& rCandidate, const B2DPolyPolygon& rMask);
|
||||
BASEGFX_DLLPUBLIC B2DPolyPolygon addPointsAtCuts(const B2DPolyPolygon& rCandidate, const B2DPolyPolygon& rMask);
|
||||
|
||||
|
@ -44,7 +44,7 @@ namespace basegfx
|
||||
// of the contained polygons in not changed but used as topological information.
|
||||
// Self crossovers of the contained sub-polygons are implicitely handled, but to not lose
|
||||
// the topological information, it may be necessary to remove self-intersections of the
|
||||
// contained sub-polygons in a preparing step and to explicitely correct their orientations.
|
||||
// contained sub-polygons in a preparing step and to explicitly correct their orientations.
|
||||
BASEGFX_DLLPUBLIC B2DPolyPolygon solveCrossovers(const B2DPolyPolygon& rCandidate);
|
||||
|
||||
// Version for single polygons. This is for solving self-intersections. Result will be free of
|
||||
|
@ -943,7 +943,7 @@ public class OOoBean
|
||||
a Java class which implements all interfaces which the service
|
||||
<type scope="com::sun::star::frame">Frame</a> implements.
|
||||
Thus, methods can be called directly without queryInterface.
|
||||
This feature might be implemented by UNO or explicitely coded.
|
||||
This feature might be implemented by UNO or explicitly coded.
|
||||
|
||||
@throws NoConnectionException
|
||||
if the connection is not established.
|
||||
@ -969,7 +969,7 @@ public class OOoBean
|
||||
a Java class which implements all interfaces which the service
|
||||
<type scope="com::sun::star::frame">Controller</a> implements.
|
||||
Thus, methods can be called directly without queryInterface.
|
||||
This feature might be implemented by UNO or explicitely coded.
|
||||
This feature might be implemented by UNO or explicitly coded.
|
||||
|
||||
@throws NoConnectionException
|
||||
if the connection is not established.
|
||||
@ -998,7 +998,7 @@ public class OOoBean
|
||||
<type scope="com::sun::star::document">OfficeDocument</a>
|
||||
implements.
|
||||
Thus, methods can be called directly without queryInterface.
|
||||
This feature might be implemented by UNO or explicitely coded.
|
||||
This feature might be implemented by UNO or explicitly coded.
|
||||
|
||||
@throws NoConnectionException
|
||||
if the connection is not established.
|
||||
|
@ -528,7 +528,7 @@ if (@pieces > 1 && $is_lo_build_dir == 0 ) {
|
||||
die "Error: \"$source_dir\" is not a valid libreoffice-core directory\n";
|
||||
}
|
||||
|
||||
# just a single piece tarball can be generated from piece directory; version must be explicitely set in this case
|
||||
# just a single piece tarball can be generated from piece directory; version must be explicitly set in this case
|
||||
if (@pieces == 1 && $is_lo_build_dir == 0 && ! defined $set_version ) {
|
||||
die "Error: version must be set using the --set-version=<version> option\n" unless (defined $set_version);
|
||||
}
|
||||
|
@ -190,7 +190,7 @@ namespace canvas
|
||||
|
||||
virtual void SAL_CALL clip( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& aClip ) throw (::com::sun::star::uno::RuntimeException)
|
||||
{
|
||||
// NULL xClip explicitely allowed here (to clear clipping)
|
||||
// NULL xClip explicitly allowed here (to clear clipping)
|
||||
|
||||
typename BaseType::MutexType aGuard( BaseType::m_aMutex );
|
||||
|
||||
|
@ -85,7 +85,7 @@ namespace cairocanvas
|
||||
template args, and furthermore, don't want to derive
|
||||
::canvas::CanvasBase directly from
|
||||
SurfaceProvider (because derivees of
|
||||
::canvas::CanvasBase have to explicitely forward the
|
||||
::canvas::CanvasBase have to explicitly forward the
|
||||
XInterface methods (e.g. via DECLARE_UNO3_AGG_DEFAULTS)
|
||||
anyway).
|
||||
*/
|
||||
|
@ -70,7 +70,7 @@ namespace cairocanvas
|
||||
template args, and furthermore, don't want to derive
|
||||
::canvas::CanvasCustomSpriteBase directly from
|
||||
::canvas::Sprite (because derivees of
|
||||
::canvas::CanvasCustomSpriteBase have to explicitely forward
|
||||
::canvas::CanvasCustomSpriteBase have to explicitly forward
|
||||
the XInterface methods (e.g. via DECLARE_UNO3_AGG_DEFAULTS)
|
||||
anyway). Basically, ::canvas::CanvasCustomSpriteBase should
|
||||
remain a base class that provides implementation, not to
|
||||
|
@ -84,7 +84,7 @@ namespace cairocanvas
|
||||
template args, and furthermore, don't want to derive
|
||||
::canvas::SpriteCanvasBase directly from
|
||||
::canvas::SpriteSurface (because derivees of
|
||||
::canvas::SpriteCanvasBase have to explicitely forward the
|
||||
::canvas::SpriteCanvasBase have to explicitly forward the
|
||||
XInterface methods (e.g. via DECLARE_UNO3_AGG_DEFAULTS)
|
||||
anyway). Basically, ::canvas::CanvasCustomSpriteBase should
|
||||
remain a base class that provides implementation, not to
|
||||
|
@ -69,7 +69,7 @@ namespace dxcanvas
|
||||
template args, and furthermore, don't want to derive
|
||||
::canvas::CanvasCustomSpriteBase directly from
|
||||
::canvas::Sprite (because derivees of
|
||||
::canvas::CanvasCustomSpriteBase have to explicitely forward
|
||||
::canvas::CanvasCustomSpriteBase have to explicitly forward
|
||||
the XInterface methods (e.g. via DECLARE_UNO3_AGG_DEFAULTS)
|
||||
anyway). Basically, ::canvas::CanvasCustomSpriteBase should
|
||||
remain a base class that provides implementation, not to
|
||||
|
@ -395,7 +395,7 @@ namespace dxcanvas
|
||||
&rStops[0],
|
||||
rStops.size() );
|
||||
|
||||
// explicitely setup center point. Since the center of GDI+
|
||||
// explicitly setup center point. Since the center of GDI+
|
||||
// gradients are by default the _centroid_ of the path
|
||||
// (i.e. the weighted sum of edge points), it will not
|
||||
// necessarily coincide with our notion of center.
|
||||
|
@ -81,7 +81,7 @@ namespace dxcanvas
|
||||
template args, and furthermore, don't want to derive
|
||||
::canvas::SpriteCanvasBase directly from
|
||||
::canvas::SpriteSurface (because derivees of
|
||||
::canvas::SpriteCanvasBase have to explicitely forward the
|
||||
::canvas::SpriteCanvasBase have to explicitly forward the
|
||||
XInterface methods (e.g. via DECLARE_UNO3_AGG_DEFAULTS)
|
||||
anyway). Basically, ::canvas::CanvasCustomSpriteBase should
|
||||
remain a base class that provides implementation, not to
|
||||
|
@ -69,7 +69,7 @@ namespace nullcanvas
|
||||
template args, and furthermore, don't want to derive
|
||||
::canvas::CanvasCustomSpriteBase directly from
|
||||
::canvas::Sprite (because derivees of
|
||||
::canvas::CanvasCustomSpriteBase have to explicitely forward
|
||||
::canvas::CanvasCustomSpriteBase have to explicitly forward
|
||||
the XInterface methods (e.g. via DECLARE_UNO3_AGG_DEFAULTS)
|
||||
anyway). Basically, ::canvas::CanvasCustomSpriteBase should
|
||||
remain a base class that provides implementation, not to
|
||||
|
@ -78,7 +78,7 @@ namespace nullcanvas
|
||||
template args, and furthermore, don't want to derive
|
||||
::canvas::SpriteCanvasBase directly from
|
||||
::canvas::SpriteSurface (because derivees of
|
||||
::canvas::SpriteCanvasBase have to explicitely forward the
|
||||
::canvas::SpriteCanvasBase have to explicitly forward the
|
||||
XInterface methods (e.g. via DECLARE_UNO3_AGG_DEFAULTS)
|
||||
anyway). Basically, ::canvas::CanvasCustomSpriteBase should
|
||||
remain a base class that provides implementation, not to
|
||||
|
@ -326,7 +326,7 @@ namespace canvas
|
||||
void CanvasCustomSpriteHelper::clip( const Sprite::Reference& rSprite,
|
||||
const uno::Reference< rendering::XPolyPolygon2D >& xClip )
|
||||
{
|
||||
// NULL xClip explicitely allowed here (to clear clipping)
|
||||
// NULL xClip explicitly allowed here (to clear clipping)
|
||||
|
||||
// retrieve bounds before and after clip change.
|
||||
const ::basegfx::B2DRectangle& rPrevBounds( getUpdateArea() );
|
||||
|
@ -71,7 +71,7 @@ namespace vclcanvas
|
||||
template args, and furthermore, don't want to derive
|
||||
::canvas::CanvasCustomSpriteBase directly from
|
||||
::canvas::Sprite (because derivees of
|
||||
::canvas::CanvasCustomSpriteBase have to explicitely forward
|
||||
::canvas::CanvasCustomSpriteBase have to explicitly forward
|
||||
the XInterface methods (e.g. via DECLARE_UNO3_AGG_DEFAULTS)
|
||||
anyway). Basically, ::canvas::CanvasCustomSpriteBase should
|
||||
remain a base class that provides implementation, not to
|
||||
|
@ -215,7 +215,7 @@ namespace vclcanvas
|
||||
basegfx::tools::KeyStopLerp aLerper(rValues.maStops);
|
||||
|
||||
// only iterate nStepCount-1 steps, as the last strip is
|
||||
// explicitely painted below
|
||||
// explicitly painted below
|
||||
for( unsigned int i=0; i<nStepCount-1; ++i )
|
||||
{
|
||||
std::ptrdiff_t nIndex;
|
||||
@ -407,7 +407,7 @@ namespace vclcanvas
|
||||
basegfx::fround( fT*rInnerPoint.getY() + (1-fT)*rOuterPoint.getY() ) );
|
||||
}
|
||||
|
||||
// close polygon explicitely
|
||||
// close polygon explicitly
|
||||
aTempPoly[(sal_uInt16)p] = aTempPoly[0];
|
||||
|
||||
// TODO(P1): compare with vcl/source/gdi/outdev4.cxx,
|
||||
@ -471,7 +471,7 @@ namespace vclcanvas
|
||||
basegfx::fround( fT*rInnerPoint.getY() + (1-fT)*rOuterPoint.getY() ) );
|
||||
}
|
||||
|
||||
// close polygon explicitely
|
||||
// close polygon explicitly
|
||||
aTempPoly[(sal_uInt16)p] = aTempPoly[0];
|
||||
|
||||
// swap inner and outer polygon
|
||||
|
@ -84,7 +84,7 @@ namespace vclcanvas
|
||||
template args, and furthermore, don't want to derive
|
||||
::canvas::SpriteCanvasBase directly from
|
||||
::canvas::SpriteSurface (because derivees of
|
||||
::canvas::SpriteCanvasBase have to explicitely forward the
|
||||
::canvas::SpriteCanvasBase have to explicitly forward the
|
||||
XInterface methods (e.g. via DECLARE_UNO3_AGG_DEFAULTS)
|
||||
anyway). Basically, ::canvas::CanvasCustomSpriteBase should
|
||||
remain a base class that provides implementation, not to
|
||||
|
@ -172,7 +172,7 @@ namespace comphelper
|
||||
C++ pointer.
|
||||
|
||||
This is a static version of the constructor which creates
|
||||
an instance of an implementation type which is explicitely
|
||||
an instance of an implementation type which is explicitly
|
||||
queried for the ImplementationReference's
|
||||
template-parameterized UNO type.
|
||||
|
||||
|
@ -9664,7 +9664,7 @@ if test "$no_parallelism_make" = "YES" ; then
|
||||
fi
|
||||
else
|
||||
GMAKE_PARALLELISM="$BUILD_NCPUS";
|
||||
echo "make 3.81 is prone to crashes with parallelism > 1. Since --with-num-cpus was explicitely given, it is honored, but do not complain when make segfault on you." >> warn
|
||||
echo "make 3.81 is prone to crashes with parallelism > 1. Since --with-num-cpus was explicitly given, it is honored, but do not complain when make segfault on you." >> warn
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -45,7 +45,7 @@ namespace csv
|
||||
|
||||
Dyn forbids the CopyC'tor and operator=(). So you can't incidentally
|
||||
run into problems with compiler defined CopyC'tor or operator=() of the
|
||||
owning class. If you need those, you have to define them explicitely - as
|
||||
owning class. If you need those, you have to define them explicitly - as
|
||||
you should do anyway with all classes, that own members on the heap.
|
||||
|
||||
Dyn also works with incomplete types.
|
||||
|
@ -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() ) );
|
||||
|
@ -281,7 +281,7 @@ class PackageRegistryBackend
|
||||
{
|
||||
//The map held originally WeakReferences. The map entries are removed in the disposing
|
||||
//function, which is called when the XPackages are destructed or they are
|
||||
//explicitely disposed. The latter happens, for example, when a extension is
|
||||
//explicitly disposed. The latter happens, for example, when a extension is
|
||||
//removed (see dp_manager.cxx). However, because of how the help systems work, now
|
||||
// XPackageManager::getDeployedPackages is called often. This results in a lot
|
||||
//of bindPackage calls which are costly. Therefore we keep hard references in
|
||||
|
@ -396,7 +396,7 @@ namespace drawinglayer
|
||||
#else
|
||||
// for non-WIN32 systems things are easier since these accept a Font creation
|
||||
// with initially nWidth != nHeight for FontScaling. Despite that, use zero for
|
||||
// FontWidth when no scaling is used to explicitely have that zero when e.g. the
|
||||
// FontWidth when no scaling is used to explicitly have that zero when e.g. the
|
||||
// Font would be recorded in a MetaFile (The MetaFile FontAction WILL record a
|
||||
// set FontWidth; import that in a WIN32 system, and trouble is there)
|
||||
Font aRetval(
|
||||
|
@ -339,7 +339,7 @@ namespace drawinglayer
|
||||
{
|
||||
// do NOT use erase; for e.g. 8bit Bitmaps, the nearest color to the given
|
||||
// erase color is determined and used -> this may be different from what is
|
||||
// wanted here. Better create a new bitmap with the needed color explicitely
|
||||
// wanted here. Better create a new bitmap with the needed color explicitly
|
||||
BitmapReadAccess* pReadAccess = aChangedBitmap.AcquireReadAccess();
|
||||
OSL_ENSURE(pReadAccess, "Got no Bitmap ReadAccess ?!?");
|
||||
|
||||
|
@ -687,7 +687,7 @@ namespace drawinglayer
|
||||
PRNSPOOL_TRANSPARENTBITMAP_BEGIN, PRNSPOOL_TRANSPARENTBITMAP_END
|
||||
VCL usage when printing PL -> THB. Okay, THB confirms that it is only used as
|
||||
a fix (hack) while VCL printing. It is needed to not downscale a bitmap which
|
||||
was explicitely created for the printer already again to some default maximum
|
||||
was explicitly created for the printer already again to some default maximum
|
||||
bitmap sizes.
|
||||
Nothing to do here for the primitive renderer.
|
||||
|
||||
|
@ -1672,7 +1672,7 @@ void PSWriter::ImplPolyLine( const Polygon & rPoly )
|
||||
}
|
||||
}
|
||||
|
||||
// #104645# explicitely close path if polygon is closed
|
||||
// #104645# explicitly close path if polygon is closed
|
||||
if( rPoly[ 0 ] == rPoly[ nPointCount-1 ] )
|
||||
ImplClosePathDraw( PS_RET );
|
||||
else
|
||||
|
@ -66,7 +66,7 @@ private:
|
||||
|
||||
class cow_wrapper_client2_impl;
|
||||
|
||||
/** test opaque impl type - need to explicitely declare lifetime
|
||||
/** test opaque impl type - need to explicitly declare lifetime
|
||||
methods
|
||||
*/
|
||||
class cow_wrapper_client2
|
||||
|
@ -2097,7 +2097,7 @@ void EffectSequenceHelper::implRebuild()
|
||||
}
|
||||
else
|
||||
{
|
||||
// empty sequence, set duration to 0.0 explicitely
|
||||
// empty sequence, set duration to 0.0 explicitly
|
||||
// (otherwise, this sequence will never end)
|
||||
mxSequenceRoot->setDuration( makeAny((double)0.0) );
|
||||
}
|
||||
@ -3325,7 +3325,7 @@ void MainSequence::createMainSequence()
|
||||
mxSequenceRoot->setUserData( aUserData );
|
||||
|
||||
// empty sequence until now, set duration to 0.0
|
||||
// explicitely (otherwise, this sequence will never
|
||||
// explicitly (otherwise, this sequence will never
|
||||
// end)
|
||||
mxSequenceRoot->setDuration( makeAny((double)0.0) );
|
||||
|
||||
|
@ -135,7 +135,7 @@ namespace slideshow
|
||||
// reinsert an activity that threw
|
||||
// once.
|
||||
|
||||
// NOTE: we explicitely don't catch(...) here,
|
||||
// NOTE: we explicitly don't catch(...) here,
|
||||
// since this will also capture segmentation
|
||||
// violations and the like. In such a case, we
|
||||
// still better let our clients now...
|
||||
@ -151,7 +151,7 @@ namespace slideshow
|
||||
// reinsert an activity that threw
|
||||
// once.
|
||||
|
||||
// NOTE: we explicitely don't catch(...) here,
|
||||
// NOTE: we explicitly don't catch(...) here,
|
||||
// since this will also capture segmentation
|
||||
// violations and the like. In such a case, we
|
||||
// still better let our clients now...
|
||||
|
@ -347,7 +347,7 @@ namespace slideshow
|
||||
|
||||
return 0.0; // though this should be used in concert with
|
||||
// ActivitiesFactory::createSimpleActivity, better
|
||||
// explicitely name our start value.
|
||||
// explicitly name our start value.
|
||||
// Permissible range for operator() above is [0,1]
|
||||
}
|
||||
|
||||
|
@ -149,7 +149,7 @@ public:
|
||||
// disables it).
|
||||
//
|
||||
// NOTE: this is only a problem for animation
|
||||
// nodes that explicitely call
|
||||
// nodes that explicitly call
|
||||
// disableSubsetShape(). Independent shape subsets
|
||||
// (like those created for ParagraphTargets)
|
||||
// solely rely on the ShapeSubset destructor to
|
||||
|
@ -346,7 +346,7 @@ void SAL_CALL EventMultiplexerListener::disposing(
|
||||
{
|
||||
// there's no real point in acting on this message - after all,
|
||||
// the event sources are the XSlideShowViews, which must be
|
||||
// explicitely removed from the slideshow via
|
||||
// explicitly removed from the slideshow via
|
||||
// XSlideShow::removeView(). thus, if a XSlideShowView has
|
||||
// properly removed itself from the slideshow, it will not be
|
||||
// found here. and if it hasn't, there'll be other references at
|
||||
|
@ -259,7 +259,7 @@ namespace slideshow
|
||||
// reinsert an activity that threw
|
||||
// once.
|
||||
|
||||
// NOTE: we explicitely don't catch(...) here,
|
||||
// NOTE: we explicitly don't catch(...) here,
|
||||
// since this will also capture segmentation
|
||||
// violations and the like. In such a case, we
|
||||
// still better let our clients now...
|
||||
@ -275,7 +275,7 @@ namespace slideshow
|
||||
// reinsert an activity that threw
|
||||
// once.
|
||||
|
||||
// NOTE: we explicitely don't catch(...) here,
|
||||
// NOTE: we explicitly don't catch(...) here,
|
||||
// since this will also capture segmentation
|
||||
// violations and the like. In such a case, we
|
||||
// still better let our clients now...
|
||||
|
@ -165,7 +165,7 @@ namespace slideshow
|
||||
// fallthrough intended
|
||||
default:
|
||||
// comment action and all actions not
|
||||
// explicitely handled here:
|
||||
// explicitly handled here:
|
||||
nActionIndex += getNextActionOffset(pCurrAct);
|
||||
break;
|
||||
}
|
||||
|
@ -869,7 +869,7 @@ namespace slideshow
|
||||
}
|
||||
|
||||
// render on new layer (only if not
|
||||
// explicitely disabled)
|
||||
// explicitly disabled)
|
||||
if( !(bBackgroundLayerPainted && bIsBackgroundLayer) )
|
||||
maUpdateShapes.insert( pCurrShape );
|
||||
}
|
||||
|
@ -62,7 +62,7 @@ namespace slideshow
|
||||
the layer manager keeps track of this and also handles
|
||||
starting/stopping of Shape animations. Note that none of
|
||||
the methods actually perform a screen update, this is
|
||||
always delayed until the ActivitiesQueue explicitely
|
||||
always delayed until the ActivitiesQueue explicitly
|
||||
performs it.
|
||||
|
||||
@see Layer
|
||||
|
@ -96,7 +96,7 @@ namespace slideshow
|
||||
This method creates the network of events and
|
||||
activities for all animations. The events and
|
||||
activities are inserted into the constructor-provided
|
||||
queues. These queues are not explicitely cleared, if
|
||||
queues. These queues are not explicitly cleared, if
|
||||
you rely on this object's effects to run without
|
||||
interference, you should clear the queues by yourself.
|
||||
|
||||
|
@ -203,7 +203,7 @@ double ClippingAnimation::getUnderlyingValue() const
|
||||
|
||||
return 0.0; // though this should be used in concert with
|
||||
// ActivitiesFactory::createSimpleActivity, better
|
||||
// explicitely name our start value.
|
||||
// explicitly name our start value.
|
||||
// Permissible range for operator() above is [0,1]
|
||||
}
|
||||
|
||||
|
@ -385,7 +385,7 @@ double SlideChangeBase::getUnderlyingValue() const
|
||||
{
|
||||
return 0.0; // though this should be used in concert with
|
||||
// ActivitiesFactory::createSimpleActivity, better
|
||||
// explicitely name our start value.
|
||||
// explicitly name our start value.
|
||||
// Permissible range for operator() above is [0,1]
|
||||
}
|
||||
|
||||
|
@ -70,12 +70,12 @@ namespace slideshow
|
||||
|
||||
Please note that the attribute layers do <em>not</em>
|
||||
contain the underlying XShape's attributes as
|
||||
default. Instead, attributes not explicitely set by
|
||||
default. Instead, attributes not explicitly set by
|
||||
animations remain in invalid state, allowing the
|
||||
shape's paint method to determine whether they have to
|
||||
override the underlying graphical shape
|
||||
representation. XShape attributes must be passed
|
||||
explicitely to animations which need them (e.g. 'by'
|
||||
explicitly to animations which need them (e.g. 'by'
|
||||
animations).
|
||||
|
||||
@return the new layer
|
||||
@ -107,12 +107,12 @@ namespace slideshow
|
||||
|
||||
Please note that the attribute layers do <em>not</em>
|
||||
contain the underlying XShape's attributes as
|
||||
default. Instead, attributes not explicitely set by
|
||||
default. Instead, attributes not explicitly set by
|
||||
animations remain in invalid state, allowing the
|
||||
shape's paint method to determine whether they have to
|
||||
override the underlying graphical shape
|
||||
representation. XShape attributes must be passed
|
||||
explicitely to animations which need them (e.g. 'by'
|
||||
explicitly to animations which need them (e.g. 'by'
|
||||
animations).
|
||||
|
||||
@return the topmost layer
|
||||
@ -161,7 +161,7 @@ namespace slideshow
|
||||
|
||||
This method returns a clone of this Shape, which
|
||||
renders only the selected subset of itself, but only
|
||||
if such a subset has been explicitely created before.
|
||||
if such a subset has been explicitly created before.
|
||||
|
||||
@param rTreeNode
|
||||
A DocTreeNode instance queried from this Shape, which
|
||||
|
@ -73,7 +73,7 @@ namespace slideshow
|
||||
|
||||
Call this method to reduce the timeout show(), and
|
||||
getInitialSlideBitmap() need to complete. If
|
||||
prefetch() is not called explicitely, the named
|
||||
prefetch() is not called explicitly, the named
|
||||
methods will call it implicitely.
|
||||
*/
|
||||
virtual bool prefetch() = 0;
|
||||
|
@ -140,7 +140,7 @@ sub get_feature_level
|
||||
|
||||
if ( $onefeature->{'Default'} ) { $localdefault = $onefeature->{'Default'}; }
|
||||
|
||||
if ( $localdefault eq "NO" ) # explicitely set Default = "NO"
|
||||
if ( $localdefault eq "NO" ) # explicitly set Default = "NO"
|
||||
{
|
||||
$level = "200"; # deselected in default installation, base is 100
|
||||
if ( $installer::globals::patch ) { $level = "20"; }
|
||||
|
@ -678,7 +678,7 @@ sal_Bool JPEGWriter::Write( const Graphic& rGraphic )
|
||||
|
||||
pAcc = aGraphicBmp.AcquireReadAccess();
|
||||
|
||||
if ( !bGreys ) // bitmap was not explicitely converted into greyscale,
|
||||
if ( !bGreys ) // bitmap was not explicitly converted into greyscale,
|
||||
{ // check if source is greyscale only
|
||||
|
||||
sal_Bool bIsGrey = sal_True;
|
||||
|
@ -1707,7 +1707,7 @@ void SwCntntFrm::MakeAll()
|
||||
|
||||
// If MoveFwd moves the paragraph to the next page, a following
|
||||
// paragraph, which contains footnotes can can cause the old upper
|
||||
// frame to grow. In this case we explicitely allow a new check
|
||||
// frame to grow. In this case we explicitly allow a new check
|
||||
// for MoveBwd. Robust: We also check the bMovedBwd flag again.
|
||||
// If pOldUp was a footnote frame, it has been deleted inside MoveFwd.
|
||||
// Therefore we only check for growing body frames.
|
||||
|
@ -758,7 +758,7 @@ void SwpHints::BuildPortions( SwTxtNode& rNode, SwTxtAttr& rNewHint,
|
||||
}
|
||||
else
|
||||
{
|
||||
// remove all attributes from auto styles, which are explicitely set in
|
||||
// remove all attributes from auto styles, which are explicitly set in
|
||||
// the new character format:
|
||||
OSL_ENSURE( RES_TXTATR_AUTOFMT == (*aIter)->Which(), "AUTOSTYLES - Misc trouble" );
|
||||
SwTxtAttr* pOther = *aIter;
|
||||
|
@ -3591,7 +3591,7 @@ void SwEditWin::MouseMove(const MouseEvent& _rMEvt)
|
||||
}
|
||||
|
||||
if ( USHRT_MAX != nPointer &&
|
||||
// i#35543 - Enhanced table selection is explicitely allowed in table mode
|
||||
// i#35543 - Enhanced table selection is explicitly allowed in table mode
|
||||
( !bChkTblSel || !rSh.IsTableMode() ) )
|
||||
{
|
||||
SetPointer( nPointer );
|
||||
|
@ -191,7 +191,7 @@ sal_Bool SwFlyFrmAttrMgr::InsertFlyFrm()
|
||||
|
||||
/*------------------------------------------------------------------------
|
||||
Description: Insert frames of type eAnchorType. Position and size are
|
||||
being set explicitely.
|
||||
being set explicitly.
|
||||
Not-allowed values of the enumeration type get corrected.
|
||||
------------------------------------------------------------------------*/
|
||||
void SwFlyFrmAttrMgr::InsertFlyFrm(RndStdIds eAnchorType,
|
||||
|
@ -178,7 +178,7 @@ Content* Content::create(
|
||||
sal_Int32 nLastSlash = aURL.lastIndexOf( '/' );
|
||||
if ( ( nLastSlash + 1 ) == aURL.getLength() )
|
||||
{
|
||||
// Client explicitely requested a folder!
|
||||
// Client explicitly requested a folder!
|
||||
if ( !aProps.bIsFolder )
|
||||
return 0;
|
||||
}
|
||||
|
@ -428,7 +428,7 @@ void GDIMetaFile::Play( OutputDevice* pOut, size_t nPos )
|
||||
|
||||
// #i23407# Set backwards-compatible text language and layout mode
|
||||
// This is necessary, since old metafiles don't even know of these
|
||||
// recent add-ons. Newer metafiles must of course explicitely set
|
||||
// recent add-ons. Newer metafiles must of course explicitly set
|
||||
// those states.
|
||||
pOut->Push( PUSH_TEXTLAYOUTMODE|PUSH_TEXTLANGUAGE );
|
||||
pOut->SetLayoutMode( 0 );
|
||||
@ -678,7 +678,7 @@ void GDIMetaFile::Play( OutputDevice* pOut, const Point& rPos,
|
||||
|
||||
// #i23407# Set backwards-compatible text language and layout mode
|
||||
// This is necessary, since old metafiles don't even know of these
|
||||
// recent add-ons. Newer metafiles must of course explicitely set
|
||||
// recent add-ons. Newer metafiles must of course explicitly set
|
||||
// those states.
|
||||
pOut->SetLayoutMode( 0 );
|
||||
pOut->SetDigitLanguage( 0 );
|
||||
|
@ -2063,7 +2063,7 @@ void OutputDevice::ImplDrawAlpha( const Bitmap& rBmp, const AlphaMask& rAlpha,
|
||||
}
|
||||
|
||||
// #110958# Disable alpha VDev, we're doing the necessary
|
||||
// stuff explicitely furher below
|
||||
// stuff explicitly furher below
|
||||
if( mpAlphaVDev )
|
||||
mpAlphaVDev = NULL;
|
||||
|
||||
|
@ -327,7 +327,7 @@ void OutputDevice::DrawTransparent( const PolyPolygon& rPolyPoly,
|
||||
VirtualDevice* pOldAlphaVDev = mpAlphaVDev;
|
||||
|
||||
// #110958# Disable alpha VDev, we perform the necessary
|
||||
// operation explicitely further below.
|
||||
// operation explicitly further below.
|
||||
if( mpAlphaVDev )
|
||||
mpAlphaVDev = NULL;
|
||||
|
||||
|
@ -600,7 +600,7 @@ void ImplRegionBand::XOr( long nXLeft, long nXRight )
|
||||
// #i46602# Reworked rectangle Xor
|
||||
//
|
||||
// In general, we can distinguish 11 cases of intersection
|
||||
// (details below). The old implementation explicitely handled 7
|
||||
// (details below). The old implementation explicitly handled 7
|
||||
// cases (numbered in the order of appearance, use CVS to get your
|
||||
// hands on the old version), therefore, I've sticked to that
|
||||
// order, and added four more cases. The code below references
|
||||
|
@ -1011,7 +1011,7 @@ void SchXMLSeries2Context::setStylesToDataPoints( SeriesDefaultsAndStyles& rSeri
|
||||
|
||||
try
|
||||
{
|
||||
//need to set this explicitely here for old files as the new api does not support this property fully anymore
|
||||
//need to set this explicitly here for old files as the new api does not support this property fully anymore
|
||||
if( bSwitchOffLinesForScatter )
|
||||
xPointProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Lines")),uno::makeAny(sal_False));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user