summaryrefslogtreecommitdiffstats
path: root/framework/source
Commit message (Expand)AuthorAgeFilesLines
* tdf#146219: don't try to detect if a recent file is a directoryMike Kaganski2021-12-171-2/+4
* tdf#143971 Removes pop-up dialog for read-only documentsMatt K2021-11-181-15/+0
* framework: allow tests to run with read-only $SRCDIRMichael Stahl2021-10-201-0/+15
* WaE: 'else' branch doesn't make sense, dereferences nullCaolán McNamara2021-10-041-11/+0
* framework: fix multiple-free in VclToolBarManager::Destroy()Michael Stahl2021-07-202-4/+6
* SolarMutexGuard::clear called twice where the 2nd call site should undo the 1stCaolán McNamara2021-07-081-2/+2
* tdf#143047: When no properties for command, use those from item containerMike Kaganski2021-06-281-0/+2
* loplugin:unnecessaryreturn AddonsOptions_ImplNoel Grandin2021-06-101-12/+8
* Resolves tdf#131817 - Option to globally switch toolbar locking on/offHeiko Tietze2021-06-082-3/+3
* no need to allocate these separatelyNoel Grandin2021-05-311-12/+12
* split OutputDevice from WindowNoel Grandin2021-05-171-1/+1
* loplugin:constmethodNoel Grandin2021-05-051-1/+1
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-0215-27/+27
* tdf#79049 speed up OOXML workbook loadNoel Grandin2021-04-302-10/+11
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-294-109/+74
* framework: allow loading a component on the main thread, using XDesktopMiklos Vajna2021-04-281-1/+20
* use string_view in INetURLObject::encodeNoel Grandin2021-04-282-3/+3
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-1/+1
* tdf#141164: Add an expert config for WebDAV redirection detectionMike Kaganski2021-04-271-1/+2
* drop mask from BitmapExNoel Grandin2021-04-261-2/+2
* no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2021-04-221-1/+1
* Call forgotten Init in toolbarmanagerSzymon Kłos2021-04-221-0/+2
* convert some #define to OUStringLiteralNoel Grandin2021-04-191-1/+1
* loplugin:stringliteralvar look for assignmentsNoel Grandin2021-04-152-8/+8
* Fix typo in codeAndrea Gelmini2021-04-101-2/+2
* Avoid user interaction when determining recent documents' MIME typesStephan Bergmann2021-04-091-1/+1
* Typos in code with variables containing "inital"->"initial"Julien Nabet2021-04-082-4/+4
* rtl::Static -> function local staticNoel Grandin2021-04-073-18/+6
* Following 6fcabbd6199869753fd6a266f23901962a77f556Julien Nabet2021-04-061-4/+4
* translation domain of sfx for .ui in framework doesn't look rightCaolán McNamara2021-04-062-2/+2
* tdf#129153: Show MIME type icon in main menu File>Recent documents listBayram Çiçek2021-04-061-1/+17
* Extend ToolBarManager to build weld::ToolbarSzymon Kłos2021-04-064-163/+617
* weld SubToolBarControllerSzymon Kłos2021-04-021-13/+100
* lok: remove frame action listener when disposingHenry Castro2021-04-015-0/+21
* drop operator bool and operator! from Bitmap and BitmapExNoel2021-03-281-6/+6
* loplugin:flattenNoel2021-03-261-31/+30
* const OUString -> const OUStringLiteralMike Kaganski2021-03-2511-17/+17
* tdf#124176 Use pragma once in f*Vincent LE GARREC2021-03-2319-76/+19
* use single-use attribute for ContextChangeEventMultiplexerNoel Grandin2021-03-233-20/+11
* use single-use attribute for GlobalAcceleratorConfigurationNoel Grandin2021-03-221-17/+3
* use single-use attribute for PathSettingsNoel Grandin2021-03-221-21/+6
* use single-use attribute for JobExecutorNoel Grandin2021-03-221-21/+4
* use single-use attribute for AutoRecoveryNoel Grandin2021-03-221-21/+5
* use single-use attribute for TaskCreatorServiceNoel Grandin2021-03-211-18/+1
* use single-use attribute for ModuleManagerNoel Grandin2021-03-211-17/+1
* use single-use attribute for SubstitutePathVariablesNoel Grandin2021-03-211-18/+1
* use single-use attribute for StatusBarControllerFactoryNoel2021-03-201-20/+1
* use single-use attribute for UICommandDescriptionNoel2021-03-201-22/+1
* use single-use attribute for UICategoryDescriptionNoel2021-03-201-18/+1
* use single-use attribute for ToolbarControllerFactoryNoel2021-03-201-20/+1