summaryrefslogtreecommitdiff
path: root/desktop/source/app/dispatchwatcher.cxx
AgeCommit message (Expand)Author
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann
2015-03-24loplugin:constantfunction: variousNoel Grandin
2015-03-19fix android buildNoel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-01-19operator ?: has lower precedence than <<; << will be evaluated firstTor Lillqvist
2015-01-19executeDispatchRequests : cleaning outputsLaurent Godard
2015-01-19convert-to : display error messages in console fdo#88326Laurent Godard
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-21SAL_WARN about unsupported dispatch requestsStephan Bergmann
2014-10-08desktop: let --convert-to dump its exception message on stderrMiklos Vajna
2014-08-22Base the convert-to detection on the actual serviceMaxim Monastirsky
2014-08-22Better to use an instance with a doc service specifiedMaxim Monastirsky
2014-08-21queryTypeByURL returns type name not filter nameMaxim Monastirsky
2014-08-15fdo#70625 Add --cat parameter to make git diffs prettydeenafrancis
2014-08-11fdo#38511 improve guess of output filter for --convert-toDavid Tardon
2014-08-11nDont = SFX_FILTER_NOTINSTALLED looks more reasonableDavid Tardon
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-04fdo#36313: allow passing FilterOptions via cliTomas Hlavaty
2014-06-04desktop: fix includesThomas Arnhold
2014-05-08desktop: sal_Bool->boolNoel Grandin
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-22bool improvementsStephan Bergmann
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-11-Werror,-Wunused-variableStephan Bergmann
2013-09-26typo fixes in commentsAndras Timar
2013-09-17convert DESKTOP module from String to OUStringNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-30RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/appChr. Rossmanith
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-10-04Fixes/improvements on previous commitStephan Bergmann
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
2011-12-21Fix for fdo43460 Part XIII getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header in desktopNorbert Thiebaud
2011-08-16catch by const referenceCaolán McNamara
2011-07-30Some cppcheck cleaningJulien Nabet
2011-05-20valgrind: use non-leaky singleton pattern hereCaolán McNamara
2011-05-20resolve merge conflictsCaolán McNamara
2011-05-02n#690798: Fixed a crasher. Also, improved batch conversion.Muthu Subramanian