summaryrefslogtreecommitdiff
path: root/vcl/source/control/notebookbar.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-2/+2
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-1/+1
2022-06-12Related: tdf#125040 NB: rework print preview contextMaxim Monastirsky1-29/+57
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-10/+10
2021-05-17split OutputDevice from WindowNoel Grandin1-2/+2
2021-04-19notebookbar: minify for onlineSzymon Kłos1-5/+1
2021-03-04Init Notebookbar for Online Drawmert1-1/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+6
2020-12-07move various notebookbar widgets into vclCaolán McNamara1-1/+1
2020-10-19use tools::Long in vclNoel1-1/+1
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara1-1/+1
2020-07-03notebookbar: allow to create multiple instances for onlineSzymon Kłos1-2/+10
2020-07-02notebookbar: build using weld::BuilderSzymon Kłos1-19/+60
2020-01-06Don't crash on exiting print preview with NotebookbarMike Kaganski1-7/+25
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann1-1/+1
2019-09-03Ensure that VCL builder entry points use proper function typeMike Kaganski1-1/+1
2019-07-28loplugin:oncevarNoel Grandin1-2/+1
2019-07-19Engine to add Extension inside extension tab in NotebookBarSumit Chauhan1-5/+7
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen1-4/+3
2019-06-21User directory path changedSumit Chauhan1-1/+3
2019-06-14Refactoring - Converting private methods to static non-member methodsSumit Chauhan1-14/+17
2019-06-04Rendering notebookbar*.ui file from user/share directorySumit Chauhan1-2/+22
2019-02-11loplugin:indentation in vclNoel Grandin1-2/+2
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen1-0/+2
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-07-04Notebookbar:Context for printpreview is now workingKshitij Pathania1-2/+19
2018-05-30tdf#112034 , tdf#107266 label color on basis of persona and personaKshitij Pathania1-3/+57
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-1/+1
2017-10-18tdf#107224 use correct bg for notebookbarSzymon Kłos1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-21Notebookbar: multiple context containers supportSzymon Kłos1-3/+21
2017-03-16tdf#103235 Notebookbar: use persona themeSzymon Kłos1-0/+21
2017-03-15tdf#105040 Notebookbar: added shortcuts toolboxSzymon Kłos1-6/+0
2017-02-24Notebookbar: Better resize supportSzymon Kłos1-0/+15
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-6/+2
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-1/+1
2017-01-05Improve last commitMaxim Monastirsky1-7/+2
2017-01-05tdf#102059 NotebookBar accessible using F6 keySzymon Kłos1-0/+27
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann1-1/+0
2016-10-01Notebookbar: fixed context handlingSzymon Kłos1-11/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-25GSoC notebookbar: container with context supportSzymon Kłos1-5/+9
2016-07-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1