summaryrefslogtreecommitdiff
path: root/uui/source/iahndl.cxx
AgeCommit message (Expand)Author
2017-02-07revert unready stuffCaolán McNamara
2017-02-07interim convert to ResArrayCaolán McNamara
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin
2017-01-31tdf#105566 Show InfoBar when signature is invalidSamuel Mehrbrodt
2016-10-19loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-02-09Remove excess newlinesChris Sherlock
2015-11-18com::sun::star->css in uui/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-09-10remove more warnings about vba exportMarkus Mohrhard
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky
2014-12-18uui: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-15OneDrive authentication fallback request handlerMihai Varga
2014-12-15uui: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-18iahndl: do lazy replacementThomas Arnhold
2014-08-14FutureDocumentVersionProductUpdateRequest is never createdCaolán McNamara
2014-07-23AmbigousFilterRequest is only ever extracted, never createdCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-17coverity#1223095 Unused pointer valueCaolán McNamara
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-05uui: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-19fix-includes.pl: uuiThomas Arnhold
2014-05-14various loplugin:passsequencebyrefNoel Grandin
2014-05-02uui: sal_Bool->boolNoel Grandin
2014-03-17uui: prefer passing OUString by referenceNoel Grandin
2014-02-26Remove visual noise from uuiAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann