summaryrefslogtreecommitdiff
path: root/sd/source/ui/func
AgeCommit message (Expand)AuthorFilesLines
2015-04-07Remove dead INetProtocol::VimStephan Bergmann2-6/+6
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-3/+3
2015-04-02We can no longer import those formatsKatarina Behrens1-24/+0
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-30sd tiled rendering: increase hit testing toleranceMiklos Vajna1-0/+7
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-26convert NUM_ constants to enum clasNoel Grandin1-1/+1
2015-03-24convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin1-5/+5
2015-03-24convert SvxZoomType to enum classNoel Grandin1-6/+6
2015-03-23loplugin:constantfunction: sdNoel Grandin1-4/+0
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-13/+13
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin4-33/+33
2015-03-16Small cleanup - no need to have 2 OpenURL's.Jan Holesovsky1-1/+2
2015-03-16tdf#89705: make hyperlinks clickable on impress/calcSiqi Liu1-0/+9
2015-03-12sd: PVS-Studio V595 'mpViewShell' pointer could be nullMichael Stahl1-1/+1
2015-03-02convert PARAFLAG_ constants to enum classNoel Grandin2-6/+6
2015-02-26TyposJulien Nabet1-3/+3
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin9-24/+24
2015-02-17boost->stdCaolán McNamara1-5/+5
2015-02-02coverity#1267659 Logically dead codeCaolán McNamara1-1/+1
2015-01-24coverity#1265798 Dereference null return valueCaolán McNamara1-1/+1
2015-01-24coverity#1265797 Dereference null return valueCaolán McNamara1-2/+2
2015-01-24coverity#704751 Explicit null dereferencedCaolán McNamara1-13/+16
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann1-1/+1
2015-01-16fdo#88339 Fixed Draw/Impress constrained image movementTrent MacAlpine1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-21fdo#39440 sd: reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+2
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan4-10/+13
2014-11-23fdo#86546 Open the right tab for more bullets and numberingMaxim Monastirsky1-1/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-10loplugin: cstylecastNoel Grandin35-177/+176
2014-11-09fdo#85804 Introduce bullets and numbering popupsMaxim Monastirsky1-1/+1
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin4-9/+17
2014-11-06fdo#84380 Remove repeated mouse handling codeVictor Portella1-100/+62
2014-10-31KEY_ALLMOD is the same as KEY_MODNoel Grandin1-2/+2
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara2-3/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin19-53/+53
2014-10-10coverity#708132 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-10-09German comment translation.Lennart Poettering1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-09-26fdo#83808 Scale images proportionally by default in Impress/DrawSamuel Mehrbrodt1-6/+15
2014-09-23fdo#82577: Handle WindowNoel Grandin6-10/+10
2014-09-18fdo#82577: Handle FontNoel Grandin3-7/+7
2014-09-14Related: fdo#83572 Improve zoom modeMaxim Monastirsky1-8/+22