summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/dockwin.cxx
AgeCommit message (Expand)Author
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-22return weld::Builder by unique_ptrNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-21pass SfxChildWinFactory around by valueNoel Grandin
2021-03-25use weld::Box so we can reorder contentsCaolán McNamara
2021-02-27hide some FloatingWindow detailsCaolán McNamara
2021-02-25drop archaic rollable supportCaolán McNamara
2021-02-25drop WB_ROLLABLECaolán McNamara
2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara
2021-02-22factor out as a ResizableDockingWindowCaolán McNamara
2021-02-22move dockingwindow.ui to vclCaolán McNamara
2020-10-22long->tools::Long in sfx2Noel
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-27add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sfx2Stephan Bergmann
2020-06-05Upcoming loplugin:elidestringvar: sfx2Stephan Bergmann
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-01-29bInterim is always trueCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-23weld SvxFontWorkDialogCaolán McNamara
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen
2019-12-09drop newly unused SfxFloatingWindowCaolán McNamara
2019-12-03tdf#42949 Fix IWYU warnings in sfx2/*/*hxxGabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-15loplugin:sequenceloop in sdext..sfx2Noel Grandin
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov
2019-07-20loplugin:referencecasting in sfx2Noel Grandin
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-02-07loplugin:flatten in sfx2Noel Grandin
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2018-12-12use unique_ptr in SfxChildWinCtorNoel Grandin
2018-12-12use unique_ptr for SfxChildWinFactoryNoel Grandin
2018-10-09loplugin:constfields in sfx2Noel Grandin
2018-04-05fix bug in SfxDockingWindow::CalcAlignmentNoel Grandin
2018-02-16Revert "loplugin:changetoolsgen in sfx2" and reapply plugin...Noel Grandin
2018-02-15loplugin:changetoolsgen in sfx2Noel Grandin
2018-01-15More loplugin:cstylecast: sfx2Stephan Bergmann
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-21loplugin:unusedfields in sfx2 part2Noel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-04-25clang-tidy readability-simplify-boolean-expr in sfx2Noel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-28new loplugin unoanyNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski