summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Avoid temporary OUString creationMike Kaganski1-1/+1
2023-04-27tdf#38194 Use a hashed string HSL color approachJim Raykowski1-31/+11
2023-04-26assume IFrame script/macro support isn't neededCaolán McNamara2-11/+5
2023-04-26Related: tdf#155017 Stop after the first pop in case the shell was not on stackMike Kaganski1-0/+7
2023-04-26tdf#155017: make sure that the correct shell is popped from SfxDispatcherMike Kaganski1-4/+16
2023-04-25add "m" prefix to member variables - SfxTabPageTomaž Vajngerl1-16/+16
2023-04-25tdf#38194 tdf#106556 Enhancement to highlight direct formatting,Jim Raykowski5-103/+378
2023-04-25Add script to find unused using declarationsGabor Kelemen1-1/+0
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin5-13/+13
2023-04-23cid#1524748 Uninitialized pointer fieldCaolán McNamara1-0/+1
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin2-2/+4
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen1-1/+0
2023-04-23tdf#153806 a11y Allow opening context menu of fav/recent char w/ keyboardMichael Weghorn1-8/+16
2023-04-23sfx2: Pass SvxCharView context menu pos as paramMichael Weghorn1-6/+3
2023-04-21loplugin:unnecessarygetstr extend to checking std::string::c_strNoel Grandin2-6/+6
2023-04-20Typo getCurentSfxFilter->getCurrentSfxFilter in sfx2/filedgimpl-helperJulien Nabet2-7/+7
2023-04-19loplugin::unusedmethodsNoel Grandin1-2/+0
2023-04-19sfx2: fix crash in StyleList::CustomRenderHdlXisco Fauli1-14/+17
2023-04-15a11y: Report focusable and focused state for ThumbnailViewItemMichael Weghorn1-4/+3
2023-04-14loplugin:stringviewparam improvementsNoel Grandin5-7/+7
2023-04-13query getUserAllowsLinkUpdate for the case of content in a floating frameCaolán McNamara1-0/+11
2023-04-13adjust IFrameObject so it could reuse mxFrame for a reload of contentCaolán McNamara1-21/+24
2023-04-13use parent window as dialog parentCaolán McNamara1-2/+3
2023-04-11set Referer on loading IFramesCaolán McNamara1-3/+10
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski1-8/+8
2023-04-09new loplugin:unnecessarygetstrNoel Grandin6-18/+17
2023-04-09tdf#154694 All icons: Sidebar's A11y CheckerRizal Muttaqin1-0/+1
2023-04-07set an InteractionHandler with the embedded frame as dialog parentCaolán McNamara1-1/+4
2023-04-07move using the vcl file dialog in headless mode to the point of creationCaolán McNamara1-3/+7
2023-04-07set m_bSystemDialogs just onceCaolán McNamara1-2/+1
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin3-7/+5
2023-04-03jsdialog: keep button under content in SpellCheck OptionsSzymon Kłos1-0/+11
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski51-298/+271
2023-04-01use more XVclWindowPeerNoel Grandin5-4/+5
2023-03-30loplugin:stringadd in sfx2Noel Grandin7-34/+20
2023-03-29crashtesting: xSource seen as empty referenceCaolán McNamara1-0/+6
2023-03-29tdf#149064 ensure interaction handler is present when transfering with webDAVJaume Pujantell1-1/+2
2023-03-23tdf#142978 Show a11y sidebar when finding issues on PDF exportSamuel Mehrbrodt3-4/+6
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin4-26/+14
2023-03-16Add uno command that changes the themeParis Oplopoios3-0/+32
2023-03-14elide some temporary OStringsNoel Grandin1-1/+1
2023-03-10improve loplugin:unnecessarylockingNoel Grandin1-2/+0
2023-03-10sw lok: notify clients about view option changesParis Oplopoios1-0/+5
2023-03-09tdf#149144 Icons for sm Formula Editor in Sidebar DeckRizal Muttaqin1-0/+1
2023-03-07lok: form controls: rendering and mouse event forwardingMarco Cecchetti1-0/+5
2023-03-07clang-tidy dead-storeNoel Grandin2-3/+0
2023-03-06Check iframe target for allowed document URLsSamuel Mehrbrodt2-1/+4
2023-03-04check GetShellXisco Fauli4-16/+28
2023-03-03lok: macro: VBA message dialogs was causing assertion failureMarco Cecchetti1-1/+2
2023-03-02no need to allocate TargetsTable separatelyNoel Grandin2-17/+17