summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ChartController_Tools.cxx
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-3/+3
* loplugin:checkunusedparamsNoel Grandin2017-08-011-4/+4
* loplugin:constparams in chart2Noel Grandin2017-07-271-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-7/+8
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* make string translation loading more uniformCaolán McNamara2017-05-191-2/+2
* can drop SCH_RESSTR nowCaolán McNamara2017-05-181-13/+13
* remove unused uno::Reference varsNoel Grandin2017-05-121-2/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-071-2/+2
* tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock2017-05-071-2/+2
* clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin2017-04-191-7/+2
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-1/+1
* when getting the naked VCL Window from UNO: hold the solar mutexBjoern Michaelsen2017-03-241-1/+2
* UNO objects should never hold a VclPtr they dont own on heap ...Bjoern Michaelsen2017-03-241-5/+7
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-1/+1
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-18/+18
* convert ActionDescriptionProvider::ActionType to scoped enumNoel Grandin2016-08-301-9/+9
* convert SdrIterMode to scoped enumNoel Grandin2016-08-231-1/+1
* Start tdf#100547 Trendline equation: customize X, Y namesLaurent Balland-Poirier2016-08-161-0/+2
* chart2: cleanup local var assignmentsJochen Nitschke2016-07-131-7/+0
* Convert GRAPHIC to scoped enumNoel Grandin2016-05-271-1/+1
* 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