summaryrefslogtreecommitdiff
path: root/svtools/source/control/valueacc.cxx
AgeCommit message (Expand)Author
2016-08-11loplugin:constantparamNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-23loplugin:unusedfields svtools/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30com::sun::star->css in svtoolsNoel Grandin
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin
2015-10-27don't allocate uno::Reference on the heapNoel Grandin
2015-08-26Clean up aEmptyStrStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-27OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara
2014-05-08svtools: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-23coverity#441203 Dereference after null checkCaolán McNamara
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-11svtools: add some missing locks in new codeMichael Stahl
2014-01-24coverity#708304 Uninitialized scalar fieldCaolán McNamara
2014-01-21boradcast->broadcastCaolán McNamara
2013-12-02Drop duplicate #includeTakeshi Abe
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-08-27Spread "Use std::find()" part2Julien Nabet
2013-08-27Bin bool + transform while into for loop + add end iterator (3)Julien Nabet
2013-08-22convert svtools/source/control/* from String to OUStringNoel Grandin
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl
2013-08-06fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-20typo: allways -> alwaysAndras Timar
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-04-20String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara
2012-03-23Memcheck: Jump depends on unitialised variableMarkus Mohrhard
2012-03-03ValueSet: reduce memory footprint by dynamically evaluating rectanglesMatteo Casalin
2012-03-03ValueSet: remove redundant checkMatteo Casalin
2012-03-03ValueSet: fix safety check - failure value of GetItemId is 0, not -1Matteo Casalin
2012-02-17ValueSet: merge almost empty implementation to main classMatteo Casalin
2012-02-17Avoid unnecessary auto_ptrMatteo Casalin
2012-01-14VALUESETITEM_SPACE is never set: remove related codeMatteo Casalin
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud
2011-08-15Remove unused mnBits from ValueSetItem.Jan Holesovsky