summaryrefslogtreecommitdiff
path: root/sfx2/source/control/shell.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)1-2/+2
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-1/+1
2024-01-23ITEM: Solve SfxVoidItem(0) situationArmin Le Grand (allotropia)1-1/+1
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-1/+1
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)1-14/+11
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-1/+1
2023-08-18ITEM: preparations for more/easier changesArmin Le Grand (allotropia)1-0/+1
2023-06-21tdf#122270 sd: refresh notebookbar after switch to/from master viewJustin Luth1-1/+1
2023-04-28optimise find/insert calls to mapsNoel Grandin1-2/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-15/+9
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-5/+5
2021-07-21can pass SfxItemSet around by value in SfxShellNoel Grandin1-2/+2
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin1-2/+2
2021-07-04move SfxSetItem to own header fileNoel Grandin1-0/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-18Add Active Sfx Object Name To CrashReport DumpGopi Krishna Menon1-0/+16
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-7/+7
2021-03-18inline some tiny sfx2 functionsNoel1-3/+3
2020-01-02tdf#42949 Fix IWYU warnings in sfx2/source/[b-c]*/*cxxGabor Kelemen1-5/+0
2019-11-30lok: add viewId to window painting, to allow special-casing on render.Michael Meeks1-0/+7
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-08-15loplugin:sequenceloop in sdext..sfx2Noel Grandin1-1/+1
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov1-4/+5
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-02-07loplugin:flatten in sfx2Noel Grandin1-17/+17
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-8/+4
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-4/+4
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin1-2/+0
2018-08-21loplugin:useuniqueptr in DeleteItemOnIdleNoel Grandin1-5/+6
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-2/+2
2018-05-02Fix typosAndrea Gelmini1-1/+1
2018-04-19sw lok: Accept / reject change is always enabled in the context menuTamás Zolnai1-0/+15
2018-01-29loplugin:useuniqueptr in SfxShell_ImplNoel Grandin1-6/+6
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann1-1/+1
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-3/+3
2017-07-26convert SfxGroupId to scoped enumNoel Grandin1-1/+1
2017-07-21loplugin:constparams in sfx2Noel Grandin1-1/+1
2017-07-17Fix typosAndrea Gelmini1-2/+2
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-2/+2
2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann1-1/+1
2017-05-02create SfxGroupId based on o3tl::strong_intNoel Grandin1-1/+1
2017-03-28remove enum slot code from sfx2Noel Grandin1-12/+1
2017-03-23remove unused helpid in SfxShellNoel Grandin1-12/+0
2017-03-22create SfxDisableFlags enumNoel Grandin1-4/+4
2016-09-14put all SfxShell feature flags in one typed_flags classJochen Nitschke1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1