summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2017-03-29Fix typo in methodAndrea Gelmini2-3/+3
2017-03-29loplugin:unusedmethodsNoel Grandin1-6/+0
2017-03-29convert EViewType to scoped enumNoel Grandin8-30/+30
2017-03-29expand vis to visible; fix typosdennisroczek3-8/+6
2017-03-29loplugin:singlevalfieldsNoel Grandin7-35/+1
2017-03-28remove enum slot code from sfx2Noel Grandin5-241/+24
2017-03-28remove unhandled SID commands from sfx2Noel Grandin5-282/+5
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin12-56/+43
2017-03-27remove unhandled SID commands in sdNoel Grandin1-18/+0
2017-03-26Fix typosAndrea Gelmini9-12/+12
2017-03-24Just include sal/types.h nowadaysStephan Bergmann1-12/+3
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin3-10/+10
2017-03-23remove unused helpid in SfxShellNoel Grandin1-12/+0
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2-3/+3
2017-03-22create SfxDisableFlags enumNoel Grandin4-13/+14
2017-03-21Notebookbar: correct initial icon sizeSzymon Kłos1-1/+4
2017-03-20uitest: use the new ui test logger also for the UNO commandsMarkus Mohrhard1-11/+2
2017-03-19uitest: add a way to log the UNO commandsMarkus Mohrhard1-0/+21
2017-03-19Use just geParameter instead of hasParameter + getParameterMatteo Casalin1-3/+1
2017-03-19OUString-related simplificationsMatteo Casalin2-56/+28
2017-03-19Can return const OUString&, hereMatteo Casalin1-2/+2
2017-03-19SfxViewFrame::ExecReload_Impl - remove written-only variable aURLMatteo Casalin1-8/+0
2017-03-19Fix typos + some German translationsAndrea Gelmini2-3/+3
2017-03-19fix typo/grammar: "the the" --> thedennisroczek4-4/+4
2017-03-17SfxObjectFactory: directly store factory name as OUStringMatteo Casalin1-10/+6
2017-03-17Remove SfxObjectFactory::GetShortName()Matteo Casalin2-5/+5
2017-03-17Use SfxObjectFactory::GetFactoryName, againMatteo Casalin1-2/+3
2017-03-17Simplify same assignment in both branches of a conditionalMatteo Casalin1-13/+3
2017-03-17Use SfxObjectFactory::GetFactoryName/URLMatteo Casalin3-5/+4
2017-03-17cleanup double includes and declarationsJochen Nitschke1-1/+0
2017-03-17remove unused defines from HRC files in sfx2Noel Grandin11-145/+0
2017-03-17gpg4libre: Also show Infobar when signature is validSamuel Mehrbrodt2-0/+9
2017-03-16No need to keep these booleans as data membersMatteo Casalin2-6/+2
2017-03-16tdf#103355 Working menu after closing slideshowSzymon Kłos1-8/+7
2017-03-16Notebookbar: fixed crash after customizationSzymon Kłos1-11/+36
2017-03-15tdf#105040 Notebookbar: added shortcuts toolboxSzymon Kłos4-42/+247
2017-03-14remove unused RID constantsNoel Grandin4-19/+0
2017-03-14remove noise UUUU tags in commentsNoel Grandin1-1/+1
2017-03-13tdf#95416 remove ../ in #include headers of sfx2 filesJeevan8-9/+9
2017-03-13Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann2-3/+3
2017-03-11Fix typosAndrea Gelmini2-2/+2
2017-03-10shuffle this around a littleCaolán McNamara1-4/+4
2017-03-09Clean up uses of integer typesStephan Bergmann1-26/+27
2017-03-08Simplify GetStateCache callStephan Bergmann1-2/+1
2017-03-08No need for extra heap allocationStephan Bergmann1-79/+54
2017-03-08valgrind: fix leakCaolán McNamara1-1/+1
2017-03-08loplugin:loopvartoosmallStephan Bergmann8-39/+35
2017-03-08make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara2-2/+2
2017-03-07shouldn't need these SfxGetpApp as it will already existCaolán McNamara4-9/+0
2017-03-07Notebookbar: don't show unnecessary separators in the popupSzymon Kłos1-0/+34