summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser
Commit message (Expand)AuthorAgeFilesLines
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-102-6/+6
* Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks2015-04-101-1/+1
* vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-101-1/+0
* cleanup Printer VclRef pieces.Michael Meeks2015-04-103-5/+5
* vclwidget: only call dispose() onceNoel Grandin2015-04-104-4/+4
* Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-101-2/+2
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-104-19/+19
* dbaccess: nail the last double-dispose issue breaking the test.Michael Meeks2015-04-091-7/+6
* more double dispose protection.Michael Meeks2015-04-091-0/+1
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-092-17/+17
* vcl: VclPtr conversion in dbaccessNoel Grandin2015-04-095-4/+28
* loplugin:staticmethodsNoel Grandin2015-04-091-7/+7
* convert SvtModuleOptions::EModule to scoped enumNoel Grandin2015-04-071-8/+8
* apparently OGenericUnoController::InvalidateFeature is unusedCaolán McNamara2015-04-061-5/+0
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-2/+2
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-4/+4
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-4/+4
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* TyposJulien Nabet2015-03-251-1/+1
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-183-16/+19
* Typo: esacpe->escapeJulien Nabet2015-02-081-3/+3
* Resolves: tdf#88825 absent datasource causes exception / abortCaolán McNamara2015-02-051-15/+23
* Use vector::dataStephan Bergmann2015-01-281-2/+1
* tdf#73059 isDBReadOnly ensure connection before trying to retrieve itLionel Elie Mamane2015-01-251-0/+1
* Typo: syncro->synchro (dbaccess)Julien Nabet2015-01-241-2/+2
* Fix 59288cdab6dc4b5a3fcaf94480d6ee19baa1e07dJulien Nabet2015-01-241-8/+8
* Typo: ..syncronous..=>synchronous (dbaccess)(new)Julien Nabet2015-01-241-0/+0
* Revert "Typo: ..syncronous..=>synchronous (dbaccess)"Julien Nabet2015-01-241-0/+87
* Typo: ..syncronous..=>synchronous (dbaccess)Julien Nabet2015-01-241-87/+0
* 'Ownership' is one word, as is 'relationship'Tor Lillqvist2015-01-231-1/+1
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-121-1/+1
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-121-4/+4
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-2/+2
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-183-28/+28
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-3/+3
* -Werror,-WswitchStephan Bergmann2014-12-011-0/+2
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-012-5/+5
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-052-8/+2
* fdo#84938: replace MIB_ constants with enumNoel Grandin2014-11-011-5/+5
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-1/+1
* convert vcl StateChangedType to enum classNoel Grandin2014-10-111-2/+2
* loplugin: cstylecastNoel Grandin2014-10-038-37/+37
* dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-252-13/+9
* fdo#82577: Handle WindowNoel Grandin2014-09-238-16/+16
* dbaccess: sal_Bool -> boolStephan Bergmann2014-09-123-7/+7
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-101-1/+1