summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2022-12-15tdf#151376 framework: fix calling in-document macros with reused framesMiklos Vajna3-0/+15
2022-12-06tdf#152134 Customize: assign user macro to menu hangsNoel Grandin1-21/+12
2022-09-14tdf#150779 tdf#150856 Revert "VCL add vcl::WindowPosSize ...Michael Weghorn1-1/+1
2022-08-10Missing colon in toolbar help idsMaxim Monastirsky1-1/+1
2022-08-08tdf#149966 Crash on Windows and freeze on Linux when customizing MenuNoel Grandin1-21/+13
2022-08-04tdf#150249 close of popover not detectedCaolán McNamara1-12/+16
2022-06-16Show start center when closing last documentSamuel Mehrbrodt1-4/+9
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski1-1/+1
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin103-228/+286
2022-05-31Drop unnecessary cast to intStephan Bergmann1-1/+1
2022-05-30cid#1504574 Resource leakCaolán McNamara1-1/+13
2022-05-30framework: fix crash on Writer startup when using --enable-ext-wiki-publisherMiklos Vajna1-2/+3
2022-05-27tdf#149170 framework,sfx2: don't add ReadOnly=falseMichael Stahl1-2/+5
2022-05-26tdf#149261 sdext: fix crash on starting the presenter console for the 2nd timeMiklos Vajna1-1/+8
2022-05-25elide temporary vector in PathSettings::impl_convertPath2OldStyleNoel Grandin1-14/+9
2022-05-23tdf#149176 tdf#149178 fix Save autorecovery information.. optionTünde Tóth1-2/+4
2022-05-17elide some OUString allocationNoel Grandin1-7/+14
2022-05-17tdf#123877 sc XLSX: don't freeze during saving recoveryLászló Németh1-1/+16
2022-05-17osl::Mutex->std::mutex in framework::TransactionManagerNoel Grandin1-4/+4
2022-05-16use more string_view in URLTransformer::parseStrictNoel Grandin1-1/+1
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin1-1/+1
2022-05-14simplify initialisation in ToolBarManager::CreateControllersNoel Grandin1-23/+9
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin1-2/+1
2022-05-12tdf#121740 avoid some temporary OUString constructionNoel Grandin1-6/+2
2022-05-12framework: fix lock assert in Job::execute()Michael Stahl1-6/+19
2022-05-11Drop unnecessary cast to intStephan Bergmann2-2/+2
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk1-0/+2
2022-05-08osl::Mutex->std::mutex in framework::ToolBarManagerNoel Grandin2-10/+13
2022-05-07osl::Mutex->std::mutex in framework::StatusBarManagerNoel Grandin2-9/+13
2022-05-05loplugin:unusedvariableplusNoel Grandin2-7/+0
2022-05-05use more o3tl::getTokenNoel Grandin3-30/+32
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