summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2014-03-28Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-11/+7
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann1-2/+2
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann1-6/+6
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann2-4/+4
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann262-3131/+3131
2014-03-27sfx2: sal_Bool->boolNoel Grandin16-56/+58
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann6-40/+35
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann7-15/+15
2014-03-25svtools: sal_Bool->boolNoel Grandin13-47/+48
2014-03-25svtools: sal_Bool->boolNoel Grandin6-16/+16
2014-03-25svtools: sal_Bool->boolNoel Grandin12-49/+50
2014-03-25svtools/svparser.hxx: sal_Bool->boolNoel Grandin1-2/+2
2014-03-25svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-24svtools: sal_Bool->boolNoel Grandin1-3/+3
2014-03-24svtools: sal_Bool->boolNoel Grandin11-47/+48
2014-03-24svtools: sal_Bool->boolNoel Grandin2-4/+4
2014-03-24svtools: sal_Bool->boolNoel Grandin11-52/+47
2014-03-22coverity#738615 Uninitialized pointer fieldCaolán McNamara1-1/+1
2014-03-22coverity#738610 unused member pointer valueCaolán McNamara1-1/+0
2014-03-19sfx2: sal_Bool->boolNoel Grandin2-3/+3
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-03-17Remove unused framework::IMutexGuard::resetStephan Bergmann1-6/+0
2014-03-17Fold framework::IGuard into framework::IMutexGuardStephan Bergmann1-3/+1
2014-03-17dbaccess: prefer passing OUString by referenceNoel Grandin11-19/+19
2014-03-15coverity#1000861 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-03-14No need for a virtual OPropertyContainer::getTypesStephan Bergmann1-1/+1
2014-03-14Model IEventProcessor acquire/release exactly after XInterfaceStephan Bergmann1-5/+5
2014-03-14sfx2: sal_Bool->boolNoel Grandin3-9/+9
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin8-8/+8
2014-03-13convert relation dialog to .ui formatCaolán McNamara11-309/+550
2014-03-13convert query join dialog to .ui formatCaolán McNamara10-307/+516
2014-03-13coverity#705808 Dereference before null checkCaolán McNamara1-2/+2
2014-03-12coverity#705463 Dereference null return valueCaolán McNamara1-0/+2
2014-03-11Remove newly unused getUnoTunnelImplementationId functionsStephan Bergmann25-35/+138
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-10dbaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann29-215/+46
2014-03-10Remove unused OQueryComposer::getSomethingStephan Bergmann2-12/+1
2014-03-10Remove unused OSingleSelectQueryComposer::getSomethingStephan Bergmann2-12/+0
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke14-46/+46
2014-02-28fdo#63154 Remove unused solar.hAlexandre Vicenzi1-3/+0
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist4-4/+4
2014-02-28Remove unused #include <comphelper/basicio.hxx>Stephan Bergmann4-4/+0
2014-02-27Remove visual noise from dbaccessAlexander Wilms49-270/+270
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann198-3319/+3319
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud3-3/+3
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann5-13/+13
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-24Remove unnecessary bool2anyStephan Bergmann7-17/+14