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
17 changes: 0 additions & 17 deletions .github/linters/codespell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1252,35 +1252,25 @@ hypothenuse
iconifie
idefinite
idel
idendifier
idendify
idenifier
idenifiers
identation
identfication
identfied
identfier
identidier
identifed
identifer
iif
iiterator
illigal
imaghe
imapge
immediat
implace
implcit
implementator
implementes
implemention
implementor
implementors
implemetation
implemeted
implemets
implemnt
implemnted
implemtation
implemtentation
implenetation
Expand All @@ -1306,28 +1296,21 @@ inconviniently
incorperates
incosistency
increse
incudes
incvalid
indendation
indenpendent
indentically
indentified
indentifies
indention
indenx
indepedent
independ
independance
independant
independend
independendly
independet
indepent
inderect
indes
indexs
indiactor
indiciates
indicies
indizies
indx
Expand Down
4 changes: 2 additions & 2 deletions main/chart2/source/tools/ObjectIdentifier.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ OUString ObjectIdentifier::createParticleForDiagram(
, const Reference< frame::XModel >& /*xChartModel*/ )
{
static OUString aRet(C2U("D=0"));
//todo: if more than one diagram is implemeted, add the correct diagram index here
//todo: if more than one diagram is implemented, add the correct diagram index here
return aRet;
}

Expand Down Expand Up @@ -559,7 +559,7 @@ OUString ObjectIdentifier::createParticleForLegend(
OUStringBuffer aRet;

Reference< XDiagram > xDiagram( ChartModelHelper::findDiagram( xChartModel ) );
//todo: if more than one diagram is implemeted, find the correct diagram which is owner of the given legend
//todo: if more than one diagram is implemented, find the correct diagram which is owner of the given legend

aRet.append( ObjectIdentifier::createParticleForDiagram( xDiagram, xChartModel ) );
aRet.appendAscii(":");
Expand Down
4 changes: 2 additions & 2 deletions main/cui/source/tabpages/tpline.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ void SvxLineTabPage::Reset( const SfxItemSet& rAttrs )
pPage->NbcInsertObject(pObj);

// Generate invisible square to give all symbol types a
// bitmap size, which is indepedent from specific glyph
// bitmap size, which is independent from specific glyph
SdrObject *pInvisibleSquare=pSymbolList->GetObj(0);
pInvisibleSquare=pInvisibleSquare->Clone();
pPage->NbcInsertObject(pInvisibleSquare);
Expand Down Expand Up @@ -1746,7 +1746,7 @@ IMPL_LINK( SvxLineTabPage, MenuCreateHdl_Impl, MenuButton *, pButton )
String aEmptyStr;

// Generate invisible square to give all symbols a
// bitmap size, which is indepedent from specific glyph
// bitmap size, which is independent from specific glyph
SdrObject *pInvisibleSquare=pSymbolList->GetObj(0);
pInvisibleSquare=pInvisibleSquare->Clone();
pPage->NbcInsertObject(pInvisibleSquare);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public:
::rtl::OUString temporaryName;
/* The file name (shared, user) or the folder name (bundled)
If the key is the file name, then file name is not encoded.
If the key is the idendifier then the file name is UTF-8 encoded.
If the key is the identifier then the file name is UTF-8 encoded.
*/
::rtl::OUString fileName;
::rtl::OUString mediaType;
Expand Down
2 changes: 1 addition & 1 deletion main/framework/inc/helper/statusindicatorfactory.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct IndicatorInfo
/** @short initialize new instance of this class

@param xIndicator
the new child indiactor of our factory.
the new child indicator of our factory.

@param sText
its initial text.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// __________ Implementation __________

/**
* Implemets a simple status indicator, which
* Implements a simple status indicator, which
* provide informations about state of a load request.
* It can be used as an argument e.g. for loadComponentFromURL().
*/
Expand Down
2 changes: 1 addition & 1 deletion main/javainstaller2/src/Properties/create_property.pl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

if ( $language eq $defaultlanguage )
{
# Creating language indenpendent english file
# Creating language independent english file
make_propertyfile_language_independent($template_file);
$filename = generate_filename($template_file_name, "");
save_file($outputpath, $filename, $template_file);
Expand Down
2 changes: 1 addition & 1 deletion main/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ published service UnoControlListBoxModel

//-------------------------------------------------------------------------

/** specifies the sequence of selected items, identfied by the position.
/** specifies the sequence of selected items, identified by the position.
*/
[property] sequence<short> SelectedItems;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ published service OleDragSource

//-------------------------------------------------------------------------
/** The service expects a byte sequence uniquely identifying the machine as
the first, and only, parameter. This idenifier should be checked to
the first, and only, parameter. This identifier should be checked to
ensure that the window ids used for creating DropTargets are valid for
the service, that is, come from the same machine.

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 @@ -398,7 +398,7 @@ published service Content
because it is not directly supported by the IMAP protocol.
On the other hand, moving a message from one folder to
another folder on the same IMAP server should work, because it can
be implemeted efficiently.</br>
be implemented efficiently.</br>
If an implementation is not able to handle a given source URL,
it should indicate this by issuing a
<type>InteractiveBadTransferURLException</type> interaction request.</br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class _XCommandProcessor extends MultiMethodTest {
/**
* Tests <code>createCommandIdentifier()</code>. Calls it for two times
* and checks returned values. <p>
* Has <b>OK</b> status if values are unique correct idenifiers: not 0.
* Has <b>OK</b> status if values are unique correct identifiers: not 0.
*/
public void _createCommandIdentifier() {
log.println("creating a command line identifier");
Expand Down
2 changes: 1 addition & 1 deletion main/registry/inc/registry/reflread.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public:
/** returns the name of a parameter.

@param index indicates the method
@param paramIndex indiciates the parameter which name will be returned.
@param paramIndex indicates the parameter which name will be returned.
*/
inline ::rtl::OUString getMethodParamName( sal_uInt16 index, sal_uInt16 paramIndex ) const;

Expand Down
2 changes: 1 addition & 1 deletion main/sal/osl/unx/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ int macxp_resolveAlias(char *path, int buflen)
#endif /* NO_PTHREAD_RTL */

#if (defined (LINUX) && (GLIBC >= 2))
/* The linux kernel thread implemention, always return the pid of the
/* The linux kernel thread implementation, always return the pid of the
thread subprocess and not of the main process. So we save the main
pid at startup
*/
Expand Down
4 changes: 2 additions & 2 deletions main/sal/qa/osl/file/osl_File.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -4206,7 +4206,7 @@ namespace osl_File
nError1 = ::osl::FileBase::E_ACCES; /// for Windows, c:/ is writtenable any way.
deleteTestFile( aTmpName7);
#endif
ASSERT_TRUE(::osl::FileBase::E_ACCES == nError1) << "test for copy function: copy to an illigal place";
ASSERT_TRUE(::osl::FileBase::E_ACCES == nError1) << "test for copy function: copy to an illegal place";
}

TEST_F(copy, copy_004 )
Expand Down Expand Up @@ -4324,7 +4324,7 @@ namespace osl_File
deleteTestFile( aTmpName7);
#endif

ASSERT_TRUE(::osl::FileBase::E_ACCES == nError1) << "test for move function: move to an illigal place";
ASSERT_TRUE(::osl::FileBase::E_ACCES == nError1) << "test for move function: move to an illegal place";
}

TEST_F(move, move_004 )
Expand Down
2 changes: 1 addition & 1 deletion main/svtools/source/contnr/imivctl2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ void IcnGridMap_Impl::OutputSizeChanged()
}
}

// Independendly of the views alignment (TOP or LEFT) the gridmap
// Independently of the views alignment (TOP or LEFT) the gridmap
// should contain the data in a continues region, to make it possible
// to copy the whole block if the gridmap needs to be expanded.
void IcnGridMap_Impl::GetGridCoord( GridId nId, sal_uInt16& rGridX, sal_uInt16& rGridY )
Expand Down
2 changes: 1 addition & 1 deletion main/svtools/source/table/tablecontrol_impl.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ namespace svt { namespace table
friend class SuspendInvariants;

private:
/// the control whose impl-instance we implemnt
/// the control whose impl-instance we implement
TableControl& m_rAntiImpl;
/// the model of the table control
PTableModel m_pModel;
Expand Down
4 changes: 2 additions & 2 deletions main/svx/source/dialog/framelink.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ void lclDrawVerFrameBorder(
}

// ============================================================================
// Drawing of diagonal frame borders, incudes clipping functions.
// Drawing of diagonal frame borders, includes clipping functions.

/** Returns the drawing coordinates for a diagonal thin line.

Expand Down Expand Up @@ -1016,7 +1016,7 @@ LinePoints lclGetDiagLineEnds( const Rectangle& rRect, bool bTLBR, long nDiagOff
// ----------------------------------------------------------------------------
// Clipping functions for diagonal frame borders.

/** Limits the clipping region to the inner area of a rectange.
/** Limits the clipping region to the inner area of a rectangle.

Takes the values from the passed DiagLineResult struct into account. They
may specify to not clip one or more borders of a rectangle.
Expand Down
2 changes: 1 addition & 1 deletion main/sw/source/core/access/accpreview.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* The children of the page preview are the pages that are visible in the
* preview.
*
* The vast majority of the implemention logic is inherited from
* The vast majority of the implementation logic is inherited from
* SwAccessibleDocumentBase.
*/
class SwAccessiblePreview : public SwAccessibleDocumentBase
Expand Down
2 changes: 1 addition & 1 deletion main/ucb/qa/complex/tdoc/_XCommandProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void before(XMultiServiceFactory _xMSF) {
/**
* Tests <code>createCommandIdentifier()</code>. Calls it for two times
* and checks returned values. <p>
* Has <b>OK</b> status if values are unique correct idenifiers: not 0.
* Has <b>OK</b> status if values are unique correct identifiers: not 0.
*/
public boolean _createCommandIdentifier() {
log.println("creating a command line identifier");
Expand Down
2 changes: 1 addition & 1 deletion main/ucb/source/core/ucb.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ Any SAL_CALL UniversalContentBroker::execute(
void SAL_CALL UniversalContentBroker::abort( sal_Int32 )
throw( RuntimeException )
{
// @@@ Not implemeted ( yet).
// @@@ Not implemented ( yet).
}

//=========================================================================
Expand Down
2 changes: 1 addition & 1 deletion main/vcl/source/window/dlgctrl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ using namespace ::com::sun::star;

static sal_Bool ImplHasIndirectTabParent( Window* pWindow )
{
// The window has inderect tab parent if it is included in tab hierarchy
// The window has indirect tab parent if it is included in tab hierarchy
// of the indirect parent window

return ( pWindow && pWindow->GetParent()
Expand Down
10 changes: 5 additions & 5 deletions main/winaccessibility/source/service/msaaservice_impl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class MSAAServiceImpl : public ::cppu::WeakImplHelper3<
};

/**
* Implemention of XInitialization.
* Implementation of XInitialization.
* @param
* @return.
*/
Expand All @@ -147,7 +147,7 @@ void MSAAServiceImpl::initialize( Sequence< Any > const & args ) throw (Exceptio
}

/**
* Implemention of getAccObjectPtr.
* Implementation of getAccObjectPtr.
* @param
* @return Com interface.
*/
Expand All @@ -157,7 +157,7 @@ sal_Int32 MSAAServiceImpl::getAccObjectPtr ( long hWnd, long lParam, long wParam
}

/**
* Implemention of handleWindowOpened,the method will be invoked when a top window
* Implementation of handleWindowOpened,the method will be invoked when a top window
* opened and AT starts up.
* @param
* @return
Expand All @@ -179,7 +179,7 @@ OUString MSAAServiceImpl::getImplementationName() throw (RuntimeException)
}

/**
* Implemention of XServiceInfo,return support service name.
* Implementation of XServiceInfo,return support service name.
* @param Service name.
* @return If the service name is supported.
*/
Expand All @@ -190,7 +190,7 @@ sal_Bool MSAAServiceImpl::supportsService( OUString const & serviceName ) throw
}

/**
* Implemention of XServiceInfo,return all service names.
* Implementation of XServiceInfo,return all service names.
* @param.
* @return service name sequence.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public ConvertData serialize() throws ConvertException, IOException {
// contain a path or the file extension.
String docName = sxcDoc.getName();

// TODO - get real values for password when implemnted in XML
// TODO - get real values for password when implemented in XML
// Passwords are not currently stored in StarCalc XML format.
String password = null;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public ConvertData serialize() throws ConvertException, IOException {
// contain a path or the file extension.
String docName = sxcDoc.getName();

// TODO - get real values for password when implemnted in XML
// TODO - get real values for password when implemented in XML
// Passwords are not currently stored in StarCalc XML format.
String password = null;

Expand Down