summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2017-07-15emfplus: make VectorFormats Emf/Wmf/Svg workArmin Le Grand4-19/+95
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand6-32/+32
2017-07-14svx: make SdrGrafObj::mpReplacementGraphic swappableMichael Stahl1-0/+30
2017-07-14use more OUString::operator== in svxNoel Grandin16-33/+33
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski7-7/+4
2017-07-13loplugin:oncevar: empty strings: svxStephan Bergmann2-4/+3
2017-07-12borderline: correct problems with border displayArmin Le Grand3-83/+217
2017-07-11tdf#109050: Moving table object with ALT+Arrow keys does not work properlyTamás Zolnai1-7/+11
2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin5-25/+24
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-2/+2
2017-07-11use more range-for on uno::SequenceNoel Grandin4-35/+24
2017-07-11svx: assert on undisposed AbstractSvxHpLinkDlgMichael Stahl1-0/+5
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin6-8/+8
2017-07-09Added margin feature to the Draw's SideBarpv2k1-0/+38
2017-07-07a11y: assert on switching hatch/bitmap area radio button tab thingsCaolán McNamara1-2/+3
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin3-3/+3
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke2-2/+2
2017-07-06rework as a shared_ptrCaolán McNamara1-2/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin5-26/+16
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin14-33/+33
2017-07-05loplugin:unusedfields variousNoel Grandin1-1/+0
2017-07-04support for saving a modified image instead of original versionMarco Cecchetti3-13/+36
2017-07-04loplugin:casttovoidStephan Bergmann1-2/+1
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann6-13/+11
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke3-14/+12
2017-07-03loplugin:unusedfields in svxNoel Grandin13-65/+10
2017-07-02loplugin:casttovoid: svxStephan Bergmann23-125/+44
2017-07-01tdf#107505: Impress - crash with two people co-editing one slideTamás Zolnai1-0/+1
2017-06-30aThemeName is unusedStephan Bergmann1-8/+1
2017-06-30loplugin:unusedvariablecheckStephan Bergmann1-2/+0
2017-06-30aObjName, bObjNameDC, bObjNameSet have effectively been unusedStephan Bergmann1-2/+0
2017-06-30tdf#108863 svx: fix use-after-free in SdrEditView::DeleteMarkedObj()Michael Stahl1-16/+23
2017-06-28SvXMLEmbeddedObjectHelper::Create bDirect parameter is unusedStephan Bergmann1-4/+1
2017-06-28loplugin:redundantcastStephan Bergmann2-4/+4
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann2-6/+6
2017-06-27loplugin:oncevar in svxNoel Grandin36-112/+59
2017-06-26tdf#39674 Translate some German variable namesJohnny_M5-42/+42
2017-06-26Fix typosAndrea Gelmini1-1/+1
2017-06-26s/catched/caughtNoel Grandin2-4/+4
2017-06-25remove unused local varsJochen Nitschke1-6/+1
2017-06-25svx: pass struct by const reference ...Jochen Nitschke1-18/+18
2017-06-23simplify some string handling in tracing callsNoel Grandin3-24/+5
2017-06-23coverity#1412992 Unused valueCaolán McNamara1-1/+0
2017-06-21Resolves: tdf#108610 crash on double delete of async eventCaolán McNamara1-4/+2
2017-06-21loplugin:unusedfields in svx part2Noel Grandin24-171/+7
2017-06-21loplugin:unusedfields in svx part1Noel Grandin31-126/+4
2017-06-21convert ErrCode to strong typedefNoel Grandin6-6/+6
2017-06-20bullet char style preview is unreadable, cause uses opensymbolCaolán McNamara1-0/+2
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann7-76/+62