summaryrefslogtreecommitdiffstats
path: root/uui
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields variousNoel Grandin2015-11-261-1/+0
* com::sun::star->css in uui/Noel Grandin2015-11-1810-197/+131
* use unique_ptr for pImpl in vcl,vbahelper,uuiNoel Grandin2015-11-172-2/+2
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-3/+1
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-116/+51
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-106-10/+10
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-3/+3
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-052-7/+3
* yyyyyNoel Grandin2015-11-041-1/+1
* 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