summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-12-23 07:59:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-12-23 07:59:24 +0100
commit249107f62cbe4b4e145bd6e62bfb9960dc0cdb60 (patch)
tree482aadebea643bab38b0fd5106227091dc66d087 /lotuswordpro
parent9915597c8988f46df3ec334c01afc7d618df7b7c (diff)
Typos
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpfilter.hxx2
-rw-r--r--lotuswordpro/source/filter/lwpparastyle.cxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/ixfcontent.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfborders.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfcellstyle.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfconfigmanager.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfcrossref.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdate.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawgroup.hxx4
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawline.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawobj.hxx6
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx6
-rw-r--r--lotuswordpro/source/filter/xfilter/xfendnote.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfentry.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xffontfactory.hxx4
-rw-r--r--lotuswordpro/source/filter/xfilter/xffooter.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfframestyle.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfheaderstyle.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfimage.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xflist.hxx4
-rw-r--r--lotuswordpro/source/filter/xfilter/xfparagraph.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfparastyle.hxx4
-rw-r--r--lotuswordpro/source/filter/xfilter/xfplaceholder.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfsection.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfshadow.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfstylecont.cxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfstylecont.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfstylemanager.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx2
30 files changed, 38 insertions, 38 deletions
diff --git a/lotuswordpro/source/filter/lwpfilter.hxx b/lotuswordpro/source/filter/lwpfilter.hxx
index ed57baf6b8bb..de61d961615f 100644
--- a/lotuswordpro/source/filter/lwpfilter.hxx
+++ b/lotuswordpro/source/filter/lwpfilter.hxx
@@ -100,7 +100,7 @@ public:
public:
/**
* @descr loading the file. It's call be SfxObejctShell::ImportFrom.
- * @param aDescriptor the parameters include file URL or XInputStream obejct, from which the filter can
+ * @param aDescriptor the parameters include file URL or XInputStream object, from which the filter can
* get which file to import.
*/
virtual sal_Bool SAL_CALL filter( const Sequence< PropertyValue >& aDescriptor )
diff --git a/lotuswordpro/source/filter/lwpparastyle.cxx b/lotuswordpro/source/filter/lwpparastyle.cxx
index 5a4ec6707c4e..a64860d39b28 100644
--- a/lotuswordpro/source/filter/lwpparastyle.cxx
+++ b/lotuswordpro/source/filter/lwpparastyle.cxx
@@ -343,7 +343,7 @@ void LwpParaStyle::ApplyParaBorder(XFParaStyle* pParaStyle, LwpParaBorderOverrid
}
}
- //convert to XFBorders obejct:
+ //convert to XFBorders object:
LwpBorderStuff *pBorderStuff = pBorder->GetBorderStuff();
if( pBorderStuff && pBorderStuff->GetSide() != 0 )
{
diff --git a/lotuswordpro/source/filter/xfilter/ixfcontent.hxx b/lotuswordpro/source/filter/xfilter/ixfcontent.hxx
index 27715d416ba9..7da3155338d9 100644
--- a/lotuswordpro/source/filter/xfilter/ixfcontent.hxx
+++ b/lotuswordpro/source/filter/xfilter/ixfcontent.hxx
@@ -64,7 +64,7 @@
/**
* @brief Base interface for all content object.Implementation classes include text span,paragraph,
- Drawing obejcts, image, ole and so on.
+ Drawing objects, image, ole and so on.
*/
class IXFContent : public IXFObject
{
diff --git a/lotuswordpro/source/filter/xfilter/xfborders.hxx b/lotuswordpro/source/filter/xfilter/xfborders.hxx
index e8e885fc7625..f84ac4ae5650 100644
--- a/lotuswordpro/source/filter/xfilter/xfborders.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfborders.hxx
@@ -65,7 +65,7 @@
/**
* @brief
- * Single border obejct for all objects with borders.
+ * Single border object for all objects with borders.
*/
class XFBorder
{
diff --git a/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx b/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
index 12799354f339..a7bebbfbad8a 100644
--- a/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
@@ -73,7 +73,7 @@ class XFMargins;
class XFBGImage;
/**
- * @descr Style obejct for cell.
+ * @descr Style object for cell.
*/
class XFCellStyle : public XFStyle
{
diff --git a/lotuswordpro/source/filter/xfilter/xfconfigmanager.hxx b/lotuswordpro/source/filter/xfilter/xfconfigmanager.hxx
index 7f88196533a1..0c580c5bef16 100644
--- a/lotuswordpro/source/filter/xfilter/xfconfigmanager.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfconfigmanager.hxx
@@ -70,7 +70,7 @@
* @brief
* Config information for OOo document, ie, line count config, endnote and footnote config.
* This object should only exist one instance.
- * Don't make this obejct an singleton because it's managed by XFStyleManager.
+ * Don't make this object an singleton because it's managed by XFStyleManager.
*/
class XFConfigManager : public XFStyleContainer
{
diff --git a/lotuswordpro/source/filter/xfilter/xfcrossref.hxx b/lotuswordpro/source/filter/xfilter/xfcrossref.hxx
index 9df7507dd001..c1794f304c6b 100644
--- a/lotuswordpro/source/filter/xfilter/xfcrossref.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfcrossref.hxx
@@ -64,7 +64,7 @@
/**
* @brief
- * Index entry obejct.
+ * Index entry object.
*/
class XFCrossRefStart : public XFContent
{
diff --git a/lotuswordpro/source/filter/xfilter/xfdate.hxx b/lotuswordpro/source/filter/xfilter/xfdate.hxx
index 513855132f1a..484fbbf4f30a 100644
--- a/lotuswordpro/source/filter/xfilter/xfdate.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdate.hxx
@@ -64,7 +64,7 @@
#include "xfcontent.hxx"
/**
- * @descr Date obejct.
+ * @descr Date object.
*/
class XFDate : public XFContent
{
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawgroup.hxx b/lotuswordpro/source/filter/xfilter/xfdrawgroup.hxx
index 41ecf7471423..32ac42e1d516 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawgroup.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawgroup.hxx
@@ -66,7 +66,7 @@
/**
* @brief
- * Group obejct for drawing.
+ * Group object for drawing.
*/
class XFDrawGroup : public XFDrawObject
{
@@ -82,7 +82,7 @@ public:
void Add(XFFrame *pFrame);
/**
- * @descr Output group obejct and all it's children.
+ * @descr Output group object and all it's children.
*/
virtual void ToXml(IXFStream *pStrm);
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawline.hxx b/lotuswordpro/source/filter/xfilter/xfdrawline.hxx
index ff07d510dacf..565cf0c948be 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawline.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawline.hxx
@@ -65,7 +65,7 @@
/**
* @brief
- * Line obejct of drawing layer.
+ * Line object of drawing layer.
*/
class XFDrawLine : public XFDrawObject
{
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx b/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
index 4e49235fe42f..509984270f14 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
@@ -65,7 +65,7 @@
/**
* @brief
- * Border line style for drawing obejct.
+ * Border line style for drawing object.
*/
class XFDrawLineStyle : public XFStyle
{
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx b/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
index 45eb38170b9f..dfa5517f0079 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
@@ -74,7 +74,7 @@
* Base class for all drawing object(ellipse,rect,circle,...).
* I can set Postions,anchor,rotate,text style name here.
*
- * Drawing obejcts can be rotated,scaled and skewed, drawing objects must have positions setted,
+ * Drawing objects can be rotated,scaled and skewed, drawing objects must have positions setted,
* you can use SetPosition(...).
*/
class XFDrawObject : public XFFrame
@@ -89,7 +89,7 @@ public:
void SetTextStyleName(OUString style);
/**
- * @descr Set drawing obejct rotate.
+ * @descr Set drawing object rotate.
*/
void SetRotate(double degree, XFPoint aRotatePoint=XFPoint(0,0));
@@ -104,7 +104,7 @@ public:
void SetSkewX(double cx);
/**
- * @descr Set drawing obejct y skew.
+ * @descr Set drawing object y skew.
*/
void SetSkewY(double cy);
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx b/lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx
index 4f16e41ba3dc..db9a53e947b6 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx
@@ -94,7 +94,7 @@ public:
void SetLineStyle(double width, XFColor color = XFColor(0,0,0), sal_Int32 transparency = 0);
/**
- * @descr Set drawing obejct dash border style.
+ * @descr Set drawing object dash border style.
*/
void SetLineDashStyle(enumXFLineStyle style, int num1, int num2, double len1, double len2, double space );
@@ -104,7 +104,7 @@ public:
void SetAreaColor(XFColor& color);
/**
- * @descr Set drawing obejct area grid style.
+ * @descr Set drawing object area grid style.
*/
void SetAreaLineStyle(enumXFAreaLineStyle style, sal_Int32 angle = 0, double space = 0.102, XFColor lineColor = XFColor(0,0,0));
@@ -114,7 +114,7 @@ public:
void SetArrowStart(OUString start, double size=0.3, sal_Bool center = sal_False);
/**
- * @descr Set drawing obejct arrow end style,only lines can have arrows.
+ * @descr Set drawing object arrow end style,only lines can have arrows.
*/
void SetArrowEnd(OUString end, double size=0.3, sal_Bool center = sal_False);
diff --git a/lotuswordpro/source/filter/xfilter/xfendnote.hxx b/lotuswordpro/source/filter/xfilter/xfendnote.hxx
index 7cd9eb4a384b..761979d6321b 100644
--- a/lotuswordpro/source/filter/xfilter/xfendnote.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfendnote.hxx
@@ -66,7 +66,7 @@
/**
* @brief
- * End note obejct.
+ * End note object.
*/
class XFEndNote : public XFContentContainer
{
diff --git a/lotuswordpro/source/filter/xfilter/xfentry.hxx b/lotuswordpro/source/filter/xfilter/xfentry.hxx
index 4943eb78d7dd..f27eba909adf 100644
--- a/lotuswordpro/source/filter/xfilter/xfentry.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfentry.hxx
@@ -64,7 +64,7 @@
/**
* @brief
- * Index entry obejct.
+ * Index entry object.
*/
class XFEntry : public XFContent
{
diff --git a/lotuswordpro/source/filter/xfilter/xffontfactory.hxx b/lotuswordpro/source/filter/xfilter/xffontfactory.hxx
index 3b3c9bf01fe5..4ab2a4b15400 100644
--- a/lotuswordpro/source/filter/xfilter/xffontfactory.hxx
+++ b/lotuswordpro/source/filter/xfilter/xffontfactory.hxx
@@ -85,13 +85,13 @@ public:
private:
/**
- * @descr Add a font. if there exist a font with same properties with pFont, them the font obejct
+ * @descr Add a font. if there exist a font with same properties with pFont, them the font object
* will not be added.
*/
void AddFont(XFFont *pFont);
/**
- * @descr Find whether same font obejct exists.
+ * @descr Find whether same font object exists.
*/
XFFont* FindSameFont(XFFont *pFont);
diff --git a/lotuswordpro/source/filter/xfilter/xffooter.hxx b/lotuswordpro/source/filter/xfilter/xffooter.hxx
index 3dd138555778..12bc4dadb06e 100644
--- a/lotuswordpro/source/filter/xfilter/xffooter.hxx
+++ b/lotuswordpro/source/filter/xfilter/xffooter.hxx
@@ -64,7 +64,7 @@
#include <vector>
/**
- * @descr Foot obejct. It's just a container.
+ * @descr Foot object. It's just a container.
*/
class XFFooter : public XFContentContainer
{
diff --git a/lotuswordpro/source/filter/xfilter/xfframestyle.hxx b/lotuswordpro/source/filter/xfilter/xfframestyle.hxx
index 626a4e7573d0..698572f7ac76 100644
--- a/lotuswordpro/source/filter/xfilter/xfframestyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfframestyle.hxx
@@ -74,7 +74,7 @@ class XFBGImage;
/**
* @brief
- * Style for all frame obejcts.
+ * Style for all frame objects.
*/
class XFFrameStyle : public XFStyle
{
diff --git a/lotuswordpro/source/filter/xfilter/xfheaderstyle.hxx b/lotuswordpro/source/filter/xfilter/xfheaderstyle.hxx
index f613ec09a2d9..3f7670498e4a 100644
--- a/lotuswordpro/source/filter/xfilter/xfheaderstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfheaderstyle.hxx
@@ -114,7 +114,7 @@ public:
void SetBackColor(XFColor color);
/**
- * @descr Output header style obejct.
+ * @descr Output header style object.
*/
virtual void ToXml(IXFStream *pStrm);
diff --git a/lotuswordpro/source/filter/xfilter/xfimage.hxx b/lotuswordpro/source/filter/xfilter/xfimage.hxx
index faa0dcff77ad..1fca8799c490 100644
--- a/lotuswordpro/source/filter/xfilter/xfimage.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfimage.hxx
@@ -64,7 +64,7 @@
/**
* @brief
- * Image obejct.
+ * Image object.
* There are two way to import an image, file link or base64 stream.
*/
class XFImage : public XFFrame
diff --git a/lotuswordpro/source/filter/xfilter/xflist.hxx b/lotuswordpro/source/filter/xfilter/xflist.hxx
index 3930aafbe546..574ef65965e0 100644
--- a/lotuswordpro/source/filter/xfilter/xflist.hxx
+++ b/lotuswordpro/source/filter/xfilter/xflist.hxx
@@ -67,7 +67,7 @@ class XFListItem;
/**
* @brief
- * list obejct for order-list and unordered-list.
+ * list object for order-list and unordered-list.
*/
class XFList : public XFContentContainer
{
@@ -88,7 +88,7 @@ public:
void SetContinueNumber(sal_Bool bContinueNumber=sal_False);
/**
- * @descr Output list obejct.
+ * @descr Output list object.
*/
virtual void ToXml(IXFStream *pStrm);
diff --git a/lotuswordpro/source/filter/xfilter/xfparagraph.hxx b/lotuswordpro/source/filter/xfilter/xfparagraph.hxx
index 7fda9cb7a741..6c56806df276 100644
--- a/lotuswordpro/source/filter/xfilter/xfparagraph.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfparagraph.hxx
@@ -69,7 +69,7 @@ class IXFStream;
/**
* @brief
* Paragraph object for SODC.
- * You can call Add() to add text span or drawing obejcts to XFParagraph.
+ * You can call Add() to add text span or drawing objects to XFParagraph.
*/
class XFParagraph : public XFContentContainer
{
diff --git a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
index f0ca1a270b40..19267fb0c80c 100644
--- a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
@@ -106,8 +106,8 @@ public:
OUString GetMasterPage();
/**
- * @descr set the paragraph defaut font.
- * @param font font obejct to be setted.Font object are deleted by font-factory,so
+ * @descr set the paragraph default font.
+ * @param font font object to be setted.Font object are deleted by font-factory,so
* dont't delete it in the destructure function of para style.
*/
void SetFont(XFFont *font);
diff --git a/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx b/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx
index 9e4c08a6e18f..2df7c371f695 100644
--- a/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx
@@ -64,7 +64,7 @@
/**
* @brief
- * Index entry obejct.
+ * Index entry object.
*/
class XFHolderStart : public XFContent
{
diff --git a/lotuswordpro/source/filter/xfilter/xfsection.hxx b/lotuswordpro/source/filter/xfilter/xfsection.hxx
index f77a2a972a40..75c82ec92407 100644
--- a/lotuswordpro/source/filter/xfilter/xfsection.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfsection.hxx
@@ -79,7 +79,7 @@ public:
public:
/**
- * @descr Output section obejct.
+ * @descr Output section object.
*/
virtual void ToXml(IXFStream *pStrm);
diff --git a/lotuswordpro/source/filter/xfilter/xfshadow.hxx b/lotuswordpro/source/filter/xfilter/xfshadow.hxx
index a94d0a6d102e..187fd3c9c702 100644
--- a/lotuswordpro/source/filter/xfilter/xfshadow.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfshadow.hxx
@@ -87,7 +87,7 @@ public:
enumXFShadowPos GetPosition();
/**
- * @descr Set shadow offset from owner obejct.
+ * @descr Set shadow offset from owner object.
*/
void SetOffset(double offset);
diff --git a/lotuswordpro/source/filter/xfilter/xfstylecont.cxx b/lotuswordpro/source/filter/xfilter/xfstylecont.cxx
index 51def4b9a6c9..3d565a90d2d9 100644
--- a/lotuswordpro/source/filter/xfilter/xfstylecont.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfstylecont.cxx
@@ -114,7 +114,7 @@ IXFStyle* XFStyleContainer::AddStyle(IXFStyle *pStyle)
if( !pStyle )
return NULL;
- //no matter we want to delete the style or not,XFFont obejct should be saved first.
+ //no matter we want to delete the style or not,XFFont object should be saved first.
ManageStyleFont(pStyle);
if( pStyle->GetStyleName().isEmpty() )
diff --git a/lotuswordpro/source/filter/xfilter/xfstylecont.hxx b/lotuswordpro/source/filter/xfilter/xfstylecont.hxx
index 420a2eb8f6f9..89d58444838d 100644
--- a/lotuswordpro/source/filter/xfilter/xfstylecont.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfstylecont.hxx
@@ -66,7 +66,7 @@
class IXFStyle;
/**
- * @descr container obejct for styles.
+ * @descr container object for styles.
* All styles can be placed into an style container.
*/
class XFStyleContainer : public IXFObject
diff --git a/lotuswordpro/source/filter/xfilter/xfstylemanager.hxx b/lotuswordpro/source/filter/xfilter/xfstylemanager.hxx
index 2c7705b9d82d..017735458419 100644
--- a/lotuswordpro/source/filter/xfilter/xfstylemanager.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfstylemanager.hxx
@@ -78,7 +78,7 @@ class XFEndnoteConfig;
/**
* @brief
* Style manager for the filter.
- * This is a global obejct, all styles will be placed here before output.
+ * This is a global object, all styles will be placed here before output.
*/
class XFStyleManager// : public IXFObject
{
diff --git a/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx b/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx
index f8e6650abcc3..7be96eada887 100644
--- a/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx
@@ -64,7 +64,7 @@
/**
* @brief
-* Style for all frame obejcts.
+* Style for all frame objects.
*/
class XFTextBoxStyle : public XFStyle
{