/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ module ooo { module vba { module adodb { constants GetRowsOptionEnum { const long adGetRowsRest = -1; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ git://go.suokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx
AgeCommit message (Expand)Author
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock
2017-02-17convert StackMode to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-11loplugin:expandablemethods in chart2Noel Grandin
2016-11-07loplugin:oncevar in chart2Noel Grandin
2016-08-18cppcheck: passedByValueCaolán McNamara
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke
2016-07-05merge LineProperties with chart::ErrorBarNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-03-14com::sun::star->css in chart2Noel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-13remove some useless commentsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2014-12-09inline UNO helper macrosNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-04-15chart2: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann