summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox
AgeCommit message (Expand)AuthorFilesLines
2013-05-20vcl: all EnableAutoSize methods take a bool.Michael Meeks1-2/+2
2013-05-08cppcheck: variables reassigned before using old valueJulien Nabet1-4/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza3-16/+16
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-4/+3
2013-03-19further OUString cleanupThomas Arnhold1-9/+9
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-23/+23
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-1/+1
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim2-0/+5
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith1-1/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-3/+3
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-2/+2
2013-01-01remove use of #pragma optimizeLuboš Luňák1-15/+0
2012-11-19re-base on ALv2 code. Includes:Michael Meeks12-282/+174
2012-09-11XubString->rtl::OUStringCaolán McNamara1-1/+1
2012-08-28-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+1
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann4-23/+12
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás1-1/+1
2012-08-01simpler fix fo fdo#51336 - change vcl checkbox no-label behaviourNoel Power1-0/+1
2012-08-01Revert "fdo#51336 - change vcl checkbox no-label behaviour"Noel Power1-23/+1
2012-07-24janitorial: C++-style cast instead of legacy C-style castLionel Elie Mamane1-1/+1
2012-07-24forcing repaint has catastrophic performance implications; invalidate onlyLionel Elie Mamane1-3/+1
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold1-5/+0
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-07-06fdo#51336 - change vcl checkbox no-label behaviourNoel Power1-1/+23
2012-06-21re-base on ALv2 code.Michael Meeks1-26/+17
2012-04-25refactor ImpSvtDataCaolán McNamara1-1/+1
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara1-2/+2
2012-03-14svtools/source/brwbox: translate commentsStefan Knorr (astron)5-139/+130
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann4-8/+8
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon1-0/+4
2012-01-11fdo#44283: finish 8a17792f2e5 (Handle/invalid column ID cleanup)Lionel Elie Mamane6-33/+29
2011-12-12Resolves: fdo#42694 crash inserting table controlCaolán McNamara1-13/+27
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud8-16/+0
2011-11-09removed unused macros/constantsTakeshi Abe1-1/+0
2011-10-05WaE: '==' : unsafe mix of type 'sal_Bool' and type 'bool' in operationTor Lillqvist1-1/+1
2011-09-12Type: BROWSER_INVALID_ID -> BROWSER_INVALIDIDLionel Elie Mamane1-1/+1
2011-09-12cleanup BrowseBox, DbGridControl & friends handle & invalid column handlingLionel Elie Mamane4-15/+36
2011-08-23unusedcode: svt::Matúš Kukan1-8/+0
2011-07-20callcatcher: cleanup BrowseBoxThomas Arnhold2-195/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2-2/+2
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky10-500/+442
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-03-11Move DBG_TRACE to OSL_TRACEThomas Arnhold1-1/+1
2011-03-11Move DBG_TRACE1 to OSL_TRACEThomas Arnhold1-18/+18
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky10-500/+442
2011-03-04Remove bogus and useless comments.Guillaume Poussel1-2/+0
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-3/+3
2011-02-16Remove DBG_MIThomas Arnhold2-60/+2
2011-02-14gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]9-471/+471
2011-02-02Remove DECLARE_LIST( RectangleList, Rectangle* )Joseph Powers3-25/+24