summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* sfx2: sal_Bool->boolNoel Grandin2014-03-143-9/+9
* comphelper,connectivity: prefer passing OUString by referenceNoel Grandin2014-03-148-8/+8
* convert relation dialog to .ui formatCaolán McNamara2014-03-1311-309/+550
* convert query join dialog to .ui formatCaolán McNamara2014-03-1310-307/+516
* coverity#705808 Dereference before null checkCaolán McNamara2014-03-131-2/+2
* coverity#705463 Dereference null return valueCaolán McNamara2014-03-121-0/+2
* Remove newly unused getUnoTunnelImplementationId functionsStephan Bergmann2014-03-1125-35/+138
* svx: sal_Bool->boolNoel Grandin2014-03-111-1/+1
* dbaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-1029-215/+46
* Remove unused OQueryComposer::getSomethingStephan Bergmann2014-03-102-12/+1
* Remove unused OSingleSelectQueryComposer::getSomethingStephan Bergmann2014-03-102-12/+0
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-0514-46/+46
* fdo#63154 Remove unused solar.hAlexandre Vicenzi2014-02-281-3/+0
* WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist2014-02-284-4/+4
* Remove unused #include <comphelper/basicio.hxx>Stephan Bergmann2014-02-284-4/+0
* Remove visual noise from dbaccessAlexander Wilms2014-02-2749-270/+270
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-26198-3319/+3319
* harmonize Tell() Seek() type.Norbert Thiebaud2014-02-243-3/+3
* Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2014-02-245-13/+13
* toolkit: sal_Bool -> boolStephan Bergmann2014-02-241-2/+2
* Remove unnecessary bool2anyStephan Bergmann2014-02-247-17/+14
* Remove unnecessary extractInterfaceStephan Bergmann2014-02-245-25/+27
* coverity#704614 Dereference after null checkCaolán McNamara2014-02-231-2/+1
* Remove unneccessary commentsAlexander Wilms2014-02-2314-72/+69
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-2219-86/+57
* coverity#738611 Uninitialized scalar fieldCaolán McNamara2014-02-211-0/+1
* coverity#738612 Uninitialized scalar fieldCaolán McNamara2014-02-211-1/+3
* coverity#738613 Uninitialized scalar fieldCaolán McNamara2014-02-211-4/+5
* coverity#738616 Uninitialized scalar fieldCaolán McNamara2014-02-211-0/+2
* coverity#738617 Uninitialized scalar fieldCaolán McNamara2014-02-211-0/+1
* coverity#738618 Uninitialized scalar fieldCaolán McNamara2014-02-211-0/+2
* coverity#738619 Uninitialized scalar fieldCaolán McNamara2014-02-211-1/+2
* vcl: sal_Bool -> boolStephan Bergmann2014-02-2136-72/+72
* cid#707739 Uninitialized pointer fieldNoel Grandin2014-02-211-0/+1
* cid#707728 Uninitialized pointer fieldNoel Grandin2014-02-211-0/+1
* cid#707727 Uninitialized pointer fieldNoel Grandin2014-02-212-2/+0
* callcatcher: update unused codeCaolán McNamara2014-02-212-24/+0
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-2044-86/+181
* cid#983368 dereference before null checkNoel Grandin2014-02-201-2/+1
* svl: sal_Bool -> boolStephan Bergmann2014-02-2013-87/+87
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-206-33/+19
* comphelper: sal_Bool -> boolStephan Bergmann2014-02-177-18/+18
* ucbhelper: sal_Bool -> boolStephan Bergmann2014-02-172-8/+8
* convert DBase index dialog to .uiCaolán McNamara2014-02-178-335/+412
* convert select data source dialog to .uiCaolán McNamara2014-02-178-178/+164
* Drop unused #includeTakeshi Abe2014-02-1711-18/+0
* sal_Bool->boolNoel Grandin2014-02-142-2/+2
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-122-14/+14
* callcatcher: update unused codeCaolán McNamara2014-02-122-14/+0
* coverity#705143 missing break in switchNoel Grandin2014-02-121-0/+1