summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
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-05Once is enoughMaxim Monastirsky1-18/+0
2017-05-05Defining SID_UNICODE_NOTATION_TOGGLE once is enoughMaxim Monastirsky1-0/+17
2017-05-04Fix spellingTor Lillqvist1-1/+1
2017-05-04Remove duplicated includeAndrea Gelmini1-1/+0
2017-05-04loplugin:checkunusedparams in sfx2Noel Grandin30-91/+78
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 McNamara4-67/+36
2017-05-02create SfxGroupId based on o3tl::strong_intNoel Grandin3-7/+7
2017-05-01Remove SlotType sdi propertyMaxim Monastirsky1-96/+31
2017-05-01Return values of sdi "method slots" were unusedMaxim Monastirsky1-62/+62
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 McNamara5-32/+19
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 McNamara25-288/+132
2017-04-26remove sfx2 bitmaps from .src filesCaolán McNamara4-145/+44
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 McNamara2-29/+46
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 Casalin4-6/+1
2017-04-24OUStrings: constify and avoid temporaries some moreMatteo Casalin1-16/+5
2017-04-24Minor optimizations to loopsMatteo Casalin1-9/+8
2017-04-24Fix indentationMatteo Casalin1-7/+5
2017-04-24OUStrings: constify and avoid temporariesMatteo Casalin2-115/+65
2017-04-24OUStrings: avoid temporaries and OUStringBuffersMatteo Casalin1-16/+7
2017-04-23Replace GetImage with CommandInfoProvider::GetImageForCommandMaxim Monastirsky10-224/+3
2017-04-23tdf#95845 Use CommandInfoProviderMaxim Monastirsky2-58/+19
2017-04-23No usage of the private:commandimage thingMaxim Monastirsky1-15/+1
2017-04-23Use automatic integer type, with minor simplificationsMatteo Casalin1-4/+4
2017-04-23OUStrings: avoid temporaries and constifyMatteo Casalin1-6/+5
2017-04-23These data members can be file scope consts, and reusedMatteo Casalin2-24/+20
2017-04-22Notebookbar: better tab placing for the NotebookbarTabControlSzymon Kłos1-0/+24
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky6-6/+0
2017-04-21LOK - Calc: changed the way header is updated on row/col insert/removeMarco Cecchetti1-0/+11
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin2-24/+21