summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin6-6/+6
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin2-6/+6
2016-11-24convert SFXWB_ constants to scoped enumNoel Grandin1-1/+1
2016-11-24don't use memset on std::vectorJochen Nitschke1-1/+0
2016-11-23tdf#42949 Remove unused uno headers from /sd/source/coreBartosz Kosiorek10-21/+1
2016-11-22Probably a more robust way to fix the testKhaled Hosny1-2/+1
2016-11-22tdf#55469 Consistent line spacing across platformsKhaled Hosny1-0/+1
2016-11-22Destroy item sets in SdDialogsTest::tearDownStephan Bergmann1-0/+3
2016-11-22remove some more global OUStringsNoel Grandin5-16/+4
2016-11-21convert inventorId to scoped enumNoel Grandin51-152/+148
2016-11-21Kill the AutoPilotPresentations UNO commandGabor Kelemen2-31/+0
2016-11-21add missing resource depDavid Tardon1-0/+3
2016-11-21add missing deps on ui filesDavid Tardon1-0/+5
2016-11-21new loplugin datamembershadowNoel Grandin4-12/+3
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud1-1/+1
2016-11-20tdf59046 oox: fix incorrectly combined shapesMark Hung2-0/+12
2016-11-19tdf#92076 oox - export PolyPolygonShape and PolyLineShape.Mark Hung2-0/+11
2016-11-18tdf#104015: PPTX import: Title shape does not inherit fill propertiesTamás Zolnai2-0/+40
2016-11-18sd: assert SfxPoolItem::operator==Michael Stahl1-15/+10
2016-11-18Avoid division by zeroStephan Bergmann1-2/+2
2016-11-18Missing XComponent.dispose calls in screenshot testsStephan Bergmann1-0/+7
2016-11-18includes should be at the top of the fileNoel Grandin7-23/+18
2016-11-17tdf#103876: PPTX import: Title shape's character properties are wrongTamás Zolnai2-0/+21
2016-11-17tdf#103950 Undo does not revert bundled font size changes for table cellsNoel Grandin5-5/+33
2016-11-17loplugin:unusedfieldsNoel Grandin7-26/+15
2016-11-17chmod -xTor Lillqvist3-0/+0
2016-11-17loplugin:datamembershadow in StyleSheetUndoActionNoel Grandin2-10/+2
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin3-9/+9
2016-11-16new loplugin finalprotectedNoel Grandin2-4/+2
2016-11-16loplugin:countusersofdefaultparams in include/svx..unotoolsNoel Grandin1-2/+2
2016-11-15replace explicit delete and simplifyDavid Tardon1-9/+3
2016-11-15Replace some trivial Sfx*Item derivations with make* functionsStephan Bergmann4-80/+66
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-14warning C4701: potentially uninitialized local variable 'pPV' usedNoel Grandin1-1/+1
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara9-37/+33
2016-11-13loplugin:unnecessaryoverrideCaolán McNamara2-13/+2
2016-11-13drop extra semicolonsDavid Tardon2-2/+2
2016-11-13drop useless semicolonsDavid Tardon1-2/+2
2016-11-12Sd test: use binary mode to dump shapes to avoid Windows line endingsTamás Zolnai1-1/+1
2016-11-11tdf#98059 Don't replace existing objects when inserting mediaSamuel Mehrbrodt1-6/+0
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin7-33/+34
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-3/+3
2016-11-10'make screenshot' loplugin fixesStephan Bergmann1-2/+2
2016-11-10tdf#103792: No placeholder text imported for empty title shapeTamás Zolnai2-0/+20
2016-11-10tdf#103826 Missing master page pane context menus in DrawMaxim Monastirsky3-0/+38
2016-11-10Adapt sd.screenshotStephan Bergmann1-1/+0
2016-11-10Wrap pointer to dialog with VclPtrTakeshi Abe2-6/+12
2016-11-09tdf#103756 - CTRL+Z not working to undo changes performed through NavigatorNoel Grandin2-2/+26
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-11-08simplify mark points and gluepoints managementCaolán McNamara1-40/+27