summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2020-03-23make more classes private in mergedlibs modeNoel Grandin10-10/+20
2020-03-17tdf#127205 call shutdown in terminate, if not execJan-Marek Glogowski1-1/+3
2020-03-12comparison operators should be constNoel Grandin1-1/+1
2020-03-02Fix typoAndrea Gelmini1-1/+1
2020-03-02tdf#129096: Document Recovery: Use TypeDetection on loadVasily Melenchuk1-0/+32
2020-02-24tdf#130163 Show undock or dock menu item in toolbar menuJim Raykowski4-7/+40
2020-02-22tdf#127205 split Desktop::terminate processJan-Marek Glogowski2-73/+78
2020-02-21Drop o3tl::optional wrapperStephan Bergmann5-5/+5
2020-02-17Drop needless junit and python make conditionalsJan-Marek Glogowski1-2/+0
2020-02-16clang-format f*,h* with under 5-percent lines of changeMuhammet Kara1-4/+2
2020-02-12tdf#126700 allow replacing the default documentsJan-Marek Glogowski1-6/+4
2020-02-10Revert "tdf#129096 Don't autosave encrypted documents"Thorsten Behrens1-8/+2
2020-02-08tdf#129096 Don't autosave encrypted documentsThorsten Behrens1-2/+8
2020-02-08replace some more copy/clear with swapNoel Grandin1-4/+5
2020-02-08Fix typoAndrea Gelmini1-1/+1
2020-02-08move some headers inside frameworkNoel Grandin16-19/+307
2020-02-07Fix typoAndrea Gelmini1-1/+1
2020-02-07test: move component context from subclasses to BootstrapFixtureMiklos Vajna1-2/+0
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