summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit4.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-15More loplugin:cstylecast: editengStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: editengStephan Bergmann1-9/+9
2017-12-16convert EETextFormat to scoped enumNoel Grandin1-8/+8
2017-12-15sal_uIntPtr->VclPtr<OutputDevice> in XParaPortionListNoel Grandin1-1/+1
2017-12-14editeng: error: "remove_const_t" is not a member of "std"Michael Stahl1-2/+2
2017-12-14editeng: RTF export: another buggy GetItem2() loop, for fontsMichael Stahl1-5/+8
2017-12-14editeng: fix RTF export of colorsMichael Stahl1-6/+4
2017-11-27rhbz#1517407 Capitalize every word doesn't work after bracketsCaolán McNamara1-2/+2
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin1-9/+6
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-4/+4
2017-11-15TypedWhichIdNoel Grandin1-4/+4
2017-10-23loplugin:includeform: editengStephan Bergmann1-6/+6
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin1-2/+2
2017-08-10editviewoverlay: EditViewSelection reorganizedArmin Le Grand1-14/+14
2017-08-07EditEngine: Removing BIN formatVarun Dhall1-24/+0
2017-07-22loplugin:constparams in editeng,lingucomponentNoel Grandin1-4/+4
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-3/+3
2017-07-04loplugin:unusedfields in editengNoel Grandin1-2/+0
2017-06-28In ImpEditEngine::ReplaceTextOnly, nLen has always been ignoredStephan Bergmann1-4/+2
2017-06-26Fix typosAndrea Gelmini1-3/+3
2017-06-21convert ErrCode to strong typedefNoel Grandin1-2/+2
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-3/+3
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke1-1/+0
2017-05-18tdf#107176: just return initial selection when there's no rangeJulien Nabet1-0/+4
2017-05-02loplugin:checkunusedparams in editengNoel Grandin1-8/+5
2017-04-26use strong_int for LanguageTypeNoel Grandin1-5/+5
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-03-29Fix integer type of EditCharAttrib nStart/nEnd membersStephan Bergmann1-1/+1
2017-03-27Make loplugin:loopvartoosmall look past top-level ExprWithCleanupsStephan Bergmann1-0/+1
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-1/+1
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-2/+2
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-3/+2
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-6/+4
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-1/+1
2017-02-16convert EESpellState to scoped enumNoel Grandin1-7/+7
2017-02-14convert SvParserState to scoped enumNoel Grandin1-2/+2
2017-02-13convert CharCompressType to scoped enumNoel Grandin1-1/+1
2016-11-21make this just every so slightly less awfulCaolán McNamara1-2/+2
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-09-28variable name and indentation improvementNoel Grandin1-21/+19
2016-09-13rename ContentInfo attribs field and methods to charAttribsNoel Grandin1-3/+3
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)Stephan Bergmann1-2/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-1/+1
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1