summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* remove unused parameterJochen Nitschke2016-09-251-1/+1
* we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara2016-09-241-2/+2
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-231-3/+3
* editeng: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-09-231-14/+14
* convert C_ constants to typed_flagsNoel Grandin2016-09-221-13/+18
* Resolves: tdf#83037 <--> corrected into ← → instead of ↔Caolán McNamara2016-09-211-7/+11
* convert SfxItemPresentation to scoped enumNoel Grandin2016-09-213-26/+26
* loplugin:implicitboolconversionNoel Grandin2016-09-211-1/+1
* spelling Surregate->SurrogateNoel Grandin2016-09-211-3/+3
* add dumpAsXml() to more pool itemsNoel Grandin2016-09-211-1/+30
* Related cid#1371287: Improve code to not depend on missing move assignmentStephan Bergmann2016-09-201-10/+6
* Missing initialization of SvxBorderLine::m_pColorGapFnStephan Bergmann2016-09-151-0/+1
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-155-10/+11
* Revert 8c4dbcef8f and provide a better fixAndras Timar2016-09-141-0/+5
* sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna2016-09-132-4/+20
* sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna2016-09-133-2/+26
* rename ContentInfo attribs field and methods to charAttribsNoel Grandin2016-09-134-42/+41
* impress: extend dumpAsXml to style information in ContentInfo nodesNoel Grandin2016-09-132-3/+26
* fix out of bounds errorJochen Nitschke2016-09-131-37/+25
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1320-41/+41
* loplugin:constantparam in dbaccess..editengNoel Grandin2016-09-134-8/+6
* use std::unique_ptrDavid Tardon2016-09-091-1/+2
* loplugin:constantparam in sot..svlNoel Grandin2016-09-091-1/+1
* rename CollapsAttribs -> CollapseAttribsNoel Grandin2016-09-082-3/+3
* improve comment grammarNoel Grandin2016-09-081-5/+4
* convert Orientation to scoped enumNoel Grandin2016-09-051-1/+1
* convert RasterOp to scoped enumNoel Grandin2016-09-051-1/+1
* editeng: don't let wild-card auto-correct leave current wordMichael Stahl2016-09-021-0/+5
* coverity#1372384 Uncaught exceptionCaolán McNamara2016-09-011-1/+1
* use SfxItemPool::IsWhich instead of custom implementationJochen Nitschke2016-09-011-2/+2
* use SfxItemPool::IsSlot instead of custom implementationJochen Nitschke2016-09-011-1/+1
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)Stephan Bergmann2016-08-306-12/+12
* loplugin:implicitboolconversionStephan Bergmann2016-08-301-1/+1
* Resolves: tdf#96369 don't superscript ordinals for mixed text and numbersCaolán McNamara2016-08-301-2/+1
* Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2016-08-303-3/+3
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-272-9/+9
* reduce defines to boolJochen Nitschke2016-08-262-14/+10
* loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann2016-08-251-4/+4
* Resolves: coverity#705366 Mixing enum typesCaolán McNamara2016-08-1916-215/+215
* coverity#1371381 Dereference before null checkCaolán McNamara2016-08-181-16/+14
* convert SvxEscapement to scoped enumNoel Grandin2016-08-171-5/+5
* convert SvxTabAdjust to scoped enumNoel Grandin2016-08-175-37/+37
* convert SvxLineSpace to scoped enumNoel Grandin2016-08-175-27/+27
* convert SvxInterLineSpaceRule to scoped enumNoel Grandin2016-08-175-25/+25
* convert SvxSpecialLineSpace to scoped enumNoel Grandin2016-08-171-16/+28
* convert SvxBreak to scoped enumNoel Grandin2016-08-171-18/+18
* convert SvxCellJustifyMethod to scoped enumNoel Grandin2016-08-173-8/+8
* editeng: introduce OutlinerViewShell::NotifyOtherViews()Miklos Vajna2016-08-162-2/+8
* loplugin:stringstaticStephan Bergmann2016-08-161-5/+3
* convert SvxSpellArea to scoped enumNoel Grandin2016-08-153-17/+17