summaryrefslogtreecommitdiffstats
path: root/chart2/source
Commit message (Expand)AuthorAgeFilesLines
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-3/+3
* coverity#1325069 Resource leakCaolán McNamara2015-09-291-1/+1
* Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann2015-09-281-14/+14
* enable z axis objects when changing chart type, tdf#94290Markus Mohrhard2015-09-271-1/+6
* gcc3 is not supported anymore, so remove thatMarkus Mohrhard2015-09-271-2/+1
* convert Link<> to typedNoel Grandin2015-09-252-9/+7
* convert Link<> to typedNoel Grandin2015-09-242-18/+15
* CppCheck : reduce variables scopeMichaël Lefèvre2015-09-232-2/+2
* fix regression with chart sidebar list positionMarkus Mohrhard2015-09-201-8/+8
* use localized string for title text, tdf#94294Markus Mohrhard2015-09-202-20/+37
* remove unnecessary base classMarkus Mohrhard2015-09-202-15/+2
* convert Link<> to typedNoel Grandin2015-09-202-4/+3
* convert Link<> to typedNoel Grandin2015-09-152-4/+2
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-152-4/+4
* remove chart sidebar when leaving chart edit modeMarkus Mohrhard2015-09-152-0/+9
* boost->stdCaolán McNamara2015-09-14105-408/+391
* convert Link<> to typedNoel Grandin2015-09-1413-42/+42
* Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2015-09-125-11/+13
* convert Link<> to typedNoel Grandin2015-09-109-22/+22
* SdrObjEditView::IsTextEditHit effectively ignores its nTol argumentStephan Bergmann2015-09-091-4/+2
* convert Link<> to typedNoel Grandin2015-09-092-4/+3
* WaE: loplugin:stringconstantTor Lillqvist2015-09-091-2/+2
* tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti2015-09-0917-39/+436
* convert Link<> to typedNoel Grandin2015-09-082-7/+4
* convert Link<> to typedNoel Grandin2015-09-082-3/+2
* convert Link<> to typedNoel Grandin2015-09-082-8/+4
* related tdf#93676, also fix chart::CommonFunctors::DoubleToOUStringMarkus Mohrhard2015-09-081-2/+3
* related tdf#93676, we want to export all significant digitsMarkus Mohrhard2015-09-071-2/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-074-4/+4
* svx: prefix members of SdrPaintViewMiklos Vajna2015-09-041-6/+6
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-313-28/+28
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-293-0/+3
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-2627-104/+80
* remove last WeakImplHelper12 useCaolán McNamara2015-08-211-2/+2
* make color button work in chart line sidebar panelMarkus Mohrhard2015-08-205-5/+27
* make sure that LineColor is supported for data seriesMarkus Mohrhard2015-08-201-0/+9
* WaE: -Werror=maybe-uninitializedMarkus Mohrhard2015-08-201-1/+1
* also need to call updateFillColor to get the UI in orderMarkus Mohrhard2015-08-201-0/+5
* update the color button when we select an objectMarkus Mohrhard2015-08-203-8/+43
* handle new color picker correctly in chart sidebarMarkus Mohrhard2015-08-204-1/+132
* crashtesting: failure on ooo82676-1.sxc importCaolán McNamara2015-08-191-1/+1
* Remove two silly typedefsStephan Bergmann2015-08-192-2/+2
* o3tl: rename compat_functional headerThorsten Behrens2015-08-174-4/+4
* loplugin: defaultparamsNoel Grandin2015-08-1429-79/+74
* remove default value from SfxPoolItem::PutValueNoel Grandin2015-08-141-2/+2
* tdf#76649 Skip NaN initial values for min and maxLaurent Balland-Poirier2015-08-131-2/+6
* no need to set the help id twiceCaolán McNamara2015-08-121-1/+0
* move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke2015-08-121-31/+2
* Avoid division by zeroStephan Bergmann2015-08-121-2/+2
* tdf#92459 Cleanup unclear lambdasDaniel Robertson2015-08-116-12/+11