summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ext
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethods unused return value in dbaccessNoel Grandin2016-01-113-16/+6
* loplugin:unusedfields in dbaccessNoel Grandin2015-12-231-3/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-105-9/+9
* loplugin:stringconstantNoel Grandin2015-11-042-3/+3
* convert Link<> to typedNoel Grandin2015-10-162-3/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-38/+38
* Fix typosAndrea Gelmini2015-10-063-3/+3
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-313-4/+4
* make PostUserEvent Link<> typedNoel Grandin2015-08-282-5/+2
* loplugin: defaultparamsNoel Grandin2015-08-141-2/+2
* loplugin:unusedmethodsNoel Grandin2015-08-051-5/+0
* com::sun::star->css in dbaccessNoel Grandin2015-08-037-23/+23
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-206-10/+10
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-171-3/+3
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-2/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-052-5/+5
* Fix typosAndrea Gelmini2015-07-031-1/+1
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-4/+0
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-101-1/+1
* PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks2015-05-081-1/+1
* Get rid of initial :: for the svx namespaceTor Lillqvist2015-04-302-2/+2
* convert WZB_ constants to scoped enumNoel Grandin2015-04-291-8/+8
* dbaccess: fix GCC-4.7 buildMiklos Vajna2015-04-281-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-285-32/+87
|\
| * dbaccess: convert new to ::Create.Michael Meeks2015-04-202-12/+12
| * Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks2015-04-171-3/+3
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-4/+4
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-103-15/+63
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-2/+2
| * vcl: VclPtr conversion in dbaccessNoel Grandin2015-04-092-0/+7
* | loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-1/+1
|/
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-1/+1
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-22/+12
* dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-256-6/+6
* Add missing include to avoid compile error on windowsPeter Foley2014-09-241-0/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-235-12/+12
* ErrorBox ERR_INVALID_BACKUP_LOCATION to StringThomas Arnhold2014-08-153-10/+5
* drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara2014-08-151-1/+0
* convert DLG_MACRO_MIGRATION to widget layoutCaolán McNamara2014-07-225-46/+27
* all macromigrate pages are .ui, remove ResId stuff nowCaolán McNamara2014-07-223-25/+1
* convert migrate page to .uiCaolán McNamara2014-07-226-228/+62
* convert summary page to .uiCaolán McNamara2014-07-225-95/+19
* SaveDBDocPage: [loplugin:saloverride]Michael Stahl2014-07-211-1/+1
* convert backup page to .uiCaolán McNamara2014-07-215-112/+26
* convert TP_PREPARE to .uiCaolán McNamara2014-07-215-66/+20
* remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2014-05-291-1/+1