summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Expand)AuthorFilesLines
2021-07-19merge ModuleImageManager into ImageManagerNoel Grandin4-177/+14
2021-07-15lok: include the label of the status indicatorHenry Castro1-1/+1
2021-07-13framework, sfx2: catch more exceptions when the object is already disposedMiklos Vajna1-1/+16
2021-07-08make SetParentToDefaultWindow available from vcl onlyCaolán McNamara1-3/+0
2021-07-08SolarMutexGuard::clear called twice where the 2nd call site should undo the 1stCaolán McNamara1-2/+2
2021-07-07tdf#132740 improve TagWindowAsModifiedNoel Grandin1-65/+31
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin3-12/+9
2021-06-26loplugin:finalclasses in frameworkNoel Grandin2-2/+2
2021-06-25tdf#143047: When no properties for command, use those from item containerMike Kaganski1-0/+2
2021-06-18hold SvtSysLocale for lifetime of returned GetUILanguageTag referenceCaolán McNamara2-4/+9
2021-06-17use string_view in the Translate APINoel Grandin1-1/+1
2021-06-15remove some unnecessary LanguageType copiesNoel Grandin2-17/+17
2021-06-10loplugin:unnecessaryreturn AddonsOptions_ImplNoel Grandin1-12/+8
2021-06-08Resolves tdf#131817 - Option to globally switch toolbar locking on/offHeiko Tietze2-3/+3
2021-05-31no need to allocate these separatelyNoel Grandin1-12/+12
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