summaryrefslogtreecommitdiff
path: root/sd/source/ui/app
AgeCommit message (Expand)AuthorFilesLines
2015-06-07tdf#86614 Adjusting some text entries and rearranging and removing othersYousuf Philips2-91/+30
2015-06-03tdf#88276: toolbar|sidebar button for text background colourKatarina Behrens1-0/+1
2015-06-02fdo#74132: Do not interrupt search in Impress and Draw.Jan Holesovsky2-12/+0
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-25impress: right click to insert imageCaolán McNamara1-0/+9
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2-44/+44
2015-05-19Related tdf#88056: Use different placeholders for Impress and DrawKatarina Behrens2-3/+12
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-2/+2
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin2-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-2/+2
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-05-08misspell some words, copy and paste slide to gimpCaolán McNamara1-2/+16
2015-05-08convert MEDIA_COMMAND constants to scoped enumNoel Grandin1-1/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann2-3/+3
2015-05-07Remove SvStorage aliasStephan Bergmann1-1/+1
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-2/+2
2015-05-06VclPtr: one ref too manyCaolán McNamara1-4/+3
2015-04-29bogus Werror=maybe-uninitializedCaolán McNamara1-1/+1
2015-04-29convert SDR_SWAPGRAPHICS constants to scoped enumNoel Grandin1-6/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-6/+6
2015-04-21Related tdf#88056: Placeholder needed for ODF export/importKatarina Behrens2-0/+7
2015-04-20sd: convert new to ::Create.Noel Grandin1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
2015-04-17svx: convert new to ::Create.Noel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-10tdf#89641 Page numbering in Calc and Draw/ImpressDobra Gabor1-0/+8
2015-04-10wrap more stuff in VclPtrNoel Grandin1-1/+1
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks1-1/+1
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