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
19 changes: 0 additions & 19 deletions .github/linters/codespell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,6 @@ failes
failture
faktor
falback
fale
fallabck
fallbacl
fals
Expand Down Expand Up @@ -1262,17 +1261,8 @@ identfication
identfied
identfier
identidier
identier
identifed
identifer
identifiy
identitiy
idependent
idetifier
idetifiers
idicates
idices
ignroing
iif
iiterator
illigal
Expand Down Expand Up @@ -1314,7 +1304,6 @@ implemtentation
implenetation
implent
implentation
implentations
implicite
implicitley
implicity
Expand All @@ -1334,9 +1323,7 @@ inconstent
inconviniently
incorperates
incosistency
incremetal
increse
incuded
incudes
incvalid
indendation
Expand Down Expand Up @@ -1457,7 +1444,6 @@ intercation
interecptor
interepreted
intereseted
interessted
interessting
interfac
interfer
Expand Down Expand Up @@ -1679,11 +1665,9 @@ moduls
modulu
momement
momemtn
montors
mor
mormalized
mose
mosue
mot
mothod
moudle
Expand Down Expand Up @@ -1815,8 +1799,6 @@ optio
optionaly
ordner
ore
orientned
origion
orign
orignal
ot
Expand Down Expand Up @@ -2319,7 +2301,6 @@ scecified
sceme
scenarion
scenarious
scolled
scond
scrao
screnn
Expand Down
2 changes: 1 addition & 1 deletion main/cpputools/source/unoexe/unoexe.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ static Reference< XInterface > loadComponent(
Reference< XSingleServiceFactory > xSFac( xFactory, UNO_QUERY );
if (xSFac.is())
{
out( "\n> warning: ignroing context for implementation \"" );
out( "\n> warning: ignoring context for implementation \"" );
out( rImplName );
out( "\"!" );
xInstance = xSFac->createInstance();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ bool ExtensionManager::isUserDisabled(
it is not disabled by the user, then it is always registered. Otherwise an
extension is only registered when there is no registered extension in one of
the repositories with a higher priority. That is, if the extension is from
the shared repository and an active extension with the same identifer is in
the shared repository and an active extension with the same identifier is in
the user repository, then the extension is not registered. Similarly a
bundled extension is not registered if there is an active extension with the
same identifier in the shared or user repository.
Expand Down
2 changes: 1 addition & 1 deletion main/desktop/source/deployment/manager/dp_manager.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ bool PackageManagerImpl::synchronizeRemovedExtensions(
dp_misc::getDescriptionInfoset(url);
OSL_ENSURE(infoset.hasDescription(),
"Extension Manager: bundled and shared extensions "
"must have an identifer and a version");
"must have an identifier and a version");
if (infoset.hasDescription() &&
infoset.getIdentifier() &&
(! i->first.equals(*(infoset.getIdentifier()))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ namespace drawinglayer

if(nCount)
{
// rotate to have sphere cap orientned to negative X-Axis; do not
// rotate to have sphere cap oriented to negative X-Axis; do not
// forget to transform normals, too
basegfx::B3DHomMatrix aSphereTrans;

Expand Down
6 changes: 3 additions & 3 deletions main/filter/source/flash/swfwriter1.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ void Writer::Impl_writeImage( const BitmapEx& rBmpEx, const Point& rPt, const Si

Rectangle cropRect(destRect);

// AS: The bmp origion is always 0,0 so we have to adjust before we crop.
// AS: The bmp origin is always 0,0 so we have to adjust before we crop.
cropRect.Move(-srcPt.X(), -srcPt.Y());
// AS: Rectangle has no scale function (?!) so I do it manually...
Rectangle cropPixelRect(static_cast<long>(cropRect.Left()*XScale),
Expand Down Expand Up @@ -1043,9 +1043,9 @@ void Writer::Impl_writeBmp( sal_uInt16 nBitmapId, sal_uInt32 width, sal_uInt32 h

void Writer::Impl_writeJPEG(sal_uInt16 nBitmapId, const sal_uInt8* pJpgData, sal_uInt32 nJpgDataLength, sal_uInt8 *pAlphaCompressed, sal_uInt32 alpha_compressed_size )
{
// AS: Go through the actuall JPEG bits, separating out the
// AS: Go through the actual JPEG bits, separating out the
// header fields from the actual image fields. Fields are
// identifed by 0xFFXX where XX is the field type. Both
// identified by 0xFFXX where XX is the field type. Both
// the header and the image need start and stop (D8 and D9),
// so that's why you see those written to both. I don't
// really know what the rest of these are, I got it to work
Expand Down
2 changes: 1 addition & 1 deletion main/fpicker/source/win32/filepicker/FileOpenDlg.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class CFileOpenDialog
{
public:
// ctor
// bFileOpenDialog idicates if we want a FileOpen or FileSave
// bFileOpenDialog indicates if we want a FileOpen or FileSave
// dialog
// dwFlags see OPENFILENAME
// dwTemplateId - an ID for custom templates
Expand Down
2 changes: 1 addition & 1 deletion main/idl/source/prj/command.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ char const * SyntaxStrings[] = {
"\ttype definition:",
"\tstruct | union identifier",
"\t'{'",
"\t\t{ type idetifier }",
"\t\t{ type identifier }",
"\t'}'",
"\t|",
"\tenum identifier",
Expand Down
2 changes: 1 addition & 1 deletion main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ service ModuleUICommandDescription
<li><b>Name</b><br>a string which specifies the short name of the user interface command without
any additional information. It can be used for the bubble help.</li>
<li><b>Popup</b><br>a boolean which specifies if the user interface command is a unique
identifer for a popup menu. A popup menu has a label, but is not bound to a command.</li>
identifier for a popup menu. A popup menu has a label, but is not bound to a command.</li>
</ul>
The key to a user interface command description is the user interface command itself which has
the following syntax ".uno:$Command". For example ".uno:Open" shows the file open dialog.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module com { module sun { module star { module ui {
<li><b>Name</b>a string that identifies a single user interface element within a type class.</li>
<li><b>Module</b>a string that identifies a single module of OpenOffice.</li>
<ul>
A combination of these three property values can uniquely identifiy every user interface
A combination of these three property values can uniquely identify every user interface
element within OpenOffice.

Currently the following user interface element types are defined:
Expand Down
6 changes: 3 additions & 3 deletions main/oox/source/xls/viewsettings.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const sal_Int16 API_SPLITMODE_NONE = 0; /// No splits in
const sal_Int16 API_SPLITMODE_SPLIT = 1; /// Window is split.
const sal_Int16 API_SPLITMODE_FREEZE = 2; /// Window has frozen panes.

// no predefined constants for pane idetifiers
// no predefined constants for pane identifiers
const sal_Int16 API_SPLITPANE_TOPLEFT = 0; /// Top-left, or top pane.
const sal_Int16 API_SPLITPANE_TOPRIGHT = 1; /// Top-right pane.
const sal_Int16 API_SPLITPANE_BOTTOMLEFT = 2; /// Bottom-left, bottom, left, or single pane.
Expand Down Expand Up @@ -512,7 +512,7 @@ void SheetViewSettings::finalizeImport()
{
/* Frozen panes: handle split position as row/column positions.
#i35812# Excel uses number of visible rows/columns in the
frozen area (rows/columns scolled outside are not incuded),
frozen area (rows/columns scrolled outside are not included),
Calc uses absolute position of first unfrozen row/column. */
const CellAddress& rMaxApiPos = getAddressConverter().getMaxApiAddress();
if( (xModel->mfSplitX >= 1.0) && (xModel->maFirstPos.Column + xModel->mfSplitX <= rMaxApiPos.Column) )
Expand Down Expand Up @@ -668,7 +668,7 @@ void ViewSettings::importWindow1( BiffInputStream& rStrm )
sal_uInt16 nWinX, nWinY, nWinWidth, nWinHeight;
rStrm >> nWinX >> nWinY >> nWinWidth >> nWinHeight;

// WINDOW1 record occures in every sheet in BIFF4W
// WINDOW1 record occurs in every sheet in BIFF4W
OSL_ENSURE( maBookViews.empty() || ((getBiff() == BIFF4) && isWorkbookFile()),
"ViewSettings::importWindow1 - multiple WINDOW1 records" );
WorkbookViewModel& rModel = createWorkbookView();
Expand Down
2 changes: 1 addition & 1 deletion main/slideshow/source/engine/tools.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ namespace slideshow
{
::cppcanvas::CanvasSharedPtr pCanvas( rCanvas->clone() );

// set transformation to identitiy (->device pixel)
// set transformation to identity (->device pixel)
pCanvas->setTransformation( ::basegfx::B2DHomMatrix() );

// #i42440# Fill the _full_ background in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ SlideBitmapSharedPtr SlideChangeBase::createBitmap( const UnoViewSharedPtr&
"SlideChangeBase::createBitmap(): "
"Cannot create page bitmap canvas" );

// set transformation to identitiy (->device pixel)
// set transformation to identity (->device pixel)
pBitmapCanvas->setTransformation( ::basegfx::B2DHomMatrix() );

// clear bitmap to black
Expand Down
2 changes: 1 addition & 1 deletion main/svx/source/unodraw/unobrushitemhelper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ SvxBrushItem getSvxBrushItemFromSourceSet(const SfxItemSet& rSourceSet, sal_uInt
const XFillBitmapItem& rBmpItm = static_cast< const XFillBitmapItem& >(rSourceSet.Get(XATTR_FILLBITMAP, bSearchInParents));
const Graphic aGraphic(rBmpItm.GetGraphicObject().GetGraphic());

// continue idependent of evtl. GRAPHIC_NONE as aGraphic.GetType(), we still need to rescue positions
// continue independent of evtl. GRAPHIC_NONE as aGraphic.GetType(), we still need to rescue positions
SvxGraphicPosition aSvxGraphicPosition(GPOS_NONE);
const XFillBmpStretchItem& rStretchItem = static_cast< const XFillBmpStretchItem& >(rSourceSet.Get(XATTR_FILLBMP_STRETCH, bSearchInParents));
const XFillBmpTileItem& rTileItem = static_cast< const XFillBmpTileItem& >(rSourceSet.Get(XATTR_FILLBMP_TILE, bSearchInParents));
Expand Down
2 changes: 1 addition & 1 deletion main/ucb/workben/ucb/ucbdemo.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ UcbContent* UcbContent::create(

//////////////////////////////////////////////////////////////////////
// Get XContentIdentifier interface from UCB and let it create an
// identifer for the given URL.
// identifier for the given URL.
//////////////////////////////////////////////////////////////////////

uno::Reference< ucb::XContentIdentifierFactory > xIdFac =
Expand Down
4 changes: 2 additions & 2 deletions main/writerfilter/source/ooxml/factorytools.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ IDENTIFIERs

<!--

generates token identifer for a namespace
generates token identifier for a namespace

NN_<namespace/@name>

Expand Down Expand Up @@ -141,7 +141,7 @@ NN_<namespace/@name>
<xsl:value-of select="translate(@name, '-', '_')"/>
</xsl:template>

<!-- generates local part of identier for rng:define
<!-- generates local part of identifier for rng:define

DEFINE_<rng:define/@name>

Expand Down
2 changes: 1 addition & 1 deletion main/xmloff/source/text/txtprmap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ XMLPropertyMapEntry *lcl_txtprmap_getMap( sal_uInt16 nType )
pMap = aXMLTextPropMap;
break;
case TEXT_PROP_MAP_SHAPE_PARA:
// #125045# use [21] instead of [1] for text props for Shapes, idices
// #125045# use [21] instead of [1] for text props for Shapes, indices
// [1..20] contain the DrawingLayer FillStyle attributes corresponding to
// [XATTR_FILL_FIRST .. XATTR_FILL_LAST] and would be double since Shapes
// already contain these (usually in aXMLSDProperties)
Expand Down