fdo#60724 correct spelling
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
This commit is contained in:
parent
70e4329d04
commit
1264480bc3
@ -963,7 +963,7 @@ namespace
|
||||
|
||||
/** helper to take needed action on ClipRegion change. This method needs to be called
|
||||
on any Region change, e.g. at the obvious actions doing this, but also at pop-calls
|
||||
whcih change the Region of the current context. It takes care of creating the
|
||||
which change the Region of the current context. It takes care of creating the
|
||||
current embeddec context, set the new Region at the context and eventually prepare
|
||||
a new target for embracing new geometry to the current region
|
||||
*/
|
||||
@ -1152,7 +1152,7 @@ namespace
|
||||
|
||||
/** helper to create needed data to emulate the VCL Wallpaper Metafile action.
|
||||
It is a quite mighty action. This helper decides if color and/or gradient
|
||||
background is needed for the wnated bitmap fill and then creates the needed
|
||||
background is needed for the wanted bitmap fill and then creates the needed
|
||||
WallpaperBitmapPrimitive2D. This primitive was created for this purpose and
|
||||
takes over all needed logic of orientations and tiling.
|
||||
*/
|
||||
|
@ -440,7 +440,7 @@ OleComponent::OleComponent( const uno::Reference< lang::XMultiServiceFactory >&
|
||||
OSL_ENSURE( m_pUnoOleObject, "No owner object is provided!" );
|
||||
|
||||
HRESULT hr = OleInitialize( NULL );
|
||||
OSL_ENSURE( hr == S_OK || hr == S_FALSE, "The ole can not be successfuly initialized\n" );
|
||||
OSL_ENSURE( hr == S_OK || hr == S_FALSE, "The ole can not be successfully initialized\n" );
|
||||
if ( hr == S_OK || hr == S_FALSE )
|
||||
m_bOleInitialized = sal_True;
|
||||
|
||||
|
2
filter/source/config/cache/typedetection.hxx
vendored
2
filter/source/config/cache/typedetection.hxx
vendored
@ -216,7 +216,7 @@ private:
|
||||
Note : Its content will be adapted to returned result of this method.
|
||||
Means: The stream will be added to it.
|
||||
|
||||
@throw Any suitable exception if stream should be opened but operation was not sucessfull.
|
||||
@throw Any suitable exception if stream should be opened but operation was not successful.
|
||||
Note: If an interactionHandler is part of the given descriptor too, it was already used.
|
||||
Means: let the exception pass trough the top most interface method!
|
||||
*/
|
||||
|
@ -593,8 +593,8 @@ class DataContainer : private ThreadHelpBase
|
||||
@descr We use the ConfigItem mechanism to read/write values from/to configuration.
|
||||
This implementation could be used to handle standard AND additional filter configurations in the same way.
|
||||
We set a data container pointer for filling or reading ... this class use it temp.
|
||||
After successfuly calling of read(), we can use filled container directly or merge it with an existing one.
|
||||
After successfuly calling of write() all values of given data container are flushed to our configuration.
|
||||
After successfully calling of read(), we can use filled container directly or merge it with an existing one.
|
||||
After successfully calling of write() all values of given data container are flushed to our configuration.
|
||||
|
||||
@implements -
|
||||
@base ConfigItem
|
||||
|
@ -135,8 +135,8 @@ class FWI_DLLPUBLIC HandlerCache
|
||||
@short implements configuration access for handler configuration
|
||||
@descr We use the ConfigItem mechanism to read/write values from/to configuration.
|
||||
We set a data container pointer for filling or reading ... this class use it temp.
|
||||
After successfuly calling of read(), we can use filled container directly or merge it with an existing one.
|
||||
After successfuly calling of write() all values of given data container are flushed to our configuration -
|
||||
After successfully calling of read(), we can use filled container directly or merge it with an existing one.
|
||||
After successfully calling of write() all values of given data container are flushed to our configuration -
|
||||
but current implementation doesn't support writeing realy.
|
||||
|
||||
@base ::utl::ConfigItem
|
||||
|
@ -31,7 +31,7 @@ namespace framework{
|
||||
/*-************************************************************************************************************//**
|
||||
@short implement a guard to set read locks
|
||||
@descr This guard should be used to set a lock for reading object internal member.
|
||||
Nobody can control it but don't use member after successfuly locking for writing!
|
||||
Nobody can control it but don't use member after successfully locking for writing!
|
||||
We never need a own mutex to safe our internal member access - because
|
||||
a guard is used as function-local member only. There exist no multithreaded access to it realy ...
|
||||
|
||||
|
@ -65,7 +65,7 @@ DEFINE_XTYPEPROVIDER_2( DispatchProvider ,
|
||||
|
||||
/**
|
||||
@short standard ctor/dtor
|
||||
@descr These initialize a new instance of tihs class with needed information for work.
|
||||
@descr These initialize a new instance of this class with needed information for work.
|
||||
We hold a weakreference to our owner frame which start dispatches at us.
|
||||
We can't use a normal reference because he hold a reference of us too ...
|
||||
nobody can die so ...!
|
||||
|
@ -1928,7 +1928,7 @@ void SAL_CALL Frame::dispose() throw( css::uno::RuntimeException )
|
||||
remove himself at this instance ...
|
||||
Release m_xFramesHelper after that ... it's the same problem between parent and child!
|
||||
"m_xParent->getFrames()->remove( xThis );" needs this helper ...
|
||||
Otherwise we get a null reference and could finish removing successfuly.
|
||||
Otherwise we get a null reference and could finish removing successfully.
|
||||
=> You see: Order of calling operations is important!!!
|
||||
*/
|
||||
implts_forgetSubFrames();
|
||||
|
@ -41,7 +41,7 @@ public class java_complex implements TestBase
|
||||
* This function executes the complex tests given as parameter "-o" or "TestJob". It querys for the correspond class
|
||||
* and crates the JobDescription.
|
||||
* @param param
|
||||
* @return true of all tests run successfuly, else false
|
||||
* @return true of all tests run successfully, else false
|
||||
*/
|
||||
public boolean executeTest(TestParameters param)
|
||||
{
|
||||
@ -68,7 +68,7 @@ public class java_complex implements TestBase
|
||||
* This function run the given DescEntry[] as ComplexTest
|
||||
* @param param
|
||||
* @param entries
|
||||
* @return true of all tests run successfuly, else false
|
||||
* @return true of all tests run successfully, else false
|
||||
*/
|
||||
public boolean executeTest(TestParameters param, DescEntry[] entries)
|
||||
{
|
||||
|
@ -180,7 +180,7 @@ public class _XDocumentAuditing extends MultiMethodTest {
|
||||
|
||||
/**
|
||||
* Check if the amount of shapes is the right one after displaying that stuff
|
||||
* 2do improve this: check taht the shapes are the correct ones -> convwatch
|
||||
* 2do improve this: check that the shapes are the correct ones -> convwatch
|
||||
* @desiredValue That's the amount of shapes that have to be here.
|
||||
* @return True, if the actual count of shapes is the same
|
||||
*/
|
||||
|
@ -168,7 +168,7 @@ public class _XSheetAuditing extends MultiMethodTest {
|
||||
|
||||
/**
|
||||
* Check if the amount of shapes is the right one after displaying that stuff
|
||||
* 2do improve this: check taht the shapes are the correct ones -> convwatch
|
||||
* 2do improve this: check that the shapes are the correct ones -> convwatch
|
||||
* @desiredValue That's the amount of shapes that have to be here.
|
||||
* @return True, if the actual count of shapes is the same
|
||||
*/
|
||||
|
@ -70,25 +70,25 @@ public:
|
||||
|
||||
/** get the ident of the logged in user.
|
||||
@param[out] strIdent is the OUString which returns the name
|
||||
@return True, if any user is successfuly logged in, otherwise False
|
||||
@return True, if any user is successfully logged in, otherwise False
|
||||
*/
|
||||
inline sal_Bool SAL_CALL getUserIdent( rtl::OUString& strIdent) const;
|
||||
|
||||
/** get the name of the logged in user.
|
||||
@param[out] strName is the OUString which returns the name
|
||||
@return True, if any user is successfuly logged in, otherwise False
|
||||
@return True, if any user is successfully logged in, otherwise False
|
||||
*/
|
||||
inline sal_Bool SAL_CALL getUserName( rtl::OUString& strName) const;
|
||||
|
||||
/** get the home directory of the logged in user.
|
||||
@param[out] strDirectory is the OUString which returns the directory name
|
||||
@return True, if any user is successfuly logged in, otherwise False
|
||||
@return True, if any user is successfully logged in, otherwise False
|
||||
*/
|
||||
inline sal_Bool SAL_CALL getHomeDir( rtl::OUString& strDirectory) const;
|
||||
|
||||
/** get the directory for configuration data of the logged in user.
|
||||
@param[out] strDirectory is the OUString which returns the directory name
|
||||
@return True, if any user is successfuly logged in, otherwise False
|
||||
@return True, if any user is successfully logged in, otherwise False
|
||||
*/
|
||||
inline sal_Bool SAL_CALL getConfigDir( rtl::OUString & strDirectory) const;
|
||||
|
||||
|
@ -297,7 +297,7 @@ long SfxApplication::DdeExecute
|
||||
/* Description]
|
||||
|
||||
This method can be overloaded by application developers, to receive
|
||||
DDE-commands directed to thier SfxApplication subclass.
|
||||
DDE-commands directed to their SfxApplication subclass.
|
||||
|
||||
The base implementation understands the API functionality of the
|
||||
relevant SfxApplication subclass in BASIC syntax. Return values can
|
||||
@ -334,7 +334,7 @@ long SfxObjectShell::DdeExecute
|
||||
/* [Description]
|
||||
|
||||
This method can be overloaded by application developers, to receive
|
||||
DDE-commands directed to the thier SfxApplication subclass.
|
||||
DDE-commands directed to the their SfxApplication subclass.
|
||||
|
||||
The base implementation does nothing and returns 0.
|
||||
*/
|
||||
@ -367,7 +367,7 @@ long SfxObjectShell::DdeGetData
|
||||
/* [Description]
|
||||
|
||||
This method can be overloaded by application developers, to receive
|
||||
DDE-data-requests directed to thier SfxApplication subclass.
|
||||
DDE-data-requests directed to their SfxApplication subclass.
|
||||
|
||||
The base implementation provides no data and returns 0.
|
||||
*/
|
||||
@ -388,7 +388,7 @@ long SfxObjectShell::DdeSetData
|
||||
/* [Description]
|
||||
|
||||
This method can be overloaded by application developers, to receive
|
||||
DDE-data directed to thier SfxApplication subclass.
|
||||
DDE-data directed to their SfxApplication subclass.
|
||||
|
||||
The base implementation is not receiving any data and returns 0.
|
||||
*/
|
||||
@ -406,7 +406,7 @@ long SfxObjectShell::DdeSetData
|
||||
/* [Description]
|
||||
|
||||
This method can be overloaded by application developers, to establish
|
||||
a DDE-hotlink to thier SfxApplication subclass.
|
||||
a DDE-hotlink to their SfxApplication subclass.
|
||||
|
||||
The base implementation is not generate a link and returns 0.
|
||||
*/
|
||||
@ -442,7 +442,7 @@ long SfxViewFrame::DdeExecute
|
||||
/* [Description]
|
||||
|
||||
This method can be overloaded by application developers, to receive
|
||||
DDE-commands directed to the thier SfxApplication subclass.
|
||||
DDE-commands directed to the their SfxApplication subclass.
|
||||
|
||||
The base implementation understands the API functionality of the
|
||||
relevant SfxViewFrame, which is shown and the relevant SfxViewShell
|
||||
@ -469,7 +469,7 @@ long SfxViewFrame::DdeGetData
|
||||
/* [Description]
|
||||
|
||||
This method can be overloaded by application developers, to receive
|
||||
DDE-data-requests directed to thier SfxApplication subclass.
|
||||
DDE-data-requests directed to their SfxApplication subclass.
|
||||
|
||||
The base implementation provides no data and returns 0.
|
||||
*/
|
||||
@ -490,7 +490,7 @@ long SfxViewFrame::DdeSetData
|
||||
/* [Description]
|
||||
|
||||
This method can be overloaded by application developers, to receive
|
||||
DDE-data directed to thier SfxApplication subclass.
|
||||
DDE-data directed to their SfxApplication subclass.
|
||||
|
||||
The base implementation is not receiving any data and returns 0.
|
||||
*/
|
||||
@ -509,7 +509,7 @@ long SfxViewFrame::DdeSetData
|
||||
/* [Description]
|
||||
|
||||
This method can be overloaded by application developers, to establish
|
||||
a DDE-hotlink to thier SfxApplication subclass.
|
||||
a DDE-hotlink to their SfxApplication subclass.
|
||||
|
||||
The base implementation is not generate a link and returns 0.
|
||||
*/
|
||||
|
@ -228,7 +228,7 @@ public:
|
||||
|
||||
@param rString On success, returns the reconstructed Unicode string.
|
||||
|
||||
@return True if the string was successfuly read and reconstructed.
|
||||
@return True if the string was successfully read and reconstructed.
|
||||
*/
|
||||
static OUString readByteString(SvStream & rStream);
|
||||
|
||||
|
@ -1210,7 +1210,7 @@ struct INetContentTypeParameter
|
||||
*/
|
||||
const OUString m_sValue;
|
||||
|
||||
/** This is true if the value is successfuly converted to Unicode, and
|
||||
/** This is true if the value is successfully converted to Unicode, and
|
||||
false if the value is a special mixture of ISO-LATIN-1 characters and
|
||||
characters from Unicode's Private Use Area.
|
||||
*/
|
||||
|
@ -784,7 +784,7 @@ public:
|
||||
|
||||
Currently only mouse events get this special treatment.
|
||||
|
||||
Use this sparingly, chances are if you want to use it you're wroking around
|
||||
Use this sparingly, chances are if you want to use it you're working around
|
||||
the real problem.
|
||||
|
||||
@param bCall
|
||||
|
@ -333,7 +333,7 @@ void SAL_CALL MyDragAndDropListener::dropActionChanged( const DropTargetDragEven
|
||||
|
||||
void SAL_CALL MyDragAndDropListener::dragDropEnd( const DragSourceDropEvent& dsde ) throw(RuntimeException)
|
||||
{
|
||||
printf( "XDragSourceListener::dropDropEnd called ( Window: %p, %s ).\n", m_pWindow, dsde.DropSuccess ? "sucess" : "failed" );
|
||||
printf( "XDragSourceListener::dropDropEnd called ( Window: %p, %s ).\n", m_pWindow, dsde.DropSuccess ? "success" : "failed" );
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
@ -295,7 +295,7 @@ class AgendaDocument(TextDocument):
|
||||
|
||||
'''
|
||||
locates the titles (name, location, date, time)
|
||||
and saves a reference to thier Text ranges.
|
||||
and saves a reference to their Text ranges.
|
||||
'''
|
||||
|
||||
def initializeTitles(self):
|
||||
|
@ -249,7 +249,7 @@ namespace xmloff
|
||||
|
||||
/** add an arbitrary attribute extracted from an arbitrary property to the export context
|
||||
|
||||
<p>The current value of the property specified wiht <arg>_pPropertyName</arg> is taken and converted
|
||||
<p>The current value of the property specified with <arg>_pPropertyName</arg> is taken and converted
|
||||
into a string, no matter what type it has. (Okay, there are the usual limitations: We know Date, Datetime,
|
||||
double, integer ... to name just a few).</p>
|
||||
|
||||
|
@ -417,7 +417,7 @@ uno::Sequence< util::RevisionTag > SAL_CALL XMLVersionListPersistence::load( con
|
||||
|
||||
aParserInput.aInputStream = xDocStream->getInputStream();
|
||||
OSL_ENSURE( aParserInput.aInputStream.is(),
|
||||
"The stream was successfuly opened for reading, the input part must be accessible!\n" );
|
||||
"The stream was successfully opened for reading, the input part must be accessible!\n" );
|
||||
if ( !aParserInput.aInputStream.is() )
|
||||
throw uno::RuntimeException();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user