summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák3-123/+15
2020-01-30loplugin:unusedfieldsNoel Grandin2-8/+0
2020-01-28remove some unused local varsNoel Grandin1-2/+0
2020-01-28New loplugin:unsignedcompareStephan Bergmann4-7/+11
2020-01-27Use properly typed variables for iterationStephan Bergmann1-4/+4
2020-01-26rename some local variablesNoel Grandin2-2/+2
2020-01-25lok: status update - avoid SIGFPE on zero range.Michael Meeks1-4/+7
2020-01-24tdf#130096 Wrap Sidebar update use common .uno commands and layoutandreas kainz1-0/+4
2020-01-21remove unused GSOC 2005 "Tabbed Document Windows for OOo"Caolán McNamara10-1234/+0
2020-01-20loplugin:unusedfieldsNoel Grandin1-1/+0
2020-01-17m_aListenerContainer is effectively unused hereNoel Grandin2-17/+4
2020-01-15hold SolarMutex on calling vcl toolbox enable itemCaolán McNamara1-0/+1
2020-01-15tdf#125089 Fix shoowing a separator in View-User interfaces submenusRoman Kuznetsov1-1/+2
2020-01-14loplugin:finalclasses in frameworkNoel Grandin72-113/+92
2020-01-13loplugin:unusedfieldsNoel Grandin2-2/+0
2020-01-09tdf#129600 Delete "Formula bar" item from View-ToolbarsRoman Kuznetsov1-3/+1
2020-01-08Fix typo/grammarAndrea Gelmini1-1/+1
2020-01-07Fix typoAndrea Gelmini1-1/+1
2020-01-07Fix typoAndrea Gelmini1-2/+2
2020-01-07Fix typoAndrea Gelmini1-2/+2
2020-01-06weld AreaPropertyPanelCaolán McNamara12-64/+64
2020-01-06Don't crash on exiting print preview with NotebookbarMike Kaganski1-1/+1
2020-01-06Display menu item keyboard shortcuts in toolbar menuJim Raykowski1-0/+6
2019-12-28Fix typoAndrea Gelmini1-1/+1
2019-12-23tdf#46037: remove configurationhelper in framework/helponstartupJulien Nabet2-20/+9
2019-12-23tdf#46037: use officecfg/SetupJulien Nabet2-25/+10
2019-12-19sal_Char->char in forms..frameworkNoel Grandin6-6/+6
2019-12-17Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Stephan Bergmann1-34/+8
2019-12-12Remove redundant member clear() from dtorStephan Bergmann1-7/+0
2019-12-04-Werror=maybe-uninitializedStephan Bergmann1-1/+1
2019-12-04Harmonize mask value notation (across DocState and Job enums)Stephan Bergmann1-1/+1
2019-12-04use scoped enumStephan Bergmann1-111/+117
2019-12-03enum WindowsStateMask type itself is unusedStephan Bergmann1-1/+1
2019-12-03use scoped enumStephan Bergmann1-81/+89
2019-12-02Disable macro menu entries when DisableMacrosExecution is setSamuel Mehrbrodt1-0/+5
2019-12-02loplugin:mergeclasses TransactionBase with DesktopNoel Grandin3-55/+4
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann5-5/+5
2019-11-30Rewrite uses of boost::optionalStephan Bergmann2-2/+2
2019-11-27do not claim in titlebar test that OpenGL is enabled if it's notLuboš Luňák1-1/+2
2019-11-26tdf#94288: Show chart props sidebar on activationMuhammet Kara1-3/+21
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara7-15/+29
2019-11-24cppcheck: performing init in init list (filter/fpicker/framework)Julien Nabet4-21/+11
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann14-0/+80
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen131-656/+104
2019-11-19make some classes module-privateNoel Grandin13-31/+29
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann3-0/+12
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen160-451/+148
2019-11-10Typo meesages->messages (framework)Julien Nabet1-1/+1
2019-11-08Combine LoadEnv's initializeLoading and startLoadingStephan Bergmann3-34/+23
2019-11-07MenuBarManager: Honor visible property of menu itemsMaxim Monastirsky2-8/+12