summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/brwctrlr.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-09fdo#79786 implement getFormOperations for data grid (table view)Lionel Elie Mamane1-2/+3
2014-06-04WaE: warning C4101: 'e' : unreferenced local variableThomas Arnhold1-2/+2
2014-05-31fdo#73352 don't crash if clearWarnings throws an SQLExceptionLionel Elie Mamane1-2/+11
2014-05-14dbaccess: remove SAL_INFO's that only make function entryNoel Grandin1-72/+0
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-60/+60
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-4/+4
2014-04-03dbaccess: sal_Bool->boolNoel Grandin1-16/+16
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-47/+47
2014-03-24svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-10dbaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-12/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-119/+119
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-10/+10
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-6/+0
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa1-158/+18
2013-07-10Fix error: reference to 'ErrorCondition' is ambiguousTor Lillqvist1-1/+1
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-106/+105
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-17/+17
2013-05-30dbaccess: this can happen, that's why we check for itMiklos Vajna1-2/+2
2013-05-10Potty mouthChris Sherlock1-2/+2
2013-03-15fdo#38838, String to OUString, in dbaccess/source/ui/browserGergő Mocsi1-71/+70
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+0
2013-01-15fdo#46808, Adapt frame::TaskCreator UNO service to new styleNoel Grandin1-10/+14
2012-12-23remove unused variables [-Werror,-Wunused-private-field]Matúš Kukan1-2/+0
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-1/+1
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin1-1/+1
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin1-2/+2
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-1/+1
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-1/+1
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-4/+3
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-1/+2
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin1-4/+5
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+0
2012-08-30fdo#48807 autofilter should not use LIKE operatorLionel Elie Mamane1-16/+1
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-06-14re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-1/+2
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-3/+0
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-3/+3