summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* Values need not be bounded by sal_uInt16, it appearsStephan Bergmann2018-01-291-4/+4
* inline SvxBulletItem::SetDefaultFont_Impl and SetDefaults_ImplJochen Nitschke2018-01-291-33/+21
* Remove various more obsolete sal_uInt16 restrictionsStephan Bergmann2018-01-281-33/+18
* USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann2018-01-281-1/+1
* Remove useless checks against SAL_MAX_INT32Stephan Bergmann2018-01-281-4/+4
* AccessibleImageBullet::GetParagraphCount no longer restricted to sal_uIn16,Stephan Bergmann2018-01-281-3/+3
* AccessibleEditableTextPara::GetParagraphCount no longer restrictedStephan Bergmann2018-01-281-28/+28
* Remove useless check against SAL_MAX_INT32Stephan Bergmann2018-01-281-1/+1
* nStart/EndEEIndex nned not be bounded by sal_uInt16Stephan Bergmann2018-01-281-2/+2
* SvxAccessibleTextIndex::mnEEIndex need not be bounded sal_uInt16Stephan Bergmann2018-01-281-8/+8
* Fix typosAndrea Gelmini2018-01-271-1/+1
* loplugin:datamembershadow in SvxUnoTextRangeBaseNoel Grandin2018-01-251-1/+1
* Avoid upcoming GCC 8 -Werror=class-memaccess on css::util::DateTimeStephan Bergmann2018-01-241-3/+8
* loplugin:useuniqueptr in SvxBoxItemNoel Grandin2018-01-241-56/+35
* loplugin:unused-returns in drawinglayer..svxNoel Grandin2018-01-241-34/+28
* loplugin:unused-returns in vclNoel Grandin2018-01-242-5/+3
* new loplugin: pointerboolNoel Grandin2018-01-231-1/+1
* OutputDevice::GetCaretPositions takes sal_Int32 nIndex parameterStephan Bergmann2018-01-231-2/+2
* loplugin:unusedmethodsNoel Grandin2018-01-202-55/+0
* ofz#5477 if the para is already oversize, nums would go negativeCaolán McNamara2018-01-191-4/+5
* Fix typoAndrea Gelmini2018-01-152-4/+4
* More loplugin:cstylecast: editengStephan Bergmann2018-01-1514-125/+125
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-152-3/+3
* More loplugin:cstylecast: editengStephan Bergmann2018-01-1244-650/+650
* loplugin:redundantcast: editengStephan Bergmann2018-01-113-6/+6
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-113-4/+4
* tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr2018-01-101-9/+7
* tdf#99524 - allow backward connect paragraph to undo.Mark Hung2018-01-093-5/+8
* tdf#114628 unit test for line spacingSzymon Kłos2018-01-071-0/+92
* Revert "GetTrueSlotId is dead"Noel Grandin2018-01-051-1/+8
* 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