summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2022-05-04Just use Any ctor instead of makeAny in frameworkStephan Bergmann35-147/+147
2022-05-02framework: avoid re-creating protocol handler instances all the timeMiklos Vajna2-5/+19
2022-05-01Align macro menu in start center with other placesSamuel Mehrbrodt1-0/+1
2022-05-01use more string_view in variousNoel Grandin6-26/+29
2022-04-29use more string_view in INetURLObjectNoel Grandin5-8/+8
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl1-4/+6
2022-04-22Drop a bit more special-casing for Chart's sidebar property deckMike Kaganski1-17/+0
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin2-5/+5
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin19-66/+73
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+1
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-4/+5
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-2/+2
2022-04-08use more subView when converting to Int32Noel Grandin1-1/+2
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin9-19/+17
2022-03-25Fold MenuBarManager::Destroy into its only call siteStephan Bergmann2-13/+5
2022-03-25tdf#147668: Destroy still needs to do its work when called from disposingStephan Bergmann1-3/+0
2022-03-22Solve exception in implts_flushConfigItemJuergen Funk1-1/+1
2022-03-11loplugin:constparamsNoel Grandin2-2/+2
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák5-32/+29
2022-03-04tdf#45904: Remove ScHeaderFieldObj Java testJens Carl1-1/+0
2022-03-01Fix typosAndrea Gelmini1-1/+1
2022-03-01tdf#45904 Move XComponent Java test to C++Jens Carl1-1/+0
2022-02-28tdf#45904 Move XElementAccess Java test to C++Jens Carl1-1/+0
2022-02-23CppunitTest_framework_dispatch: remove duplicated dispatchCommandXisco Fauli1-20/+0
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin1-1/+1
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)1-0/+3
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)3-1/+16
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen28-36/+11
2022-01-15include memory for std::unique_ptrCaolán McNamara1-0/+2
2022-01-15tdf#146754: consider xyz:123 as host:port when parsing URLs smartMike Kaganski1-0/+24
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin3-18/+18
2022-01-11OReadStatusBarDocumentHandler doesnt need SolarMutexNoel Grandin1-12/+0
2022-01-11OWriteToolBoxDocumentHandler doesnt need SolarMutexNoel Grandin1-12/+0
2022-01-11OWriteImagesDocumentHandler doesnt need SolarMutexNoel Grandin1-2/+0
2022-01-11OReadImagesDocumentHandler doesn't need SolarMutexNoel Grandin1-8/+0
2022-01-08move UserData bodge into VCLXMenuCaolán McNamara2-8/+7
2021-12-27use comphelper::WeakComponentImplHelper in WindowContentFactoryManagerNoel Grandin1-19/+16
2021-12-27use comphelper::WeakComponentImplHelper in UIElementFactoryManagerNoel Grandin1-50/+45
2021-12-27use comphelper::WeakComponentImplHelper in UIControllerFactoryNoel Grandin1-16/+13
2021-12-26use comphelper::WeakComponentImplHelper in StatusbarItemNoel Grandin2-13/+9
2021-12-26use comphelper::WeakComponentImplHelper in UICommandDescriptionNoel Grandin2-13/+9
2021-12-26use comphelper::WeakComponentImplHelper in SubstitutePathVariablesNoel Grandin1-9/+6
2021-12-26use comphelper::WeakComponentImplHelper in TaskCreatorServiceNoel Grandin1-7/+4
2021-12-26use comphelper::WeakComponentImplHelper in WindowStateConfigurationNoel Grandin1-10/+7
2021-12-25use comphelper::WeakComponentImplHelper in MenuBarManagerNoel Grandin2-13/+11
2021-12-25use comphelper::WeakComponentImplHelper in ContextChangeEventMultiplexerNoel Grandin1-8/+8
2021-12-25use comphelper::WeakComponentImplHelper in ModuleUIConfigurationManagerSupplierNoel Grandin1-13/+9
2021-12-22cleanup AcceleratorCacheNoel Grandin1-15/+5
2021-12-21Fix typoAndrea Gelmini1-1/+1
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin10-585/+581