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
15 changes: 0 additions & 15 deletions .github/linters/codespell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -890,8 +890,6 @@ endcoded
ende
endiannes
endin
eneter
enetered
enew
enginge
enhencement
Expand All @@ -902,14 +900,12 @@ entirey
entite
entites
entitie
entitities
entitys
entrie
entrys
enty
enumarate
enumaration
environement
environemnt
environent
environmane
Expand Down Expand Up @@ -992,18 +988,12 @@ existung
exluding
exlusive
exntry
expaneded
exparation
expception
expectd
expecte
expection
expeption
experssion
expexted
explecitly
explicat
explicitily
explicity
explict
explizit
Expand All @@ -1013,20 +1003,15 @@ exportin
expres
expresion
expressable
exptected
exract
exsist
exsisting
exsists
exspect
exsting
extact
extaction
extendet
extenions
extensivly
extented
extesnion
extracing
extracs
extractins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ Reference< XAccessibleContext > SAL_CALL AccessibleGridControlAccess::getAccessi
DBG_ASSERT( ( m_pContext && m_xContext.is() ) || ( !m_pContext && !m_xContext.is() ),
"accessibility/extended/AccessibleGridControlAccess::getAccessibleContext: inconsistency!" );

// if the context died meanwhile (we're no listener, so it won't tell us explicitily when this happens),
// if the context died meanwhile (we're no listener, so it won't tell us explicitly when this happens),
// then reset an re-create.
if ( m_pContext && !m_pContext->isAlive() )
m_xContext = m_pContext = NULL;
Expand Down
2 changes: 1 addition & 1 deletion main/autodoc/source/display/html/hd_chlst.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class ChildList_Display : public ary::Display,
/** i_rData is shown only, if it passes two filters:
it must have the right protection, checked with pFilter,
and the right class key (class,struct,union), checked with
pClassFilter. A not exsting filter allows i_rData to be
pClassFilter. A not existing filter allows i_rData to be
displayed.
*/
virtual void do_Process(
Expand Down
2 changes: 1 addition & 1 deletion main/basic/inc/basic/sberrors.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ typedef sal_uIntPtr SbError;
#define SbERR_UNDEF_PROC 962 // Procedure xxx undefined
#define SbERR_UNDEF_LABEL 963 // Label xxx undefined
#define SbERR_UNDEF_TYPE 964 // Unknown user defined type xxx
#define SbERR_BAD_EXIT 965 // Exit XXX expexted
#define SbERR_BAD_EXIT 965 // Exit XXX expected
#define SbERR_BAD_BLOCK 966 // Unterminated statement block: missing XX
#define SbERR_BAD_BRACKETS 967 // Parentheses do not match
#define SbERR_BAD_DECLARATION 968 // Symbol xx defined differently
Expand Down
4 changes: 2 additions & 2 deletions main/chart2/source/controller/inc/dlg_CreationWizard.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public:
::com::sun::star::frame::XModel >& xChartModel
, const ::com::sun::star::uno::Reference<
::com::sun::star::uno::XComponentContext >& xContext
, sal_Int32 nOnePageOnlyIndex=-1 );//if nOnePageOnlyIndex is an index of an exsisting page starting with 0, then only this page is displayed without next/previous and roadmap
, sal_Int32 nOnePageOnlyIndex=-1 );//if nOnePageOnlyIndex is an index of an existing page starting with 0, then only this page is displayed without next/previous and roadmap
virtual ~CreationWizard();

bool isClosable();
Expand All @@ -82,7 +82,7 @@ private:
::com::sun::star::uno::Reference<
::com::sun::star::uno::XComponentContext> m_xCC;
bool m_bIsClosable;
sal_Int32 m_nOnePageOnlyIndex;//if nOnePageOnlyIndex is an index of an exsisting page starting with 0, then only this page is displayed without next/previous and roadmap
sal_Int32 m_nOnePageOnlyIndex;//if nOnePageOnlyIndex is an index of an existing page starting with 0, then only this page is displayed without next/previous and roadmap
ChartTypeTemplateProvider* m_pTemplateProvider;
::std::auto_ptr< DialogModel > m_apDialogModel;

Expand Down
2 changes: 1 addition & 1 deletion main/chart2/source/model/template/ChartTypeTemplate.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ void ChartTypeTemplate::createAxes(
void ChartTypeTemplate::adaptAxes(
const Sequence< Reference< XCoordinateSystem > > & rCoordSys )
{
//adapt properties of exsisting axes and remove superfluous axes
//adapt properties of existing axes and remove superfluous axes

if( rCoordSys.getLength() > 0 )
{
Expand Down
2 changes: 1 addition & 1 deletion main/chart2/source/model/template/ChartTypeTemplate.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ protected:
*/
virtual sal_Int32 getAxisCountByDimension( sal_Int32 nDimension );

/** adapt properties of exsisting axes and remove superfluous axes
/** adapt properties of existing axes and remove superfluous axes
*/
virtual void adaptAxes(
const ::com::sun::star::uno::Sequence<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace drawinglayer
to get to the uncropped original content.

Thus a transformation has to be calculated which will be applied
to the already exsisting content to get it to the uncropped state
to the already existing content to get it to the uncropped state
ans then this is masked with the current state (mask polygon
created from unit polygon and maTransformation).

Expand Down
2 changes: 1 addition & 1 deletion main/extensions/source/propctrlr/formcomponenthandler.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ namespace pcr
@precond
we're inspecting (sub) database form
@return
<TRUE/> if and only if the user successfully eneter master and slave fields
<TRUE/> if and only if the user successfully enter master and slave fields
*/
bool impl_dialogLinkedFormFields_nothrow( ::osl::ClearableMutexGuard& _rClearBeforeDialog ) const;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ Sub UpdateAllCounts(aAnalysis As DocumentAnalysis, counts As DocumentCount, temp
UpdateDocCounts templateCounts, aAnalysis
Else
WriteDebug currentFunctionName & " : path " & aAnalysis.name & _
": unhandled file extesnion " & extStr & " : " & Err.Number & " " & Err.Description & " " & Err.Source
": unhandled file extension " & extStr & " : " & Err.Number & " " & Err.Description & " " & Err.Source
End If

FinalExit:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ service TabularDataProviderArguments
ignore the '5' and continue to place the sequence from
old index '1' to the next new position and so on.</p>

<p>If the given SequenceMapping does not cover all exsisting
<p>If the given SequenceMapping does not cover all existing
labeled sequences just put the remaining sequences in old order
behind the others. For example you have 4 sequences and a
SequenceMapping [3,1]. The result should be a as if [3,1,0,2]
Expand Down
2 changes: 1 addition & 1 deletion main/offapi/com/sun/star/ucb/PackageStreamContent.idl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ published service PackageStreamContent
string Title
</li>
<li>
boolean Compressed ( allows you to explecitly state whether you want a
boolean Compressed ( allows you to explicitly state whether you want a
stream to be compressed or not. The default value of this property
will be determined according to the value of the property 'MediaType'.
If it is empty or prefixed by "text/", the value of 'Compressed' is set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void _getHierarchicalPropertyValue() {
} catch (com.sun.star.lang.IllegalArgumentException e) {
log.println(" is illegal");
} catch (com.sun.star.lang.WrappedTargetException e) {
log.println(" throws expeption " + e.getMessage());
log.println(" throws exception " + e.getMessage());
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ public class ModuleManager extends TestCase {
/** Creating a Testenvironment for the interfaces to be tested.
* @param Param test parameters
* @param log simple logger
* @throws StatusException was thrwon on error
* @return the test environement
* @throws StatusException was thrown on error
* @return the test environment
*/
public TestEnvironment createTestEnvironment( TestParameters Param,
PrintWriter log ) throws StatusException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protected void initialize(TestParameters Param, PrintWriter log) {
* <CODE>com.sun.star.inspection.XPropertyHandler</CODE> was used.
* @param tParam the tests parameter
* @param log the logger
* @return the test environement
* @return the test environment
* @see util.DesktopTools
* @see helper.PropertyHandlerImpl
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ protected void initialize(TestParameters Param, PrintWriter log) {
* Creating a Testenvironment for the interfaces to be tested.
* Creates an instance of the service
* <code>com.sun.star.inspection.ObjectInspectorModel</code> with a <code>DefaultContext</code> and
* <code>PropertyHandlerFactroy[]</code> as parameter
* <code>PropertyHandlerFactory[]</code> as parameter
*
* @param tParam the tests parameter
* @param log the logger
* @return the test environement
* @return the test environment
* @see util.DesktopTools
* @see helper.PropertyHandlerImpl
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ On Error Goto ErrHndl
if (pRes.TokenType = 0) then
nStart = nStart + 1
else
Out.Log("Type is as expexted - " + ((pRes.TokenType AND tTypes(idx)) &gt; 0))
Out.Log("Type is as expected - " + ((pRes.TokenType AND tTypes(idx)) &gt; 0))
bOK = bOK AND (pRes.TokenType AND tTypes(idx))
cActStr = mid(cString1, (nStart + pRes.LeadingWhiteSpace), pRes.EndPos - (nStart + pRes.LeadingWhiteSpace) + 1)
Out.Log("Expected: '" + tVals(idx) + "'; actual is: '" + cActStr + "'")
Expand Down
2 changes: 1 addition & 1 deletion main/sc/inc/addincol.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public:
ScUnoAddInCollection();
~ScUnoAddInCollection();

/// User enetered name. rUpperName MUST already be upper case!
/// User entered name. rUpperName MUST already be upper case!
String FindFunction( const String& rUpperName, sal_Bool bLocalFirst );

// rName is the exact Name.
Expand Down
2 changes: 1 addition & 1 deletion main/sfx2/source/doc/docfile.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3028,7 +3028,7 @@ void SfxMedium::CloseAndReleaseStreams_Impl()
pImp->m_xLockingStream = uno::Reference< io::XStream >();
}

// The probably exsisting SvStream wrappers should be closed first
// The probably existing SvStream wrappers should be closed first
CloseStreams_Impl();

// in case of salvage mode the storage is based on the streams
Expand Down
2 changes: 1 addition & 1 deletion main/shell/source/unix/exec/shellexec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar
#endif

// Respect the desktop environment - if there is an executable named
// <desktop-environement-is>-open-url, pass the url to this one instead
// <desktop-environment-is>-open-url, pass the url to this one instead
// of the default "open-url" script.
if ( m_aDesktopEnvironment.getLength() > 0 )
{
Expand Down
8 changes: 4 additions & 4 deletions main/sw/source/core/access/accpara.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -642,20 +642,20 @@ void SwAccessibleParagraph::ExecuteAtViewShell( sal_uInt16 nSlot )
DBG_ASSERT( GetMap() != NULL, "no map?" );
ViewShell* pViewShell = GetMap()->GetShell();

DBG_ASSERT( pViewShell != NULL, "View shell exptected!" );
DBG_ASSERT( pViewShell != NULL, "View shell expected!" );
SfxViewShell* pSfxShell = pViewShell->GetSfxViewShell();

DBG_ASSERT( pSfxShell != NULL, "SfxViewShell shell exptected!" );
DBG_ASSERT( pSfxShell != NULL, "SfxViewShell shell expected!" );
if( !pSfxShell )
return;

SfxViewFrame *pFrame = pSfxShell->GetViewFrame();
DBG_ASSERT( pFrame != NULL, "View frame exptected!" );
DBG_ASSERT( pFrame != NULL, "View frame expected!" );
if( !pFrame )
return;

SfxDispatcher *pDispatcher = pFrame->GetDispatcher();
DBG_ASSERT( pDispatcher != NULL, "Dispatcher exptected!" );
DBG_ASSERT( pDispatcher != NULL, "Dispatcher expected!" );
if( !pDispatcher )
return;

Expand Down
6 changes: 3 additions & 3 deletions main/sw/source/filter/html/htmlfldw.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ Writer& OutHTML_SwFmtFld( Writer& rWrt, const SfxPoolItem& rHt )
rWrt.Strm() << '<';
if( !bOn )
rWrt.Strm() << '/';
// TODO: HTML-Tags are written without entitities, that for, characters
// TODO: HTML-Tags are written without entities, that for, characters
// not contained in the destination encoding are lost!
ByteString sTmp( rTxt, ((SwHTMLWriter&)rWrt).eDestEnc );
rWrt.Strm() << sTmp.GetBuffer() << '>';
Expand All @@ -461,7 +461,7 @@ Writer& OutHTML_SwFmtFld( Writer& rWrt, const SfxPoolItem& rHt )
// META-Tags direkt ausgeben
String sComment( rComment );
sComment.ConvertLineEnd( GetSystemLineEnd() );
// TODO: HTML-Tags are written without entitities, that for,
// TODO: HTML-Tags are written without entities, that for,
// characters not contained in the destination encoding are lost!
ByteString sTmp( sComment, ((SwHTMLWriter&)rWrt).eDestEnc );
rWrt.Strm() << sTmp.GetBuffer();
Expand All @@ -476,7 +476,7 @@ Writer& OutHTML_SwFmtFld( Writer& rWrt, const SfxPoolItem& rHt )
if( '<' == sComment.GetChar(0) )
{
sComment.ConvertLineEnd( GetSystemLineEnd() );
// TODO: HTML-Tags are written without entitities, that for,
// TODO: HTML-Tags are written without entities, that for,
// characters not contained in the destination encoding are
// lost!
ByteString sTmp( sComment, ((SwHTMLWriter&)rWrt).eDestEnc );
Expand Down
2 changes: 1 addition & 1 deletion main/sw/source/ui/app/docsh2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ void SwDocShell::Execute(SfxRequest& rReq)
}

bool bError = false;
//#b6439685# catch expception if wrong filter is selected - should not happen anymore
//#b6439685# catch exception if wrong filter is selected - should not happen anymore
try
{
xFltMgr->setCurrentFilter( pOwnFlt->GetUIName() );
Expand Down
2 changes: 1 addition & 1 deletion main/testtools/source/bridgetest/idl/bridgetest.idl
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface

/***
* This method returns the parameter value.
* Method to extensivly test anys.
* Method to extensively test anys.
****/
any transportAny( [in] any value );

Expand Down
2 changes: 1 addition & 1 deletion main/toolkit/src2xml/source/srclexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def handleMacroInclude (self, buf):
self.headerDict[headerPath] = True
SrcLexer.headerCache[headerPath] = hdrData

# Update the list of headers that have already been expaneded.
# Update the list of headers that have already been expanded.
for key in list(mclexer.headerDict.keys()):
self.headerDict[key] = True

Expand Down
2 changes: 1 addition & 1 deletion main/ucbhelper/inc/ucbhelper/commandenvironment.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct CommandEnvironment_Impl;

/**
* This class implements the interface
* com::sun::star::ucb::XCommandEnvironement. Instances of this class can
* com::sun::star::ucb::XCommandEnvironment. Instances of this class can
* be used to supply environments to commands executed by UCB contents.
*/
class UCBHELPER_DLLPUBLIC CommandEnvironment : public cppu::OWeakObject,
Expand Down
2 changes: 1 addition & 1 deletion main/ucbhelper/inc/ucbhelper/commandenvironmentproxy.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct CommandEnvironmentProxy_Impl;

/**
* This class implements the interface
* com::sun::star::ucb::XCommandEnvironement.
* com::sun::star::ucb::XCommandEnvironment.
*
* Instances of this class can be used to create a (local) proxy for (remote)
* command environment implementations. This implementation caches the
Expand Down
2 changes: 1 addition & 1 deletion main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ published interface XBridgeTestBase : com::sun::star::uno::XInterface

/***
* This method returns the parameter value.
* Method to extensivly test anys.
* Method to extensively test anys.
****/
any transportAny( [in] any value );

Expand Down