summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* GetTrueSlotId is deadNoel Grandin2018-01-041-8/+1
* tdf#114664 allow the splitted paragraph attributes to recover.Mark Hung2018-01-041-1/+3
* tdf#114732 backspace can only make bullet invisible.Mark Hung2018-01-041-14/+15
* loplugin:passstuffbyref more return improvementsNoel Grandin2018-01-031-1/+1
* tdf#114628 correct line spacing for impressSzymon Kłos2018-01-012-17/+28
* loplugin:unnecessaryparen improve return checkNoel Grandin2017-12-291-1/+1
* Fix typosAndrea Gelmini2017-12-291-1/+1
* loplugin:passstuffbyref improved return in editengNoel Grandin2017-12-289-25/+26
* various coverity exception warningsCaolán McNamara2017-12-253-14/+14
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2017-12-221-7/+1
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-191-3/+3
* loplugin:unusedenumconstantsNoel Grandin2017-12-192-3/+1
* loplugin:unusedindexMike Kaganski2017-12-183-118/+74
* convert EEHorizontalTextDirection to scoped enumNoel Grandin2017-12-181-3/+3
* convert EETextFormat to scoped enumNoel Grandin2017-12-164-36/+14
* sal_uIntPtr->VclPtr<OutputDevice> in XParaPortionListNoel Grandin2017-12-153-4/+4
* editeng: error: "remove_const_t" is not a member of "std"Michael Stahl2017-12-141-2/+2
* editeng: RTF export: another buggy GetItem2() loop, for fontsMichael Stahl2017-12-141-5/+8
* editeng: fix RTF export of colorsMichael Stahl2017-12-141-6/+4
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-141-1/+1
* tools: remove unused #include from solar.hMichael Stahl2017-12-134-0/+4
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* ofz#4582 Floating-point-exceptionCaolán McNamara2017-12-101-7/+11
* cppcheck: fix some reportsJulien Nabet2017-12-081-2/+1
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-062-0/+4
* loplugin:salcall handle virtual methodsNoel Grandin2017-12-062-4/+4
* tdf#96505 removed "L" literalekuiitr2017-12-051-3/+3
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-6/+6
* loplugin:countusersofdefaultparams in editeng..packageNoel Grandin2017-12-053-3/+3
* loplugin:unusedfieldsNoel Grandin2017-12-013-8/+3
* xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl2017-11-301-2/+4
* loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2017-11-304-9/+9
* loplugin:unusedmethodsNoel Grandin2017-11-301-5/+0
* loplugin:unusedmethodsNoel Grandin2017-11-291-28/+0
* rhbz#1517407 Capitalize every word doesn't work after bracketsCaolán McNamara2017-11-272-2/+17
* loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2017-11-271-1/+1
* Translate German variable nameJohnny_M2017-11-211-5/+5
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-201-1/+1
* RotateFlyFrame3: add support for AutoContourArmin Le Grand2017-11-181-0/+16
* TypedWhichId for EE_CHAR* constantsNoel Grandin2017-11-175-30/+27
* TypedWhichId for EE_PARA* constantsNoel Grandin2017-11-175-24/+22
* use implict conversion operator in TypedWhichIdNoel Grandin2017-11-1611-41/+41
* TypedWhichIdNoel Grandin2017-11-1517-66/+76
* ofz#4202 Null-dereference READCaolán McNamara2017-11-131-2/+0
* Fix typosAndrea Gelmini2017-11-134-4/+4
* Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini2017-11-131-2/+2
* clang-tidy modernize-use-equals-default in editengJochen Nitschke2017-11-139-159/+0
* Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini2017-11-131-1/+1
* use copy constructor to clone PoolItemsJochen Nitschke2017-11-122-17/+11
* ofz: Timeout give up earlier on SvParserState::ErrorCaolán McNamara2017-11-121-2/+3