summaryrefslogtreecommitdiff
path: root/desktop/source/app
AgeCommit message (Expand)AuthorFilesLines
2015-01-20operator ?: has lower precedence than <<; << will be evaluated firstTor Lillqvist1-2/+1
2015-01-20executeDispatchRequests : cleaning outputsLaurent Godard1-15/+22
2015-01-20convert-to : display error messages in console fdo#88326Laurent Godard1-3/+3
2014-12-11desktop: avoid loading to-be-recovered documents when recovery is disabledMiklos Vajna1-2/+4
2014-12-06desktop: avoid starting with new writer doc if OOO_DISABLE_RECOVERY setMichael Stahl1-2/+4
2014-11-20WaE: work around loplugin:unreffun and loplugin:externandnotdefinedTor Lillqvist1-4/+0
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard1-0/+12
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+3
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-23fdo#60689: replace SUPD variableMarcos Paulo de Souza1-1/+2
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+1
2014-10-21SAL_WARN about unsupported dispatch requestsStephan Bergmann1-1/+3
2014-10-11move the removeTree function from desktop to unotoolsMichael Stahl1-52/+2
2014-10-08desktop: let --convert-to dump its exception message on stderrMiklos Vajna1-2/+5
2014-09-30desktop: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-09-29No extension cache to clean unless HAVE_FEATURE_EXTENSIONSTor Lillqvist1-0/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler1-8/+8
2014-09-07microoptimisation: no need to compute string length to test emptinessLionel Elie Mamane1-1/+1
2014-09-06Make OOO_EXIT_POST_STARTUP behave more nicely when blankMatthew J. Francis1-1/+2
2014-08-25QueryBox QBX_USERDATALOCKED -> MessageDialog + stringCaolán McNamara3-10/+8
2014-08-25everything is independent from vos these days...Michael Stahl1-4/+2
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-19fix for PtylTestEncryptionAndExport (on sofficemain.cxx)Ptyl Dragon1-1/+4
2014-08-18document the swap-on-free idiom usageNoel Grandin1-1/+1
2014-08-18remove unused WarningBoxesThomas Arnhold2-6/+0
2014-08-16try that ErrorBox removal againCaolán McNamara3-10/+8
2014-08-16Revert "ErrorBox EBX_ERR_PRINTDISABLED to String"Markus Mohrhard3-6/+8
2014-08-15ErrorBox EBX_ERR_PRINTDISABLED to StringThomas Arnhold3-8/+6
2014-08-15fdo#70625 Add --cat parameter to make git diffs prettydeenafrancis8-12/+74
2014-08-15Don't do the annoying restart thing when sandboxed on OS X, ignore risks...Tor Lillqvist1-0/+3
2014-08-13Add code to test encryption and export to .docx on iOSTor Lillqvist1-0/+32
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-07-26fdo#75757: remove inheritance to std::mapTakeshi Abe1-0/+3
2014-07-25Typo: Destop->DesktopJulien Nabet1-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-4/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2-3/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-40/+8
2014-06-13loplugin:staticcallStephan Bergmann2-3/+3
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-150/+30
2014-06-04fdo#36313: allow passing FilterOptions via cliTomas Hlavaty2-5/+33
2014-06-04desktop: fix includesThomas Arnhold15-58/+58
2014-05-30No StarBASIC if DISABLE_SCRIPTINGTor Lillqvist1-0/+2
2014-05-29Detach all DocBasicItem objects upon process termination.Kohei Yoshida1-0/+2
2014-05-28coverity#703943 Unchecked return valueCaolán McNamara1-6/+4