summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs
AgeCommit message (Expand)AuthorFilesLines
2015-10-12convert Link<> to typedNoel Grandin13-40/+29
2015-10-08chart2: replace for_each with range-based forDaniel Robertson1-10/+4
2015-10-07tdf#90839: follow-up workMarco Cecchetti1-1/+1
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-24convert Link<> to typedNoel Grandin2-18/+15
2015-09-20convert Link<> to typedNoel Grandin1-3/+2
2015-09-15convert Link<> to typedNoel Grandin1-3/+1
2015-09-14boost->stdCaolán McNamara6-22/+20
2015-09-14convert Link<> to typedNoel Grandin11-40/+40
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin4-8/+10
2015-09-10convert Link<> to typedNoel Grandin4-8/+12
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti2-0/+9
2015-09-08convert Link<> to typedNoel Grandin2-7/+4
2015-09-08convert Link<> to typedNoel Grandin2-3/+2
2015-09-08convert Link<> to typedNoel Grandin2-8/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin19-81/+59
2015-08-19Remove two silly typedefsStephan Bergmann1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin11-39/+39
2015-08-12no need to set the help id twiceCaolán McNamara1-1/+0
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson1-1/+1
2015-08-10tdf#92997 obtain a date/time edit format according to field valueEike Rathke2-15/+16
2015-08-01tdf#92459 replace deprecated o3tl featuresDaniel Robertson1-5/+4
2015-07-20loplugin:unusedmethods chart2Noel Grandin5-14/+0
2015-07-08chart2: typed Link<>Noel Grandin5-26/+21
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-3/+2
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-4/+4
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara6-16/+16
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-1/+1
2015-06-02GL3D Bar chart -> experimentalAndras Timar1-1/+4
2015-06-02Time based charting -> experimentalAndras Timar2-0/+21
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2-5/+5
2015-05-26tdf#91633 - dispose chart data-table entries correctly.Michael Meeks1-2/+9
2015-05-22loplugin:constantfunctionNoel Grandin1-6/+0
2015-05-19fix old GCC buildNoel Grandin2-2/+2
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11fix regression from 1c4025babd7037a3292aa530c7d45ab8d6ef6dcbMarkus Mohrhard1-1/+1
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2-2/+2
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks3-10/+6
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann3-3/+4
2015-05-07tdf#91050: fix typo TabePage->TabPageAndrea Gelmini1-8/+8
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-3/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann8-22/+22