summaryrefslogtreecommitdiff
path: root/uui
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann14-27/+27
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-4/+4
2015-09-17boost->stdCaolán McNamara7-21/+19
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-8/+8
2015-09-10remove more warnings about vba exportMarkus Mohrhard3-26/+5
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2-4/+4
2015-08-28make PostUserEvent Link<> typedNoel Grandin2-12/+6
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin16-54/+32
2015-08-21loplugin: defaultparamsNoel Grandin3-3/+3
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-3/+2
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-1/+0
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara1-2/+3
2015-08-14left align in the login boxSzymon Kłos1-4/+4
2015-08-03new loplugin: refcountingNoel Grandin1-1/+1
2015-07-15loplugin:unusedmethods accessibility,fpicker,uuiNoel Grandin2-11/+2
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-3/+1
2015-06-15more untranslatable UI stringsAndras Timar2-5/+5
2015-06-15untranslatable UI string (since 2009)Andras Timar1-1/+1
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara7-11/+11
2015-05-14make hardcoded string localizableAndras Timar3-1/+19
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-2/+2
2015-05-08VclPtr: presumably these also leakCaolán McNamara1-6/+5
2015-05-08VclPtr: presumably these also leakCaolán McNamara1-4/+2
2015-05-08VclPtr: AlreadyOpenQueryBox doesn't get deletedCaolán McNamara1-3/+2
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin5-16/+16
2015-05-01VclPtr: error dialogs never deletedCaolán McNamara1-0/+3
2015-04-30Gradually typed LinkStephan Bergmann2-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks24-106/+254
2015-04-27More loplugin:simplifyboolStephan Bergmann1-4/+4
2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks3-14/+14
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin3-7/+5
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin3-5/+5
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks5-6/+6
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-4/+4
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin5-8/+8
2015-04-10Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks1-2/+2
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin5-17/+14
2015-04-10vclwidget: only call dispose() onceNoel Grandin9-9/+9
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin18-50/+203
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin5-22/+22
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin5-6/+6
2015-03-27convert BUTTON_ constants to enum classNoel Grandin5-7/+7
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-4/+2
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann2-4/+4
2015-02-05Updated all precompiled headers.Ashod Nakashian1-11/+4
2015-01-25coverity#1266503 Useless callCaolán McNamara1-1/+0