summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* fix crash seen when experimenting with tdf#129547Caolán McNamara2023-04-051-1/+4
* tdf#151376 framework: fix calling in-document macros with reused framesMiklos Vajna2022-12-153-0/+15
* tdf#152134 Customize: assign user macro to menu hangsNoel Grandin2022-12-061-21/+12
* tdf#150779 tdf#150856 Revert "VCL add vcl::WindowPosSize ...Michael Weghorn2022-09-141-1/+1
* Missing colon in toolbar help idsMaxim Monastirsky2022-08-101-1/+1
* tdf#149966 Crash on Windows and freeze on Linux when customizing MenuNoel Grandin2022-08-081-21/+13
* tdf#150249 close of popover not detectedCaolán McNamara2022-08-041-12/+16
* Show start center when closing last documentSamuel Mehrbrodt2022-06-161-4/+9
* VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski2022-06-081-1/+1
* clang-tidy modernize-pass-by-value in frameworkNoel Grandin2022-06-02103-228/+286
* Drop unnecessary cast to intStephan Bergmann2022-05-311-1/+1
* cid#1504574 Resource leakCaolán McNamara2022-05-301-1/+13
* framework: fix crash on Writer startup when using --enable-ext-wiki-publisherMiklos Vajna2022-05-301-2/+3
* tdf#149170 framework,sfx2: don't add ReadOnly=falseMichael Stahl2022-05-271-2/+5
* tdf#149261 sdext: fix crash on starting the presenter console for the 2nd timeMiklos Vajna2022-05-261-1/+8
* elide temporary vector in PathSettings::impl_convertPath2OldStyleNoel Grandin2022-05-251-14/+9
* tdf#149176 tdf#149178 fix Save autorecovery information.. optionTünde Tóth2022-05-231-2/+4
* elide some OUString allocationNoel Grandin2022-05-171-7/+14
* tdf#123877 sc XLSX: don't freeze during saving recoveryLászló Németh2022-05-171-1/+16
* osl::Mutex->std::mutex in framework::TransactionManagerNoel Grandin2022-05-171-4/+4
* use more string_view in URLTransformer::parseStrictNoel Grandin2022-05-161-1/+1
* tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin2022-05-141-1/+1
* simplify initialisation in ToolBarManager::CreateControllersNoel Grandin2022-05-141-23/+9
* speed up simple use of NamedValueCollectionNoel Grandin2022-05-121-2/+1
* tdf#121740 avoid some temporary OUString constructionNoel Grandin2022-05-121-6/+2
* framework: fix lock assert in Job::execute()Michael Stahl2022-05-121-6/+19
* Drop unnecessary cast to intStephan Bergmann2022-05-112-2/+2
* tdf#147590 update OLE object after document refreshJuergen Funk2022-05-101-0/+2
* osl::Mutex->std::mutex in framework::ToolBarManagerNoel Grandin2022-05-082-10/+13
* osl::Mutex->std::mutex in framework::StatusBarManagerNoel Grandin2022-05-072-9/+13
* loplugin:unusedvariableplusNoel Grandin2022-05-052-7/+0
* use more o3tl::getTokenNoel Grandin2022-05-053-30/+32
* Just use Any ctor instead of makeAny in frameworkStephan Bergmann2022-05-0435-147/+147
* framework: avoid re-creating protocol handler instances all the timeMiklos Vajna2022-05-022-5/+19
* Align macro menu in start center with other placesSamuel Mehrbrodt2022-05-011-0/+1
* use more string_view in variousNoel Grandin2022-05-016-26/+29
* use more string_view in INetURLObjectNoel Grandin2022-04-295-8/+8
* officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl2022-04-261-4/+6
* Drop a bit more special-casing for Chart's sidebar property deckMike Kaganski2022-04-221-17/+0
* loplugin:stringviewparam convert methods using copy()Noel Grandin2022-04-172-5/+5
* loplugin:stringviewparam whitelist some more functionsNoel Grandin2022-04-1319-66/+73
* loplugin:stringview more o3tl conversionNoel Grandin2022-04-121-1/+1
* loplugin:stringview add check for getToken().toInt32Noel Grandin2022-04-111-4/+5
* move comphelper::string::toInt32 to o3tlNoel Grandin2022-04-081-2/+2
* use more subView when converting to Int32Noel Grandin2022-04-081-1/+2
* loplugin:stringviewparam convert methods using indexOfNoel Grandin2022-04-029-19/+17
* Fold MenuBarManager::Destroy into its only call siteStephan Bergmann2022-03-252-13/+5
* tdf#147668: Destroy still needs to do its work when called from disposingStephan Bergmann2022-03-251-3/+0
* Solve exception in implts_flushConfigItemJuergen Funk2022-03-221-1/+1
* loplugin:constparamsNoel Grandin2022-03-112-2/+2