summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/copytablewizard.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann1-11/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-17coverity#983649 Uncaught exceptionCaolán McNamara1-2/+2
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre1-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-2/+2
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-6/+6
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-16/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-20/+20
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-32/+32
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-01convert more of dbaccess from String to OUStringNoel Grandin1-12/+12
2013-09-26typo fixes in commentsAndras Timar1-2/+2
2013-09-05use replaceFirstThomas Arnhold1-2/+2
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa1-55/+9
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-5/+4
2013-06-17fdo#43460 dbaccess: use isEmpty()Jelle van der Waa1-1/+1
2013-04-25dbaccess: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna1-1/+1
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+1
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin1-11/+12
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-01-09Remove some RTL_* macros, rtl:: prefixes and simplification in dbaccessMarcos Paulo de Souza1-79/+60
2012-12-10fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin1-4/+5
2012-12-10fdo#46808, Adapt sdbc::ConnectionPool UNO service to new styleNoel Grandin1-1/+2
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin1-1/+1
2012-11-28OUString::replaceAt() does not modify in-placeTor Lillqvist1-2/+2
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin1-1/+5
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-1/+0
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-13/+12
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-2/+3
2012-09-27fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin1-1/+4
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-06-14re-base on ALv2 code.Michael Meeks1-23/+14
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1
2012-04-23Bug 42982 Patch - copytablewizard.cxxAbeer Sethi1-3/+3
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-2/+1
2012-02-15Various string function clean upStephan Bergmann1-3/+4
2011-12-21Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot1-4/+4
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+6
2011-07-23revert to dbaccess gbuildization from master mostlyBjoern Michaelsen1-2/+0
2011-06-20Merge branch 'master' into feature/gnumake4Bjoern Michaelsen1-8/+11
2011-06-17gnumake4: converted dbaccess [hg:8113b354673f]Ocke Janssen [oj]1-0/+2
2011-03-17Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-1/+14
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-4/+4
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-1/+14
2010-12-05Replace all occured, occurance etc.Takeshi Abe1-2/+2
2010-11-25dba34b: #i115384# check if the length of BIT > 1 otherwise use setBoolean, an...Ocke.Janssen1-1/+14