summaryrefslogtreecommitdiff
path: root/sfx2/source/view
AgeCommit message (Expand)Author
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-01tdf#118938 XLSX import/export: fix permission for editingTünde Tóth
2021-08-31flatten SfxObjectShellArr_ImplNoel Grandin
2021-08-31flatten SfxViewShellArr_ImplNoel Grandin
2021-08-31flatten SfxViewFrameArr_ImplNoel Grandin
2021-08-24osl::Mutex->std::mutex in SfxViewShell_ImplNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-18tdf#143353 defer tip of the day until impress template dialog is goneCaolán McNamara
2021-08-16sfx2: fix uninitialized SfxViewShell::mbLOKIsFreemiumViewMiklos Vajna
2021-08-16LOK: introduced Freemium LOK APIPranam Lashkari
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-08-05improve LOK notifyInvalidationNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-23no need to allocate these static vars on demandNoel Grandin
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