summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* remove unused parameterJochen Nitschke2016-09-251-1/+1
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-231-1/+0
* convert SIZING constants to scoped typed_flagsNoel Grandin2016-09-222-41/+39
* convert CARDINALITY constants to scoped enumNoel Grandin2016-09-223-16/+16
* loplugin:unusedenumvaluesNoel Grandin2016-09-191-1/+0
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-153-3/+3
* Make OGenericUnoDialog::destoryDialog non-virtualStephan Bergmann2016-09-152-9/+3
* loplugin:constantparam in chart2..connectivityNoel Grandin2016-09-141-1/+1
* loplugin:dllprivateStephan Bergmann2016-09-1310-13/+13
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-13209-263/+263
* loplugin:constantparam in dbaccess..editengNoel Grandin2016-09-1329-79/+51
* Typo: (un)kown->(un)knownJulien Nabet2016-09-101-1/+1
* loplugin:constantparam in svtoolsNoel Grandin2016-09-091-1/+1
* convert ScrollType to scoped enumNoel Grandin2016-09-051-2/+2
* coverity#1372446 Uncaught exceptionCaolán McNamara2016-09-032-2/+2
* dbaccess: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-09-022-20/+20
* coverity#1372405 Uncaught exceptionCaolán McNamara2016-09-012-2/+2
* coverity#1372404 Uncaught exceptionCaolán McNamara2016-09-014-4/+4
* coverity#1372403 Uncaught exceptionCaolán McNamara2016-09-012-2/+2
* coverity#1372401 Uncaught exceptionCaolán McNamara2016-09-014-4/+4
* coverity#1372400 Uncaught exceptionCaolán McNamara2016-09-012-2/+2
* coverity#1372395 Uncaught exceptionCaolán McNamara2016-09-014-4/+4
* coverity#1372393 Uncaught exceptionCaolán McNamara2016-09-014-4/+4
* coverity#1372391 Uncaught exceptionCaolán McNamara2016-09-012-2/+2
* coverity#1372385 Uncaught exceptionCaolán McNamara2016-09-014-4/+4
* coverity#1372382 Uncaught exceptionCaolán McNamara2016-09-014-4/+4
* std::list<sal_Int32> -> std::vectorNoel Grandin2016-09-012-9/+10
* Translate some German comments and messagesMaarten Bosmans2016-08-301-1/+1
* convert DbGridControl::Option to scoped enumNoel Grandin2016-08-302-9/+9
* convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke2016-08-268-14/+14
* convert DataAccessDescriptorProperty to scoped enumNoel Grandin2016-08-256-73/+73
* Resolves: coverity#705366 Mixing enum typesCaolán McNamara2016-08-191-1/+1
* cppcheck: passedByValueCaolán McNamara2016-08-181-1/+1
* screenshots: add new global make targetArmin Le Grand2016-08-181-1/+2
* screenshots: unify dumping of dialog test batch fileArmin Le Grand2016-08-181-74/+2
* screenshots: add dialog test cases for dbaccessArmin Le Grand2016-08-184-0/+323
* loplugin:unusedenumconstants in basctl..editengNoel Grandin2016-08-174-15/+0
* loplugin:stringstaticStephan Bergmann2016-08-161-6/+4
* tdf#89329: use unique_ptr for pImpl in odbcconfigArnold Dumas2016-08-152-2/+1
* tdf#89329: use unique_ptr for pImpl in dlgsaveArnold Dumas2016-08-152-4/+5
* tdf#96015 (part) links to Askbot in the Help menuOlivier Hallot2016-08-115-0/+5
* tdf#67647 getStructuredFilter returns operatorFabio Buso2016-08-103-63/+9
* loplugin:unnecessaryvirtualNoel Grandin2016-08-081-1/+1
* loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin2016-08-0510-21/+21
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-0413-80/+33
* tdf#101185 OString concatanations for efficiently codingnadith2016-08-041-3/+3
* tdf#101136 dbaccess: use SolarMutex in ModelMethodGuardMichael Stahl2016-08-032-2/+21
* svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna2016-08-014-5/+5
* svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna2016-08-014-5/+5
* comphelper,vcl: let DeInitVCL() join some AsyncEventNotifier threadsMichael Stahl2016-07-291-9/+15