summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc
AgeCommit message (Expand)AuthorFilesLines
2016-07-15new loplugin unnecessary overrideNoel Grandin10-246/+0
2016-07-13loplugin:singlevalfields in sc(part1)Noel Grandin1-20/+3
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos7-15/+15
2016-06-08split AddRemoveListener into two methodsNoel Grandin1-2/+2
2016-06-06remove some manual ref-countingNoel Grandin1-10/+6
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-12/+12
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-2/+2
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-6/+10
2016-05-24remove some manual ref-countingNoel Grandin1-10/+6
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-6/+0
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-2/+3
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann1-0/+1
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-9/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-2/+2
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+1
2016-03-16tdf#84953 Only resize proportionally when dragging on a cornerSamuel Mehrbrodt1-3/+9
2016-03-15tdf#97919 Also resize ole objects proportionally by defaultSamuel Mehrbrodt1-1/+2
2016-03-15tdf#97919 Resize media objects proportionally by defaultSamuel Mehrbrodt1-5/+4
2016-03-15Remove nonsense commentSamuel Mehrbrodt1-8/+0
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-4/+4
2016-03-09loplugin:constantparam in svxNoel Grandin1-2/+2
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin2-10/+4
2016-02-29Related: tdf#89646 sc: Fix some issues with the new toolsMaxim Monastirsky2-3/+13
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-10/+10
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-2/+2
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-2/+2
2016-01-13resolve TODO, remove SVVERB_SHOWMichael Stahl1-3/+4
2016-01-08silence mouse release warningCaolán McNamara1-1/+2
2015-12-30Kill remaining plugin bitsMaxim Monastirsky1-1/+0
2015-12-18related tdf#96398 pull out more NPAPI-related codeThorsten Behrens1-1/+0
2015-12-17Clean unused defines after src->xml conversionMaxim Monastirsky2-704/+0
2015-12-17[API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens1-38/+0
2015-12-14tdf#93837 Convert some Calc context menus to xmlMaxim Monastirsky7-7/+7
2015-12-01cppcheck: memleakTakeshi Abe1-3/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht7-7/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann21-70/+70
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann6-6/+6
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin5-7/+7
2015-10-27tdf#92207 sc: Make the text background color button workMaxim Monastirsky1-0/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann3-3/+3
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky5-6/+6
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky5-6/+6
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara1-4/+2