summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2018-02-06loplugin:useuniqueptr in TextRangerNoel Grandin
2018-02-05loplugin:useuniqueptr in SvxAutoCorrectLanguageListsNoel Grandin
2018-02-05loplugin:useuniqueptr in ImpEditEngineNoel Grandin
2018-02-05loplugin:useuniqueptr in OFlowChainedTextNoel Grandin
2018-02-05loplugin:useuniqueptr in SvxRTFParserNoel Grandin
2018-02-05loplugin:useuniqueptr in SvxUnoTextRangeBaseNoel Grandin
2018-02-05loplugin:useuniqueptr in OutlinerNoel Grandin
2018-02-05loplugin:useuniqueptr in SvxRTFItemStackTypeNoel Grandin
2018-02-05loplugin:useuniqueptr in SvxNumRuleNoel Grandin
2018-02-05loplugin:useuniqueptr in SvxNumberFormatNoel Grandin
2018-02-05loplugin:useuniqueptr in ImpEditViewNoel Grandin
2018-02-02editeng: remove dead codeChris Sherlock
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen
2018-02-01split out SFX_METRIC_ITEM into separate fieldNoel Grandin
2018-01-31Fix typosAndrea Gelmini
2018-01-31SvxNumberFormat::SetAbsLSpace takes shortStephan Bergmann
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