summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/childwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-21tdf#153690 Prevent invisible dialogs in Calc Full ScreenMatt K1-1/+2
2023-07-21Related: tdf#155708 Clean-up - Fix validity dialog closesBalazs Varga1-1/+1
2023-07-05tdf#155708 Fix validity dialog closes when moving focus to another windowBalazs Varga1-6/+15
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-2/+2
2022-08-09tdf#150278 sfx2: use provided aInfo, not factoryJustin Luth1-2/+1
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski1-4/+4
2022-06-08tdf#81293 dialog “manage names” forgets size and column width settingsNoel Grandin1-3/+1
2022-05-31these can be stack allocatedNoel Grandin1-3/+3
2022-05-04Just use Any ctor instead of makeAny in sfx2Stephan Bergmann1-1/+1
2022-04-13use more string_view in sfx2Noel Grandin1-4/+4
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-7/+7
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-3/+4
2022-04-08use more subView when converting to Int32Noel Grandin1-3/+3
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen1-1/+0
2022-02-04make floating Navigator stay putJim Raykowski1-1/+2
2022-01-27use WindowStateMask::SizeCaolán McNamara1-2/+2
2022-01-26tdf#146648 make find and replace dialog reopen at last positionJim Raykowski1-1/+3
2022-01-24tdf#146913 don't destroy the dialog if we just want to hide itCaolán McNamara1-2/+6
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-2/+2
2021-10-03cid#1492221 silence bogus Dereference after null checkCaolán McNamara1-1/+4
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-09-23tdf#144132 Crash when insert formula object in WriterNoel Grandin1-6/+5
2021-09-11clang:optin.performance.Padding in sfx2Noel Grandin1-2/+2
2021-08-31flatten SfxChildWinFactArr_ImpNoel Grandin1-41/+24
2021-08-18loplugin:constparamsNoel Grandin1-2/+2
2021-07-21pass SfxChildWinFactory around by valueNoel Grandin1-6/+2
2021-03-13loplugin:unusedfieldsNoel1-2/+0
2021-03-11check current floating state of DockingWindowCaolán McNamara1-1/+1
2021-03-11remove intermediate containers in sidebarsCaolán McNamara1-4/+2
2021-03-11drop newly unused code and macrosCaolán McNamara1-106/+0
2021-03-11rename SfxChildWindowContext::GetFloatingWindow to what it doesCaolán McNamara1-4/+4
2021-02-27hide some FloatingWindow detailsCaolán McNamara1-3/+2
2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara1-0/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sfx2Stephan Bergmann1-1/+1
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin1-2/+2
2019-12-18tdf#42949 Fix IWYU warnings in sfx2/source/appl/*cxxGabor Kelemen1-2/+0
2019-12-03tdf#42949 Fix IWYU warnings in sfx2/*/*hxxGabor Kelemen1-0/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+2
2019-08-27loplugin:constmethod in sfx2Noel Grandin1-2/+2
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov1-1/+1
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-03-22refactor into a shareable base classCaolán McNamara1-4/+5
2019-02-13Use indexed getToken()Matteo Casalin1-2/+3
2019-02-07loplugin:flatten in sfx2Noel Grandin1-68/+68
2018-12-17Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann1-1/+1
2018-12-12use unique_ptr in SfxChildWinContextCtorNoel Grandin1-2/+2
2018-12-12use unique_ptr in SfxChildWinCtorNoel Grandin1-3/+3
2018-12-12use unique_ptr for SfxChildWinFactoryNoel Grandin1-2/+2
2018-12-11use unique_ptr for SfxChildWinContextFactoryNoel Grandin1-2/+2