Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/linters/codespell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,6 @@ implememetation
implememntation
implememtation
implemenatation
implemenation
implementaion
implementaiton
implementantions
Expand All @@ -1351,7 +1350,6 @@ implementor
implementors
implemetation
implemeted
implemetnation
implemets
implemnt
implemnted
Expand Down
2 changes: 1 addition & 1 deletion main/canvas/source/directx/dx_5rm.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ namespace dxcanvas
// DXSurface
//////////////////////////////////////////////////////////////////////////////////

/** ISurface implemenation.
/** ISurface implementation.

@attention holds the DXRenderModule via non-refcounted
reference! This is safe with current state of affairs, since
Expand Down
2 changes: 1 addition & 1 deletion main/canvas/source/directx/dx_9rm.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ namespace dxcanvas
// DXSurface
//////////////////////////////////////////////////////////////////////////////////

/** ISurface implemenation.
/** ISurface implementation.

@attention holds the DXRenderModule via non-refcounted
reference! This is safe with current state of affairs, since
Expand Down
14 changes: 7 additions & 7 deletions main/cppuhelper/inc/cppuhelper/implementationentry.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
*************************************************************/


#ifndef _CPPUHELPER_IMPLEMENATIONENTRY_HXX_
#define _CPPUHELPER_IMPLEMENATIONENTRY_HXX_
#ifndef _CPPUHELPER_IMPLEMENTATIONENTRY_HXX_
#define _CPPUHELPER_IMPLEMENTATIONENTRY_HXX_

#include <cppuhelper/factory.hxx>
#include "cppuhelper/cppuhelperdllapi.h"
Expand All @@ -33,16 +33,16 @@ namespace cppu
*/
struct ImplementationEntry
{
/** Function, that creates an instance of the implemenation
/** Function, that creates an instance of the implementation
*/
ComponentFactoryFunc create;

/** Function, that returns the implemenation-name of the implemenation
/** Function, that returns the implementation-name of the implementation
(same as XServiceInfo.getImplementationName() ).
*/
rtl::OUString ( SAL_CALL * getImplementationName )();

/** Function, that returns all supported servicenames of the implemenation
/** Function, that returns all supported servicenames of the implementation
( same as XServiceInfo.getSupportedServiceNames() ).
*/
com::sun::star::uno::Sequence< rtl::OUString > ( SAL_CALL * getSupportedServiceNames ) ();
Expand All @@ -56,7 +56,7 @@ struct ImplementationEntry
::com::sun::star::uno::Sequence< ::rtl::OUString > const & rServiceNames,
rtl_ModuleCount * pModCount );

/** The shared-library module-counter of the implemenation. Maybe 0. The module-counter
/** The shared-library module-counter of the implementation. Maybe 0. The module-counter
is used during by the createFactory()-function.
*/
rtl_ModuleCount * moduleCounter;
Expand All @@ -77,7 +77,7 @@ struct ImplementationEntry
This is a reference to the registry key, into which the implementation
data shall be written to.
@param entries Each element of the entries-array must contains a function pointer
table for registering an implemenation. The end of the array
table for registering an implementation. The end of the array
must be marked with a 0 entry in the create-function.
@return sal_True, if all implementations could be registered, otherwise sal_False.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ namespace drawinglayer
*/
virtual Primitive3DSequence SAL_CALL getDecomposition( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rViewParameters ) throw ( ::com::sun::star::uno::RuntimeException );

/** the getRange default implemenation will use getDecomposition to create the range information from merging
/** the getRange default implementation will use getDecomposition to create the range information from merging
getRange results from the single local decomposition primitives.
*/
virtual ::com::sun::star::geometry::RealRectangle3D SAL_CALL getRange( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rViewParameters ) throw ( ::com::sun::star::uno::RuntimeException );
Expand Down
2 changes: 1 addition & 1 deletion main/offapi/com/sun/star/ucb/Content.idl
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ published service Content
<td><type>SearchCommandArgument</type> aSearchCommandArg</td>
<td>
This command searches for subcontents of a content matching the
given search criteria. The command will return an implemenation
given search criteria. The command will return an implementation
of service <type>DynamicResultSet</type>.
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion main/pyuno/demo/hello_world_comp.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ def trigger( self, args ):
#
g_ImplementationHelper.addImplementation( \
HelloWorldJob, # UNO object class
"org.openoffice.comp.pyuno.demo.HelloWorld", # implemenation name
"org.openoffice.comp.pyuno.demo.HelloWorld", # implementation name
("com.sun.star.task.Job",),) # list of implemented services
# (the only service)
2 changes: 1 addition & 1 deletion main/pyuno/source/module/uno.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def getCurrentContext():

def setCurrentContext( newContext ):
"""Sets newContext as new uno current context. The newContext must
implement the XCurrentContext interface. The implemenation should
implement the XCurrentContext interface. The implementation should
handle the desired properties and delegate unknown properties to the
old context. Ensure to reset the old one when you leave your stack ...
see http://udk.openoffice.org/common/man/concept/uno_contexts.html#current_context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ public boolean approveParameter(DatabaseParameterEvent e) {
}

/**
* Dummy implemetnation. Do nothing, just log
* Dummy implementation. Do nothing, just log
* @param o Ignore.
*/
public void disposing(EventObject o) {
Expand Down
2 changes: 1 addition & 1 deletion main/sal/osl/unx/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static oslMutex ChildListMutex;
Deprecated
Old and buggy implementation of osl_searchPath used only by
osl_psz_executeProcess.
A new implemenation is in file_path_helper.cxx
A new implementation is in file_path_helper.cxx
*****************************************************************************/

oslProcessError SAL_CALL osl_searchPath_impl(const sal_Char* pszName, const sal_Char* pszPath,
Expand Down
6 changes: 3 additions & 3 deletions main/sal/rtl/source/alloc_global.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ rtl_memory_fini (void)

/* ================================================================= *
*
* custom allocator implemenation.
* custom allocator implementation.
*
* ================================================================= */

Expand Down Expand Up @@ -297,7 +297,7 @@ void * SAL_CALL rtl_reallocateMemory (void * p, sal_Size n) SAL_THROW_EXTERN_C()

/* ================================================================= *
*
* system allocator implemenation.
* system allocator implementation.
*
* ================================================================= */

Expand Down Expand Up @@ -332,7 +332,7 @@ rtl_memory_fini (void)

/* ================================================================= *
*
* rtl_(allocate|free)ZeroMemory() implemenation.
* rtl_(allocate|free)ZeroMemory() implementation.
*
* ================================================================= */

Expand Down
2 changes: 1 addition & 1 deletion main/sd/source/ui/view/viewshel.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ void ViewShell::ExecReq( SfxRequest& rReq )



/** This default implemenation returns only an empty reference. See derived
/** This default implementation returns only an empty reference. See derived
classes for more interesting examples.
*/
::com::sun::star::uno::Reference<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace textconversiondlgs

It can be created via lang::XMultiComponentFactory::createInstanceWithContext
with servicename "com.sun.star.linguistic2.ChineseTranslationDialog"
or implemenation name "com.sun.star.comp.linguistic2.ChineseTranslationDialog"
or implementation name "com.sun.star.comp.linguistic2.ChineseTranslationDialog"

It can be initialized via the XInitialization interface with the following single parameter:
PropertyValue-Parameter: Name="ParentWindow" Type="awt::XWindow".
Expand Down
2 changes: 1 addition & 1 deletion main/toolkit/test/accessibility/AccessibleUNOHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public AccessibleTreeNode createChild (AccessibleTreeNode aParent,
XServiceInfo xServiceInfo;
switch (nIndex)
{
case 0 : // Implemenation name.
case 0 : // Implementation name.
xServiceInfo = GetServiceInfo (aParent);
aChild = new StringNode ("Implementation name: " +
(xServiceInfo!=null ? xServiceInfo.getImplementationName()
Expand Down
4 changes: 2 additions & 2 deletions main/vcl/inc/vcl/threadex.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ private:

/** Makes a copy back reference wrapper to be used for inout parameters.
Only use for syncExecute(), the returned wrapper relies on its
implemenation, i.e. the function object is stored in free store.
implementation, i.e. the function object is stored in free store.
Type T needs to be copy constructable assignable.

@see syncExecute()
Expand All @@ -216,7 +216,7 @@ inline detail::copy_back_wrapper<T> inout_by_ref( T & r )

/** Makes a copy back ptr wrapper to be used for inout parameters.
Only use for syncExecute(), the returned wrapper relies on its
implemenation, i.e. the function object is stored in free store.
implementation, i.e. the function object is stored in free store.
Type T needs to be copy constructable assignable.

@see syncExecute()
Expand Down