summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)AuthorFilesLines
2015-08-03com::sun::star->css in dbaccessNoel Grandin117-2507/+2485
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas1-2/+2
2015-08-03tdf92459 replace select1st/2nd in dbaccessDaniel Robertson2-3/+2
2015-08-03new loplugin: refcountingNoel Grandin4-10/+11
2015-07-31dbaccess: replace boost::function with std::functionMichael Stahl4-6/+6
2015-07-30loplugin:unusedmethodsNoel Grandin11-54/+0
2015-07-27inline a bunch of use-once macrosNoel Grandin1-1/+21
2015-07-24loplugin:unusedmethodsNoel Grandin8-32/+0
2015-07-20loplugin:unusedmethods dbaccessNoel Grandin15-309/+0
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe24-109/+111
2015-07-16loplugin:unusedmethods sfx2Noel Grandin2-8/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-2/+2
2015-07-08Fix typosAndrea Gelmini2-2/+2
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-131/+128
2015-07-05cppcheck: noExplicitConstructorCaolán McNamara17-27/+27
2015-07-03Fix typosAndrea Gelmini2-2/+2
2015-07-02some other coverity thingsCaolán McNamara2-2/+2
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-3/+10
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-10/+3
2015-06-28coverity#1308522 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308442 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308441 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308440 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308439 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308436 Uncaught exceptionCaolán McNamara6-6/+6
2015-06-27coverity#1308434 Uncaught exceptionCaolán McNamara4-4/+4
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+2
2015-06-25tdf#91112 replace o3tl::compose1 with lambdas in dbaccessJorenz Paragas1-10/+6
2015-06-22Add variadic PartialWeakComponentImplHelper, remove need for implbase_var.hxxStephan Bergmann1-8/+2
2015-06-22gtk3: native render the comically oversized gtk3 spinbuttonsCaolán McNamara2-2/+2
2015-06-22cppcheck: noExplicitConstructorCaolán McNamara13-19/+19
2015-06-20callcatcher: update unused codeCaolán McNamara5-84/+0
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin3-11/+4
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin4-14/+14
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-5/+5
2015-06-08\<the the\> -> theJan Holesovsky2-2/+2
2015-06-08dbaccess: avoid pointless ucbhelper::Content instance in case of embeddingMiklos Vajna1-5/+8
2015-06-08dbaccess: set correct BaseURI for vnd.sun.star.pkg:// URLs on loadMiklos Vajna2-2/+11
2015-06-05dbaccess: let ODatabaseDocument::impl_writeStorage_throw() respect BaseURIMiklos Vajna1-1/+6
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-1/+1
2015-06-01dbaccess: add support for storing ODatabaseDocument to a sub-storageMiklos Vajna1-1/+29
2015-05-31loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-05-30do not try to get bookmark when in invalid positionLionel Elie Mamane1-0/+1
2015-05-30handle getParameters being called before execute()Lionel Elie Mamane2-5/+11
2015-05-30tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane2-11/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann2-2/+2
2015-05-29loplugin:unnecessarysuperclass, merge IWarningsContainer..Noel Grandin9-20/+20
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-1/+1
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-1/+1
2015-05-08dbaccess: avoid exceptions during loading embedded data sourcesMiklos Vajna1-8/+14