summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dbaccess: protection against double disposes.Michael Meeks2015-04-091-1/+3
| * more double dispose protection.Michael Meeks2015-04-092-4/+12
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-0928-211/+212
| * vcl: VclPtr conversion in dbaccessNoel Grandin2015-04-09165-510/+792
| * vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin2015-04-091-2/+2
| * vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks2015-04-091-4/+1
* | WizardDialog::DeactivatePage return type wants to be boolStephan Bergmann2015-04-282-4/+4
* | css.sdbc.XResultSet.getRow return type is longStephan Bergmann2015-04-281-1/+1
* | Simplify sal_Bool expressionsStephan Bergmann2015-04-282-6/+6
* | SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann2015-04-281-2/+2
* | Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann2015-04-281-1/+1
* | SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann2015-04-284-5/+5
* | Rephrase comparisons between bool and sal_BoolStephan Bergmann2015-04-282-2/+2