summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-03keep ImplDockingWindowWrapper DLL_PRIVATE and use DockingManagerCaolán McNamara1-4/+3
2021-03-02tdf#116136 don't show status bar LangSelection control tool tipJim Raykowski1-0/+3
2021-03-02Fix null-pointer-useStephan Bergmann1-1/+1
2021-03-01loplugin:refcounting in sfx2Noel2-4/+6
2021-02-27hide some FloatingWindow detailsCaolán McNamara1-1/+0
2021-02-25allow use of FloatWinPopupFlags without including complete floatwin.hxxCaolán McNamara1-1/+0
2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara2-0/+2
2021-02-23fill convert menu via the css::awt::XPopupMenu apisCaolán McNamara1-95/+62
2021-02-21loplugin:refcounting in frameworkNoel36-200/+127
2021-02-16loplugin:referencecasting in editeng..frameworkNoel7-11/+11
2021-01-29loplugin:stringviewparam extend to new..Noel4-7/+7
2021-01-28simplify code, use more subView()Noel1-4/+2
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-1/+1
2021-01-26loplugin:passstuffbyrefNoel3-3/+3