summaryrefslogtreecommitdiffstats
path: root/uui
Commit message (Expand)AuthorAgeFilesLines
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-2/+2
* Gracefully handle URLs INetURLObject refuses to parseStephan Bergmann2015-10-201-1/+3
* tdf#89694 Password dialog for opening OOXML shows url-encoded pathTomofumi Yagi2015-10-201-2/+5
* loplugin:defaultparamsStephan Bergmann2015-10-192-3/+3
* convert Link<> to typedNoel Grandin2015-10-162-3/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1214-27/+27
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-4/+4
* boost->stdCaolán McNamara2015-09-177-21/+19
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-154-8/+8
* remove more warnings about vba exportMarkus Mohrhard2015-09-103-26/+5
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-312-4/+4
* make PostUserEvent Link<> typedNoel Grandin2015-08-282-12/+6
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-2616-54/+32
* loplugin: defaultparamsNoel Grandin2015-08-213-3/+3
* Consolidate isFileUrl checksStephan Bergmann2015-08-191-3/+2
* Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann2015-08-191-1/+0
* ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara2015-08-181-2/+3
* left align in the login boxSzymon Kłos2015-08-141-4/+4
* new loplugin: refcountingNoel Grandin2015-08-031-1/+1
* loplugin:unusedmethods accessibility,fpicker,uuiNoel Grandin2015-07-152-11/+2
* remove some unnecessary typedefs around uno::ReferenceNoel Grandin2015-07-061-3/+1
* more untranslatable UI stringsAndras Timar2015-06-152-5/+5
* untranslatable UI string (since 2009)Andras Timar2015-06-151-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-267-11/+11
* make hardcoded string localizableAndras Timar2015-05-143-1/+19
* No more need for EMPTYARG in C++11Stephan Bergmann2015-05-101-2/+2
* VclPtr: presumably these also leakCaolán McNamara2015-05-081-6/+5
* VclPtr: presumably these also leakCaolán McNamara2015-05-081-4/+2
* VclPtr: AlreadyOpenQueryBox doesn't get deletedCaolán McNamara2015-05-081-3/+2
* convert BUTTONDIALOG constants to scoped enumNoel Grandin2015-05-075-16/+16
* VclPtr: error dialogs never deletedCaolán McNamara2015-05-011-0/+3
* Gradually typed LinkStephan Bergmann2015-04-302-3/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2824-106/+254
|\
| * UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks2015-04-163-14/+14
| * convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin2015-04-103-7/+5
| * dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin2015-04-103-5/+5
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-105-6/+6
| * second half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-4/+4
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-105-8/+8
| * Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks2015-04-101-2/+2
| * vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-105-17/+14
| * vclwidget: only call dispose() onceNoel Grandin2015-04-109-9/+9
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-1018-50/+203
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-095-22/+22
* | More loplugin:simplifyboolStephan Bergmann2015-04-271-4/+4
|/
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
* fix macro and enum name collision using CamelCaseNoel Grandin2015-03-275-6/+6
* convert BUTTON_ constants to enum classNoel Grandin2015-03-275-7/+7