summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2016-10-11loplugin:constantfunctionNoel Grandin
2016-10-10reduce indentationNoel Grandin
2016-10-05fix debug buildDavid Tardon
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-03add more dumpAsXml()Noel Grandin
2016-10-01Fix typosAndrea Gelmini
2016-09-30tdf#101815 editeng SetMustRepaint when InsertTextJustin Luth
2016-09-28variable name and indentation improvementNoel Grandin
2016-09-28extend dumpAsXml to EditDocNoel Grandin
2016-09-25remove unused parameterJochen Nitschke
2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-23editeng: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-09-22convert C_ constants to typed_flagsNoel Grandin
2016-09-21Resolves: tdf#83037 <--> corrected into ← → instead of ↔Caolán McNamara
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin
2016-09-21loplugin:implicitboolconversionNoel Grandin
2016-09-21spelling Surregate->SurrogateNoel Grandin
2016-09-21add dumpAsXml() to more pool itemsNoel Grandin
2016-09-20Related cid#1371287: Improve code to not depend on missing move assignmentStephan Bergmann
2016-09-15Missing initialization of SvxBorderLine::m_pColorGapFnStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-14Revert 8c4dbcef8f and provide a better fixAndras Timar
2016-09-13sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna
2016-09-13sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna
2016-09-13rename ContentInfo attribs field and methods to charAttribsNoel Grandin
2016-09-13impress: extend dumpAsXml to style information in ContentInfo nodesNoel Grandin
2016-09-13fix out of bounds errorJochen Nitschke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin
2016-09-09use std::unique_ptrDavid Tardon
2016-09-09loplugin:constantparam in sot..svlNoel Grandin
2016-09-08rename CollapsAttribs -> CollapseAttribsNoel Grandin
2016-09-08improve comment grammarNoel Grandin
2016-09-05convert Orientation to scoped enumNoel Grandin
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-09-02editeng: don't let wild-card auto-correct leave current wordMichael Stahl
2016-09-01coverity#1372384 Uncaught exceptionCaolán McNamara
2016-09-01use SfxItemPool::IsWhich instead of custom implementationJochen Nitschke
2016-09-01use SfxItemPool::IsSlot instead of custom implementationJochen Nitschke
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)Stephan Bergmann
2016-08-30loplugin:implicitboolconversionStephan Bergmann
2016-08-30Resolves: tdf#96369 don't superscript ordinals for mixed text and numbersCaolán McNamara
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-26reduce defines to boolJochen Nitschke
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-18coverity#1371381 Dereference before null checkCaolán McNamara