summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2016-11-09loplugin:expandablemethods in drawinglayer..editengNoel Grandin7-66/+14
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin1-2/+2
2016-11-05make a useful function - SvxBoxItem::CalcLineWidthJustin Luth1-0/+27
2016-11-05tdf#90070 don't clip flys with bordersJustin Luth1-2/+10
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin2-8/+2
2016-11-02loplugin:singlevalfieldsNoel Grandin3-23/+5
2016-10-31tdf#103334 - EDITING: Undo on bullet point styleNoel Grandin4-5/+9
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe1-9/+1
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-5/+0
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2-2/+2
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin1-3/+3
2016-10-26rework to avoid coverity#1371205 Missing move assignment operatorCaolán McNamara1-54/+62
2016-10-26we don't need ree after the loop hereCaolán McNamara1-6/+4
2016-10-21loplugin:expandablemethodds in include/editengNoel Grandin5-40/+14
2016-10-20add dumpAsXmlEditDocNoel Grandin1-0/+5
2016-10-19loplugin:expandablemethodds in editeng..extensionsNoel Grandin7-14/+6
2016-10-18loplugin:unusedmethodsNoel Grandin1-5/+0
2016-10-17let LanguageTag::convertToLocale() decide when to create a temporaryEike Rathke1-1/+1
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke2-7/+7
2016-10-14LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti3-11/+26
2016-10-14LOK: Calc: missing invalidate when ending larger-than-cell edit textMarco Cecchetti4-12/+50
2016-10-13pass params to Outliner LINK callbacks on stackNoel Grandin3-42/+25
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-6/+0
2016-10-11loplugin:constantfunctionNoel Grandin2-11/+0
2016-10-10reduce indentationNoel Grandin2-103/+103
2016-10-05fix debug buildDavid Tardon1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin13-114/+119
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann5-30/+30
2016-10-03add more dumpAsXml()Noel Grandin6-12/+61
2016-10-01Fix typosAndrea Gelmini2-2/+2
2016-09-30tdf#101815 editeng SetMustRepaint when InsertTextJustin Luth1-0/+1
2016-09-28variable name and indentation improvementNoel Grandin1-21/+19
2016-09-28extend dumpAsXml to EditDocNoel Grandin5-1/+85
2016-09-25remove unused parameterJochen Nitschke1-1/+1
2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara1-2/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-3/+3
2016-09-23editeng: fix loplugin:cppunitassertequals warningsMiklos Vajna1-14/+14
2016-09-22convert C_ constants to typed_flagsNoel Grandin1-13/+18
2016-09-21Resolves: tdf#83037 <--> corrected into ← → instead of ↔Caolán McNamara1-7/+11
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin3-26/+26
2016-09-21loplugin:implicitboolconversionNoel Grandin1-1/+1
2016-09-21spelling Surregate->SurrogateNoel Grandin1-3/+3
2016-09-21add dumpAsXml() to more pool itemsNoel Grandin1-1/+30
2016-09-20Related cid#1371287: Improve code to not depend on missing move assignmentStephan Bergmann1-10/+6
2016-09-15Missing initialization of SvxBorderLine::m_pColorGapFnStephan Bergmann1-0/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl5-10/+11
2016-09-14Revert 8c4dbcef8f and provide a better fixAndras Timar1-0/+5
2016-09-13sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna2-4/+20
2016-09-13sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna3-2/+26
2016-09-13rename ContentInfo attribs field and methods to charAttribsNoel Grandin4-42/+41