summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs
Commit message (Expand)AuthorAgeFilesLines
* chart2: typed Link<>Noel Grandin2015-07-085-26/+21
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Fix typosAndrea Gelmini2015-06-301-1/+1
* Fix typosAndrea Gelmini2015-06-221-1/+1
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-3/+2
* convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2015-06-111-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-082-4/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-086-16/+16
* uno::Sequence provides now begin and endNoel Grandin2015-06-041-1/+1
* GL3D Bar chart -> experimentalAndras Timar2015-06-021-1/+4
* Time based charting -> experimentalAndras Timar2015-06-022-0/+21
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-05-292-5/+5
* tdf#91633 - dispose chart data-table entries correctly.Michael Meeks2015-05-261-2/+9
* loplugin:constantfunctionNoel Grandin2015-05-221-6/+0
* fix old GCC buildNoel Grandin2015-05-192-2/+2
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-121-1/+1
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-111-1/+1
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-111-1/+1
* fix regression from 1c4025babd7037a3292aa530c7d45ab8d6ef6dcbMarkus Mohrhard2015-05-111-1/+1
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-101-1/+1
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-102-2/+2
* tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks2015-05-093-10/+6
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-083-3/+4
* tdf#91050: fix typo TabePage->TabPageAndrea Gelmini2015-05-071-8/+8
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-061-3/+1
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-2/+1
* Gradually typed LinkStephan Bergmann2015-04-308-22/+22
* tdf#72361 Forced intercept for exponentiial trendlineLaurent Balland-Poirier2015-04-291-1/+3
* Help MSVCStephan Bergmann2015-04-291-2/+2
* Help MSVCStephan Bergmann2015-04-291-1/+1
* convert WZB_ constants to scoped enumNoel Grandin2015-04-291-6/+6
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2857-396/+704
|\
| * dbaccess: convert new to ::Create.Michael Meeks2015-04-201-2/+2
| * chart2: convert new to ::Create.Michael Meeks2015-04-178-22/+23
| * Fix SfxTabPage creation to use VclPtr.Michael Meeks2015-04-1722-39/+40
| * Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks2015-04-171-2/+2
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1
| * Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks2015-04-101-2/+2
| * vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-103-5/+6
| * vclwidget: only call dispose() onceNoel Grandin2015-04-1022-24/+24
| * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-104-11/+9
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-1038-256/+551
| * prophylactic double dispose audit.Michael Meeks2015-04-099-3/+24
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-4/+4
| * vcl: VclPtr conversion in chart2Noel Grandin2015-04-0940-111/+102
* | SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann2015-04-284-4/+4
* | loplugin:simplifyboolStephan Bergmann2015-04-244-8/+8
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-233-6/+6
* | loplugin:staticmethodsNoel Grandin2015-04-235-6/+6