summaryrefslogtreecommitdiff
path: root/sfx2/source/view
AgeCommit message (Expand)AuthorFilesLines
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-2/+2
2021-03-22change SfxApplication::GetTopWindow to weld::WindowCaolán McNamara1-4/+4
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-4/+4
2021-03-11use some forward declares to reduce includesCaolán McNamara2-3/+0
2021-03-11lok: avoid a set of invalidations per view on re-size.Michael Meeks1-0/+3
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel1-1/+1
2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens1-1/+1
2021-03-03Fix non-valid json generation on NotifyOtherViewsmert1-3/+9
2021-02-20loplugin:refcounting in sfx2Noel2-3/+3
2021-02-20drop some unneeded includesCaolán McNamara1-1/+0
2021-02-16loplugin:referencecasting in sfx2Noel6-18/+16
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski1-2/+3
2021-02-07Remove unneeded breaksAndrea Gelmini1-2/+0
2021-02-02verbs can be sal_Int32 instead of tools::LongCaolán McNamara2-6/+2
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2021-01-25avoid some ref-countingNoel Grandin1-1/+1
2021-01-17cppcheck: derefInvalidIteratorRedundantCheck (sfx2/classificationhelper)Julien Nabet1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-6/+10
2020-12-25Typos in code (vlc->vcl/vclx)Julien Nabet1-2/+2
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-1/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen5-6/+0
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-4/+4
2020-11-26Separate uno:Printer and uno:PrinterSetup handlingSamuel Mehrbrodt1-60/+70
2020-11-26uno:Printersetup: Allow preselecting a printerSamuel Mehrbrodt1-2/+2
2020-11-24sw tiled rendering: fix paint->invalidation loop when paint is started by vclMiklos Vajna1-2/+12
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-9/+9
2020-11-22tdf#123936 Formatting files in module sfx2 with clang-formatPhilipp Hofer1-4/+4
2020-11-21sfx2: lok: reliably support multi-documentsAshod Nakashian3-44/+93
2020-11-21these don't need to include vcl/button.hxx anymoreCaolán McNamara1-1/+0
2020-11-20weld TabBarCaolán McNamara1-1/+0
2020-11-20sfx2: lok: refactor notifications and const correctnessAshod Nakashian1-28/+41
2020-11-19sw replacement image creation: fix this when an ODT's settings.xml is invalidMiklos Vajna1-3/+9
2020-11-17Remove unused SfxFrameDescriptor::SetActualURL parameterStephan Bergmann1-1/+1
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-10/+10
2020-11-12remove Fraction::operator tools::Long()Noel1-10/+10
2020-11-11loplugin:stringviewNoel1-2/+2
2020-11-02tdf#126700 handle Impress default documentsJan-Marek Glogowski1-1/+2
2020-11-02use officecfg or MacroRecorderModeNoel Grandin1-2/+3
2020-10-22long->tools::Long in sfx2Noel5-16/+16
2020-10-05Disable WhatsNew infobar with standard methodHeiko Tietze1-20/+15
2020-10-02sfx2: downgrade a warning in SfxViewFrame::ChildWindowState() to infoMiklos Vajna1-1/+1
2020-09-30loplugin:reducevarscope in sfx2Noel3-7/+4
2020-09-21weld infobarsCaolán McNamara2-44/+29
2020-09-13Unify the code used to get object shell for componentsMike Kaganski1-10/+4
2020-08-27tdf#136133: AppendInfoBar can return nullJulien Nabet1-11/+16
2020-08-19sd signature line: preserve current page after signingMiklos Vajna1-0/+16
2020-08-19Fix typosAndrea Gelmini1-1/+1