summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann28-52/+52
2021-04-30tdf#79049 speed up OOXML workbook loadNoel Grandin2-10/+11
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin4-109/+74
2021-04-28framework: allow loading a component on the main thread, using XDesktopMiklos Vajna1-1/+20
2021-04-28use string_view in INetURLObject::encodeNoel Grandin2-3/+3
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-27tdf#141164: Add an expert config for WebDAV redirection detectionMike Kaganski1-1/+2
2021-04-26drop mask from BitmapExNoel Grandin1-2/+2
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-04-22Call forgotten Init in toolbarmanagerSzymon Kłos1-0/+2
2021-04-19convert some #define to OUStringLiteralNoel Grandin1-1/+1
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin2-8/+8
2021-04-10Fix typo in codeAndrea Gelmini1-2/+2
2021-04-09Avoid user interaction when determining recent documents' MIME typesStephan Bergmann1-1/+1
2021-04-08Typos in code with variables containing "inital"->"initial"Julien Nabet2-4/+4
2021-04-08update PCHsLuboš Luňák1-1/+3
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-2/+5
2021-04-07rtl::Static -> function local staticNoel Grandin3-18/+6
2021-04-06Following 6fcabbd6199869753fd6a266f23901962a77f556Julien Nabet1-4/+4
2021-04-06translation domain of sfx for .ui in framework doesn't look rightCaolán McNamara5-46/+2
2021-04-06update pchesCaolán McNamara1-1/+3
2021-04-06tdf#129153: Show MIME type icon in main menu File>Recent documents listBayram Çiçek1-1/+17
2021-04-06Extend ToolBarManager to build weld::ToolbarSzymon Kłos8-167/+722
2021-04-02weld SubToolBarControllerSzymon Kłos3-13/+122
2021-04-01lok: remove frame action listener when disposingHenry Castro5-0/+21
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel1-6/+6
2021-03-26loplugin:flattenNoel1-31/+30
2021-03-25const OUString -> const OUStringLiteralMike Kaganski11-17/+17
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC136-544/+136
2021-03-23use single-use attribute for ContextChangeEventMultiplexerNoel Grandin5-21/+15
2021-03-22use single-use attribute for GlobalAcceleratorConfigurationNoel Grandin2-18/+5
2021-03-22use single-use attribute for PathSettingsNoel Grandin2-22/+8
2021-03-22use single-use attribute for JobExecutorNoel Grandin2-22/+6
2021-03-22use single-use attribute for AutoRecoveryNoel Grandin2-22/+7
2021-03-21use single-use attribute for TaskCreatorServiceNoel Grandin2-19/+3
2021-03-21use single-use attribute for ModuleManagerNoel Grandin2-18/+3
2021-03-21use single-use attribute for SubstitutePathVariablesNoel Grandin2-19/+3
2021-03-21update pchesCaolán McNamara1-1/+2
2021-03-20use single-use attribute for StatusBarControllerFactoryNoel2-21/+3
2021-03-20use single-use attribute for UICommandDescriptionNoel2-23/+3
2021-03-20use single-use attribute for UICategoryDescriptionNoel2-19/+3
2021-03-20use single-use attribute for ToolbarControllerFactoryNoel2-21/+3
2021-03-19use single-use attribute for PopupMenuControllerFactoryNoel2-21/+3
2021-03-19use single-use attribute for WindowStateConfigurationNoel2-19/+3
2021-03-19use single-use attribute for ModuleUIConfigurationManagerSupplierNoel2-19/+3
2021-03-19use single-use attribute for UIElementFactoryManagerNoel2-19/+3
2021-03-19use single-use attribute for WindowContentFactoryManagerNoel2-19/+3
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1