summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)AuthorFilesLines
2017-03-29split ImportState enum into RtfImportState and HtmlImportStateNoel Grandin2-20/+45
2017-03-29loplugin:unusedmethodsNoel Grandin1-52/+0
2017-03-29Fix typosAndrea Gelmini1-1/+1
2017-03-26Kill remaining PseudoSlots usageMaxim Monastirsky1-10/+0
2017-03-25Fix typosAndrea Gelmini3-3/+3
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin2-5/+6
2017-03-19Fix typosAndrea Gelmini1-1/+1
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen1-6/+6
2017-03-18get rid of pointless EE_DLL macroBjoern Michaelsen1-2/+0
2017-03-17cleanup itempool includesJochen Nitschke2-2/+0
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-113/+200
2017-03-16use forward declaration for SfxItemSetJochen Nitschke1-2/+1
2017-03-16drop GetId() from SfxUndoActionNoel Grandin1-1/+1
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin2-17/+19
2017-03-14remove unused RID constantsNoel Grandin1-20/+0
2017-03-14remove noise UUUU tags in commentsNoel Grandin1-1/+1
2017-03-14change SvxFrameDirectionItem base to SfxEnumItemJochen Nitschke1-3/+6
2017-03-12make this a member of SvxBrushItemCaolán McNamara1-0/+2
2017-03-10tdf#99352: create editeng::SharedVclRessourcesBjoern Michaelsen1-0/+6
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin2-8/+8
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin2-8/+8
2017-03-08convert SvxCaseMap to scoped enumNoel Grandin3-10/+10
2017-03-08convert SvxAdjust to scoped enumNoel Grandin2-24/+25
2017-03-05ubsan: add in all the valid value for NumberingType to the SvxNumType enumCaolán McNamara1-4/+32
2017-03-05Proper fix for multiply defined SfxEnumItem<sal_uInt16> with MSVCStephan Bergmann1-1/+9
2017-03-03Remove redundant 'inline' keywordStephan Bergmann43-114/+114
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin2-6/+6
2017-03-03remove unused CreateDefault methodsNoel Grandin22-47/+0
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin2-17/+21
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin9-32/+23
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin3-13/+12
2017-02-24Added Test for EditEngine - Copy/Paste using Legacy FormatVarun Dhall1-5/+5
2017-02-19Typos: mainly translation remnants of Objekt instead of objectJulien Nabet1-2/+2
2017-02-17convert editeng spell menu to .ui formatCaolán McNamara1-1/+1
2017-02-16convert EESpellState to scoped enumNoel Grandin1-1/+1
2017-02-16convert EditEngineAttribs to scoped enumNoel Grandin6-11/+10
2017-02-16remove unused NONE from ScrollRangeCheck enumNoel Grandin1-1/+0
2017-02-13convert CharCompressType to scoped enumNoel Grandin2-2/+4
2017-02-12Get rid of "unicodes" in lower-case, tooTor Lillqvist1-1/+1
2017-02-06Typo: s/dependend/dependent/iTor Lillqvist1-2/+2
2017-02-03new loplugin:unusedenumconstantsNoel Grandin2-4/+1
2017-02-02Bin meaningless and non-informative commentsTor Lillqvist1-8/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann11-359/+317
2017-01-26drop unused param from SV_DECL_PERSIST1 macroNoel Grandin2-28/+28
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe1-1/+1
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin2-2/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, editengStephan Bergmann6-0/+47
2017-01-18manage pField with tools::SvRefNoel Grandin1-2/+2
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin12-28/+34