summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2022-07-21elide some makeStringAndClear() callsNoel Grandin2-3/+3
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-1/+1
2022-07-19Replace old png writer in imagemanagerimpl.cxxofftkp1-3/+4
2022-07-18Simplify by using InitAnyPropertySequenceMaxim Monastirsky1-29/+16
2022-07-18Remove the broken SupportsVisible hackMaxim Monastirsky1-8/+0
2022-07-17No need for SfxWeldToolBoxControllerFactoryMaxim Monastirsky3-59/+11
2022-07-15Fix typo "vetor"->"vector"Andrea Gelmini1-1/+1
2022-07-13tdf#149956 Pass the correct frame to VclStatusListenerMaxim Monastirsky2-0/+10
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-40/+40
2022-07-05tdf#149741 Mirror insert column icons for RTL tablesMaxim Monastirsky1-0/+8
2022-06-28NewMenuController: Use status update to determine the default factoryMaxim Monastirsky1-43/+2
2022-06-17tdf#125040 Ignore the default contextMaxim Monastirsky1-1/+1
2022-06-16tdf#125040 Avoid flickering on context changeMaxim Monastirsky1-0/+2
2022-06-15Show start center when closing last documentSamuel Mehrbrodt1-4/+9
2022-06-14Remove some unused includesMiklos Vajna1-2/+0
2022-06-13tdf#125040 Make single mode toolbar context awareMaxim Monastirsky6-149/+227
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