summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)Author
2022-05-27tdf#149170 framework,sfx2: don't add ReadOnly=falseMichael Stahl
2022-05-26tdf#149261 sdext: fix crash on starting the presenter console for the 2nd timeMiklos Vajna
2022-05-25elide temporary vector in PathSettings::impl_convertPath2OldStyleNoel Grandin
2022-05-23tdf#149176 tdf#149178 fix Save autorecovery information.. optionTünde Tóth
2022-05-17elide some OUString allocationNoel Grandin
2022-05-17tdf#123877 sc XLSX: don't freeze during saving recoveryLászló Németh
2022-05-17osl::Mutex->std::mutex in framework::TransactionManagerNoel Grandin
2022-05-16use more string_view in URLTransformer::parseStrictNoel Grandin
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin
2022-05-14simplify initialisation in ToolBarManager::CreateControllersNoel Grandin
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin
2022-05-12tdf#121740 avoid some temporary OUString constructionNoel Grandin
2022-05-12framework: fix lock assert in Job::execute()Michael Stahl
2022-05-11Drop unnecessary cast to intStephan Bergmann
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk
2022-05-08osl::Mutex->std::mutex in framework::ToolBarManagerNoel Grandin
2022-05-07osl::Mutex->std::mutex in framework::StatusBarManagerNoel Grandin
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in frameworkStephan Bergmann
2022-05-02framework: avoid re-creating protocol handler instances all the timeMiklos Vajna
2022-05-01Align macro menu in start center with other placesSamuel Mehrbrodt
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl
2022-04-22Drop a bit more special-casing for Chart's sidebar property deckMike Kaganski
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-25Fold MenuBarManager::Destroy into its only call siteStephan Bergmann
2022-03-25tdf#147668: Destroy still needs to do its work when called from disposingStephan Bergmann
2022-03-22Solve exception in implts_flushConfigItemJuergen Funk
2022-03-11loplugin:constparamsNoel Grandin
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2022-03-04tdf#45904: Remove ScHeaderFieldObj Java testJens Carl
2022-03-01Fix typosAndrea Gelmini
2022-03-01tdf#45904 Move XComponent Java test to C++Jens Carl
2022-02-28tdf#45904 Move XElementAccess Java test to C++Jens Carl
2022-02-23CppunitTest_framework_dispatch: remove duplicated dispatchCommandXisco Fauli
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2022-01-15include memory for std::unique_ptrCaolán McNamara
2022-01-15tdf#146754: consider xyz:123 as host:port when parsing URLs smartMike Kaganski
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin