summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fuins2.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-31xmloff: add ODF import/export for pivot chartsTomaž Vajngerl1-1/+8
2017-03-30pivotcharts: insert a pivot chart if cursor is in a pivot tableTomaž Vajngerl1-34/+54
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-4/+4
2017-02-20Related: tdf#106089 generate range string with current address conventionEike Rathke1-1/+1
2017-02-20Resolves: tdf#106089 catch legal IllegalArgumentException on bad range stringEike Rathke1-1/+14
2017-02-06OpenGLWindow typeinfo unavailable without HAVE_FEATURE_OPENGLCaolán McNamara1-1/+0
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-4/+4
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-4/+4
2016-10-05convert MapUnit to scoped enumNoel Grandin1-5/+5
2016-09-10loplugin:constantparam in scNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-30/+0
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann1-0/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+1
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-4/+4
2016-01-13resolve TODO, remove SVVERB_SHOWMichael Stahl1-3/+4
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-17[API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens1-38/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-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 Grandin1-2/+2
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky1-1/+1
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-3/+3
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn1-2/+1
2014-10-28loplugin: cstylecastNoel Grandin1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-6/+6
2014-08-29opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky1-18/+0
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-10Head cleanup - use forward declarations.Kohei Yoshida1-0/+1
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-30/+30
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-18Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+3
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