summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ChartController_Tools.cxx
Commit message (Expand)AuthorAgeFilesLines
* com::sun::star->css in chart2Noel Grandin2016-03-141-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-1/+1
* cleanup some local var declarationsNoel Grandin2015-10-191-12/+12
* chart2: replace for_each with range-based forDaniel Robertson2015-10-081-2/+4
* boost->stdCaolán McNamara2015-09-141-4/+4
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-2/+2
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-10/+10
* More on removing (unreasonable) use of std::auto_ptr.Kohei Yoshida2014-07-211-18/+12
* Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida2014-07-211-3/+4
* coverity#1158114 Unchecked dynamic_castCaolán McNamara2014-06-101-3/+3
* coverity#1158115 Unchecked dynamic_castCaolán McNamara2014-06-101-2/+2
* remove comments why a file gets includedThomas Arnhold2014-04-211-8/+0
* convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-041-1/+1
* use ChartModel instead of XModel in a few placesMarkus Mohrhard2013-11-191-7/+9
* Reduce scopeJulien Nabet2013-10-121-1/+1
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-291-2/+0
* reduce use of UniString from ResID ctorCaolán McNamara2013-07-281-14/+14
* unused variable bIsMainGridCaolán McNamara2013-07-041-1/+0
* fdo#66422 Vertical grid toolbar button - choice major/minor/offTomaž Vajngerl2013-07-041-4/+51
* Multiple trendline removing and changing type support.Tomaž Vajngerl2013-07-031-27/+48
* Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand2013-06-131-3/+3
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-3/+2
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-29/+29
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14
* Remove deprecated chart ObjectType OBJECTTYPE_DATA_ERRORS.Rafael Dominguez2012-03-231-4/+1
* Allow deleting any chart errorbar and set correct action description.Rafael Dominguez2012-03-231-11/+36
* Specialize STR_OBJECT_ERROR_BARS for each errobar type.Rafael Dominguez2012-03-231-1/+1
* Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot2011-12-131-1/+1
* catch by const referenceTakeshi Abe2011-11-291-1/+1
* remove include of pch header in chart2Norbert Thiebaud2011-11-271-2/+0
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-0/+6
* Code CleanupKorrawit Pruegsanusak2011-05-301-1/+0
* Various, mostly mutex-related build breakage fixes & warning removals.Kohei Yoshida2011-03-141-1/+1
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-37/+47
|\
| * chart52: #i68029# show mean value line in the legend - enable delete keyIngrid Halama [iha]2011-02-071-0/+5
| * chart52: merge with DEV300_m99Ingrid Halama [iha]2011-02-031-37/+37
| |\
| | * undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A...Frank Schoenheit [fs]2010-12-231-1/+1
| | |\
| | * | undoapi: step 2.3 of the migration of css.chart2.XUndoManager to css.documen...Frank Schoenheit [fs]2010-11-161-32/+32
| | * | undoapi: step 2.0 of the migration of css.chart2.XUndoManager to css.document...Frank Schoenheit [fs]2010-11-091-19/+19
| | * | undoapi: step 0.1 of the migration of css.chart2.XUndoManager to css.document...Frank Schoenheit [fs]2010-11-091-22/+22
| * | | chart52: merge with DEV300_m98Ingrid Halama [iha]2011-01-251-0/+4
| |\ \ \ | | |_|/ | |/| |
| | * | chart52: #28670# make the legend within charts resizeable - part 2Ingrid Halama [iha]2011-01-241-0/+4
| | |/
| * | chart49: #i113103# guard calls to vcl window with solar mutexIngrid Halama2010-10-251-0/+1
| * | chart49: merge with DEV300_m89Ingrid Halama2010-10-071-7/+5
| |\|
| * | chart49: cleanupIngrid Halama2010-10-061-1/+0
* | | Some more dead code removalThomas Arnhold2011-01-181-45/+0
* | | Remove dead code: "//static" and "//virtual"Thomas Arnhold2011-01-181-1/+0
* | | merge vosremoval-mutex.diffNorbert Thiebaud2010-10-251-1/+1
* | | use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud2010-10-251-3/+3