summaryrefslogtreecommitdiff
path: root/sfx2/source
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Watermark: Insert watermark commandSzymon Kłos1-0/+67
2017-05-16lok: sc: make row/col header updating, on row/col operations, tab-awareMarco Cecchetti1-11/+0
2017-05-16lok: sc: address and formula text field empty on creating a new viewMarco Cecchetti1-0/+6
2017-05-15loplugin:useuniqueptrNoel Grandin1-4/+2
2017-05-14tdf#58134 Reset Button in Options Dialogues does not Work with all Optionsmelikeyurtoglu1-0/+3
2017-05-12remove unused uno::Reference varsNoel Grandin8-14/+1
2017-05-11Clean up uses of SAL_U/SAL_W: sfx2Stephan Bergmann1-1/+2
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin10-15/+15
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-05-09In LazyDelete'd SearchDialog::dispose, SfxHelpTextWindow_Impl is already goneStephan Bergmann3-4/+3
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin2-2/+1
2017-05-09gnome-documents: rework SfxPickList as pimplCaolán McNamara2-26/+41
2017-05-08fold SfxPickList::Get and ::ensure togetherCaolán McNamara2-4/+2
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke3-3/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin2-4/+3
2017-05-07Fix typosAndrea Gelmini1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock14-29/+29
2017-05-07tdf#43157: convert sfx2 module away from OSL_ASSERT to assertChris Sherlock14-29/+29
2017-05-06OUStrings: constify, reduce temporaries and scopeMatteo Casalin2-42/+33
2017-05-06Avoid 'else' after 'return'Matteo Casalin1-7/+7
2017-05-06OUStrings: constify and reduce temporariesMatteo Casalin3-9/+8
2017-05-05fix spelling, methode -> methodNoel Grandin1-1/+1
2017-05-04Remove duplicated includeAndrea Gelmini1-1/+0
2017-05-04loplugin:checkunusedparams in sfx2Noel Grandin28-88/+77
2017-05-04Replace all OUString("") with OUString()Arnaud Versini4-4/+4
2017-05-03remove empty commentsNoel Grandin1-6/+0
2017-05-02untranslated strings are just stringsCaolán McNamara3-67/+24
2017-05-02create SfxGroupId based on o3tl::strong_intNoel Grandin3-7/+7
2017-04-30coverity#1405738 Unchecked dynamic_castCaolán McNamara1-2/+2
2017-04-30stop torturing std::string in SfxSlotPoolNoel Grandin1-65/+39
2017-04-29tdf#39468: Translate some German comments and termsJens Carl4-5/+5
2017-04-29also log the paramter passed as string argumentsMarkus Mohrhard1-1/+1
2017-04-28loplugin:salunicodeliteral: sfx2Stephan Bergmann3-5/+5
2017-04-28move builder attributes from OString to OUStringCaolán McNamara1-4/+4
2017-04-28loplugin:unusedfieldsNoel Grandin1-1/+0
2017-04-27tdf#39468 cleanup source code commentsdennisroczek1-2/+1
2017-04-27another name for a nonlocalized string is a stringCaolán McNamara3-28/+2
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock2-2/+2
2017-04-26loplugin:unusedmethodsNoel Grandin1-10/+0
2017-04-26remove sfx2 bitmaps from .src filesCaolán McNamara22-230/+53
2017-04-26remove sfx2 bitmaps from .src filesCaolán McNamara2-122/+23
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock1-2/+2
2017-04-25remove bitmaps from .src filesCaolán McNamara1-29/+0
2017-04-25clang-tidy readability-simplify-boolean-expr in sfx2Noel Grandin14-72/+22
2017-04-25make __RSC a builtin define for the RSC compilerNoel Grandin1-1/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock15-0/+15
2017-04-24Do not pass a suggested name to GUIStoreModel: it is always overwrittenMatteo Casalin3-5/+1
2017-04-24OUStrings: constify and avoid temporaries some moreMatteo Casalin1-16/+5
2017-04-24Minor optimizations to loopsMatteo Casalin1-9/+8