summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox
AgeCommit message (Expand)Author
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-29coverity#704316 odd pDtorNotify hackeryCaolán McNamara
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-19coverity#708277 Uninitialized pointer fieldCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-03-03SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-25Remove visual noise from svtoolsAlexander Wilms
2014-02-25BrowseBox::bHideCursor misuses sal_Bool for TriStateStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-19coverity#738857 Uninitialized scalar fieldCaolán McNamara
2014-02-12coverity#441136 Dereference after null checkCaolán McNamara
2014-02-03MultiSelection::GetRangeCount() returns size_tMatteo Casalin
2014-01-28bool improvementsStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-14fdo#51180 reset (Multi)Selection on Clear()Lionel Elie Mamane
2014-01-05translated German commentsLuc Castermans
2013-12-22Fix other typosJulien Nabet
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-05fixincludeguards.sh: svtoolsThomas Arnhold
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann
2013-08-26WaE: OUString::valueOf in higher debug levelsCaolán McNamara
2013-08-22convert svtools/source/brwbox/datwin.hxx from String to OUStringNoel Grandin
2013-08-22convert include/svtools/brwbox.hxx from String to OUStringNoel Grandin
2013-08-22convert include/svtools/edit*.hxx from String to OUStringNoel Grandin
2013-08-18XubString->OUStringCaolán McNamara
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl
2013-08-05fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan
2013-07-11XubString->OUStringCaolán McNamara
2013-05-20vcl: all EnableAutoSize methods take a bool.Michael Meeks
2013-05-08cppcheck: variables reassigned before using old valueJulien Nabet
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19further OUString cleanupThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2013-01-01remove use of #pragma optimizeLuboš Luňák
2012-11-19re-base on ALv2 code. Includes:Michael Meeks