summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/sbagrid.cxx
Commit message (Expand)AuthorAgeFilesLines
* dbaccess: sal_Bool->boolNoel Grandin2014-04-171-28/+28
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-131-0/+1
* connectivity: sal_Bool->bool and fix method nameNoel Grandin2014-04-011-1/+1
* svtools: sal_Bool->boolNoel Grandin2014-03-241-3/+3
* svtools: sal_Bool->boolNoel Grandin2014-03-241-4/+4
* dbaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-11/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-18/+18
* Remove unnecessary extractInterfaceStephan Bergmann2014-02-241-5/+5
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-4/+4
* DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-01-211-9/+0
* Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann2013-12-061-1/+1
* remove unnecessary use of OUString constructor in DBACCESS moduleNoel Grandin2013-11-111-3/+3
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-3/+3
* typo fixes in commentsAndras Timar2013-09-261-1/+1
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-271-86/+9
* remove toolkit/unohlp.hxx hackThomas Arnhold2013-06-281-6/+0
* fdo#46808, Convert form::ControlFontDialog to new styleNoel Grandin2013-04-251-17/+3
* fdo#46808, convert svx::DbGridControl to XComponentContextNoel Grandin2013-04-231-14/+12
* fdo#38838, String to OUString, in dbaccess/source/ui/browserGergő Mocsi2013-03-151-22/+22
* sal_Bool to boolTakeshi Abe2013-03-041-2/+2
* Typo fix: informations -> information and a few other adjacent typos.Gregg King2013-03-021-1/+1
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
* fdo#46808, Adapt frame::TaskCreator UNO service to new styleNoel Grandin2013-01-151-2/+2
* allow menu items to be referred to by a nameCaolán McNamara2013-01-071-9/+9
* fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin2012-12-061-1/+1
* fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin2012-12-061-1/+1
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-011-2/+1
* fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2012-08-141-1/+1
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-1/+1
* Remove unused dbexch.hrcThomas Arnhold2012-06-211-15/+0
* re-base on ALv2 code.Michael Meeks2012-06-141-23/+14
* Translate German commentsPhilipp Weissenbacher2012-04-131-1/+1
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-4/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-4/+4
* removed unused definesTakeshi Abe2012-04-051-7/+0
* removed duplicate includes in dbaccessTakeshi Abe2012-03-301-2/+0
* Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz2012-01-071-1/+0
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot2011-12-211-1/+1
* remove include of pch header in dbaccessNorbert Thiebaud2011-11-271-2/+0
* Type: BROWSER_INVALID_ID -> BROWSER_INVALIDIDLionel Elie Mamane2011-09-121-1/+1
* cleanup BrowseBox, DbGridControl & friends handle & invalid column handlingLionel Elie Mamane2011-09-121-1/+1
* revert to dbaccess gbuildization from master mostlyBjoern Michaelsen2011-07-231-1/+1
* Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-201-189/+55
|\
| * use standard template hereCaolán McNamara2011-06-021-15/+7
| * Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-171-1/+1
| |\
| | * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-091-1/+1
| | |\
| * | | Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-3/+3
| |/ /
| * | fix assertionsDavid Tardon2011-02-251-2/+2
| * | Move DBG_ERROR -> OSL_ASSERTThomas Arnhold2011-02-241-2/+2