summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wreturn-std-moveStephan Bergmann2018-04-131-1/+3
* make SvxEditSource::Clone return std::unique_ptrNoel Grandin2018-04-125-12/+14
* return std::unique_ptr from SfxItemSet::CloneNoel Grandin2018-04-111-6/+2
* SvxFieldData wants to be held by tools::SvRefNoel Grandin2018-04-113-17/+17
* make EditPosition::Clone return std::unique_ptrNoel Grandin2018-04-112-3/+3
* pass EditTextObject around using std::unique_ptrNoel Grandin2018-04-119-27/+25
* loplugin:unusedmethodsNoel Grandin2018-04-101-10/+0
* std::list->std::vector in SubsetMapNoel Grandin2018-04-092-4/+4
* Avoid -fsanitize=nullStephan Bergmann2018-04-071-1/+1
* Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann2018-04-074-21/+21
* sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai2018-04-071-1/+2
* tdf#108608 Draw file unresponsive on large text pasted into textboxNoel Grandin2018-04-045-52/+78
* accessibility: more simplifiation in OCommonAccessibleText.Arnaud Versini2018-04-031-6/+3
* long->sal_Int32 in tools/gen.hxxNoel Grandin2018-04-034-21/+21
* tdf#93173: Remove arbitrary line spacing limitMike Kaganski2018-04-032-54/+43
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-1/+1
* remove unused processfactory.hxx includesJochen Nitschke2018-04-013-3/+0
* unprefixed to prefixed, GetRightToLeft() to IsRightToLeft()himajin1000002018-03-311-2/+3
* tdf#116536 Fix bullet position with linespacing > 100Szymon Kłos2018-03-292-8/+5
* loplugin:unusedmethodsNoel Grandin2018-03-292-31/+0
* loplugin:virtualdown in editengNoel Grandin2018-03-291-6/+0
* Resolves: tdf#116540 Revert "ofz infinite loop"Caolán McNamara2018-03-271-5/+1
* accessibility: simplify OCommonAccessibleTextArnaud Versini2018-03-251-4/+4
* drop unnecessary includesCaolán McNamara2018-03-2019-19/+1
* coverity#1430093 Logically dead codeCaolán McNamara2018-03-191-2/+2
* tdf#112118: use correct border when calculating marginMike Kaganski2018-03-181-4/+4
* Fix typosAndrea Gelmini2018-03-161-2/+2
* tdf#112118: DOC: properly import/export border distanceMike Kaganski2018-03-161-0/+125
* Clip BColor lightness value at 1.0Stephan Bergmann2018-03-161-1/+5
* lokdialog: Tunnel the spell-checking context menu with recommendations.Jan Holesovsky2018-03-131-1/+1
* Revert "lok: Don't freeze the LibreOfficeKit via the spell-checking popup..."Jan Holesovsky2018-03-131-5/+1
* loplugin:unusedmethodsNoel Grandin2018-03-121-5/+0
* Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl2018-03-113-3/+3
* Use for-range loops in editengJulien Nabet2018-03-1118-152/+126
* tdf#116101 Correct bullet position for linespacing > 100%Szymon Kłos2018-03-092-8/+7
* tdf#116101 Correct position for linespacing > 100%Szymon Kłos2018-03-092-2/+2
* remove MID_GRAPHIC_URL and related mappings, implementationTomaž Vajngerl2018-03-091-48/+0
* editeng: remove "GraphicURL" - it was replaced by "GraphicBitmap"Tomaž Vajngerl2018-03-081-11/+0
* loplugin:constantparam in desktop..i18npoolNoel Grandin2018-03-083-6/+5
* loplugin:unusedmethodsNoel Grandin2018-03-081-5/+0
* tdf#116157: Always apply Unicode Bidi in editengKhaled Hosny2018-03-081-14/+3
* fixup "use more Color in editeng..forms"Noel Grandin2018-03-071-3/+3
* use more Color in editeng..formsNoel Grandin2018-03-077-29/+24
* MID_GRAPHIC as alternative to set graphic to the SvxBrushItemTomaž Vajngerl2018-03-071-8/+44
* Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara2018-03-051-1/+1
* Resolves: tdf#114675 return new EditPaM of insert position from SvxReadXML()Eike Rathke2018-03-023-6/+12
* delete colordata.hxxNoel Grandin2018-03-021-1/+0
* drop old tools/gen methods in accessibility..formulaNoel Grandin2018-03-015-8/+26
* use less COLORDATA_RGBNoel Grandin2018-02-281-5/+4
* convert COL_ constants to be of type ColorNoel Grandin2018-02-285-7/+7