summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* fix compile: delegate RenderContext parameter to superTomaž Vajngerl2015-04-291-2/+2
* replace Paint calls to Invalidate + fix compilationTomaž Vajngerl2015-04-293-6/+6
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-2920-28/+28
* cui: fix GCC-4.7 buildMiklos Vajna2015-04-283-3/+3
* Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks2015-04-28205-2833/+5842
|\
| * Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-28205-2833/+5842
| |\
| | * Fix unhelpful MI from a VclPtr type and Abstract factory type.Michael Meeks2015-04-247-53/+43
| | * cui: convert new to ::Create.Michael Meeks2015-04-1840-150/+150
| | * Fix SfxTabPage creation to use VclPtr.Michael Meeks2015-04-17104-358/+316
| | * loplugin:cstylecastNoel Grandin2015-04-151-2/+2
| | * loplugin:cstylecastNoel Grandin2015-04-141-1/+1
| | * wrap dialog subclass in ScopedVclPtrInstanceNoel Grandin2015-04-141-3/+1
| | * Explicit disposeOnce instead of transient wrappers.Michael Meeks2015-04-131-2/+2
| | * More lifecycle correction.Michael Meeks2015-04-132-7/+7
| | * Misc. other fixing.Michael Meeks2015-04-101-2/+1
| | * Lost more cleanup and fixing post re-basing.Michael Meeks2015-04-109-26/+33
| | * convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin2015-04-102-6/+6
| | * dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin2015-04-101-2/+2
| | * Manual cleanup of misc. issues.Michael Meeks2015-04-101-2/+2
| | * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-1032-68/+67
| | * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-1011-66/+64
| | * cure a lot of unfortunate ScopedVclPtrs.Michael Meeks2015-04-101-1/+1
| | * re-insert erroneously converted delete calls.Michael Meeks2015-04-103-3/+3
| | * wrap some more OutputDevice in VclPtrNoel Grandin2015-04-101-1/+1
| | * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-1030-77/+77
| | * Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks2015-04-102-3/+2
| | * Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks2015-04-101-3/+3
| | * Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks2015-04-102-19/+19
| | * vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-103-6/+6
| | * clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks2015-04-102-2/+6
| | * vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-1013-29/+29
| | * vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-102-2/+2
| | * vclwidget: only call dispose() onceNoel Grandin2015-04-10100-193/+193
| | * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-1011-21/+29
| | * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-10193-1699/+4427
| | * prophylactic double dispose audit.Michael Meeks2015-04-0941-107/+213
| | * vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks2015-04-091-0/+13
| | * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-0930-185/+185
| | * vcl: VclPtr conversion in cuiNoel Grandin2015-04-09167-460/+662
* | | use sensible variable naming, tdf#85432 follow-upEike Rathke2015-04-282-12/+12
* | | don't assume Country to be always present, tdf#85432 follow-upEike Rathke2015-04-281-2/+7
|/ /
* | UpdateFormatListBox_Impl bCat param wants to be of type boolStephan Bergmann2015-04-282-6/+6
* | Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann2015-04-281-2/+2
* | SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann2015-04-2847-89/+89
* | tdf#69316: Sort numbering options meaningfullyKatarina Behrens2015-04-271-16/+16
* | More loplugin:simplifyboolStephan Bergmann2015-04-276-7/+7
* | loplugin:simplifyboolStephan Bergmann2015-04-247-18/+16
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-236-14/+14
* | loplugin:staticmethodsNoel Grandin2015-04-232-2/+2
* | loplugin:staticmethodsNoel Grandin2015-04-231-4/+4