summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-19add more debug names for scheduled eventsLászló Németh1-0/+1
2017-06-18Fix typosAndrea Gelmini1-1/+1
2017-06-18tdf#107666: EDITING: No caret outside the textbox after inserting a textboxTamás Zolnai1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke35-43/+0
2017-06-17TransferableObjectDescriptor::mnOle2Misc field is unusedNoel Grandin1-43/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann36-142/+97
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+4
2017-06-16only some languages put a space between number and %Caolán McNamara1-1/+2
2017-06-16Resolves: tdf#108419 use spinfield preferred size as transparency widget sizeCaolán McNamara1-5/+2
2017-06-15use SetGraphic instead of temporary GraphicObjectCaolán McNamara1-2/+2
2017-06-15skip a default dtor + assign with copy ctorCaolán McNamara1-8/+14
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin2-8/+8
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin4-71/+24
2017-06-13Let BaseProperties::CreateObjectSpecificItemSet return unique_ptrStephan Bergmann27-50/+88