summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* sfx2: try to fix lifecycle of SfxOfficeDispatchMichael Stahl2021-07-012-0/+34
* 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
* dtd files are not xml files and shouldn't have xml headersCaolán McNamara2021-06-097-7/+0
* Resolves tdf#131817 - Option to globally switch toolbar locking on/offHeiko Tietze2021-06-083-3/+4
* fix leak in CppunitTest_framework_servicesNoel Grandin2021-06-011-1/+1
* no need to allocate these separatelyNoel Grandin2021-05-312-15/+16
* 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-0228-52/+52
* 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
* update PCHsLuboš Luňák2021-04-081-1/+3
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-2/+5
* 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-065-46/+2
* update pchesCaolán McNamara2021-04-061-1/+3
* 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-068-167/+722
* weld SubToolBarControllerSzymon Kłos2021-04-023-13/+122
* 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
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* tdf#124176 Use pragma once in f*Vincent LE GARREC2021-03-23136-544/+136
* use single-use attribute for ContextChangeEventMultiplexerNoel Grandin2021-03-235-21/+15
* use single-use attribute for GlobalAcceleratorConfigurationNoel Grandin2021-03-222-18/+5
* use single-use attribute for PathSettingsNoel Grandin2021-03-222-22/+8
* use single-use attribute for JobExecutorNoel Grandin2021-03-222-22/+6
* use single-use attribute for AutoRecoveryNoel Grandin2021-03-222-22/+7
* use single-use attribute for TaskCreatorServiceNoel Grandin2021-03-212-19/+3
* use single-use attribute for ModuleManagerNoel Grandin2021-03-212-18/+3
* use single-use attribute for SubstitutePathVariablesNoel Grandin2021-03-212-19/+3
* update pchesCaolán McNamara2021-03-211-1/+2
* use single-use attribute for StatusBarControllerFactoryNoel2021-03-202-21/+3
* use single-use attribute for UICommandDescriptionNoel2021-03-202-23/+3