summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2018-02-05loplugin:useuniqueptr in SvxAutoCorrectLanguageListsNoel Grandin1-66/+43
2018-02-05loplugin:useuniqueptr in ImpEditEngineNoel Grandin5-46/+38
2018-02-05loplugin:useuniqueptr in OFlowChainedTextNoel Grandin1-4/+2
2018-02-05loplugin:useuniqueptr in SvxRTFParserNoel Grandin1-11/+4
2018-02-05loplugin:useuniqueptr in SvxUnoTextRangeBaseNoel Grandin1-11/+9
2018-02-05loplugin:useuniqueptr in OutlinerNoel Grandin2-6/+5
2018-02-05loplugin:useuniqueptr in SvxRTFItemStackTypeNoel Grandin1-14/+10
2018-02-05loplugin:useuniqueptr in SvxNumRuleNoel Grandin1-16/+11
2018-02-05loplugin:useuniqueptr in SvxNumberFormatNoel Grandin1-17/+11
2018-02-05loplugin:useuniqueptr in ImpEditViewNoel Grandin3-18/+11
2018-02-02editeng: remove dead codeChris Sherlock2-21/+0
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen1-1/+0
2018-02-01split out SFX_METRIC_ITEM into separate fieldNoel Grandin1-7/+8
2018-01-31Fix typosAndrea Gelmini1-1/+1
2018-01-31SvxNumberFormat::SetAbsLSpace takes shortStephan Bergmann1-1/+1
2018-01-29Values need not be bounded by sal_uInt16, it appearsStephan Bergmann1-4/+4
2018-01-29inline SvxBulletItem::SetDefaultFont_Impl and SetDefaults_ImplJochen Nitschke1-33/+21
2018-01-28Remove various more obsolete sal_uInt16 restrictionsStephan Bergmann1-33/+18
2018-01-28USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-1/+1
2018-01-28Remove useless checks against SAL_MAX_INT32Stephan Bergmann1-4/+4
2018-01-28AccessibleImageBullet::GetParagraphCount no longer restricted to sal_uIn16,Stephan Bergmann1-3/+3
2018-01-28AccessibleEditableTextPara::GetParagraphCount no longer restrictedStephan Bergmann1-28/+28
2018-01-28Remove useless check against SAL_MAX_INT32Stephan Bergmann1-1/+1
2018-01-28nStart/EndEEIndex nned not be bounded by sal_uInt16Stephan Bergmann1-2/+2
2018-01-28SvxAccessibleTextIndex::mnEEIndex need not be bounded sal_uInt16Stephan Bergmann1-8/+8
2018-01-27Fix typosAndrea Gelmini1-1/+1
2018-01-25loplugin:datamembershadow in SvxUnoTextRangeBaseNoel Grandin1-1/+1
2018-01-24Avoid upcoming GCC 8 -Werror=class-memaccess on css::util::DateTimeStephan Bergmann1-3/+8
2018-01-24loplugin:useuniqueptr in SvxBoxItemNoel Grandin1-56/+35
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin1-34/+28
2018-01-24loplugin:unused-returns in vclNoel Grandin2-5/+3
2018-01-23new loplugin: pointerboolNoel Grandin1-1/+1
2018-01-23OutputDevice::GetCaretPositions takes sal_Int32 nIndex parameterStephan Bergmann1-2/+2
2018-01-20loplugin:unusedmethodsNoel Grandin2-55/+0
2018-01-19ofz#5477 if the para is already oversize, nums would go negativeCaolán McNamara1-4/+5
2018-01-15Fix typoAndrea Gelmini2-4/+4
2018-01-15More loplugin:cstylecast: editengStephan Bergmann14-125/+125
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin2-3/+3
2018-01-12More loplugin:cstylecast: editengStephan Bergmann44-650/+650
2018-01-11loplugin:redundantcast: editengStephan Bergmann3-6/+6
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin3-4/+4
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr1-9/+7
2018-01-09tdf#99524 - allow backward connect paragraph to undo.Mark Hung3-5/+8
2018-01-07tdf#114628 unit test for line spacingSzymon Kłos1-0/+92
2018-01-05Revert "GetTrueSlotId is dead"Noel Grandin1-1/+8
2018-01-04GetTrueSlotId is deadNoel Grandin1-8/+1
2018-01-04tdf#114664 allow the splitted paragraph attributes to recover.Mark Hung1-1/+3
2018-01-04tdf#114732 backspace can only make bullet invisible.Mark Hung1-14/+15
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-1/+1
2018-01-01tdf#114628 correct line spacing for impressSzymon Kłos2-17/+28