summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
2015-04-30support querying about hidden cells in chart data sequencesMarkus Mohrhard1-1/+12
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-29tdf#72361 Forced intercept for exponentiial trendlineLaurent Balland-Poirier2-6/+20
2015-04-29Help MSVCStephan Bergmann1-2/+2
2015-04-29Help MSVCStephan Bergmann1-1/+1
2015-04-29convert SDRMOUSE constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert SDRSEARCH_ constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert WZB_ constants to scoped enumNoel Grandin1-6/+6
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-3/+3
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks93-573/+895
2015-04-28GLEW_VERSION_3_3 is of type GLboolean alreadyStephan Bergmann1-1/+1
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann4-4/+4
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann3-5/+5
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann6-11/+11
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann3-6/+6
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin78-125/+125
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin1-7/+7
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann1-9/+1
2015-04-21Get rid of unnecessary comphelper/implbase_var.hxx partsStephan Bergmann1-7/+1
2015-04-20dbaccess: convert new to ::Create.Michael Meeks2-3/+3
2015-04-18don't pretend to have a bitmap url if we are not using bitmapsMarkus Mohrhard1-0/+11
2015-04-17chart2: convert new to ::Create.Michael Meeks12-26/+27
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks22-39/+40
2015-04-17Revert "WaE: unused variables"Tor Lillqvist1-3/+21
2015-04-17WaE: unused variables and falloutTor Lillqvist1-21/+3
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks2-3/+3
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-5/+5
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks1-1/+1
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin2-3/+3
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin1-4/+4
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks8-11/+11
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks2-9/+18
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin5-14/+14
2015-04-10Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks1-2/+2
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks4-27/+27
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks2-2/+4
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-4/+4
2015-04-10cleanup Printer VclRef pieces.Michael Meeks1-1/+1
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin5-8/+9
2015-04-10vclwidget: only call dispose() onceNoel Grandin23-25/+25
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks5-12/+10
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin55-334/+631