summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-07loplugin:oncevar in chart2Noel Grandin1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-9/+9
2016-08-18cppcheck: passedByValueCaolán McNamara1-20/+19
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin1-3/+1
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke1-1/+0
2016-05-04use Any constructor instead of temporariesNoel Grandin1-6/+2
2016-04-25Kill comphelper::MakeMapStephan Bergmann1-16/+14
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin1-1/+1
2016-03-14com::sun::star->css in chart2Noel Grandin1-63/+63
2015-11-19use comphelper::containerToSequenceNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-16/+16
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-5/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-26/+26
2015-09-14boost->stdCaolán McNamara1-25/+25
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-7/+7
2015-04-30-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-04-30support querying about hidden cells in chart data sequencesMarkus Mohrhard1-1/+12
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-36/+36
2015-03-06V801: Decreased performanceCaolán McNamara1-2/+2
2014-12-09inline UNO helper macrosNoel Grandin1-1/+23
2014-12-06reduce scope of local variablesMichael Weghorn1-4/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-11-03coverity#1242524, arguments in wrong orderMarkus Mohrhard1-1/+1
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet1-9/+9
2014-04-15chart2: sal_Bool->boolNoel Grandin1-13/+13
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-03-29Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida1-0/+3
2014-03-29Trying to move this RoundedEdge property from Diagram to GL3DBarChartType.Kohei Yoshida1-7/+0
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida1-2/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-25/+25
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida1-1/+9
2014-03-25Properly import and export the new chart type to and from ODF.Kohei Yoshida1-0/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-48/+48
2014-01-16fdo#72520 : Added property to store external data path in chart.sushil_shinde1-1/+8
2013-12-19fdo#72304 Preserve Chart data table properties during ODF import/export.Nikhil Walvekar1-1/+23
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard1-8/+8
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-3/+0
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-31/+0
2013-04-22fix the remaining issues with the changed handling of ErrorBar propsMarkus Mohrhard1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-01Replace rtl::O(U)String with O(U)StringÁdám Csaba Király1-15/+15
2012-11-29chart2: replace use of deprecated UserDefinedAttributeSupplierMichael Stahl1-1/+1
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-10/+10
2012-06-01targeted string re-workNorbert Thiebaud1-2/+1
2012-05-31nuke unused typedefTakeshi Abe1-3/+0
2012-04-08Cleanup of C2U macro in chart2.Rafael Dominguez1-158/+138
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot1-3/+3
2011-11-29catch by const referenceTakeshi Abe1-4/+4