summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Expand)AuthorFilesLines
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann15-27/+27
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-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 McNamara2-2/+2
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łos4-163/+617
2021-04-02weld SubToolBarControllerSzymon Kłos1-13/+100
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-23tdf#124176 Use pragma once in f*Vincent LE GARREC19-76/+19
2021-03-23use single-use attribute for ContextChangeEventMultiplexerNoel Grandin3-20/+11
2021-03-22use single-use attribute for GlobalAcceleratorConfigurationNoel Grandin1-17/+3
2021-03-22use single-use attribute for PathSettingsNoel Grandin1-21/+6
2021-03-22use single-use attribute for JobExecutorNoel Grandin1-21/+4
2021-03-22use single-use attribute for AutoRecoveryNoel Grandin1-21/+5
2021-03-21use single-use attribute for TaskCreatorServiceNoel Grandin1-18/+1
2021-03-21use single-use attribute for ModuleManagerNoel Grandin1-17/+1
2021-03-21use single-use attribute for SubstitutePathVariablesNoel Grandin1-18/+1
2021-03-20use single-use attribute for StatusBarControllerFactoryNoel1-20/+1
2021-03-20use single-use attribute for UICommandDescriptionNoel1-22/+1
2021-03-20use single-use attribute for UICategoryDescriptionNoel1-18/+1
2021-03-20use single-use attribute for ToolbarControllerFactoryNoel1-20/+1
2021-03-19use single-use attribute for PopupMenuControllerFactoryNoel1-20/+1
2021-03-19use single-use attribute for WindowStateConfigurationNoel1-18/+1
2021-03-19use single-use attribute for ModuleUIConfigurationManagerSupplierNoel1-18/+1
2021-03-19use single-use attribute for UIElementFactoryManagerNoel1-18/+1
2021-03-19use single-use attribute for WindowContentFactoryManagerNoel1-18/+1
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-03-12drop PNGReader and use only PngImageReaderLuboš Luňák1-3/+3
2021-03-12use preferred variant when window arg is nullCaolán McNamara1-1/+1
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel17-54/+54
2021-03-08clean up some more dynamic/static castingNoel1-1/+1