summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-1/+1
* convert SDRSEARCH_ constants to scoped enumNoel Grandin2015-04-292-2/+2
* convert LANG_LIST constants to scoped enumNoel Grandin2015-04-291-1/+1
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-297-16/+16
* basctl: fix GCC-4.7 buildMiklos Vajna2015-04-281-2/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2844-495/+859
|\
| * svx: convert new to ::Create.Noel Grandin2015-04-172-2/+2
| * basctl, basic: convert new to ::Create.Michael Meeks2015-04-1710-36/+36
| * make CreateItemWindow return a VclPtr<>.Michael Meeks2015-04-162-6/+6
| * calling static member function through member call syntaxNoel Grandin2015-04-141-1/+1
| * Explicit disposeOnce instead of transient wrappers.Michael Meeks2015-04-131-1/+1
| * More lifecycle correction.Michael Meeks2015-04-131-1/+1
| * VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks2015-04-101-3/+2
| * Misc. other fixing.Michael Meeks2015-04-101-1/+1
| * Lost more cleanup and fixing post re-basing.Michael Meeks2015-04-102-5/+2
| * dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin2015-04-101-1/+1
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-1011-23/+23
| * protect more printer code-paths.Michael Meeks2015-04-101-1/+3
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-1010-21/+21
| * Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks2015-04-102-1/+4
| * vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-102-2/+2
| * clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks2015-04-101-0/+6
| * vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-104-13/+13
| * basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks2015-04-102-2/+2
| * cleanup Printer VclRef pieces.Michael Meeks2015-04-101-4/+4
| * vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-107-7/+9
| * vclwidget: only call dispose() onceNoel Grandin2015-04-1015-32/+32
| * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-101-3/+1
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-1029-114/+310
| * prophylactic double dispose audit.Michael Meeks2015-04-097-11/+32
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-0910-57/+57
| * vcl: VclPtr conversion in variousNoel Grandin2015-04-091-0/+2
| * vcl: VclPtr conversion in basctlNoel Grandin2015-04-0931-274/+412
* | loplugin:simplifyboolStephan Bergmann2015-04-243-7/+7
* | loplugin:staticmethodsNoel Grandin2015-04-2312-18/+18
* | loplugin:staticmethodsNoel Grandin2015-04-231-3/+3
* | Unused using declarationStephan Bergmann2015-04-221-1/+0
* | convert SV_ENTRYFLAG constants to scoped enumNoel Grandin2015-04-221-5/+3
* | convert SV_DRAGDOP_ constants to scoped enumNoel Grandin2015-04-221-4/+4
* | convert SV_LBOXTAB_ constants to scoped enumNoel Grandin2015-04-221-2/+2
* | convert SEARCH_OPTIONS constants to scoped enumNoel Grandin2015-04-205-16/+18
* | convert SIGNATURESTATE_ constants to scoped enumNoel Grandin2015-04-154-7/+7
* | convert SFX_VIEW constants to scoped enumNoel Grandin2015-04-151-8/+1
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-156-19/+19
* | loplugin:staticmethodsNoel Grandin2015-04-132-3/+3
* | cppcheck: cstyleCastCaolán McNamara2015-04-121-2/+2
* | convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin2015-04-101-1/+1
* | convert SFXMODEL_ to scoped enumNoel Grandin2015-04-101-1/+1
|/
* loplugin:staticmethodsNoel Grandin2015-04-092-8/+8
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-022-2/+2