summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/AccessibleControlShape.hxx2
-rw-r--r--include/svx/DescriptionGenerator.hxx4
-rw-r--r--include/svx/SmartTagMgr.hxx2
-rw-r--r--include/svx/e3dsceneupdater.hxx2
-rw-r--r--include/svx/framelinkarray.hxx2
-rw-r--r--include/svx/sdr/contact/objectcontact.hxx2
-rw-r--r--include/svx/sdr/contact/viewcontact.hxx2
-rw-r--r--include/svx/sdr/contact/viewcontactofvirtobj.hxx2
-rw-r--r--include/svx/svddrgv.hxx2
-rw-r--r--include/svx/svdhdl.hxx2
-rw-r--r--include/svx/svdmrkv.hxx2
-rw-r--r--include/svx/svdobj.hxx2
-rw-r--r--include/svx/svdoedge.hxx2
-rw-r--r--include/svx/svdomeas.hxx4
-rw-r--r--include/svx/svdpntv.hxx2
-rw-r--r--include/svx/svdsnpv.hxx4
-rw-r--r--include/svx/sxmtfitm.hxx2
-rw-r--r--include/svx/unobrushitemhelper.hxx2
-rw-r--r--include/svx/unopool.hxx2
19 files changed, 22 insertions, 22 deletions
diff --git a/include/svx/AccessibleControlShape.hxx b/include/svx/AccessibleControlShape.hxx
index 43e63d04149f..6d33e35ae969 100644
--- a/include/svx/AccessibleControlShape.hxx
+++ b/include/svx/AccessibleControlShape.hxx
@@ -154,7 +154,7 @@ protected:
/** adjusts our AccessibleRole, depending on the control type we're working for
- <p>Only to be called during inituialization</p>
+ <p>Only to be called during initialization</p>
*/
void adjustAccessibleRole( );
diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx
index ee6847c5ff04..91a963241876 100644
--- a/include/svx/DescriptionGenerator.hxx
+++ b/include/svx/DescriptionGenerator.hxx
@@ -115,7 +115,7 @@ public:
Type of the property's value. It controls the transformation
into the value's string representation.
@param nResourceId
- Id of the kocalized name of the property int the resource.
+ Id of the localized name of the property int the resource.
@param nWhichId
This which id is used to localize the property value. If it is
not known a value of -1 signals to use a default representation.
@@ -140,7 +140,7 @@ public:
*/
void AddFillProperties();
- /** Add properties that describesattributes of 3D objects.
+ /** Add properties that describes attributes of 3D objects.
*/
void Add3DProperties();
diff --git a/include/svx/SmartTagMgr.hxx b/include/svx/SmartTagMgr.hxx
index 3a3b3088601c..3167da114962 100644
--- a/include/svx/SmartTagMgr.hxx
+++ b/include/svx/SmartTagMgr.hxx
@@ -124,7 +124,7 @@ public:
SmartTagMgr( const OUString& rApplicationName );
virtual ~SmartTagMgr();
- /** Triggeres configuration reading, library loading and listener registration
+ /** Triggers configuration reading, library loading and listener registration
NOTE: MUST BE CALLED AFTER CONSTRUCTION!
*/
void Init( const OUString& rConfigurationGroupName );
diff --git a/include/svx/e3dsceneupdater.hxx b/include/svx/e3dsceneupdater.hxx
index 32041c88371d..ce51518ee689 100644
--- a/include/svx/e3dsceneupdater.hxx
+++ b/include/svx/e3dsceneupdater.hxx
@@ -34,7 +34,7 @@ namespace drawinglayer { namespace geometry {
This class is a helper to encapsulate 3D object changes which shall
change the scene's 2D geometry. E.g. when moving one 3D object in a
scene, the visualisation would not change since the scene's 2D
- attributes are defined by it's 2D object transformation and the
+ attributes are defined by its 2D object transformation and the
changed content would be projected to the same 2D bounds as
before. To reflect the fact that the 2D positions may 'change' for
the user's imagination, it is necessary to calculate a new 2D
diff --git a/include/svx/framelinkarray.hxx b/include/svx/framelinkarray.hxx
index f09f338811eb..5260c0cd4213 100644
--- a/include/svx/framelinkarray.hxx
+++ b/include/svx/framelinkarray.hxx
@@ -42,7 +42,7 @@ struct ArrayImpl;
On drawing, the thicker frame border of neighbored cells is selected
automatically. All borders are drawn "connected", that means, the correct
start and end coordinates of all lines of the borders are calculated,
- especaially, if they are drawn together with diagonal frame borders.
+ especially, if they are drawn together with diagonal frame borders.
This array fully supports merged cell ranges. In a merged range, the frame
borders of the top-left cell is extended to the entire range, and all other
diff --git a/include/svx/sdr/contact/objectcontact.hxx b/include/svx/sdr/contact/objectcontact.hxx
index e09e8830e151..5eaa57c9d6ce 100644
--- a/include/svx/sdr/contact/objectcontact.hxx
+++ b/include/svx/sdr/contact/objectcontact.hxx
@@ -100,7 +100,7 @@ public:
virtual ~ObjectContact();
// LazyInvalidate request. This is used from the VOCs to mark that they
- // got invalidated by an ActionCanged() call. An active view needs to remember
+ // got invalidated by an ActionChanged() call. An active view needs to remember
// this and take action on it. Default implementation directly calls back
// triggerLazyInvalidate() which promptly handles the request
virtual void setLazyInvalidate(ViewObjectContact& rVOC);
diff --git a/include/svx/sdr/contact/viewcontact.hxx b/include/svx/sdr/contact/viewcontact.hxx
index a70c2530cd5c..783bc3301c03 100644
--- a/include/svx/sdr/contact/viewcontact.hxx
+++ b/include/svx/sdr/contact/viewcontact.hxx
@@ -99,7 +99,7 @@ public:
bool HasViewObjectContacts(bool bExcludePreviews = false) const;
// Check if this primitive is animated in any OC (View) which means it has
- // generated a PrimitiveAnimation in it's VOC
+ // generated a PrimitiveAnimation in its VOC
bool isAnimatedInAnyViewObjectContact() const;
// Access to possible sub-hierarchy and parent. GetObjectCount() default is 0L
diff --git a/include/svx/sdr/contact/viewcontactofvirtobj.hxx b/include/svx/sdr/contact/viewcontactofvirtobj.hxx
index 65b50fb0a1d8..eb83749cc4d6 100644
--- a/include/svx/sdr/contact/viewcontactofvirtobj.hxx
+++ b/include/svx/sdr/contact/viewcontactofvirtobj.hxx
@@ -29,7 +29,7 @@ namespace sdr { namespace contact {
class SVX_DLLPUBLIC ViewContactOfVirtObj : public ViewContactOfSdrObj
{
protected:
- // internal access to SdrObject. Iplementation in *.cxx to avoid
+ // internal access to SdrObject. Implementation in *.cxx to avoid
// including SdrVirtObj here.
SdrVirtObj& GetVirtObj() const;
diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx
index ec17a589bd6d..ad5bec51fbf5 100644
--- a/include/svx/svddrgv.hxx
+++ b/include/svx/svddrgv.hxx
@@ -59,7 +59,7 @@ protected:
bool mbInsGluePointMode : 1;
bool mbNoDragXorPolys : 1;
bool mbAutoVertexCon : 1; // automatic generation of connectors at the vertices
- bool mbAutoCornerCon : 1; // automatic geneartion of connectors at the corners
+ bool mbAutoCornerCon : 1; // automatic generation of connectors at the corners
bool mbRubberEdgeDragging : 1;
bool mbDetailedEdgeDragging : 1;
diff --git a/include/svx/svdhdl.hxx b/include/svx/svdhdl.hxx
index 197a451c01a9..50b9d7e9ad50 100644
--- a/include/svx/svdhdl.hxx
+++ b/include/svx/svdhdl.hxx
@@ -149,7 +149,7 @@ protected:
SdrHdlKind eKind;
- long nRotationAngle; // turn handle or mouspointer
+ long nRotationAngle; // turn handle or mousepointer
sal_uInt32 nObjHdlNum; // required by MarkView
sal_uInt32 nPolyNum; // Polygonpoint
sal_uInt32 nPPntNum; // Point number of the polygon
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx
index 5d37f2bdc1fd..5e8d87bf1346 100644
--- a/include/svx/svdmrkv.hxx
+++ b/include/svx/svdmrkv.hxx
@@ -377,7 +377,7 @@ public:
// SdrPageView, which should be defined correctly always.
// Alternatively a gluepoint may be characterized by a SdrHdl.
// In this case the SdrHdl instance consists of all required information.
- // And in this case, the glue point are always is marked by enforcment
+ // And in this case, the glue point are always is marked by enforcement
// (Handlers are just situated at marked gluepoints )
// Attention: With each change of the glue point status the handle list is re-calculated.
// All previously saved SdrHdl* became invalid by this, the same with the point IDs!
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 8ce2fd773421..5d83a8d136f8 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -302,7 +302,7 @@ protected:
SdrPage* pPage;
SdrModel* pModel;
SdrObjUserCall* pUserCall;
- SdrObjPlusData* pPlusData; // Broadcaster, UserData, connektors, ... (this is the Bitsack)
+ SdrObjPlusData* pPlusData; // Broadcaster, UserData, connectors, ... (this is the Bitsack)
sal_uInt32 nOrdNum; // order number of the object in the list
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx
index c4d901f84642..e14c5874a3b2 100644
--- a/include/svx/svdoedge.hxx
+++ b/include/svx/svdoedge.hxx
@@ -169,7 +169,7 @@ protected:
bool bEdgeTrackDirty : 1; // sal_True=Verbindungsverlauf muss neu berechnet werden.
bool bEdgeTrackUserDefined : 1;
- // Bool to allow supporession of default connects at object
+ // Bool to allow suppression of default connects at object
// inside test (HitTest) and object center test (see ImpFindConnector())
bool mbSuppressDefaultConnect : 1;
diff --git a/include/svx/svdomeas.hxx b/include/svx/svdomeas.hxx
index 2a079e49ed6f..83358080bd3d 100644
--- a/include/svx/svdomeas.hxx
+++ b/include/svx/svdomeas.hxx
@@ -176,10 +176,10 @@ public:
// 1. Where is the text: middle, right or left (default=automatic)
// 2. Text above or below the line or line broken by text (default=automatic)
// Default=8mm
-// 3. The distance from the dimension line to the reference edge (= to the dimesnioned object)
+// 3. The distance from the dimension line to the reference edge (= to the dimensioned object)
// 4. dimension line below the reference edge (default=no))
// 5. excess lenth of the auxiliary dimension lines beyond the reference edge (2x, default=0)
-// 6. excess lenth of the auxiliary dimension lines past the dimesion line (default=2mm)
+// 6. excess lenth of the auxiliary dimension lines past the dimension line (default=2mm)
// 7. distance between the auxiliary dimension line and the reference edge
//
// Dragging: Handle Shift
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index 3b52d2aca1aa..045d161e0dc5 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -341,7 +341,7 @@ public:
// #i72889# used from CompleteRedraw() implementation internally, added to be able to do a complete redraw in single steps
// BeginCompleteRedraw returns (or even creates) a SdrPaintWindow which will then be used as the
- // target for paints. Since paints may be buffered, use it's GetTargetOutputDevice() method which will
+ // target for paints. Since paints may be buffered, use its GetTargetOutputDevice() method which will
// return the buffer in case it's buffered.
//
// DoCompleteRedraw then draws the DrawingLayer hierarchy
diff --git a/include/svx/svdsnpv.hxx b/include/svx/svdsnpv.hxx
index d0f7fca9a7ff..37e2755984c0 100644
--- a/include/svx/svdsnpv.hxx
+++ b/include/svx/svdsnpv.hxx
@@ -189,12 +189,12 @@ public:
bool IsSetPageOrg() const { return (nullptr != mpPageOriginOverlay); }
// HitTest. If sal_True, in rnHelpLineNum is the number of the auxiliary line and in rpPv
- // the appendend PageView.
+ // the appended PageView.
bool PickHelpLine(const Point& rPnt, short nTol, const OutputDevice& rOut, sal_uInt16& rnHelpLineNum, SdrPageView*& rpPV) const;
// Move of an available auxiliary line. Use nHelpLineNum and pPV from PickHelpLine.
bool BegDragHelpLine(sal_uInt16 nHelpLineNum, SdrPageView* pPV);
- // interactive insertionof a new auxiliary line
+ // interactive insertion of a new auxiliary line
bool BegDragHelpLine(const Point& rPnt, SdrHelpLineKind eNewKind);
Pointer GetDraggedHelpLinePointer() const;
diff --git a/include/svx/sxmtfitm.hxx b/include/svx/sxmtfitm.hxx
index d0b452cf294a..b13800b4ff42 100644
--- a/include/svx/sxmtfitm.hxx
+++ b/include/svx/sxmtfitm.hxx
@@ -25,7 +25,7 @@
// The two following are not implemented yet!
// Nail text down to a fix angle.
-// The text angle is independet of the dimension line.
+// The text angle is independent of the dimension line.
// Abrogate TextUpsideDown, TextRota90 and TextAutoAngle. (n.i.)
class SVX_DLLPUBLIC SdrMeasureTextIsFixedAngleItem: public SdrYesNoItem {
public:
diff --git a/include/svx/unobrushitemhelper.hxx b/include/svx/unobrushitemhelper.hxx
index 4055c4584008..36096bc484e8 100644
--- a/include/svx/unobrushitemhelper.hxx
+++ b/include/svx/unobrushitemhelper.hxx
@@ -22,7 +22,7 @@
#include "svx/svxdllapi.h"
#include <editeng/brushitem.hxx>
-//UUUU Helper function definintions for UNO API fallbacks to replace SvxBrushItem. The
+//UUUU Helper function definitions for UNO API fallbacks to replace SvxBrushItem. The
// idea is to have fallbacks to create a SvxBrushItem if needed for backwards compatibility
// if needed from the SfxItemSet and vice versa. This is used in cases where e.g. UNO API
// accesses to slots in the SvxBrushItem are used (see cases in SvxBrushItem::QueryValue
diff --git a/include/svx/unopool.hxx b/include/svx/unopool.hxx
index 909e843146a8..99b5199bb3d5 100644
--- a/include/svx/unopool.hxx
+++ b/include/svx/unopool.hxx
@@ -32,7 +32,7 @@ class SfxItemPool;
It works on the SfxItemPool from the given model and the global
draw object item pool.
The class can work in a read only mode without a model. Derivated
- classes can set a model on demand by overiding getModelPool().
+ classes can set a model on demand by overriding getModelPool().
*/
class SVX_DLLPUBLIC SvxUnoDrawPool : public ::cppu::OWeakAggObject,
public css::lang::XServiceInfo,