summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc
AgeCommit message (Expand)AuthorFilesLines
2015-01-19fdo#88339 Fixed Calc constrained image movementTrent MacAlpine1-3/+16
2015-01-19rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl1-27/+3
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin3-3/+3
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara1-1/+1
2014-10-28loplugin: cstylecastNoel Grandin16-81/+81
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
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-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin5-17/+17
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-09-27fdo#83808 Scale images proportionally by default in CalcSamuel Mehrbrodt1-0/+10
2014-09-23fdo#82577: Handle WindowNoel Grandin15-25/+25
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann6-35/+35
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2-2/+2
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-1/+1
2014-09-03Show the right tab for SID_CHAR_DLG_EFFECTMaxim Monastirsky1-1/+1
2014-08-29opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky1-18/+0
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-3/+3
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-1/+1
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-2/+2
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin6-20/+18
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann2-9/+9
2014-07-26coverity#704702 Dereference after null checkCaolán McNamara1-1/+1
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin2-6/+6
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard1-0/+18
2014-07-20opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky1-18/+0
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-1/+3
2014-07-14Related cp#1000084: Make this work for other apps too and set proper defaultMatúš Kukan1-1/+3
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-4/+2
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida1-0/+1
2014-07-03use assert when followed by derefCaolán McNamara1-2/+2
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard22-51/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin11-81/+81
2014-06-23remove commentsMarkus Mohrhard1-5/+0
2014-06-23accept also one cell chart ranges for external data provider, fdo#79772Markus Mohrhard1-1/+1
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida1-0/+5
2014-06-10Do not use GetSdrUndoFactory() in sc.Matúš Kukan1-1/+1
2014-05-30coverity#705838 Dereference before null checkCaolán McNamara1-0/+3
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida4-0/+4
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold2-24/+0
2014-05-18Avoid possible memory leaks in case of exceptionsTakeshi Abe3-13/+13
2014-05-15Avoid possible memory leaks in case of exceptionsTakeshi Abe2-26/+13
2014-05-12Let's not forget to free the SdrOle2Obj instance here.Kohei Yoshida1-1/+6
2014-05-12Bail out early if it's not a chart module.Kohei Yoshida1-270/+269
2014-05-09callcatcher: update unused codeCaolán McNamara1-258/+0
2014-05-08coverity#735474 Logically dead codeCaolán McNamara1-75/+64