From 435f5e30c968ffd5761873f8b3f756949545ce72 Mon Sep 17 00:00:00 2001
From: Thomas Arnhold
One more note. This lock is definately not used once the dtor is reached. Means whatever +
One more note. This lock is definitely not used once the dtor is reached. Means whatever
the dtor implementation does, it does not guard the external lock. See this as a contract.
You should ensure the same thing for own derivees which do not supply the lock themself,
but get them from yet another derivee.
Any string comming in via character handler may include chars, +
Any string coming in via character handler may include chars, that would otherwise be interpreted as markup.
*/ void startCDATA() diff --git a/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs b/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs index 21312d649c4c..51a2676e32b6 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs @@ -89,7 +89,7 @@* * Object implements the following interfaces : diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java index 3ba57ae9dc77..cc0a6cc11220 100644 --- a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java @@ -200,7 +200,7 @@ public class ScDataPilotFieldGroupItemObj extends TestCase catch (com.sun.star.lang.IndexOutOfBoundsException e) { e.printStackTrace (); - throw new StatusException ("Couldn't get cells for changeing.", e); + throw new StatusException ("Couldn't get cells for changing.", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java index 1a92045be7c2..b3462fba9bca 100644 --- a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java @@ -199,7 +199,7 @@ public class ScDataPilotFieldGroupObj extends TestCase catch (com.sun.star.lang.IndexOutOfBoundsException e) { e.printStackTrace (); - throw new StatusException ("Couldn't get cells for changeing.", e); + throw new StatusException ("Couldn't get cells for changing.", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java index 97294117d99c..59fa43e1f80a 100644 --- a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java @@ -199,7 +199,7 @@ public class ScDataPilotFieldGroupsObj extends TestCase catch (com.sun.star.lang.IndexOutOfBoundsException e) { e.printStackTrace (); - throw new StatusException ("Couldn't get cells for changeing.", e); + throw new StatusException ("Couldn't get cells for changing.", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java index 226c7e2e50be..1219e53b0db0 100644 --- a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java @@ -197,7 +197,7 @@ public class ScDataPilotFieldObj extends TestCase { new Integer(27); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { e.printStackTrace(); - throw new StatusException("Couldn't get cells for changeing.", e); + throw new StatusException("Couldn't get cells for changing.", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java index 217521d47c43..bce5155b6ff5 100644 --- a/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java @@ -198,7 +198,7 @@ public class ScDataPilotItemObj extends TestCase { new Integer(27); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { e.printStackTrace(); - throw new StatusException("Couldn't get cells for changeing.", e); + throw new StatusException("Couldn't get cells for changing.", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java index 73fb3d94d046..fb2aa6ddd441 100644 --- a/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java @@ -198,7 +198,7 @@ public class ScDataPilotItemsObj extends TestCase { new Integer(27); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { e.printStackTrace(); - throw new StatusException("Couldn't get cells for changeing.", e); + throw new StatusException("Couldn't get cells for changing.", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java index 2bc6d4a4811f..59b97733b6f7 100644 --- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java +++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java @@ -200,7 +200,7 @@ public class ScIndexEnumeration_DataPilotItemsEnumeration new Integer(27); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { e.printStackTrace(); - throw new StatusException("Couldn't get cells for changeing.", e); + throw new StatusException("Couldn't get cells for changing.", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java index e4b3947f61f2..ad29b9b919fd 100644 --- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java +++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java @@ -42,7 +42,7 @@ import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.XInterface; /** - * Test for object that represents enumeration of a colection + * Test for object that represents enumeration of a collection * of text fields in a cell of a spreadsheet.
*
* Object implements the following interfaces :
diff --git a/sal/osl/unx/nlsupport.c b/sal/osl/unx/nlsupport.c
index 60e21b8e8aa1..ff5216a1f7c0 100644
--- a/sal/osl/unx/nlsupport.c
+++ b/sal/osl/unx/nlsupport.c
@@ -249,7 +249,7 @@ static rtl_Locale * _parse_locale( const char * locale )
* _nl_language_list[] is an array list of supported encodings. Because
* we are using a binary search, the list has to be in ascending order.
* We are comparing the encodings case insensitiv, so the list has
- * to be completly upper- , or lowercase.
+ * to be completely upper- , or lowercase.
*/
#if defined(SOLARIS)
diff --git a/sal/osl/unx/socket.c b/sal/osl/unx/socket.c
index 3ed3dc86f212..d2e928dec7af 100644
--- a/sal/osl/unx/socket.c
+++ b/sal/osl/unx/socket.c
@@ -762,7 +762,7 @@ oslSocketResult SAL_CALL osl_getAddrOfSocketAddr( oslSocketAddr pAddr, sal_Seque
/** try to figure out a full-qualified hostname, by adding the current domain
as given by the domainname program to the given hostname.
- This function MUST NOT call gethostbyname since pHostName allready points
+ This function MUST NOT call gethostbyname since pHostName already points
to data returned by gethostname and would be garbled: use gethostname_r
instead!
*/
diff --git a/sal/osl/w32/dllentry.c b/sal/osl/w32/dllentry.c
index 5890ed761b98..407135683430 100644
--- a/sal/osl/w32/dllentry.c
+++ b/sal/osl/w32/dllentry.c
@@ -203,7 +203,7 @@ void do_cleanup( void )
ntdll is on the stack. No chance to find the reason for the
corrupted heap if so.
- So annoying the user with a crash report is completly useless.
+ So annoying the user with a crash report is completely useless.
*/
diff --git a/sal/systools/win32/uwinapi/sntprintf.c b/sal/systools/win32/uwinapi/sntprintf.c
index 12eaee9f252d..70980305c4ae 100644
--- a/sal/systools/win32/uwinapi/sntprintf.c
+++ b/sal/systools/win32/uwinapi/sntprintf.c
@@ -62,7 +62,7 @@ static int __cdecl _vsctprintf( const _TXCHAR *format, va_list ap )
/* This function retrieves the pointer to the last character of a buffer.
That is the pointer to the last character of the buffer that fits
- completly into that buffer or the position of the terminating zero.
+ completely into that buffer or the position of the terminating zero.
buffer Pointer to a _TXCHAR buffer to be examined
count size of the buffer to be examined
diff --git a/sc/qa/complex/dataPilot/CheckDataPilot.java b/sc/qa/complex/dataPilot/CheckDataPilot.java
index 9f1357e98d69..d26c78da1cdc 100644
--- a/sc/qa/complex/dataPilot/CheckDataPilot.java
+++ b/sc/qa/complex/dataPilot/CheckDataPilot.java
@@ -258,7 +258,7 @@ public class CheckDataPilot {
aChangeValue = new Integer(27);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
e.printStackTrace();
- throw new StatusException( "Couldn't get cells for changeing.", e);
+ throw new StatusException( "Couldn't get cells for changing.", e);
}
diff --git a/scripting/workben/bindings/ScriptBinding.xba b/scripting/workben/bindings/ScriptBinding.xba
index 45e74f537853..5129cca2d0f3 100644
--- a/scripting/workben/bindings/ScriptBinding.xba
+++ b/scripting/workben/bindings/ScriptBinding.xba
@@ -969,7 +969,7 @@ sub AddNewKeyBinding( scriptName as string, shift as boolean, control as boolean
' Calculate from the key the offset into key group array we need to point to
KeyGroupIndex = getKeyGroupIndex( key, keyTypeOffset )
- ' if key is allready allocated to a script then just reallocate
+ ' if key is already allocated to a script then just reallocate
if ( keyAllocationMap( offsetIntoArrayOfArrays, KeyGroupIndex ).Value > 1 ) then
keyAllocationMap( offsetIntoArrayOfArrays, KeyGroupIndex ).Name = scriptName
diff --git a/sd/source/ui/view/drviewsb.cxx b/sd/source/ui/view/drviewsb.cxx
index 72923b6b2593..a3fe056e496c 100644
--- a/sd/source/ui/view/drviewsb.cxx
+++ b/sd/source/ui/view/drviewsb.cxx
@@ -834,7 +834,7 @@ void DrawViewShell::ModifyLayer (
if (!bIsVisible)
{
- // invisible layers are presented differnt
+ // invisible layers are presented different
nBits = TPB_SPECIAL;
}
diff --git a/sdext/source/presenter/PresenterGeometryHelper.hxx b/sdext/source/presenter/PresenterGeometryHelper.hxx
index 0279933fd5b2..5fafcece94cc 100644
--- a/sdext/source/presenter/PresenterGeometryHelper.hxx
+++ b/sdext/source/presenter/PresenterGeometryHelper.hxx
@@ -76,7 +76,7 @@ public:
const css::geometry::RealRectangle2D& rBox,
const css::geometry::RealPoint2D& rPoint);
- /** Return whether rBox1 is completly inside rBox2.
+ /** Return whether rBox1 is completely inside rBox2.
*/
static bool IsInside (
const css::awt::Rectangle& rBox1,
diff --git a/sfx2/inc/sfx2/viewsh.hxx b/sfx2/inc/sfx2/viewsh.hxx
index 759394d77cf5..ad4c64cd5272 100644
--- a/sfx2/inc/sfx2/viewsh.hxx
+++ b/sfx2/inc/sfx2/viewsh.hxx
@@ -237,7 +237,7 @@ public:
*/
void SetCurrentDocument() const;
- /** get an XRenderable instance that can render this docuement
+ /** get an XRenderable instance that can render this document
*/
virtual com::sun::star::uno::Reference< com::sun::star::view::XRenderable > GetRenderable();
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx
index b70776104d35..6cbccc56b3de 100644
--- a/sfx2/source/appl/appuno.cxx
+++ b/sfx2/source/appl/appuno.cxx
@@ -265,7 +265,7 @@ void TransformParameters( sal_uInt16 nSlotId, const uno::Sequence
-During developement, there has been a few changes which were not *fully* done
+During development, there has been a few changes which were not *fully* done
mainly in converting the topics and time boxes
from combobox and time box to normal textboxes,
so in the code they might be referenced as combobox or timebox. This should be
diff --git a/wizards/com/sun/star/wizards/common/ConfigNode.java b/wizards/com/sun/star/wizards/common/ConfigNode.java
index 8e0521d8a3cb..7bb08aa89741 100644
--- a/wizards/com/sun/star/wizards/common/ConfigNode.java
+++ b/wizards/com/sun/star/wizards/common/ConfigNode.java
@@ -19,7 +19,7 @@ package com.sun.star.wizards.common;
/**
* This Interface specifies a method of an object which is
- * capable of reading adn writing its data out of the
+ * capable of reading and writing its data out of the
* OO Configuration.
* There are 2 direct implementations: ConfigGroup and ConfigSet.
* The root is the first Java Object in the configuration hirarchie.
diff --git a/wizards/com/sun/star/wizards/web/data/CGDocument.java b/wizards/com/sun/star/wizards/web/data/CGDocument.java
index 02231bb01f80..82dc63c775a6 100644
--- a/wizards/com/sun/star/wizards/web/data/CGDocument.java
+++ b/wizards/com/sun/star/wizards/web/data/CGDocument.java
@@ -150,7 +150,7 @@ public class CGDocument extends ConfigSetItem implements XMLProvider
String path = getSettings().getFileAccess(xmsf).getPath(cp_URL, PropertyNames.EMPTY_STRING);
localFilename = FileAccess.getFilename(path, File.separator);
- /* if the type is a star office convertable document
+ /* if the type is a star office convertible document
* We try to open the document to get some properties
*/
diff --git a/wizards/com/sun/star/wizards/web/data/CGDocument.py b/wizards/com/sun/star/wizards/web/data/CGDocument.py
index 47f9caf220fc..9215b70a9e97 100644
--- a/wizards/com/sun/star/wizards/web/data/CGDocument.py
+++ b/wizards/com/sun/star/wizards/web/data/CGDocument.py
@@ -102,7 +102,7 @@ class CGDocument(ConfigGroup):
path = self.root.getFileAccess(xmsf).getPath(self.cp_URL, "")
self.localFilename = FileAccess.getFilename(path, separator)
'''
- if the type is a star office convertable document
+ if the type is a star office convertible document
We try to open the document to get some properties
'''
xProps = None
diff --git a/xmloff/source/chart/XMLChartStyleContext.cxx b/xmloff/source/chart/XMLChartStyleContext.cxx
index f836d8c1b2f4..b8246c774fb4 100644
--- a/xmloff/source/chart/XMLChartStyleContext.cxx
+++ b/xmloff/source/chart/XMLChartStyleContext.cxx
@@ -107,7 +107,7 @@ void XMLChartStyleContext::FillPropertySet(
}
catch( beans::UnknownPropertyException& )
{
- DBG_ASSERT( false, "unknown property exception -> shape style not completly imported for chart style" );
+ DBG_ASSERT( false, "unknown property exception -> shape style not completely imported for chart style" );
}
lcl_NumberFormatStyleToProperty( msDataStyleName, OUString( "NumberFormat" ), mrStyles, rPropSet );
diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx
index 3e59dc179288..f7601e593f6c 100644
--- a/xmloff/source/forms/propertyexport.hxx
+++ b/xmloff/source/forms/propertyexport.hxx
@@ -336,7 +336,7 @@ namespace xmloff
converting it into a string