summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartController_Tools.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-31tdf#117864 TransferableHelper::GetSystemClipboard requires a focus windowCaolán McNamara1-1/+2
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-4/+3
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-20/+20
2017-08-05Removed duplicated includeAndrea Gelmini1-1/+0
2017-08-03lok - add support for in place chart editingMarco Cecchetti1-0/+35
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-3/+3
2017-08-01loplugin:checkunusedparamsNoel Grandin1-4/+4
2017-07-27loplugin:constparams in chart2Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-7/+8
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-05-18can drop SCH_RESSTR nowCaolán McNamara1-13/+13
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+2
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin1-7/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-24when getting the naked VCL Window from UNO: hold the solar mutexBjoern Michaelsen1-1/+2
2017-03-24UNO objects should never hold a VclPtr they dont own on heap ...Bjoern Michaelsen1-5/+7
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-1/+1
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-18/+18
2016-08-30convert ActionDescriptionProvider::ActionType to scoped enumNoel Grandin1-9/+9
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-1/+1
2016-08-16Start tdf#100547 Trendline equation: customize X, Y namesLaurent Balland-Poirier1-0/+2
2016-07-13chart2: cleanup local var assignmentsJochen Nitschke1-7/+0
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-1/+1
2016-03-14com::sun::star->css in chart2Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-19cleanup some local var declarationsNoel Grandin1-12/+12
2015-10-08chart2: replace for_each with range-based forDaniel Robertson1-2/+4
2015-09-14boost->stdCaolán McNamara1-4/+4
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-10/+10
2014-07-21More on removing (unreasonable) use of std::auto_ptr.Kohei Yoshida1-18/+12
2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida1-3/+4
2014-06-10coverity#1158114 Unchecked dynamic_castCaolán McNamara1-3/+3
2014-06-10coverity#1158115 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-04-21remove comments why a file gets includedThomas Arnhold1-8/+0
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard1-7/+9
2013-10-12Reduce scopeJulien Nabet1-1/+1
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-2/+0
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-14/+14
2013-07-04unused variable bIsMainGridCaolán McNamara1-1/+0
2013-07-04fdo#66422 Vertical grid toolbar button - choice major/minor/offTomaž Vajngerl1-4/+51
2013-07-03Multiple trendline removing and changing type support.Tomaž Vajngerl1-27/+48
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+2
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-29/+29