summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* Use typed OGeneralPageWizard::SetCreationModeHandler LinkStephan Bergmann2015-05-043-5/+4
* Use typed OMySQLIntroPageSetup::SetClickHdl LinkStephan Bergmann2015-05-043-6/+4
* Use typed OGenericAdministrationPage::SetModifiedHandler LinkStephan Bergmann2015-05-043-6/+5
* Use typed OTextConnectionHelper::SetClickHandler LinkStephan Bergmann2015-05-043-5/+4
* cppcheck: variableScopeCaolán McNamara2015-05-031-3/+2
* Audit LoseFocus - basctl, cui, dbaccess.Michael Meeks2015-05-023-3/+8
* dbaccess: allow storing to storage without a root oneMiklos Vajna2015-04-301-2/+3
* Gradually typed LinkStephan Bergmann2015-04-3023-87/+87
* Get rid of initial :: for the svx namespaceTor Lillqvist2015-04-3013-29/+29
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-1/+0
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-292-6/+2
* dbaccess: log exception messages in ORowSetCacheMichael Stahl2015-04-291-6/+10
* dbaccess: attachResource() and load() calls are swapped in case of embeddingMiklos Vajna2015-04-292-0/+12
* convert CTF_ constants to scoped enumNoel Grandin2015-04-291-1/+1
* convert WZB_ constants to scoped enumNoel Grandin2015-04-293-32/+32
* fix compile: delegate RenderContext parameter to superTomaž Vajngerl2015-04-293-7/+7
* replace Paint calls to Invalidate + fix compilationTomaž Vajngerl2015-04-292-5/+5
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-2913-13/+13
* dbaccess: more GCC-4.7 fixesMiklos Vajna2015-04-284-9/+9
* dbaccess: fix GCC-4.7 buildMiklos Vajna2015-04-282-2/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-28244-1799/+2771
|\
| * Build fix.Michael Meeks2015-04-241-1/+1
| * Build and warning fixes, Mac, Win, Linux.Michael Meeks2015-04-241-29/+29
| * Fix a number of boost::unique_ptr errors.Michael Meeks2015-04-229-14/+13
| * Fix lifecycle issues.Michael Meeks2015-04-221-1/+1
| * Remove erroneous SAL_NO_ACQUIRE pieces introduced in error.Michael Meeks2015-04-211-1/+1
| * dbaccess: convert new to ::Create.Michael Meeks2015-04-2066-232/+231
| * Fix SfxTabPage creation to use VclPtr.Michael Meeks2015-04-176-44/+45
| * svx: convert new to ::Create.Noel Grandin2015-04-174-6/+6
| * Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks2015-04-1720-48/+43
| * Explicit disposeOnce instead of transient wrappers.Michael Meeks2015-04-132-6/+4
| * More lifecycle correction.Michael Meeks2015-04-131-1/+1
| * disposeAndClear in place of DELETEZ.Michael Meeks2015-04-113-14/+11
| * Fix more misc. lifecycle mistakes.Michael Meeks2015-04-112-13/+7
| * Lost more cleanup and fixing post re-basing.Michael Meeks2015-04-101-1/+0
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-1028-64/+64
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-108-25/+27
| * re-insert erroneously converted delete calls.Michael Meeks2015-04-103-0/+7
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-1028-78/+77
| * Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks2015-04-102-2/+2
| * vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-104-14/+14
| * add missing disposeAndClear pieces for VclMEditMichael Meeks2015-04-101-5/+6
| * vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-107-28/+2
| * cleanup Printer VclRef pieces.Michael Meeks2015-04-105-14/+11
| * vclptr: switch printers away from boost_shared.Michael Meeks2015-04-101-1/+1
| * vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-105-11/+12
| * vclwidget: only call dispose() onceNoel Grandin2015-04-1073-104/+104
| * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-1013-34/+34
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-10162-822/+1540
| * dbaccess: nail the last double-dispose issue breaking the test.Michael Meeks2015-04-094-11/+11