summaryrefslogtreecommitdiff
path: root/svtools/source/control/valueacc.cxx
AgeCommit message (Expand)Author
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
2011-08-15callcatcher: Remove unused ValueSet methods.Jan Holesovsky
2011-08-13Some cppcheck cleaningJulien Nabet
2011-06-14catch by const referenceCaolán McNamara
2011-06-01use tunnel pattern hereCaolán McNamara
2011-03-11fix up merging issues, so it compilesMichael Meeks
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-02-15accfixes: merged to m100Malte Timmermann [mt]
2011-02-08Remove DECLARE_LIST( ValueItemList, ValueSetItem* )Joseph Powers
2011-01-19accfixes: Completed VCL Window API for accessible releations, renamed GetLabe...Malte Timmermann [mt]
2010-12-02cppcheck: uninit memberCaolán McNamara
2010-11-05removetooltypes01: #i112600# remove tooltypes from toolkit, svtools and frame...Xiaofei Zhang
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-05-10#i107213# enable reading of toolbar menu entries on macChristian Lippka