summaryrefslogtreecommitdiff
path: root/editeng/source/outliner
AgeCommit message (Expand)AuthorFilesLines
2017-05-18loplugin:unusedmethodsNoel Grandin1-4/+2
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-1/+1
2017-05-09loplugin:constantparamNoel Grandin1-2/+2
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-05-07convert EESelectionMode to scoped enumJochen Nitschke1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert editeng module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-05-04convert EVAnchorMode enum to scoped enumJochen Nitschke1-2/+2
2017-05-02loplugin:checkunusedparams in editengNoel Grandin4-20/+20
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-15Fix vertical text and bitmap bullet renderingTamás Zolnai2-6/+28
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai2-5/+11
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna5-20/+20
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen1-5/+5
2017-03-14remove unused RID constantsNoel Grandin1-4/+0
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-4/+4
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-2/+2
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-1/+1
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-1/+1
2017-02-13convert CharCompressType to scoped enumNoel Grandin1-1/+1
2017-02-06Typo: s/dependend/dependent/iTor Lillqvist2-8/+8
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-3/+2
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin3-5/+3
2016-12-11Drop ComplexDisabled flags that does nothingKhaled Hosny1-1/+1
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin3-4/+4
2016-11-09loplugin:expandablemethods in drawinglayer..editengNoel Grandin2-14/+2
2016-11-02loplugin:singlevalfieldsNoel Grandin3-23/+5
2016-10-13pass params to Outliner LINK callbacks on stackNoel Grandin3-42/+25
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-10-03add more dumpAsXml()Noel Grandin4-9/+55
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)Stephan Bergmann1-1/+1
2016-08-18coverity#1371381 Dereference before null checkCaolán McNamara1-16/+14
2016-08-02editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna1-2/+2
2016-07-20sd lok: decouple vcl window focus from cursor visibilityMiklos Vajna1-4/+4
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-3/+3
2016-07-04tdf#100734: Update bullet of paragraph on UNDOMike Kaganski1-0/+2
2016-06-22Remove no longer needed ImpEditView::mpLibreOfficeKitSearchableMiklos Vajna1-9/+0
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-06-10editeng: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna1-0/+5
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-3/+3
2016-05-30Convert FontRelief to scoped enumNoel Grandin1-1/+1
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-2/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-6/+0
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin3-27/+27
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-2/+1
2016-04-11clang-tidy performance-unnecessary-value-param in editengNoel Grandin1-2/+2