summaryrefslogtreecommitdiff
path: root/sfx2/source/view
AgeCommit message (Expand)Author
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-07-14Fix typo in codeAndrea Gelmini
2021-07-13Resolves tdf#131233 - UX around "Missing hyphenation"Heiko Tietze
2021-07-02tdf#143149 fix crash if app exits while print progress is runningCaolán McNamara
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-06-18Add Active Sfx Object Name To CrashReport DumpGopi Krishna Menon
2021-06-18VCL graphics rendering tests that a run on LO version changehomeboy445
2021-06-16Add Active App Name Field To Crash ReportGopi Krishna Menon
2021-05-30no need to allocate this separatelyNoel Grandin
2021-05-28IsDisposed->isDisposed in sfx2Noel Grandin
2021-05-27tdf#47065 Add new file open UI options and implement a new threadMatt K
2021-05-21fix leak in some testsNoel Grandin
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-05-11tdf#91874 Command Popup - HUD to search and run LO commandsTomaž Vajngerl
2021-05-11fix leak in LOKPostAsyncEventNoel Grandin
2021-05-11tdf#84502 CuiConfigGroupListBox Macros,Styles like category for SidebarJim Raykowski
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-04-30tdf#79049 speed up OOXML workbook loadNoel Grandin
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-12tdf#125909 tdf#141298 sw: show (Hidden) Track Changes infobarLászló Németh
2021-04-09remove need for an intermediate vcl::WindowCaolán McNamara
2021-04-08SfxInPlaceClient: avoid crash when chart deleted by other viewSzymon Kłos
2021-04-08GetEditWin() is already fetched as pEditWinCaolán McNamara
2021-04-08online: send selection coordinates with inplace modeSzymon Kłos
2021-04-08online: Don't send chart selection to all viewsSzymon Kłos
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-22change SfxApplication::GetTopWindow to weld::WindowCaolán McNamara
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-03-11use some forward declares to reduce includesCaolán McNamara
2021-03-11lok: avoid a set of invalidations per view on re-size.Michael Meeks
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens
2021-03-03Fix non-valid json generation on NotifyOtherViewsmert
2021-02-20loplugin:refcounting in sfx2Noel
2021-02-20drop some unneeded includesCaolán McNamara
2021-02-16loplugin:referencecasting in sfx2Noel
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-02-07Remove unneeded breaksAndrea Gelmini
2021-02-02verbs can be sal_Int32 instead of tools::LongCaolán McNamara
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-26loplugin:passstuffbyrefNoel
2021-01-25avoid some ref-countingNoel Grandin
2021-01-17cppcheck: derefInvalidIteratorRedundantCheck (sfx2/classificationhelper)Julien Nabet