summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/basegfx/raster/rasterconvert3d.hxx6
-rw-r--r--include/comphelper/serviceinfohelper.hxx2
-rw-r--r--include/comphelper/uno3.hxx2
-rw-r--r--include/connectivity/sdbcx/VCollection.hxx2
-rw-r--r--include/cppuhelper/propshlp.hxx2
-rw-r--r--include/dbaccess/ToolBoxHelper.hxx3
-rw-r--r--include/drawinglayer/primitive2d/animatedprimitive2d.hxx5
-rw-r--r--include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/baseprimitive2d.hxx6
-rw-r--r--include/drawinglayer/primitive2d/controlprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/gridprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/helplineprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/polygonprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/primitivetools2d.hxx8
-rw-r--r--include/drawinglayer/primitive2d/sceneprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/texteffectprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive3d/baseprimitive3d.hxx6
-rw-r--r--include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx2
-rw-r--r--include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx2
-rw-r--r--include/drawinglayer/primitive3d/sdrprimitive3d.hxx2
-rw-r--r--include/drawinglayer/processor2d/baseprocessor2d.hxx2
-rw-r--r--include/editeng/editeng.hxx2
-rw-r--r--include/formula/token.hxx8
-rw-r--r--include/formula/tokenarray.hxx2
-rw-r--r--include/sfx2/objsh.hxx2
-rw-r--r--include/sfx2/shell.hxx4
-rw-r--r--include/sfx2/thumbnailview.hxx6
-rw-r--r--include/svl/numuno.hxx4
-rw-r--r--include/svtools/brwbox.hxx4
-rw-r--r--include/svtools/treelistbox.hxx2
-rw-r--r--include/svtools/valueset.hxx6
-rw-r--r--include/svx/fmgridif.hxx2
-rw-r--r--include/svx/sdr/contact/objectcontact.hxx4
-rw-r--r--include/svx/sdr/contact/objectcontactofobjlistpainter.hxx2
-rw-r--r--include/svx/sdr/contact/viewcontact.hxx4
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrobj.hxx2
-rw-r--r--include/svx/sdr/contact/viewobjectcontactredirector.hxx2
-rw-r--r--include/svx/sdr/overlay/overlayobject.hxx4
-rw-r--r--include/svx/sdr/overlay/overlayselection.hxx2
-rw-r--r--include/svx/sdr/properties/properties.hxx14
-rw-r--r--include/svx/svdedtv.hxx2
-rw-r--r--include/svx/svdedxv.hxx2
-rw-r--r--include/svx/svdmodel.hxx9
-rw-r--r--include/svx/svdmrkv.hxx2
-rw-r--r--include/svx/svdpage.hxx2
-rw-r--r--include/svx/svdtext.hxx2
-rw-r--r--include/toolkit/awt/vclxaccessiblecomponent.hxx2
-rw-r--r--include/vcl/print.hxx6
-rw-r--r--include/xmloff/prstylei.hxx4
-rw-r--r--include/xmloff/txtstyli.hxx2
-rw-r--r--include/xmloff/xmlexp.hxx28
-rw-r--r--include/xmloff/xmlmultiimagehelper.hxx2
-rw-r--r--include/xmloff/xmlnume.hxx3
-rw-r--r--include/xmloff/xmlstyle.hxx2
55 files changed, 103 insertions, 107 deletions
diff --git a/include/basegfx/raster/rasterconvert3d.hxx b/include/basegfx/raster/rasterconvert3d.hxx
index 92e7c03f4144..1004a2b1fd96 100644
--- a/include/basegfx/raster/rasterconvert3d.hxx
+++ b/include/basegfx/raster/rasterconvert3d.hxx
@@ -311,7 +311,7 @@ namespace basegfx
} // end of namespace basegfx
-// RasterConversionLineEntry3D for Raterconversion of 3D PolyPolygons
+// RasterConversionLineEntry3D for Rasterconversion of 3D PolyPolygons
namespace basegfx
{
@@ -408,8 +408,8 @@ namespace basegfx
} // end of namespace basegfx
-// the basic RaterConverter itself. Only one method needs to be overloaded. The
-// class itself is strictly virtual
+// the basic RasterConverter itself. Only one method needs to be overridden. The
+// class itself is pure virtual
namespace basegfx
{
diff --git a/include/comphelper/serviceinfohelper.hxx b/include/comphelper/serviceinfohelper.hxx
index 09ae3f2c764c..e5ee70866aec 100644
--- a/include/comphelper/serviceinfohelper.hxx
+++ b/include/comphelper/serviceinfohelper.hxx
@@ -27,7 +27,7 @@ namespace comphelper {
/** this class provides a basic helper for classes supporting the XServiceInfo Interface.
*
- * you can overload the <code>getSupprotedServiceNames</code> to implement a XServiceInfo.
+ * you can override the <code>getSupprotedServiceNames</code> to implement a XServiceInfo.
* you can use the static helper methods to combine your services with that of parent
* or aggregatet classes.
*/
diff --git a/include/comphelper/uno3.hxx b/include/comphelper/uno3.hxx
index b6e2dcd60cc3..533a1a7f030b 100644
--- a/include/comphelper/uno3.hxx
+++ b/include/comphelper/uno3.hxx
@@ -47,7 +47,7 @@ namespace comphelper
virtual void SAL_CALL release() throw() SAL_OVERRIDE { baseclass::release(); }
/** used for declaring UNO3-Defaults, i.e. acquire/release if you want to forward all queryInterfaces to the base class,
- (e.g. if you overload queryAggregation)
+ (e.g. if you override queryAggregation)
*/
#define DECLARE_UNO3_AGG_DEFAULTS(classname, baseclass) \
virtual void SAL_CALL acquire() throw() SAL_OVERRIDE { baseclass::acquire(); } \
diff --git a/include/connectivity/sdbcx/VCollection.hxx b/include/connectivity/sdbcx/VCollection.hxx
index 7573b5a462d5..3cde90b277a4 100644
--- a/include/connectivity/sdbcx/VCollection.hxx
+++ b/include/connectivity/sdbcx/VCollection.hxx
@@ -128,7 +128,7 @@ namespace connectivity
// called when XDrop was called
virtual void dropObject(sal_Int32 _nPos, const OUString& _sElementName);
- /** returns the name for the object. The default implementation ask for the property NAME. If this doesn't satisfy, it has to be overloaded.
+ /** returns the name for the object. The default implementation ask for the property NAME. If this doesn't satisfy, it has to be overridden.
@param _xObject The object where the name should be extracted.
@return The name of the object.
*/
diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx
index fc1ded273699..ec769e354ac8 100644
--- a/include/cppuhelper/propshlp.hxx
+++ b/include/cppuhelper/propshlp.hxx
@@ -348,7 +348,7 @@ protected:
This abstract class maps the methods of the interfaces XMultiPropertySet, XFastPropertySet
and XPropertySet to the methods getInfoHelper, convertFastPropertyValue,
setFastPropertyValue_NoBroadcast and getFastPropertyValue. You must derive from
- this class and overload the methods.
+ this class and override the methods.
It provides a standard implementation of the XPropertySetInfo.
The XPropertiesChangeListener are inserted in the rBHelper.aLC structure.
The XPropertyChangeListener and XVetoableChangeListener with no names are inserted
diff --git a/include/dbaccess/ToolBoxHelper.hxx b/include/dbaccess/ToolBoxHelper.hxx
index 6fe04d5423ac..821294bf4433 100644
--- a/include/dbaccess/ToolBoxHelper.hxx
+++ b/include/dbaccess/ToolBoxHelper.hxx
@@ -54,7 +54,8 @@ namespace dbaui
*/
virtual void setImageList(sal_Int16 _eSymbolsSize) = 0;
- /** only the member will be set, derived classes can overload this function and do what need to be done.
+ /** only the member will be set, derived classes can override
+ this function and do what need to be done.
@param _pTB
The new ToolBox.
@attention
diff --git a/include/drawinglayer/primitive2d/animatedprimitive2d.hxx b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
index 486434f26ef2..4b54c01eee79 100644
--- a/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
@@ -88,8 +88,9 @@ namespace drawinglayer
/// provide unique ID
DeclPrimitive2DIDBlock()
- /** The getDecomposition is overloaded here since the decompose is dependent of the point in time,
- so the default implementation is nut useful here, it needs to be handled locally
+ /** Override getDecomposition() here since the decompose
+ depends on the point in time, so the default implementation is
+ not useful here, it needs to be handled locally
*/
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
};
diff --git a/include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx b/include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx
index 2b48c9112b4a..3b789eb00bcb 100644
--- a/include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx
@@ -73,7 +73,7 @@ namespace drawinglayer
/// provide unique ID
DeclPrimitive2DIDBlock()
- /// Overload standard getDecomposition call to be view-dependent here
+ /// Override standard getDecomposition call to be view-dependent here
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
};
} // end of namespace primitive2d
diff --git a/include/drawinglayer/primitive2d/baseprimitive2d.hxx b/include/drawinglayer/primitive2d/baseprimitive2d.hxx
index 42d586ee0a68..f72ff91b2f46 100644
--- a/include/drawinglayer/primitive2d/baseprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/baseprimitive2d.hxx
@@ -149,8 +149,8 @@ namespace drawinglayer
/** the ==operator is mainly needed to allow testing newly-created primitives against their last
incarnation which buffers/holds the made decompositions. The default implementation
- uses getPrimitive2DID()-calls to test if it's the same ID at last. Overloaded implementation are then
- based on this implementation
+ uses getPrimitive2DID()-calls to test if it's the same ID at last.
+ Overridden implementations are then based on this implementation
*/
virtual bool operator==( const BasePrimitive2D& rPrimitive ) const;
bool operator!=( const BasePrimitive2D& rPrimitive ) const { return !operator==(rPrimitive); }
@@ -247,7 +247,7 @@ namespace drawinglayer
/** The getDecomposition default implementation will on demand use create2DDecomposition() if
maBuffered2DDecomposition is empty. It will set maBuffered2DDecomposition to this obtained decomposition
to buffer it. If the decomposition is also ViewInformation2D-dependent, this method needs to be
- overloaded and the ViewInformation2D for the last decomposition need to be remembered, too, and
+ overridden and the ViewInformation2D for the last decomposition need to be remembered, too, and
be used in the next call to decide if the buffered decomposition may be reused or not.
*/
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
diff --git a/include/drawinglayer/primitive2d/controlprimitive2d.hxx b/include/drawinglayer/primitive2d/controlprimitive2d.hxx
index 38a6d87b1f31..9de1e3f5b7b6 100644
--- a/include/drawinglayer/primitive2d/controlprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/controlprimitive2d.hxx
@@ -100,7 +100,7 @@ namespace drawinglayer
/// provide unique ID
DeclPrimitive2DIDBlock()
- /// Overload standard getDecomposition call to be view-dependent here
+ /// Override standard getDecomposition to be view-dependent here
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
};
} // end of namespace primitive2d
diff --git a/include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx b/include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx
index a7648a64f3e4..51240df45c98 100644
--- a/include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx
@@ -92,7 +92,7 @@ namespace drawinglayer
/// get range
virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
- /// get local decomposition. Overloaded since this decomposition is view-dependent
+ /// Override standard getDecomposition to be view-dependent here
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
/// provide unique ID
diff --git a/include/drawinglayer/primitive2d/gridprimitive2d.hxx b/include/drawinglayer/primitive2d/gridprimitive2d.hxx
index bf2976619e00..de2f8de14613 100644
--- a/include/drawinglayer/primitive2d/gridprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/gridprimitive2d.hxx
@@ -106,7 +106,7 @@ namespace drawinglayer
/// provide unique ID
DeclPrimitive2DIDBlock()
- /// Overload standard getDecomposition call to be view-dependent here
+ /// Override standard getDecomposition to be view-dependent here
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
};
} // end of namespace primitive2d
diff --git a/include/drawinglayer/primitive2d/helplineprimitive2d.hxx b/include/drawinglayer/primitive2d/helplineprimitive2d.hxx
index 9b101d946794..d460a418bb25 100644
--- a/include/drawinglayer/primitive2d/helplineprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/helplineprimitive2d.hxx
@@ -101,7 +101,7 @@ namespace drawinglayer
/// provide unique ID
DeclPrimitive2DIDBlock()
- /// Overload standard getDecomposition call to be view-dependent here
+ /// Override standard getDecomposition to be view-dependent here
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
};
} // end of namespace primitive2d
diff --git a/include/drawinglayer/primitive2d/polygonprimitive2d.hxx b/include/drawinglayer/primitive2d/polygonprimitive2d.hxx
index 04bef93a4cd6..62e2f20361d6 100644
--- a/include/drawinglayer/primitive2d/polygonprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/polygonprimitive2d.hxx
@@ -132,7 +132,7 @@ namespace drawinglayer
/// get range
virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
- /// get local decomposition. Overloaded since this decomposition is view-dependent
+ /// Override standard getDecomposition to be view-dependent here
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
/// provide unique ID
diff --git a/include/drawinglayer/primitive2d/primitivetools2d.hxx b/include/drawinglayer/primitive2d/primitivetools2d.hxx
index e592a956f8f8..824306e4c77b 100644
--- a/include/drawinglayer/primitive2d/primitivetools2d.hxx
+++ b/include/drawinglayer/primitive2d/primitivetools2d.hxx
@@ -65,7 +65,7 @@ namespace drawinglayer
/// data read access
double getDiscreteUnit() const { return mfDiscreteUnit; }
- /// get local decomposition. Overloaded since this decomposition is view-dependent
+ /// Override standard getDecomposition to be view-dependent here
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
};
} // end of namespace primitive2d
@@ -104,7 +104,7 @@ namespace drawinglayer
/// data read access
const basegfx::B2DRange& getViewport() const { return maViewport; }
- /// get local decomposition. Overloaded since this decomposition is view-dependent
+ /// Override standard getDecomposition to be view-dependent here
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
};
} // end of namespace primitive2d
@@ -143,7 +143,7 @@ namespace drawinglayer
/// data read access
const basegfx::B2DHomMatrix& getViewTransformation() const { return maViewTransformation; }
- /// get local decomposition. Overloaded since this decomposition is view-dependent
+ /// Override standard getDecomposition to be view-dependent here
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
};
} // end of namespace primitive2d
@@ -186,7 +186,7 @@ namespace drawinglayer
const basegfx::B2DHomMatrix& getViewTransformation() const { return maViewTransformation; }
const basegfx::B2DHomMatrix& getObjectTransformation() const { return maObjectTransformation; }
- /// get local decomposition. Overloaded since this decomposition is view-dependent
+ /// Override standard getDecomposition to be view-dependent here
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
};
} // end of namespace primitive2d
diff --git a/include/drawinglayer/primitive2d/sceneprimitive2d.hxx b/include/drawinglayer/primitive2d/sceneprimitive2d.hxx
index e0f6ca506aa5..a4109b6c769f 100644
--- a/include/drawinglayer/primitive2d/sceneprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/sceneprimitive2d.hxx
@@ -146,7 +146,7 @@ namespace drawinglayer
/// provide unique ID
DeclPrimitive2DIDBlock()
- /// get local decomposition. Overloaded since this decomposition is view-dependent
+ /// get local decomposition. Override since this decomposition is view-dependent
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
};
} // end of namespace primitive2d
diff --git a/include/drawinglayer/primitive2d/texteffectprimitive2d.hxx b/include/drawinglayer/primitive2d/texteffectprimitive2d.hxx
index 27fad99b2f0c..31ff15f76e24 100644
--- a/include/drawinglayer/primitive2d/texteffectprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/texteffectprimitive2d.hxx
@@ -93,7 +93,7 @@ namespace drawinglayer
/// provide unique ID
DeclPrimitive2DIDBlock()
- /// Overload standard getDecomposition call to be view-dependent here
+ /// Override standard getDecomposition to be view-dependent here
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
};
} // end of namespace primitive2d
diff --git a/include/drawinglayer/primitive3d/baseprimitive3d.hxx b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
index 69e18b4043e7..d1ee1e213676 100644
--- a/include/drawinglayer/primitive3d/baseprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
@@ -90,8 +90,8 @@ namespace drawinglayer
/** the ==operator is mainly needed to allow testing newly-created high level primitives against their last
incarnation which buffers/holds the decompositionsThe default implementation
- uses getPrimitive3DID()-calls to test if it's the same ID at last. Overloaded implementation are then
- based on this implementation.
+ uses getPrimitive3DID()-calls to test if it's the same ID at last.
+ Overridden implementation are then based on this implementation.
*/
virtual bool operator==( const BasePrimitive3D& rPrimitive ) const;
bool operator!=( const BasePrimitive3D& rPrimitive ) const { return !operator==(rPrimitive); }
@@ -168,7 +168,7 @@ namespace drawinglayer
/** The getDecomposition default implementation will on demand use create3DDecomposition() if
maBuffered3DDecomposition is empty. It will set maBuffered3DDecomposition to this obtained decomposition
to buffer it. If the decomposition is also ViewInformation-dependent, this method needs to be
- overloaded and the ViewInformation for the last decomposition needs to be remembered, too, and
+ overridden and the ViewInformation for the last decomposition needs to be remembered, too, and
be used in the next call to decide if the buffered decomposition may be reused or not.
*/
virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const SAL_OVERRIDE;
diff --git a/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
index 030144f8e91c..62457b4f074f 100644
--- a/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
@@ -113,7 +113,7 @@ namespace drawinglayer
/// get range
virtual basegfx::B3DRange getB3DRange(const geometry::ViewInformation3D& rViewInformation) const SAL_OVERRIDE;
- /// Overloaded to allow for reduced line mode to decide if to buffer decomposition or not
+ /// Overridden to allow for reduced line mode to decide if to buffer decomposition or not
virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const SAL_OVERRIDE;
/// provide unique ID
diff --git a/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
index bf6dfb237a0b..a321d900253a 100644
--- a/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
@@ -131,7 +131,7 @@ namespace drawinglayer
/// get range
virtual basegfx::B3DRange getB3DRange(const geometry::ViewInformation3D& rViewInformation) const SAL_OVERRIDE;
- /// Overloaded to allow for reduced line mode to decide if to buffer decomposition or not
+ /// Overridden to allow for reduced line mode to decide if to buffer decomposition or not
virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const SAL_OVERRIDE;
/// provide unique ID
diff --git a/include/drawinglayer/primitive3d/sdrprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrprimitive3d.hxx
index b8244f4a2a16..c8a2d329a0f3 100644
--- a/include/drawinglayer/primitive3d/sdrprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrprimitive3d.hxx
@@ -36,7 +36,7 @@ namespace drawinglayer
/** SdrPrimitive3D class
Base class for the more complicated geometric primitives, so
- derive from buffered primitive to allow overloading of
+ derive from buffered primitive to allow overriding of
create3DDecomposition there.
*/
namespace primitive3d
diff --git a/include/drawinglayer/processor2d/baseprocessor2d.hxx b/include/drawinglayer/processor2d/baseprocessor2d.hxx
index bb3502191080..70fa3b61f32a 100644
--- a/include/drawinglayer/processor2d/baseprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/baseprocessor2d.hxx
@@ -62,7 +62,7 @@ namespace drawinglayer
derived from that primitive. This is the preparation to handle unknown implementations
of the com::sun::star::graphic::XPrimitive2D interface in the future.
- So, to implement a basic processor, it is necessary to overload and implement the
+ So, to implement a basic processor, it is necessary to override and implement the
processBasePrimitive2D(..) method. A minimal renderer has to support the
Basic Primitives (see baseprimitive2d.hxx) and the Grouping Primitives (see
groupprimitive2d.hxx). These are (currently):
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index 882b0a4428ee..444a732c61de 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -492,7 +492,7 @@ public:
virtual void FieldSelected( const SvxFieldItem& rField, sal_Int32 nPara, sal_Int32 nPos );
virtual OUString CalcFieldValue( const SvxFieldItem& rField, sal_Int32 nPara, sal_Int32 nPos, Color*& rTxtColor, Color*& rFldColor );
- // to be overloaded if access to bullet information needs to be provided
+ // override this if access to bullet information needs to be provided
virtual const SvxNumberFormat * GetNumberFormat( sal_Int32 nPara ) const;
virtual Rectangle GetBulletArea( sal_Int32 nPara );
diff --git a/include/formula/token.hxx b/include/formula/token.hxx
index 09addbc7c7ff..3e2743e17cd1 100644
--- a/include/formula/token.hxx
+++ b/include/formula/token.hxx
@@ -133,17 +133,17 @@ public:
/**
Dummy methods to avoid switches and casts where possible,
- the real token classes have to overload the appropriate method[s].
- The only methods valid anytime if not overloaded are:
+ the real token classes have to override the appropriate method[s].
+ The only methods valid anytime if not overridden are:
- GetByte() since this represents the count of parameters to a function
which of course is 0 on non-functions. FormulaByteToken and ScExternal do
- overload it.
+ override it.
- HasForceArray() since also this is only used for operators and
functions and is 0 for other tokens.
- Any other non-overloaded method pops up an assertion.
+ Any other non-overridden method pops up an assertion.
*/
virtual sal_uInt8 GetByte() const;
diff --git a/include/formula/tokenarray.hxx b/include/formula/tokenarray.hxx
index 9b9bc8f805bb..9c1e6ee5feee 100644
--- a/include/formula/tokenarray.hxx
+++ b/include/formula/tokenarray.hxx
@@ -226,7 +226,7 @@ public:
virtual FormulaToken* AddOpCode(OpCode e);
/** Adds the single token to array.
- Derived classes must overload it when they want to support derived classes from FormulaToken.
+ Derived classes must override it when they want to support derived classes from FormulaToken.
@return true when an error occurs
*/
virtual bool AddFormulaToken(
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index d1cd9f4138c2..10fea30971bb 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -293,7 +293,7 @@ public:
bool DoSaveAs( SfxMedium &rNewStor );
bool DoSaveObjectAs( SfxMedium &rNewStor, bool bCommit );
- // TODO/LATER: currently only overloaded in Calc, should be made non-virtual
+ // TODO/LATER: currently only overridden in Calc, should be made non-virtual
virtual bool DoSaveCompleted( SfxMedium* pNewStor=0 );
virtual bool LoadOwnFormat( SfxMedium& pMedium );
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index 69d8e750442b..f0e98a5f10b1 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -176,7 +176,7 @@ public:
virtual ~SfxShell();
/**
- With this virtual method, which is automatically overloaded by each subclass
+ With this virtual method, which is automatically overridden by each subclass
with its own slots through the macro <SFX_DECL_INTERFACE>, one can access
each of the <SfxInterface> instance beloning to the subclass.
@@ -223,7 +223,7 @@ public:
If the slot does not have a Status, a SfxVoidItem is returned.
The status is set directly in this Set when pStateSet != 0 , so that
- overloaded Slots of the <SfxShell> Subclasses and also in the Status
+ overridden Slots of the <SfxShell> Subclasses and also in the Status
method of the base implementation can be called.
[Example]
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index 298ea3df3157..57ce556a53ea 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -59,7 +59,7 @@ namespace drawinglayer {
should be encircled can be specified. Optional a NoSelection or name
field could be shown. By default image and color items are supported.
Items could be drawn by oneself if InsertItem() is only called with
- an ID. To achieve this the UserDraw handler needs to be overloaded. The
+ an ID. To achieve this the UserDraw handler needs to be overridden. The
description text could be specified afterwards in case of UserDraw
and any other items.
@@ -130,13 +130,13 @@ namespace drawinglayer {
--------------------------------------------------------------------------
If Drag and Drop will be called from the ValueSet the Command-Handler has to
- be overloaded. From this StartDrag needs to be called. If this method returns
+ be overridden. From this StartDrag needs to be called. If this method returns
sal_True the drag-process could be initiated by ExecuteDrag(), otherwise no
processing will take place. This method makes sure that ValueSet stops its
processing and as appropriate selects the entry. Therefore the calling of
Select-Handler within this function must be expected.
- For dropping QueryDrop() and Drop() need to be overloaded and ShowDropPos()
+ For dropping QueryDrop() and Drop() need to be overridden and ShowDropPos()
and HideDropPos() should be called within these methods.
To show the insertion point ShowDropPos() has to be called within the
QueryDrop-Handler. ShowDropPos() also scrolls the ValueSet if the passed
diff --git a/include/svl/numuno.hxx b/include/svl/numuno.hxx
index 1671dce9ef3f..940d62485394 100644
--- a/include/svl/numuno.hxx
+++ b/include/svl/numuno.hxx
@@ -62,9 +62,9 @@ public:
void SetNumberFormatter(SvNumberFormatter* pNew);
SvNumberFormatter* GetNumberFormatter() const;
- // overload to adapt attributes in the document
+ // override to adapt attributes in the document
virtual void NumberFormatDeleted(sal_uInt32 nKey);
- // overload to possibly format something anew
+ // override to possibly format something anew
virtual void SettingsChanged();
// XNumberFormatsSupplier
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index 1384ff7fc23e..5fb89b0823ba 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -345,7 +345,7 @@ protected:
// software plug for database access
// RowCount is counted automatically
- // (with the help of RowInserted and RowRemoved), so overloading of
+ // (with the help of RowInserted and RowRemoved), so overriding of
// the method is needless
public:
virtual long GetRowCount() const SAL_OVERRIDE;
@@ -428,7 +428,7 @@ public:
BrowserMode nMode = 0 );
virtual ~BrowseBox();
- // inherited overloaded handler
+ // override inherited handler
virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;
virtual void MouseButtonDown( const MouseEvent& rEvt ) SAL_OVERRIDE;
virtual void MouseMove( const MouseEvent& rEvt ) SAL_OVERRIDE;
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index f4fba4daa1fc..9a6c24d80046 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -279,7 +279,7 @@ protected:
void ImplShowTargetEmphasis( SvTreeListEntry* pEntry, bool bShow);
void EnableSelectionAsDropTarget( bool bEnable = true,
bool bWithChildren = true );
- // Standard impl returns 0; must be overloaded by derived classes which support D'n'D
+ // Standard impl returns 0; derived classes which support D'n'D must override
using Window::GetDropTarget;
virtual SvTreeListEntry* GetDropTarget( const Point& );
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index 10db4d5c5a03..28a74a7dbd73 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -54,7 +54,7 @@ The amount of columns drawn by the control and whether the items
should be encircled can be specified. Optional a NoSelection or name
field could be shown. By default image and color items are supported.
Items could be drawn by oneself if InsertItem() is only called with
-an ID. To achieve this the UserDraw handler needs to be overloaded. The
+an ID. To achieve this the UserDraw handler needs to be overridden. The
description text could be specified afterwards in case of UserDraw
and any other items.
@@ -152,13 +152,13 @@ activated before Paint by calling Format().
--------------------------------------------------------------------------
If Drag and Drop will be called from the ValueSet the Command-Handler has to
-be overloaded. From this StartDrag needs to be called. If this method returns
+be overridden. From this StartDrag needs to be called. If this method returns
sal_True the drag-process could be initiated by ExecuteDrag(), otherwise no
processing will take place. This method makes sure that ValueSet stops its
processing and as appropriate selects the entry. Therefore the calling of
Select-Handler within this function must be expected.
-For dropping QueryDrop() and Drop() need to be overloaded and ShowDropPos()
+For dropping QueryDrop() and Drop() need to be overridden and ShowDropPos()
and HideDropPos() should be called within these methods.
To show the insertion point ShowDropPos() has to be called within the
QueryDrop-Handler. ShowDropPos() also scrolls the ValueSet if the passed
diff --git a/include/svx/fmgridif.hxx b/include/svx/fmgridif.hxx
index a14bb5b4a960..2d31c97f3e8c 100644
--- a/include/svx/fmgridif.hxx
+++ b/include/svx/fmgridif.hxx
@@ -524,7 +524,7 @@ protected:
void UpdateDispatches(); // will connect if not already connected and just update else
/** If a derived class wants to listen at some column properties, it doesn't have
- to overload all methods affecting columns (setColumns, elementInserted, elementRemoved ...)
+ to override all methods affecting columns (setColumns, elementInserted, elementRemoved ...)
Instead it may use addColumnListeners and removeColumnListeners which are called in all
the cases.
*/
diff --git a/include/svx/sdr/contact/objectcontact.hxx b/include/svx/sdr/contact/objectcontact.hxx
index f10cb4a6a55e..09b63255db00 100644
--- a/include/svx/sdr/contact/objectcontact.hxx
+++ b/include/svx/sdr/contact/objectcontact.hxx
@@ -188,10 +188,10 @@ public:
// get Primitive2DParameters for this view
const drawinglayer::geometry::ViewInformation2D& getViewInformation2D() const { return maViewInformation2D; }
- // access to SdrPageView. May return 0L like the default implementations do. Needs to be overloaded as needed.
+ /// access to SdrPageView. May return 0L like the default implementations do. Override as needed.
virtual SdrPageView* TryToGetSdrPageView() const;
- // access to OutputDevice. May return 0L like the default implementations do. Needs to be overloaded as needed.
+ /// access to OutputDevice. May return 0L like the default implementations do. Override as needed.
virtual OutputDevice* TryToGetOutputDevice() const;
// reset ViewPort at internal ViewInformation2D. This is needed when the OC is used
diff --git a/include/svx/sdr/contact/objectcontactofobjlistpainter.hxx b/include/svx/sdr/contact/objectcontactofobjlistpainter.hxx
index 9ff322ff7e33..c3f55b884fc2 100644
--- a/include/svx/sdr/contact/objectcontactofobjlistpainter.hxx
+++ b/include/svx/sdr/contact/objectcontactofobjlistpainter.hxx
@@ -81,7 +81,6 @@ public:
// pdf export? Default is false
virtual bool isOutputToPDFFile() const SAL_OVERRIDE;
- // access to OutputDevice. May return 0L like the default implementations do. Needs to be overloaded as needed.
virtual OutputDevice* TryToGetOutputDevice() const SAL_OVERRIDE;
};
@@ -109,7 +108,6 @@ public:
void SetStartPage(const SdrPage* pPage);
const SdrPage* GetStartPage() const { return mxStartPage.get(); }
- // access to OutputDevice. May return 0L like the default implementations do. Needs to be overloaded as needed.
virtual OutputDevice* TryToGetOutputDevice() const SAL_OVERRIDE;
};
diff --git a/include/svx/sdr/contact/viewcontact.hxx b/include/svx/sdr/contact/viewcontact.hxx
index dae75a50e1ac..446fb15fc10a 100644
--- a/include/svx/sdr/contact/viewcontact.hxx
+++ b/include/svx/sdr/contact/viewcontact.hxx
@@ -110,7 +110,7 @@ public:
// Access to possible sub-hierarchy and parent. GetObjectCount() default is 0L
// and GetViewContact default pops up an assert since it's an error if
- // GetObjectCount has a result != 0 and it's not overloaded.
+ // GetObjectCount has a result != 0 and it's not overridden.
virtual sal_uInt32 GetObjectCount() const;
virtual ViewContact& GetViewContact(sal_uInt32 nIndex) const;
virtual ViewContact* GetParentContact() const;
@@ -123,7 +123,7 @@ public:
virtual void ActionChanged();
// access to SdrObject and/or SdrPage. May return 0L like the default
- // implementations do. Needs to be overloaded as needed.
+ // implementations do. Override as needed.
virtual SdrObject* TryToGetSdrObject() const;
virtual SdrPage* TryToGetSdrPage() const;
diff --git a/include/svx/sdr/contact/viewcontactofsdrobj.hxx b/include/svx/sdr/contact/viewcontactofsdrobj.hxx
index e35cf85984a3..6d21e48b0e42 100644
--- a/include/svx/sdr/contact/viewcontactofsdrobj.hxx
+++ b/include/svx/sdr/contact/viewcontactofsdrobj.hxx
@@ -65,7 +65,7 @@ public:
// React on changes of the object of this ViewContact
virtual void ActionChanged() SAL_OVERRIDE;
- // overload for acessing the SdrObject
+ /// override for accessing the SdrObject
virtual SdrObject* TryToGetSdrObject() const SAL_OVERRIDE;
diff --git a/include/svx/sdr/contact/viewobjectcontactredirector.hxx b/include/svx/sdr/contact/viewobjectcontactredirector.hxx
index 84b168946122..6dee41409975 100644
--- a/include/svx/sdr/contact/viewobjectcontactredirector.hxx
+++ b/include/svx/sdr/contact/viewobjectcontactredirector.hxx
@@ -42,7 +42,7 @@ public:
virtual ~ViewObjectContactRedirector();
// all default implementations just call the same methods at the original. To do something
- // different, overload the method and at least do what the method does.
+ // different, override the method and at least do what the method does.
virtual drawinglayer::primitive2d::Primitive2DSequence createRedirectedPrimitive2DSequence(
const sdr::contact::ViewObjectContact& rOriginal,
const sdr::contact::DisplayInfo& rDisplayInfo);
diff --git a/include/svx/sdr/overlay/overlayobject.hxx b/include/svx/sdr/overlay/overlayobject.hxx
index ec98225e0254..243b1c6c8a4a 100644
--- a/include/svx/sdr/overlay/overlayobject.hxx
+++ b/include/svx/sdr/overlay/overlayobject.hxx
@@ -99,7 +99,7 @@ namespace sdr
bool mbIsHittable : 1;
// Flag to hold info if this objects supports animation. Default is
- // false. If true, the Trigger() method should be overloaded
+ // false. If true, the Trigger() method should be overridden
// to implement the animation effect and to re-initiate the event.
bool mbAllowsAnimation : 1;
@@ -126,7 +126,7 @@ namespace sdr
OverlayManager* getOverlayManager() const { return mpOverlayManager; }
// the access method for Primitive2DSequence. Will use createPrimitive2DSequence and
- // setPrimitive2DSequence if needed. Overloading may be used to allow disposal of last
+ // setPrimitive2DSequence if needed. Overriding may be used to allow disposal of last
// created primitives to react on changed circumstances and to re-create primitives
virtual drawinglayer::primitive2d::Primitive2DSequence getOverlayObjectPrimitive2DSequence() const;
diff --git a/include/svx/sdr/overlay/overlayselection.hxx b/include/svx/sdr/overlay/overlayselection.hxx
index 1e4c136d7c00..846c6ba0ce12 100644
--- a/include/svx/sdr/overlay/overlayselection.hxx
+++ b/include/svx/sdr/overlay/overlayselection.hxx
@@ -71,7 +71,7 @@ namespace sdr
const std::vector< basegfx::B2DRange >& getRanges() const { return maRanges; }
bool getBorder() const { return mbBorder; }
- // overloaded to check conditions for last createOverlayObjectPrimitive2DSequence
+ /// override to check conditions for last createOverlayObjectPrimitive2DSequence
virtual drawinglayer::primitive2d::Primitive2DSequence getOverlayObjectPrimitive2DSequence() const SAL_OVERRIDE;
// data write access
diff --git a/include/svx/sdr/properties/properties.hxx b/include/svx/sdr/properties/properties.hxx
index 511b74956acc..d25970d46976 100644
--- a/include/svx/sdr/properties/properties.hxx
+++ b/include/svx/sdr/properties/properties.hxx
@@ -66,7 +66,7 @@ namespace sdr
SdrObject& GetSdrObject();
// Test changeability for a single item. If a implementation wants to prevent
- // changing an item this method may be overloaded.
+ // changing an item it should override this method.
virtual bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const = 0;
// Do the internal ItemChange. If only nWhich is given, the item needs to be cleared.
@@ -99,8 +99,8 @@ namespace sdr
// merging of ItemSets is done for e.g. Group objects.
virtual const SfxItemSet& GetObjectItemSet() const = 0;
- // get merged ItemSet. Normappl, this maps directly to GetObjectItemSet(), but may
- // be overloaded e.g for group objects to return a merged ItemSet of the object.
+ // get merged ItemSet. Normally, this maps directly to GetObjectItemSet(), but may
+ // be overridden e.g for group objects to return a merged ItemSet of the object.
// When using this method the returned ItemSet may contain items in the state
// SfxItemState::DONTCARE which means there were several such items with different
// values.
@@ -145,12 +145,12 @@ namespace sdr
// Get the installed StyleSheet.
virtual SfxStyleSheet* GetStyleSheet() const = 0;
- // Scale the local ItemSet as far as it contains metric items. This needs to be
- // overloaded to do it for hierarchical objects like e.g. groups.
+ // Scale the local ItemSet as far as it contains metric items.
+ // Override this to do it for hierarchical objects like e.g. groups.
virtual void Scale(const Fraction& rScale);
- // Move local items to a new ItemPool. This needs to be
- // overloaded to do it for hierarchical objects like e.g. groups.
+ // Move local items to a new ItemPool.
+ // Override this to do it for hierarchical objects like e.g. groups.
virtual void MoveToItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* pNewModel = 0L);
// Set new model.
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx
index cf7bf8f728fb..38724021fe8d 100644
--- a/include/svx/svdedtv.hxx
+++ b/include/svx/svdedtv.hxx
@@ -404,7 +404,7 @@ public:
void SetVirtualObjectBundling(bool bOn) { bBundleVirtObj=bOn; }
bool IsVirtualObjectBundling() const { return bBundleVirtObj; }
- // overloaded from SdrMarkView, for internal use
+ // override SdrMarkView, for internal use
virtual void MarkListHasChanged() SAL_OVERRIDE;
virtual void ModelHasChanged() SAL_OVERRIDE;
};
diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx
index 26158651a77d..2eb9bb1b9f5c 100644
--- a/include/svx/svdedxv.hxx
+++ b/include/svx/svdedxv.hxx
@@ -98,7 +98,7 @@ private:
protected:
// central method to get an SdrUndoManager for enhanced TextEdit. Default will
// try to return a dynamic_casted GetModel()->GetSdrUndoManager(). Applications
- // which want to use this feature will need to overload this virtual method,
+ // which want to use this feature will need to override this virtual method,
// provide their document UndoManager and derive it from SdrUndoManager.
virtual SdrUndoManager* getSdrUndoManagerForEnhancedTextEdit() const;
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index afd7908e62db..a923c78fdc46 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -297,7 +297,7 @@ public:
// Whether the model is being streamed in at the moment
bool IsLoading() const { return false /*BFS01 bLoading */; }
- // Needs to be overladed to enable the Swap/LoadOnDemand of graphics.
+ // Override this to enable the Swap/LoadOnDemand of graphics.
// If rbDeleteAfterUse is set to sal_True the SvStream instance from
// the caller will be disposed after use.
// If this method returns NULL, a temporary file will be allocated for
@@ -464,8 +464,7 @@ public:
// - not be loaded immediately when loading a document,
// but only once they are needed (e.g. displayed).
// - be pruned from memory if they are not needed.
- // For that to work, the virtual method
- // GetDocumentStream() needs to be overloaded.
+ // For that to work, override the virtual method GetDocumentStream().
// Default=FALSE. Flag is not persistent.
bool IsSwapGraphics() const { return bSwapGraphics; }
void SetSwapGraphics(bool bJa = true);
@@ -493,8 +492,8 @@ public:
// Can the model be changed at all?
// Is only evaluated by the possibility methods of the View.
// Direct manipulations on the model, ... do not respect this flag.
- // Should be overloaded and return the appriopriate ReadOnly status
- // of the files, i.e. sal_True or sal_False. (Method is called multiple
+ // Override this and return the appropriate ReadOnly status
+ // of the files, i.e. true or false. (Method is called multiple
// times, so use one flag only!)
virtual bool IsReadOnly() const;
virtual void SetReadOnly(bool bYes);
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx
index bf33813172af..1d7ba2e24c5e 100644
--- a/include/svx/svdmrkv.hxx
+++ b/include/svx/svdmrkv.hxx
@@ -431,7 +431,7 @@ public:
Point GetGridOffset() const;
// Will be always called, if the list of marked objects might be changed.
- // If you overload this method (as programmer), be sure that you call the
+ // If you override this method, be sure that you call the
// methods of the base class!
virtual void MarkListHasChanged();
diff --git a/include/svx/svdpage.hxx b/include/svx/svdpage.hxx
index 833e0ce2383d..e6add4500019 100644
--- a/include/svx/svdpage.hxx
+++ b/include/svx/svdpage.hxx
@@ -592,7 +592,7 @@ public:
virtual ~StandardCheckVisisbilityRedirector();
// all default implementations just call the same methods at the original. To do something
- // different, overload the method and at least do what the method does.
+ // different, override the method and at least do what the method does.
virtual drawinglayer::primitive2d::Primitive2DSequence createRedirectedPrimitive2DSequence(
const sdr::contact::ViewObjectContact& rOriginal,
const sdr::contact::DisplayInfo& rDisplayInfo) SAL_OVERRIDE;
diff --git a/include/svx/svdtext.hxx b/include/svx/svdtext.hxx
index f228a69fdec3..a77da32e5470 100644
--- a/include/svx/svdtext.hxx
+++ b/include/svx/svdtext.hxx
@@ -55,7 +55,7 @@ public:
virtual void CheckPortionInfo( SdrOutliner& rOutliner );
virtual void ReformatText();
- // default uses GetObjectItemSet, but may be overloaded to
+ // default uses GetObjectItemSet, but may be overridden to
// return a text-specific ItemSet
virtual const SfxItemSet& GetItemSet() const;
diff --git a/include/toolkit/awt/vclxaccessiblecomponent.hxx b/include/toolkit/awt/vclxaccessiblecomponent.hxx
index d27228c8a09a..62d167ba10f1 100644
--- a/include/toolkit/awt/vclxaccessiblecomponent.hxx
+++ b/include/toolkit/awt/vclxaccessiblecomponent.hxx
@@ -145,7 +145,7 @@ private:
OUString getAccessibleDescription() => VCL Window::GetAccessibleDescription
OUString getAccessibleName() => VCL Window::GetAccessibleText() => Most windows return Window::GetText()
Reference< XAccessibleRelationSet > getAccessibleRelationSet()
- Reference< XAccessibleStateSet > getAccessibleStateSet() => overload FillAccessibleStateSet( ... )
+ Reference< XAccessibleStateSet > getAccessibleStateSet() => override FillAccessibleStateSet( ... )
---------------------------------------------------------- */
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index 63d412960a34..f49a1638a6fe 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -514,17 +514,17 @@ public:
*/
OUString makeEnabled( const OUString& rPropName );
- virtual int getPageCount() const = 0; // must be overloaded by the app
+ virtual int getPageCount() const = 0; /// App must override this
/* get the page parameters, namely the jobsetup that should be active for the page
(describing among others the physical page size) and the "page size". In writer
case this would probably be the same as the JobSetup since writer sets the page size
draw/impress for example print their page on the paper set on the printer,
possibly adjusting the page size to fit. That means the page size can be different from
the paper size.
+ App must override this, return page size in 1/100th mm
*/
- // must be overloaded by the app, return page size in 1/100th mm
virtual css::uno::Sequence< css::beans::PropertyValue > getPageParameters( int i_nPage ) const = 0;
- virtual void printPage( int i_nPage ) const = 0; // must be overloaded by the app
+ virtual void printPage(int i_nPage) const = 0; /// App must override this
virtual void jobStarted(); // will be called after a possible dialog has been shown and the real printjob starts
virtual void jobFinished( com::sun::star::view::PrintableState );
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx
index 6f85fb1af756..185e6bff21ad 100644
--- a/include/xmloff/prstylei.hxx
+++ b/include/xmloff/prstylei.hxx
@@ -89,9 +89,9 @@ protected:
SvXMLStylesContext *GetStyles() { return static_cast<SvXMLStylesContext *>(&mxStyles); }
::std::vector< XMLPropertyState > & GetProperties() { return maProperties; }
- // This methos my be overloaded to create a new style. Its called by
+ // Override this method to create a new style. It's called by
// CreateInsert to create a style if a style with the requested family and
- // name couldn't be found. The st
+ // name couldn't be found.
virtual ::com::sun::star::uno::Reference <
::com::sun::star::style::XStyle > Create();
diff --git a/include/xmloff/txtstyli.hxx b/include/xmloff/txtstyli.hxx
index d38a09064f4d..4c06d711972e 100644
--- a/include/xmloff/txtstyli.hxx
+++ b/include/xmloff/txtstyli.hxx
@@ -96,7 +96,7 @@ public:
virtual void Finish( bool bOverwrite ) SAL_OVERRIDE;
virtual void SetDefaults() SAL_OVERRIDE;
- // overload FillPropertySet, so we can get at the combined characters
+ // override FillPropertySet, so we can get at the combined characters
virtual void FillPropertySet(
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet > & rPropSet ) SAL_OVERRIDE;
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index 747594250fa0..111fcae5345f 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -191,33 +191,31 @@ protected:
// get a new namespave map (used in starmath to have a default namespace)
void ResetNamespaceMap();
- // This method can be overloaded to export the content of <office:meta>.
- // There is a default implementation.
+ /// Override this method to export the content of <office:meta>.
+ /// There is a default implementation.
virtual void _ExportMeta();
- // This method can be overloaded to export the content of <office:scripts>.
- // There is a default implementation.
+ /// Override this method to export the content of <office:scripts>.
+ /// There is a default implementation.
virtual void _ExportScripts();
- // This method can be overloaded to export the font declarations
- // The default implementation will export the contents of the
- // XMLFontAutoStylePool if it has been created.
+ /// Override this method to export the font declarations
+ /// The default implementation will export the contents of the
+ /// XMLFontAutoStylePool if it has been created.
virtual void _ExportFontDecls();
- // This method should be overloaded to export the content of <style:styles>.
- // If bUsed is set, used styles should be exported only.
- // Overloaded Methods must call this method !
+ /// Override this method to export the content of <style:styles>.
+ /// If bUsed is set, used styles should be exported only.
+ /// Overriding Methods must call this method !
virtual void _ExportStyles( bool bUsed );
- // This method must be overloaded to export the contents of
- // <style:auto-styles>
+ /// Override this method to export the contents of <style:auto-styles>.
virtual void _ExportAutoStyles() = 0;
- // This method must be overloaded to export the contents of
- // <style:master-styles>
+ /// Override this method to export the contents of <style:master-styles>.
virtual void _ExportMasterStyles() = 0;
- // This method must be overloaded to export the content of <office:body>.
+ /// Override this method to export the content of <office:body>.
virtual void _ExportContent() = 0;
OUString GetSourceShellID() const;
diff --git a/include/xmloff/xmlmultiimagehelper.hxx b/include/xmloff/xmlmultiimagehelper.hxx
index d97a7038fe36..c15bdbd33bf5 100644
--- a/include/xmloff/xmlmultiimagehelper.hxx
+++ b/include/xmloff/xmlmultiimagehelper.hxx
@@ -32,7 +32,7 @@ private:
bool mbSupportsMultipleContents;
protected:
- /// helper to get the created xShape instance, needs to be overloaded
+ /// helper to get the created xShape instance, override this
virtual OUString getGraphicURLFromImportContext(const SvXMLImportContext& rContext) const = 0;
virtual void removeGraphicFromImportContext(const SvXMLImportContext& rContext) const = 0;
diff --git a/include/xmloff/xmlnume.hxx b/include/xmloff/xmlnume.hxx
index 761872cbd5e6..2301e00df6ed 100644
--- a/include/xmloff/xmlnume.hxx
+++ b/include/xmloff/xmlnume.hxx
@@ -57,8 +57,7 @@ class XMLOFF_DLLPUBLIC SvxXMLNumRuleExport
protected:
- // This method may be overloaded to add attributes to the <list-style>
- // element.
+ /// Override this to add attributes to the <list-style> element.
SAL_DLLPRIVATE virtual void AddListStyleAttributes();
SAL_DLLPRIVATE bool exportStyle( const ::com::sun::star::uno::Reference<
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx
index 1d757b8145fc..7b8a356aa2a1 100644
--- a/include/xmloff/xmlstyle.hxx
+++ b/include/xmloff/xmlstyle.hxx
@@ -230,7 +230,7 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList ) SAL_OVERRIDE;
- // This method must be overloaded to insert styles into the document.
+ // Override this method to insert styles into the document.
virtual void EndElement() SAL_OVERRIDE;
// This allows to add an SvXMLStyleContext to this context from extern