summaryrefslogtreecommitdiff
path: root/desktop/source
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+2
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini6-8/+8
2014-11-06LOK: Remove formats that we cannot export, and add PDF for Draw.Jan Holesovsky1-8/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann4-4/+7
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin4-7/+4
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin3-9/+9
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin3-5/+2
2014-10-27coverity#1209023 silence Unchecked return value from libraryCaolán McNamara1-1/+1
2014-10-25coverity#983652 Uncaught exceptionCaolán McNamara2-0/+2
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23fdo#60689: replace SUPD variableMarcos Paulo de Souza1-1/+2
2014-10-23loplugin: cstylecastNoel Grandin2-3/+3
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-15More -Werror,-Wunused-private-fieldStephan Bergmann4-5/+0
2014-10-11move the removeTree function from desktop to unotoolsMichael Stahl1-52/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-10-08desktop: let --convert-to dump its exception message on stderrMiklos Vajna1-2/+5
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-5/+3
2014-09-30desktop: std::auto_ptr -> std::unique_ptrStephan Bergmann13-23/+20
2014-09-29No extension cache to clean unless HAVE_FEATURE_EXTENSIONSTor Lillqvist1-0/+6
2014-09-24android: use JNI direct memory allocator from FennecTomaž Vajngerl1-1/+27
2014-09-23fdo#82577: Handle WindowNoel Grandin14-39/+39
2014-09-22LOKit: add "destroy" and "saveAs" to android JNITomaž Vajngerl1-7/+43
2014-09-18fdo#82577: Handle FontNoel Grandin2-3/+3
2014-09-17Use SAL_INFOStephan Bergmann1-4/+1
2014-09-16Rename LO-specific uno ini-file (Linux: program/unorc) to "louno"Stephan Bergmann1-1/+1
2014-09-12desktop: sal_Bool -> boolStephan Bergmann8-15/+15
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-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+3
2014-09-06Make OOO_EXIT_POST_STARTUP behave more nicely when blankMatthew J. Francis1-1/+2
2014-09-05coverity#706495 Uncaught exceptionCaolán McNamara1-5/+12
2014-09-05coverity#983652 Uncaught exceptionCaolán McNamara3-4/+14
2014-09-05coverity#706497 Uncaught exceptionCaolán McNamara1-2/+12
2014-09-05coverity#706498 Uncaught exceptionCaolán McNamara1-3/+14
2014-09-02coverity#706501 Uncaught exceptionCaolán McNamara3-8/+8
2014-08-29Linux AArch64 portStephan Bergmann1-1/+3
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann1-3/+3
2014-08-25convert RID_WARNINGBOX_* to MessageDialog + stringCaolán McNamara6-83/+56
2014-08-25convert RID_QUERYBOX_INSTALL_FOR_ALL with custom buttons to .uiCaolán McNamara4-38/+3
2014-08-25QueryBox QBX_USERDATALOCKED -> MessageDialog + stringCaolán McNamara3-10/+8
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-25everything is independent from vos these days...Michael Stahl1-4/+2
2014-08-25Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2