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
16 changes: 0 additions & 16 deletions .github/linters/codespell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ aformentioned
aftrer
agains
aggreate
aggreeing
aggregatet
ags
ahd
Expand Down Expand Up @@ -172,7 +171,6 @@ appartment
appeares
appedn
appendend
appendign
appened
appens
apperars
Expand Down Expand Up @@ -205,10 +203,7 @@ archtecture
arcticle
are'nt
arent
argment
arithmetics
arive
ariving
arn't
arry
arrys
Expand All @@ -225,7 +220,6 @@ assigne
assistent
assocations
assomption
asssigned
asssuming
assum
assumtion
Expand Down Expand Up @@ -433,7 +427,6 @@ cleantup
cleare
cleares
cleck
cliensite
clipboad
cliped
clockwíse
Expand Down Expand Up @@ -493,7 +486,6 @@ compelete
compeletely
compiletime
compiller
completelly
complettly
complext
compliancy
Expand Down Expand Up @@ -580,9 +572,6 @@ contiguos
contination
contition
contnet
contol
contolls
contols
contradically
contrl
controle
Expand Down Expand Up @@ -636,7 +625,6 @@ culmulative
curentfilter
currect
curren
currenct
currenty
curretn
currnet
Expand Down Expand Up @@ -2082,7 +2070,6 @@ promiss
propage
propbably
properies
properites
propert
propertery
propertes
Expand Down Expand Up @@ -2147,7 +2134,6 @@ reaeched
realative
reall
realted
realtion
realtive
reaons
reassocition
Expand Down Expand Up @@ -2307,7 +2293,6 @@ resourceype
resoure
resourecs
responsibilty
resposible
resset
ressets
ressource
Expand Down Expand Up @@ -2344,7 +2329,6 @@ retur
retured
returend
returne
returnes
returs
retursn
reuqired
Expand Down
2 changes: 1 addition & 1 deletion main/basegfx/inc/basegfx/color/bcolormodifier.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace basegfx
For the exact definitions of the color blending applied refer to the
implementation of the method getModifiedColor

BColorModifier is not copyable (no copy constructor, no assigment
BColorModifier is not copyable (no copy constructor, no assignment
operator); local values cannot be changed after construction. The
instances are cheap and the idea is to create them on demand. To
be able to reuse these as much as possible, a define for a
Expand Down
2 changes: 1 addition & 1 deletion main/basic/source/runtime/step0.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ void SbiRuntime::StepSET()
{
SbxVariableRef refVal = PopVar();
SbxVariableRef refVar = PopVar();
StepSET_Impl( refVal, refVar, bVBAEnabled ); // this is really assigment
StepSET_Impl( refVal, refVar, bVBAEnabled ); // this is really assignment
}

void SbiRuntime::StepVBASET()
Expand Down
2 changes: 1 addition & 1 deletion main/chart2/source/model/main/DataPointProperties.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public:
PROP_DATAPOINT_SHOW_ERROR_BOX,
PROP_DATAPOINT_PERCENT_DIAGONAL

// additionally some properites from ::chart::LineProperties
// additionally some properties from ::chart::LineProperties
};

static void AddPropertiesToVector(
Expand Down
2 changes: 1 addition & 1 deletion main/connectivity/source/drivers/macab/MacabRecords.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ MacabHeader *MacabRecords::createHeaderForRecordType(const CFArrayRef _records,
*
* Note: with the addition of required properties, I am not sure that
* this method still works for kABGroupRecordType (since the required
* properites are all for kABPersonRecordType).
* properties are all for kABPersonRecordType).
*
* Note: required properties are constructed in the method
* bootstrap_requiredProperties() (above).
Expand Down
2 changes: 1 addition & 1 deletion main/dbaccess/source/ui/browser/brwctrlr.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ void SAL_CALL SbaXDataBrowserController::FormControllerImpl::frameAction(const :
void SAL_CALL SbaXDataBrowserController::FormControllerImpl::disposing(const ::com::sun::star::lang::EventObject& /*Source*/) throw( RuntimeException )
{
// nothing to do
// we don't add ourself as listener to any broadcasters, so we are not resposible for removing us
// we don't add ourself as listener to any broadcasters, so we are not responsible for removing us
}

//==================================================================
Expand Down
2 changes: 1 addition & 1 deletion main/dbaccess/source/ui/browser/sbagrid.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ void SbaGridControl::StartDrag( sal_Int8 _nAction, const Point& _rPosPixel )
// 'the handle column' and 'no valid column' will both result in a view position of -1 !

sal_Bool bCurrentRowVirtual = IsCurrentAppending() && IsModified();
// the current row doesn't really exist : the user's appendign a new one and already has entered some data,
// the current row doesn't really exist : the user's appending a new one and already has entered some data,
// so the row contains data which has no counter part within the data source

long nCorrectRowCount = GetRowCount();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ xKey.clear();
}
}
} // if ( xColSup.is() )
// NOTE : the caller is resposible for updating any other objects referencing the old LineDatas (for instance a ConnLine)
// NOTE : the caller is responsible for updating any other objects referencing the old LineDatas (for instance a ConnLine)

////////////////////////////////////////////////////////////
// Kardinalitaet bestimmen
Expand Down
4 changes: 2 additions & 2 deletions main/embeddedobj/source/commonembedding/xfactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
{
RTL_LOGFILE_CONTEXT( aLog, "embeddedobj (mv76033) OOoEmbeddedObjectFactory::createInstanceUserInit" );

// the initialization is completelly controlled by user
// the initialization is completely controlled by user
if ( !xStorage.is() )
throw lang::IllegalArgumentException( ::rtl::OUString::createFromAscii( "No parent storage is provided!\n" ),
uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ),
Expand Down Expand Up @@ -421,7 +421,7 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta

uno::Reference< uno::XInterface > xResult;

// the initialization is completelly controlled by user
// the initialization is completely controlled by user
if ( !xStorage.is() )
throw lang::IllegalArgumentException( ::rtl::OUString::createFromAscii( "No parent storage is provided!\n" ),
uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ),
Expand Down
2 changes: 1 addition & 1 deletion main/embeddedobj/source/msole/advisesink.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ STDMETHODIMP_(void) OleWrapperAdviseSink::OnRename(LPMONIKER)
STDMETHODIMP_(void) OleWrapperAdviseSink::OnSave(void)
{
// TODO: ???
// The object knows about document saving already since it contolls it as ClienSite
// The object knows about document saving already since it controls it as ClientSite
// other interested listeners must be registered for the object
}

Expand Down
2 changes: 1 addition & 1 deletion main/embeddedobj/source/msole/xolefactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInsta
{
RTL_LOGFILE_CONTEXT( aLog, "embeddedobj (mv76033) OleEmbeddedObjectFactory::createInstanceUserInit" );

// the initialization is completelly controlled by user
// the initialization is completely controlled by user
if ( !xStorage.is() )
throw lang::IllegalArgumentException( ::rtl::OUString::createFromAscii( "No parent storage is provided!\n" ),
uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ),
Expand Down
2 changes: 1 addition & 1 deletion main/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
</xsl:template>
<!--
**Template vmlpath2enhancedpath**
The template is resposible for converting the vml-path to enhanced-path, because the svg:path
The template is responsible for converting the vml-path to enhanced-path, because the svg:path
can't support command a now.(But heard that will be supported in OOo3.0)
And the 2nd reason of using an enhanced-path is that enhanced-path have a perfect mapping to
vmlpath.(You will find out that often, we even don't need to change the parameters).
Expand Down
2 changes: 1 addition & 1 deletion main/forms/source/inc/property.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace frm
//.........................................................................

//==================================================================
//= assigment property handle <-> property name
//= assignment property handle <-> property name
//= used by the PropertySetAggregationHelper
//==================================================================

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

//-----------------------------------
// A container for custom controls
// the container is resposible for
// the container is responsible for
// the destruction of the custom
// controls
//-----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion main/odk/examples/java/Storage/Test04.java
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public boolean test()
if ( !m_aTestHelper.disposeStorage( xResSubStorage2 ) )
return false;

// remove element and check that it was removed completelly
// remove element and check that it was removed completely
if ( !m_aTestHelper.removeElement( xResStorage, "SubStorage2" ) )
return false;

Expand Down
2 changes: 1 addition & 1 deletion main/offapi/com/sun/star/deployment/LicenseException.idl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

module com { module sun { module star { module deployment {

/** A LicenseException reflects the necessity of someone aggreeing to a license.
/** A LicenseException reflects the necessity of someone agreeing to a license.

@since OpenOffice 2.0.4
*/
Expand Down
2 changes: 1 addition & 1 deletion main/offapi/com/sun/star/embed/XStorageRawAccess.idl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ published interface XStorageRawAccess
use this method outside of storage implementation since different
storages implementation could have different encryption format. If the
method is used outside of storage implementation the user code is
resposible to get sure that the raw format of source and target
responsible to get sure that the raw format of source and target
storages is the same.
</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ interface XIntegerBitmapColorSpace : XColorSpace

/** Query the number of bits used for each component.<p>

This method returnes a sequence of integers, each denoting the
This method returns a sequence of integers, each denoting the
number of bits occupied by the respective component. The sum
of all component bits must be less or equal than the value
returned from <member>getBitsPerPixel()</member>. If the sum is
Expand Down
2 changes: 1 addition & 1 deletion main/officecfg/util/component-map.gen
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ while(<INFILE>) {
}
close(INFILE);

# create the properites file
# create the properties file

print OUTFILE "# location of the component schema \n";
print OUTFILE "component-schema=schema\n\n";
Expand Down
2 changes: 1 addition & 1 deletion main/package/qa/ofopxmlstorages/Test04.java
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public boolean test()
if ( !m_aTestHelper.disposeStorage( xResSubStorage2 ) )
return false;

// remove element and check that it was removed completelly
// remove element and check that it was removed completely
if ( !m_aTestHelper.removeElement( xResStorage, "SubStorage2" ) )
return false;

Expand Down
2 changes: 1 addition & 1 deletion main/package/qa/storages/Test04.java
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public boolean test()
if ( !m_aTestHelper.disposeStorage( xResSubStorage2 ) )
return false;

// remove element and check that it was removed completelly
// remove element and check that it was removed completely
if ( !m_aTestHelper.removeElement( xResStorage, "SubStorage2" ) )
return false;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public void _isActive() {
/**
* Test calls the method. Then frame status (activated/deactivated) is
* changed, and the listener is checked.<p>
* Has <b> OK </b> status if isDesktop() method returnes true, or if the
* Has <b> OK </b> status if isDesktop() method returns true, or if the
* listener was called and frame was activated.
*/
public void _addFrameActionListener() {
Expand Down Expand Up @@ -407,7 +407,7 @@ public void _findFrame() {
/**
* At first new listener is added, then test calls the method and result
* is checked. <p>
* Has <b> OK </b> status if isDesktop() method returnes true or if the
* Has <b> OK </b> status if isDesktop() method returns true or if the
* listener was called and proper event past to listener.
*/
public void _contextChanged() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void before() {
}

/**
* Inspects a new collection of one or more objects given by object realtion
* Inspects a new collection of one or more objects given by object relation
* <CODE>XObjectInspector.toInspect</CODE><br>
* Has <b>OK</b> status if no runtime exceptions occurred.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void _setStructuredFilter() {

/**
* At first the object relation <code>xProp</code> was set as parameter.
* Relation <code>xQueryAna</code> was used to check if realtion
* Relation <code>xQueryAna</code> was used to check if relation
* <code>colName</code> was found.
* Second an empty <code>XPropertySet</code> was used as parameter. A
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
Expand Down Expand Up @@ -204,7 +204,7 @@ public void _appendFilterByColumn() {

/**
* At first the object relation <code>xProp</code> was used as parameter.
* Relation <code>xQueryAna</code> was used to check if realtion
* Relation <code>xQueryAna</code> was used to check if relation
* <code>colName</code> was found.
* Second an empty <code>XPropertySet</code> was used as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
Expand Down Expand Up @@ -308,7 +308,7 @@ public void _setStructuredHavingClause() {

/**
* First object relation <code>xProp</code> was used as parameter. Relation
* <code>xQueryAna</code> was used to check if realtion <code>colName</code>
* <code>xQueryAna</code> was used to check if relation <code>colName</code>
* was found.
* Second an empty <code>XPropertySet</code> was given as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
Expand Down Expand Up @@ -340,7 +340,7 @@ public void _appendHavingClauseByColumn() {

/**
* First object relation <code>xProp</code> was set as parameter. Relation
* <code>xQueryAna</code> was used to check if realtion <code>colName</code>
* <code>xQueryAna</code> was used to check if relation <code>colName</code>
* was found.
* Second an empty <code>XPropertySet</code> was given as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public void before() {
if (targetDocSet != null){

}else{
log.println("object realtion 'XDocumentHandler.TargetDocumentSetter' not used.");
log.println("object relation 'XDocumentHandler.TargetDocumentSetter' not used.");
log.println("be sure that the test have a target to write through");
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public boolean equals(Object obj) {
String kindOfControl="CommandButton";
XShape aShape = null;
try{
log.println("adding contol shape '" + kindOfControl + "'");
log.println("adding control shape '" + kindOfControl + "'");
XComponent oComp = (XComponent) UnoRuntime.queryInterface(XComponent.class, xSpreadsheetDoc) ;

aShape = FormTools.createControlShape(oComp, 3000, 4500, 15000, 10000, kindOfControl);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ protected TestEnvironment createTestEnvironment(TestParameters Param, PrintWrite
String kindOfControl="CommandButton";
XShape aShape = null;
try{
log.println("adding contol shape '" + kindOfControl + "'");
log.println("adding control shape '" + kindOfControl + "'");
XComponent oComp = (XComponent) UnoRuntime.queryInterface(XComponent.class, xSpreadsheetDoc) ;

aShape = FormTools.createControlShape(oComp, 3000, 4500, 15000, 10000, kindOfControl);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public boolean equals(Object obj) {
String kindOfControl="CommandButton";
XShape aShape = null;
try{
log.println("adding contol shape '" + kindOfControl + "'");
log.println("adding control shape '" + kindOfControl + "'");
aShape = FormTools.createControlShape(xTextDoc, 3000,
4500, 15000, 10000,
kindOfControl);
Expand Down
Loading