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