summaryrefslogtreecommitdiff
path: root/sd/source/ui/app
AgeCommit message (Expand)AuthorFilesLines
2015-04-10tdf#89641 Page numbering in Calc and Draw/ImpressDobra Gabor1-0/+8
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin2-3/+3
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann5-74/+74
2015-03-26vexing parseCaolán McNamara1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-2/+2
2015-03-26tdf#86606 remove direct formatting entries from context menuYousuf Philips2-172/+0
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-5/+5
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin1-5/+4
2015-03-24convert SfxPopupWindowType to enum classNoel Grandin1-1/+1
2015-03-23loplugin:constantfunction: sdNoel Grandin2-12/+0
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-3/+0
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-33/+33
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-1/+1
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-47/+42
2015-03-02convert PARAFLAG_ constants to enum classNoel Grandin1-1/+1
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin1-1/+1
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin1-1/+1
2015-02-24Ensure listener is removed during ~SdModuleStephan Bergmann2-13/+6
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin4-5/+5
2015-02-12partial fix tdf#86611 (item #5) Draw statusbar tipRodolfo Ribeiro Gomes2-0/+9
2015-02-07fdo#87706 correct object/image styles dialog title and tooltipYousuf Philips2-2/+2
2015-02-03valgrind: fix leakCaolán McNamara1-3/+1
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann1-5/+5
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara1-3/+5
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-30removed duplicate entries found in menuids3_tmpl.srcYousuf Philips1-16/+0
2014-12-24fdo#84233 rearrange impress's slide context menu and minor fix bugs in draw'sYousuf Philips2-17/+59
2014-12-23fdo#86614 reorganize image, shape and line context menusYousuf Philips1-37/+10
2014-12-22fdo#84213 changed 'Display Ruler' to 'View Ruler'Yousuf Philips1-1/+1
2014-12-22fdo#86607 removal of the 'Custom Animation' entry from context menuYousuf Philips2-25/+0
2014-12-17fdo#86627 - Change Image Crop BehaviorJoel1-3/+2
2014-12-15sd: Use appropriate OUString functions on string constantsStephan Bergmann1-15/+13
2014-12-10Any reason to use IsHeadlessModeRequested here?Stephan Bergmann1-1/+1
2014-11-25We now only need one bit of information hereCaolán McNamara1-1/+1
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara1-1/+1
2014-11-24RID_APPTITLE is unused in sd, StarImpress 4.0Caolán McNamara1-4/+0
2014-11-21coverity#1209008 Unchecked return valueCaolán McNamara1-2/+2
2014-11-18assert because still listening to the wrong view when SetView usedCaolán McNamara1-0/+9
2014-11-13loplugin: cstylecastNoel Grandin5-33/+33
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11have a stab at improving impossible questionCaolán McNamara1-1/+1
2014-11-05Register ParaLineSpacingPopup in sc and sdMaxim Monastirsky1-0/+2
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-10-24Related: fdo#84844 Support fill color in SvxColorToolBoxControlMaxim Monastirsky1-0/+1
2014-10-24Register the item type based on the SIDMaxim Monastirsky1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-6/+6
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2