summaryrefslogtreecommitdiff
path: root/sfx2/source/notebookbar
AgeCommit message (Expand)AuthorFilesLines
46 hoursnotebookbar: Drop unnecessary static_castMichael Weghorn1-1/+1
46 hoursnotebookbar: Pass menu button as parent for its menuMichael Weghorn1-2/+4
11 daysloplugin:reftotemp in sfx2Noel Grandin1-3/+3
12 daysclang-tidy: performance-unnecessary-copy-initialization in sfx2Noel Grandin1-2/+2
13 dayscom::sun::star -> cssMike Kaganski1-1/+1
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin2-6/+6
2024-08-19cid#1557694 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-05-12replace createFromAscii with OUString literals in OConfigurationNodeNoel Grandin1-2/+2
2024-05-11replace createFromAscii with OUString literals in OConfigurationNodeNoel Grandin1-5/+5
2024-05-11replace createFromAscii with OUString literals in OConfigurationNodeNoel Grandin1-1/+1
2024-05-10loplugin:ostr in sfx2Noel Grandin2-11/+11
2024-04-29SfxViewFrame::Current() dereferenced without null checkCaolán McNamara1-5/+9
2024-01-31Fix typoAndrea Gelmini1-1/+1
2024-01-30lok: introduce NotebookBarViewManager and NotebookBarViewDataTomaž Vajngerl1-21/+78
2024-01-30lok: notebookbar: enable currency dropdownSzymon Kłos1-3/+10
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-11-06lok: notebookbar: handle multiple sessionsSzymon Kłos1-29/+60
2023-11-03lok: notebookbar: don't recreate toolbars too oftenSzymon Kłos1-5/+4
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sfx2Stephan Bergmann2-2/+2
2023-10-11disable add-ons for NotebookBar in LOKit - perf. issuesTomaž Vajngerl1-0/+3
2023-09-13lok: fix notebookbar not initialized when switched from classic modeSzymon Kłos1-0/+32
2023-06-16tdf#155720 remove old skip notebookbar init workaroundSzymon Kłos1-32/+0
2023-04-01use more XVclWindowPeerNoel Grandin1-0/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-1/+1
2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin1-2/+2
2022-12-16sfx2: check SfxViewFrame::Current()Caolán McNamara2-23/+29
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-1/+1
2022-06-13tdf#125040 Make single mode toolbar context awareMaxim Monastirsky1-1/+4
2022-06-12Related: tdf#125040 NB: rework print preview contextMaxim Monastirsky1-4/+2
2022-05-04Just use Any ctor instead of makeAny in sfx2Stephan Bergmann2-3/+3
2022-05-01lok: reset ui mode state when switch to notebookbar cancelledSzymon Kłos1-1/+26
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák1-1/+1
2021-12-08do not repeatedly create a framework::AddonsOptions temporaryLuboš Luňák1-1/+1
2021-12-08do not unnecessarily lock XLayoutManager for menubar changesLuboš Luňák1-8/+0
2021-08-02convert #defines to OUStringLiteralNoel Grandin2-2/+2
2021-07-17Revert "Notebookbar: skip early init in all apps"Szymon Kłos1-1/+2
2021-04-19notebookbar: minify for onlineSzymon Kłos1-2/+9
2021-03-24Notebookbar: skip early init in all appsPranam Lashkari1-2/+1
2021-02-24use XPopupMenu::execute to run the menuCaolán McNamara1-5/+4
2021-02-07Remove unneeded breaksAndrea Gelmini1-10/+0
2021-01-02getLayoutRequisition is a static member of VclContainerCaolán McNamara1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+3
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+1
2020-12-07move various notebookbar widgets into vclCaolán McNamara10-939/+3
2020-12-03drop SfxViewFrame::Current() guardCaolán McNamara2-5/+3
2020-12-03don't need to include button.hxx hereCaolán McNamara1-2/+1
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-2/+0
2020-11-24notebookbar: don't hide elements for onlineSzymon Kłos1-0/+4
2020-11-24notebookbar: don't block init in calcSzymon Kłos1-1/+1
2020-11-22tdf#123936 Formatting files in module sfx2 with clang-formatPhilipp Hofer2-23/+14