summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshtxt.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: svxStephan Bergmann1-1/+1
2017-10-16Move svx include files to common include directoryStephan Bergmann1-1/+1
2017-07-21loplugin:unusedfields in svxNoel Grandin1-6/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-4/+0
2017-05-30Related: tdf#107961 ensure notifyhdl is unset after disposeCaolán McNamara1-2/+18
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-11/+11
2017-03-29expand vis to visible; fix typosdennisroczek1-19/+18
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-2/+2
2016-11-22avoid loss of text in edited placeholderDavid Tardon1-0/+1
2016-11-21convert inventorId to scoped enumNoel Grandin1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-10/+7
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-6/+6
2016-08-19drop enum SvxViewHint::HintTypeNoel Grandin1-8/+3
2016-07-18dynamic_cast followed by static_cast and elide some casts when possibleCaolán McNamara1-7/+3
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin1-6/+2
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-2/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-02-09Remove excess newlinesChris Sherlock1-21/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-44/+44
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-9/+9
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-4/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-17convert Link<> to typedNoel Grandin1-7/+5
2015-08-11cppcheck: nullPointerRedundantCheckCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-8/+8
2014-11-13Realy->ReallyCaolán McNamara1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-20loplugin: cstylecastNoel Grandin1-1/+1
2014-10-03coverity#1242478 Dereference null return valueCaolán McNamara1-1/+1
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+3
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-6/+0
2014-06-24Remove unused mpOwner in SvxTextEditSource.Matúš Kukan1-10/+6
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-5/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+2
2014-04-15svx: sal_Bool->boolNoel Grandin1-9/+9