Age | Commit message (Expand) | Author |
2022-05-17 | osl::Mutex->std::mutex in framework::TransactionManager | Noel Grandin |
2022-05-16 | use more string_view in URLTransformer::parseStrict | Noel Grandin |
2022-05-14 | tdf#121740 cache hashcode in SequenceAsHashMap | Noel Grandin |
2022-05-14 | simplify initialisation in ToolBarManager::CreateControllers | Noel Grandin |
2022-05-12 | speed up simple use of NamedValueCollection | Noel Grandin |
2022-05-12 | tdf#121740 avoid some temporary OUString construction | Noel Grandin |
2022-05-12 | framework: fix lock assert in Job::execute() | Michael Stahl |
2022-05-11 | Drop unnecessary cast to int | Stephan Bergmann |
2022-05-10 | tdf#147590 update OLE object after document refresh | Juergen Funk |
2022-05-08 | osl::Mutex->std::mutex in framework::ToolBarManager | Noel Grandin |
2022-05-07 | osl::Mutex->std::mutex in framework::StatusBarManager | Noel Grandin |
2022-05-05 | loplugin:unusedvariableplus | Noel Grandin |
2022-05-05 | use more o3tl::getToken | Noel Grandin |
2022-05-04 | Just use Any ctor instead of makeAny in framework | Stephan Bergmann |
2022-05-02 | framework: avoid re-creating protocol handler instances all the time | Miklos Vajna |
2022-05-01 | Align macro menu in start center with other places | Samuel Mehrbrodt |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-26 | officecfg,unotools,framework,sfx2: store ReadOnly for recent docs | Michael Stahl |
2022-04-22 | Drop a bit more special-casing for Chart's sidebar property deck | Mike Kaganski |
2022-04-17 | loplugin:stringviewparam convert methods using copy() | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-04-11 | loplugin:stringview add check for getToken().toInt32 | Noel Grandin |
2022-04-08 | move comphelper::string::toInt32 to o3tl | Noel Grandin |
2022-04-08 | use more subView when converting to Int32 | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2022-03-25 | Fold MenuBarManager::Destroy into its only call site | Stephan Bergmann |
2022-03-25 | tdf#147668: Destroy still needs to do its work when called from disposing | Stephan Bergmann |
2022-03-22 | Solve exception in implts_flushConfigItem | Juergen Funk |
2022-03-11 | loplugin:constparams | Noel Grandin |
2022-03-07 | do not pass XComponentContext to officecfg::...::get() calls | Luboš Luňák |
2022-03-04 | tdf#45904: Remove ScHeaderFieldObj Java test | Jens Carl |
2022-03-01 | Fix typos | Andrea Gelmini |
2022-03-01 | tdf#45904 Move XComponent Java test to C++ | Jens Carl |
2022-02-28 | tdf#45904 Move XElementAccess Java test to C++ | Jens Carl |
2022-02-23 | CppunitTest_framework_dispatch: remove duplicated dispatchCommand | Xisco Fauli |
2022-02-22 | Add XWeak constructor and operator= to uno::WeakReference | Noel Grandin |
2022-01-20 | WASM make test file loading work | Armin Le Grand (Allotropia) |
2022-01-20 | WASM --enable-wasm-strip now skips lots of LO code | Armin Le Grand (Allotropia) |
2022-01-17 | Recheck modules [e-f]* with IWYU | Gabor Kelemen |
2022-01-15 | include memory for std::unique_ptr | Caolán McNamara |
2022-01-15 | tdf#146754: consider xyz:123 as host:port when parsing URLs smart | Mike Kaganski |
2022-01-14 | make comphelper::OInterfaceContainerHelper4 more threadsafe | Noel Grandin |
2022-01-11 | OReadStatusBarDocumentHandler doesnt need SolarMutex | Noel Grandin |
2022-01-11 | OWriteToolBoxDocumentHandler doesnt need SolarMutex | Noel Grandin |
2022-01-11 | OWriteImagesDocumentHandler doesnt need SolarMutex | Noel Grandin |
2022-01-11 | OReadImagesDocumentHandler doesn't need SolarMutex | Noel Grandin |
2022-01-08 | move UserData bodge into VCLXMenu | Caolán McNamara |
2021-12-27 | use comphelper::WeakComponentImplHelper in WindowContentFactoryManager | Noel Grandin |