summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara10-168/+68
2019-12-11Related: tdf#129300 make Automatic/Distributed state what is automaticCaolán McNamara1-2/+2
2019-12-10reorganize enum based translationCaolán McNamara2-70/+54
2019-12-10Related: tdf#129300 vertical justify had no descriptionCaolán McNamara1-1/+2
2019-12-10tdf#129300 alignment enums not translated in organizerCaolán McNamara1-6/+58
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt3-50/+60
2019-12-05tdf#128666 Only enable hyperlink actions when just the field is selectedSamuel Mehrbrodt1-11/+17
2019-12-03remove some useless comment linesNoel Grandin12-81/+0
2019-12-02tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen1-0/+2
2019-12-01cppcheck: performing init in init list (desktop/editeng)Julien Nabet1-5/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann13-24/+24
2019-11-29jsdialog: migrate left/right margin to generic items dumpSzymon Kłos1-0/+28
2019-11-29jsdialog: migrate after/before spacing to generic items dumpSzymon Kłos1-0/+23
2019-11-28NFC tdf#120412 cleanup: use DFLT_ESC_* moreJustin Luth2-4/+3
2019-11-28tdf#128659 Cannot add AutoCorrect entriesNoel Grandin1-1/+2
2019-11-27Better handling of text rotation attribute.Tamás Zolnai10-32/+140
2019-11-26Remove unused StateChangeEvent::return_typeStephan Bergmann1-1/+0
2019-11-24cppcheck: performing init in init list (dbaccess/desktop/dtrans/e.)Julien Nabet4-59/+41
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann11-0/+58
2019-11-22log exceptions when parsingNoel Grandin1-0/+1
2019-11-20Remove comphelper::OUStringLiteralListStephan Bergmann2-7/+10
2019-11-19editeng: add UNO API for semi-transparent textMiklos Vajna1-2/+4
2019-11-19use FasterParser for LoadXMLExceptList_ImpNoel Grandin1-6/+3
2019-11-18editeng: add doc model for semi-transparent textMiklos Vajna1-4/+34
2019-11-18use FasterParser for SvxReadXMLNoel Grandin1-6/+2
2019-11-17cid#1430104 Arguments in wrong orderCaolán McNamara1-0/+1
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-0/+7
2019-11-16Replace comphelper::ServiceInfoHelper::addToSequenceMike Kaganski2-18/+20
2019-11-15editeng: extend SvxColorItem xml dumpMiklos Vajna1-1/+6
2019-11-06make some classes module-privateNoel Grandin1-1/+1
2019-11-06loplugin:indentation find broken if statementsNoel Grandin2-2/+2
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-11-03loplugin:stringaddNoel Grandin1-4/+4
2019-10-31avoid intermediate vcl::WindowsCaolán McNamara4-21/+15
2019-10-29remove unnecessary includesCaolán McNamara3-3/+2
2019-10-23loplugin:unusedfieldsNoel Grandin3-7/+3
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin2-2/+2
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin7-11/+9
2019-10-21loplugin:virtualdead unused param in UnknownAttrTokenNoel Grandin3-5/+5
2019-10-19Fix typo and dotsAndrea Gelmini1-1/+1
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-2/+12
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann9-13/+13
2019-10-16Resolves: tdf#127961 Add NBSP to quotation marks for all French except fr-CHEike Rathke1-12/+2
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-4/+1
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-2/+2
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin4-14/+14
2019-10-11simplify "a = a +" to "a +="Noel Grandin5-46/+29
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-4/+3
2019-10-08tdf#128009: Allow spaces in AutoText suggestionsMike Kaganski1-10/+44
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin9-38/+38