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 @@ -1368,23 +1368,8 @@ ininity
initiales
initialiase
initialisiert
initialistion
initializaing
initializaton
initializeing
initializong
initiallize
initiallized
initialy
initialzation
initialze
initialzed
initilization
initilized
initilizing
inititialize
inituialization
inivisible
inizialize
inizializes
inlcuded
Expand Down Expand Up @@ -2782,7 +2767,6 @@ vailable
valide
valie
valu
valuie
valus
vanishs
variabel
Expand All @@ -2791,7 +2775,6 @@ variablen
varian
variante
varibale
variuos
vas
vaue
vefiry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public static java.awt.Window getTopWindow(XAccessible xAccessible) {
w.setFocusTraversalPolicy(focusTraversalPolicy);
w.setVisible(true);

// Make the new window the focused one if it has an initialy focused object set.
// Make the new window the focused one if it has an initially focused object set.
java.awt.Component c = ((NativeFrame) w).getInitialComponent();
if (c != null) {
postWindowGainedFocus(w);
Expand Down
6 changes: 3 additions & 3 deletions main/cli_ure/source/uno_bridge/cli_proxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ struct CliProxy: public uno_Interface
first call. In all ensuing calls the MethodInfo object is immediately
retrieved through the mapping table.

If the interface has more then one interface in its inheritance chain,
that is Type.GetInterfaces return more then one Type, then the mapping
table is partially initiallized. On the first call the mappings for the
If the interface has more than one interface in its inheritance chain,
that is Type.GetInterfaces returns more than one Type, then the mapping
table is partially initialized. On the first call the mappings for the
methods of the belonging interface are created.

The implementation assumes that the order of interface methods as
Expand Down
2 changes: 1 addition & 1 deletion main/connectivity/inc/connectivity/CommonTools.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ namespace connectivity

};
// -------------------------------------------------------------------------
// class ORowVector incudes refcounting and initialze himself
// class ORowVector includes refcounting and initialize himself
// with at least one element. This first element is reserved for
// the bookmark
// -------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion main/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ public void testLoadable() throws Exception, IOException
assertEquals("wrong URL after loading the document", documentURL, databaseDoc.getURL());
impl_checkDocumentInitState(databaseDoc, true);

// and while we are here ... initilizing the same document again should not be possible
// and while we are here ... initializing the same document again should not be possible
assureException( databaseDoc, XLoadable.class, "initNew", new Object[0],
DoubleInitializationException.class );
assureException( databaseDoc, XLoadable.class, "load", new Object[] { new PropertyValue[0] },
Expand Down
2 changes: 1 addition & 1 deletion main/dtrans/source/win32/mtaole/MtaOleClipb.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class CAutoComInit

if ( S_OK == m_hResult )
OSL_ENSURE( sal_False, \
"com was not yet initialzed, the thread was not created using osl_createThread" );
"com was not yet initialized, the thread was not created using osl_createThread" );
else if ( FAILED( m_hResult ) && !( RPC_E_CHANGED_MODE == m_hResult ) )
OSL_ENSURE( sal_False, \
"com could not be initialized, maybe the thread was not created using osl_createThread" );
Expand Down
2 changes: 1 addition & 1 deletion main/fpicker/source/win32/filepicker/PreviewCtrl.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class CAutoOleInit
public:

// used to communicate ole
// initialzation failures
// initialization failures
class COleInitException { };

CAutoOleInit( )
Expand Down
2 changes: 1 addition & 1 deletion main/framework/inc/helper/statusindicator.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace framework{
*/
class StatusIndicator : public css::lang::XTypeProvider
, public css::task::XStatusIndicator
, private ThreadHelpBase // Order of baseclasses is necessary for right initializaton!
, private ThreadHelpBase // Order of baseclasses is necessary for right initialization!
, public ::cppu::OWeakObject // => XInterface
{
//-------------------------------------------
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 @@ -292,7 +292,7 @@ class StatusIndicatorFactory : public css::lang::XTypeProvider
@descr By default we show the parent window automatically
if this progress is used.
If that isn't a valid operation, the user of this
progress can suppress this feature by initializaing
progress can suppress this feature by initializing
us with a special parameter.

@seealso initialize()
Expand Down
2 changes: 1 addition & 1 deletion main/framework/inc/macros/xserviceinfo.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ namespace framework{
1) DECLARE_XSERVICEINFO => use it to declare XServiceInfo in your header
2) DEFINE_XSERVICEINFO_MULTISERVICE( CLASS, XINTERFACECAST, SERVICENAME, IMPLEMENTATIONNAME ) => use it to define XServiceInfo for multi service mode
3) DEFINE_XSERVICEINFO_ONEINSTANCESERVICE( CLASS, XINTERFACECAST, SERVICENAME, IMPLEMENTATIONNAME ) => use it to define XServiceInfo for one instance service mode
4) DEFINE_INIT_SERVICE( CLASS ) => use it to implement your own impl_initService() method, which is necessary for initializeing object by using his own reference!
4) DEFINE_INIT_SERVICE( CLASS ) => use it to implement your own impl_initService() method, which is necessary for initializing object by using his own reference!

_________________________________________________________________________________________________________________*/

Expand Down
2 changes: 1 addition & 1 deletion main/framework/inc/threadhelp/itransactionmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace framework{
If you whish to implement thread safe classes you should use these feature to protect
your code against calls at wrong time. e.g. you are not full initialized but somewhere
call an interface method (initialize phase means startup time from creating object till
calling specified first method e.g. XInitialization::initialze()!) then you should refuse
calling specified first method e.g. XInitialization::initialize()!) then you should refuse
this call. The same for closing/disposing the object!
*//*-*************************************************************************************************************/
enum EWorkingMode
Expand Down
2 changes: 1 addition & 1 deletion main/linguistic/source/dicimp.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ sal_uLong DictionaryNeo::loadEntries(const OUString &rMainURL)

DBG_ASSERT(isSorted(), "lng : dictionary is not sorted");

// since this routine should be called only initialy (prior to any
// since this routine should be called only initially (prior to any
// modification to be saved) we reset the bIsModified flag here that
// was implicitly set by addEntry_Impl
bIsModified = sal_False;
Expand Down
2 changes: 1 addition & 1 deletion main/linguistic/source/gciterator.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class GrammarCheckingIterator:
osl::Condition m_aWakeUpThread;
osl::Condition m_aRequestEndThread;

//! beware of initilization order !
//! beware of initialization order !
struct MyMutex : public rtl::Static< osl::Mutex, MyMutex > {};
//
cppu::OInterfaceContainerHelper m_aEventListeners;
Expand Down
2 changes: 1 addition & 1 deletion main/offapi/com/sun/star/awt/XLayoutContainer.idl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ interface XLayoutContainer: com::sun::star::container::XChild
com::sun::star::beans::XPropertySet getChildProperties(
[in] com::sun::star::awt::XLayoutConstrains Child );

/** Set at initilization, this object should be notified when a containers state
/** Set at initialization, this object should be notified when a containers state
changes, that may affect its size, to queue a layout re-calculation. */
void setLayoutUnit( [in] com::sun::star::awt::XLayoutUnit Unit );

Expand Down
2 changes: 1 addition & 1 deletion main/offapi/com/sun/star/text/TextMarkupType.idl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ constants TextMarkupType
const long SMARTTAG = 3;

/** Markup originates from proofreading
An inivisible markup type used in proofreading API calls.
An invisible markup type used in proofreading API calls.
@since OpenOffice 3.0.1
*/
const long SENTENCE = 4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
module com { module sun { module star { module ucb {

//=============================================================================
/** Distribute a content broker to variuos
/** Distribute a content broker to various
<type>XRemoteContentProviderAcceptor</type>s.

@version 1.0
Expand All @@ -67,7 +67,7 @@ published interface XRemoteContentProviderDistributor: com::sun::star::uno::XInt
@param Identifier An identifier handed to the
<type>XRemoteContentProviderAcceptor</type>.

@returns success indicator. Escpecially, if there's already a
@returns success indicator. Especially, if there's already a
connection to the given Url, the call will fail, no matter whether
that connection uses the same identifier as the given one or not.
*/
Expand Down
2 changes: 1 addition & 1 deletion main/offapi/com/sun/star/ui/XSidebar.idl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface XSidebar
{
/** Request layout of the sidebar.
Call this method when one of the panels wants to change its size due to
late initilization or different content after a context change.
late initialization or different content after a context change.
*/
void requestLayout ();
} ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private OOXMLParser (
final ActionContext aActionContext = new ActionContext();
AddSomeActions(aMachine.GetActionManager(), aActionContext);

System.out.printf("initialzed parser in %fs\n", (nEndTime-nStartTime)/1000.0);
System.out.printf("initialized parser in %fs\n", (nEndTime-nStartTime)/1000.0);

try
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void _setHasRowHeaders() {
/**
* Test calls the method and stores the range returned. <p>
* Has <b> OK </b> status if the method returns not
* <code>null</code> valuie. <p>
* <code>null</code> value. <p>
*/
public void _getRanges() {
the_Ranges = oObj.getRanges();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ On Error Goto ErrHndl
Test.StartMethod("addNewByName()")
bOK = true
nCount = oObj.getCount()
Out.Log("Initialy there are " &amp; nCount &amp; " scenarios.")
Out.Log("Initially there are " &amp; nCount &amp; " scenarios.")
oObj.addNewByName("NewScenario", aCRA(), "New comment")
Out.Log("After inserting there are " &amp; oObj.getCount() &amp; " scenarios.")
bOK = bOK AND oObj.getCount() = nCount + 1
Expand Down
6 changes: 3 additions & 3 deletions main/sal/inc/rtl/cipher.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ rtlCipher SAL_CALL rtl_cipher_create (
) SAL_THROW_EXTERN_C();


/** Inititialize a cipher for the given direction.
/** Initialize a cipher for the given direction.
@see rtlCipherDirection

@param Cipher [in] cipher handle.
Expand Down Expand Up @@ -204,7 +204,7 @@ rtlCipher SAL_CALL rtl_cipher_createBF (
) SAL_THROW_EXTERN_C();


/** Inititialize a Blowfish cipher for the given direction.
/** Initialize a Blowfish cipher for the given direction.
@see rtl_cipher_init()
*/
rtlCipherError SAL_CALL rtl_cipher_initBF (
Expand Down Expand Up @@ -262,7 +262,7 @@ rtlCipher SAL_CALL rtl_cipher_createARCFOUR (
) SAL_THROW_EXTERN_C();


/** Inititialize a RC4 cipher for the given direction.
/** Initialize a RC4 cipher for the given direction.
@see rtl_cipher_init()
*/
rtlCipherError SAL_CALL rtl_cipher_initARCFOUR (
Expand Down
8 changes: 4 additions & 4 deletions main/sal/qa/osl/mutex/osl_Mutex.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ namespace osl_ClearableGuard
/// it will return sal_False if the aMutex has not been Guarded.
sal_Bool bRes = aMutex.release( );

ASSERT_TRUE(bRes == sal_True) << "ClearableMutexGuard constructor, test the acquire operation when initilized.";
ASSERT_TRUE(bRes == sal_True) << "ClearableMutexGuard constructor, test the acquire operation when initialized.";
}

TEST_F(ClearableGuardConstructor, ctor_002 )
Expand All @@ -695,7 +695,7 @@ namespace osl_ClearableGuard
/// it will return sal_False if the aMutex has not been Guarded.
sal_Bool bRes = aMutex.release( );

ASSERT_TRUE(bRes == sal_True) << "ClearableMutexGuard constructor, test the acquire operation when initilized, we use reference constructor this time.";
ASSERT_TRUE(bRes == sal_True) << "ClearableMutexGuard constructor, test the acquire operation when initialized, we use reference constructor this time.";
}

class clear : public ::testing::Test
Expand Down Expand Up @@ -806,7 +806,7 @@ namespace osl_ResettableGuard
/// it will return sal_False if the aMutex has not been Guarded.
sal_Bool bRes = aMutex.release( );

ASSERT_TRUE(bRes == sal_True) << "ResettableMutexGuard constructor, test the acquire operation when initilized.";
ASSERT_TRUE(bRes == sal_True) << "ResettableMutexGuard constructor, test the acquire operation when initialized.";
}

TEST_F(ctor, ctor_002 )
Expand All @@ -819,7 +819,7 @@ namespace osl_ResettableGuard
/// it will return sal_False if the aMutex has not been Guarded.
sal_Bool bRes = aMutex.release( );

ASSERT_TRUE(bRes == sal_True) << "ResettableMutexGuard constructor, test the acquire operation when initilized, we use reference constructor this time.";
ASSERT_TRUE(bRes == sal_True) << "ResettableMutexGuard constructor, test the acquire operation when initialized, we use reference constructor this time.";
}


Expand Down
2 changes: 1 addition & 1 deletion main/salhelper/inc/salhelper/dynload.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected:
/// Destructor, try to unload the library.
virtual ~ORealDynamicLoader();

/// points to the structure with the initialzed API function pointers.
/// points to the structure with the initialized API function pointers.
void* m_pApi;
/// stores the reference count.
sal_uInt32 m_refCount;
Expand Down
2 changes: 1 addition & 1 deletion main/sfx2/qa/complex/sfx2/standalonedocinfo/Test01.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public boolean test() {
Object oTempFile = m_xMSF.createInstance ( "com.sun.star.io.TempFile" );
XTempFile xTempFile = UnoRuntime.queryInterface(XTempFile.class, oTempFile);

//create a text document and initiallize it
//create a text document and initialize it
Object oTextDocument = m_xMSF.createInstance ( "com.sun.star.text.TextDocument" );
XLoadable xLoadable = UnoRuntime.queryInterface(XLoadable.class, oTextDocument);
xLoadable.initNew();
Expand Down
6 changes: 3 additions & 3 deletions main/sfx2/source/doc/sfxbasemodel.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -4031,7 +4031,7 @@ css::uno::Reference< css::frame::XController2 > SAL_CALL SfxBaseModel::createDef
//=============================================================================
namespace sfx { namespace intern {

/** a class which, in its dtor, cleans up variuos objects (well, at the moment only the frame) collected during
/** a class which, in its dtor, cleans up various objects (well, at the moment only the frame) collected during
the creation of a document view, unless the creation was successful.
*/
class SAL_DLLPRIVATE ViewCreationGuard
Expand Down Expand Up @@ -4433,7 +4433,7 @@ throw (uno::RuntimeException, lang::IllegalArgumentException,
} catch (lang::IllegalArgumentException &) {
throw; // not initialized
} catch (uno::Exception &) {
// UGLY: if it's a RuntimeException, we can't be sure DMA is initialzed
// UGLY: if it's a RuntimeException, we can't be sure DMA is initialized
m_pData->m_xDocumentMetadata = xDMA;
throw;
}
Expand Down Expand Up @@ -4478,7 +4478,7 @@ throw (uno::RuntimeException, lang::IllegalArgumentException,
} catch (lang::IllegalArgumentException &) {
throw; // not initialized
} catch (uno::Exception &) {
// UGLY: if it's a RuntimeException, we can't be sure DMA is initialzed
// UGLY: if it's a RuntimeException, we can't be sure DMA is initialized
m_pData->m_xDocumentMetadata = xDMA;
throw;
}
Expand Down
2 changes: 1 addition & 1 deletion main/solenv/bin/modules/RepositoryHelper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Returns the repository root, retrieved by SCM methods or on educated guess...

RepositoryHelper::get_initial_directory()

Returns full path to the initialistion directory.
Returns full path to the initialization directory.

=head2 EXPORT

Expand Down
2 changes: 1 addition & 1 deletion main/sot/source/unoolestorage/xolesimplestorage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void SAL_CALL OLESimpleStorage::initialize( const uno::Sequence< uno::Any >& aAr
uno::RuntimeException)
{
if ( m_pStream || m_pStorage )
throw io::IOException(); // TODO: already initilized
throw io::IOException(); // TODO: already initialized

sal_Int32 nArgNum = aArguments.getLength();
OSL_ENSURE( nArgNum >= 1 && nArgNum <= 2, "Wrong parameter number" );
Expand Down
2 changes: 1 addition & 1 deletion main/xmloff/source/draw/sdxmlexp.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ ImpXMLAutoLayoutInfo::ImpXMLAutoLayoutInfo(sal_uInt16 nTyp, ImpXMLEXPPageMasterI
: mnType(nTyp),
mpPageMasterInfo(pInf)
{
// create full info (initialze with typical values)
// create full info (initialize with typical values)
Point aPagePos(0,0);
Size aPageSize(28000, 21000);
Size aPageInnerSize(28000, 21000);
Expand Down