summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2018-01-29Values need not be bounded by sal_uInt16, it appearsStephan Bergmann
2018-01-29inline SvxBulletItem::SetDefaultFont_Impl and SetDefaults_ImplJochen Nitschke
2018-01-28Remove various more obsolete sal_uInt16 restrictionsStephan Bergmann
2018-01-28USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann
2018-01-28Remove useless checks against SAL_MAX_INT32Stephan Bergmann
2018-01-28AccessibleImageBullet::GetParagraphCount no longer restricted to sal_uIn16,Stephan Bergmann
2018-01-28AccessibleEditableTextPara::GetParagraphCount no longer restrictedStephan Bergmann
2018-01-28Remove useless check against SAL_MAX_INT32Stephan Bergmann
2018-01-28nStart/EndEEIndex nned not be bounded by sal_uInt16Stephan Bergmann
2018-01-28SvxAccessibleTextIndex::mnEEIndex need not be bounded sal_uInt16Stephan Bergmann
2018-01-27Fix typosAndrea Gelmini
2018-01-25loplugin:datamembershadow in SvxUnoTextRangeBaseNoel Grandin
2018-01-24Avoid upcoming GCC 8 -Werror=class-memaccess on css::util::DateTimeStephan Bergmann
2018-01-24loplugin:useuniqueptr in SvxBoxItemNoel Grandin
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-23new loplugin: pointerboolNoel Grandin
2018-01-23OutputDevice::GetCaretPositions takes sal_Int32 nIndex parameterStephan Bergmann
2018-01-20loplugin:unusedmethodsNoel Grandin
2018-01-19ofz#5477 if the para is already oversize, nums would go negativeCaolán McNamara
2018-01-15Fix typoAndrea Gelmini
2018-01-15More loplugin:cstylecast: editengStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2018-01-11loplugin:redundantcast: editengStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr
2018-01-09tdf#99524 - allow backward connect paragraph to undo.Mark Hung
2018-01-07tdf#114628 unit test for line spacingSzymon Kłos
2018-01-05Revert "GetTrueSlotId is dead"Noel Grandin
2018-01-04GetTrueSlotId is deadNoel Grandin
2018-01-04tdf#114664 allow the splitted paragraph attributes to recover.Mark Hung
2018-01-04tdf#114732 backspace can only make bullet invisible.Mark Hung
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin
2018-01-01tdf#114628 correct line spacing for impressSzymon Kłos
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin
2017-12-29Fix typosAndrea Gelmini
2017-12-28loplugin:passstuffbyref improved return in editengNoel Grandin
2017-12-25various coverity exception warningsCaolán McNamara
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-19loplugin:unusedenumconstantsNoel Grandin
2017-12-18loplugin:unusedindexMike Kaganski
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin
2017-12-16convert EETextFormat to scoped enumNoel Grandin
2017-12-15sal_uIntPtr->VclPtr<OutputDevice> in XParaPortionListNoel Grandin
2017-12-14editeng: error: "remove_const_t" is not a member of "std"Michael Stahl
2017-12-14editeng: RTF export: another buggy GetItem2() loop, for fontsMichael Stahl
2017-12-14editeng: fix RTF export of colorsMichael Stahl
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann