summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin9-31/+31
2017-04-20convert EDynamicMenuType to scoped enumNoel Grandin4-4/+4
2017-04-20loplugin:unusedmethodsNoel Grandin6-68/+1
2017-04-19loplugin:inlinefields in SfxSplitWindowNoel Grandin2-24/+22
2017-04-18Clarify intended behaviourMatteo Casalin1-1/+2
2017-04-18Avoid 'else' after a returnMatteo Casalin1-32/+9
2017-04-18Fix indentationMatteo Casalin1-6/+6
2017-04-18OUStrings: constify and reduce temporariesMatteo Casalin1-100/+65
2017-04-18Reduce scope and simplify by early returnMatteo Casalin1-17/+9
2017-04-18Reduce scope and simplifyMatteo Casalin1-29/+22
2017-04-18OUStrings: constify and avoid temporariesMatteo Casalin1-42/+24
2017-04-18OUStrings: constify and avoid temporariesMatteo Casalin2-8/+6
2017-04-18OUStrings: constify and avoid temporariesMatteo Casalin1-9/+9
2017-04-18Remove isEmpty check on (just set) non-empty sURLMatteo Casalin1-5/+1
2017-04-18OUStrings: constify and avoid temporariesMatteo Casalin1-25/+19
2017-04-18OUStrings: constify and avoid temporariesMatteo Casalin1-23/+13
2017-04-18Avoid temporary OUStringsMatteo Casalin1-4/+2
2017-04-18tdf#95992 "Edit" > "Compare Document..." opens dialog that is...Matteo Casalin4-6/+55
2017-04-18remove sfx2/sfxcommands.hCaolán McNamara3-5/+1
2017-04-15Fix typosAndrea Gelmini1-1/+1
2017-04-14convert style context menu to .uiCaolán McNamara7-65/+76
2017-04-14only one button should have has_default setCaolán McNamara1-1/+0
2017-04-14convert bookmark menu to .uiCaolán McNamara6-37/+53
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-04-12can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara2-3/+2
2017-04-12Notebookbar: remove dependency between all containers and IPrioritableSzymon Kłos3-12/+14
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara5-235/+55
2017-04-10loplugin:inlinefields in SfxSaveAsTemplateDialogNoel Grandin1-10/+9
2017-04-07Revert "Remove button handler and let the button dispatch the uno cmd"Michael Stahl1-1/+6
2017-04-07Revert "Related tdf#105566 Update Infobar when signature status changes"Michael Stahl5-106/+36
2017-04-07Remove button handler and let the button dispatch the uno cmdSamuel Mehrbrodt1-6/+1
2017-04-07Related tdf#105566 Update Infobar when signature status changesSamuel Mehrbrodt5-36/+106
2017-04-07Drop remains of the Welcome Screen featureGabor Kelemen1-12/+0
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: sfx2Stephan Bergmann2-2/+2
2017-04-06Resolves: rhbz#1438876 detect preferred help module for csv dialogCaolán McNamara1-18/+33
2017-04-06split out module->help mappingCaolán McNamara1-27/+40
2017-04-05teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin4-11/+5
2017-04-05loplugin:constantparam part2Noel Grandin2-4/+3
2017-04-05loplugin:constantparamNoel Grandin1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-1/+1