summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
AgeCommit message (Expand)AuthorFilesLines
2022-12-16sfx2: check SfxViewFrame::Current()Caolán McNamara1-1/+1
2022-12-12tdf#152266 add an infobar with indicators for macro-like content in docCaolán McNamara2-10/+17
2022-12-10Related: tdf#152266 open 'event' page by default for SID_CONFIGEVENTCaolán McNamara1-1/+12
2022-11-28f'up to the tdf#152172 fix re Safari as default browser on VenturaChristian Lohmaier1-1/+1
2022-11-23tdf#152172 fix help workaround re Safari as default browser on VenturaChristian Lohmaier1-1/+1
2022-11-20jsdialogs: added WidgetTestDialog to test different vcl widgets in online siderash4191-0/+11
2022-10-15ofz#52422 Build-FailureCaolán McNamara1-0/+3
2022-10-14Start to fix the "BASIC Macros" dialog's "Assign..." buttonStephan Bergmann1-1/+6
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-2/+2
2022-09-29tdf#55922: Remove redundant macOS dock icon menuKhaled Hosny1-18/+2
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin3-5/+4
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-5/+5
2022-09-18use more string_view in utl::TempFileNoel Grandin1-1/+1
2022-08-31check IFrame "FrameURL" targetCaolán McNamara1-2/+7
2022-08-20cid#1509221 silence Dereference null return valueCaolán McNamara1-0/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann6-6/+6
2022-08-18cid#1500682 silence Untrusted loop boundCaolán McNamara1-1/+1
2022-08-17cid#1500682 silence Untrusted loop boundCaolán McNamara1-0/+1
2022-08-09sfx2: check saved last tab page name exists before restoring itCaolán McNamara1-1/+5
2022-08-09tdf#150278 sfx2: use provided aInfo, not factoryJustin Luth1-2/+1
2022-07-22elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-07-19Replace old png writer in sfxpicklist.cxxofftkp1-3/+3
2022-07-17No need for SfxWeldToolBoxControllerFactoryMaxim Monastirsky1-12/+0
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin7-14/+19
2022-07-05sfx2: fix null derefs of SfxViewFrame::Current()Xisco Fauli1-2/+4
2022-07-01tdf#149603 macOS: fix workaround to use web help if Safari is the default bro...Christian Lohmaier1-0/+16
2022-06-29lok: sidebar: notebookbar: don't change view mode for other viewsSzymon Kłos1-0/+8
2022-06-13tdf#125040 Make single mode toolbar context awareMaxim Monastirsky1-1/+1
2022-06-09tdf#140886: Make "Do you really want to open it?" more reliableStephan Bergmann1-17/+21
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski1-4/+4
2022-06-08tdf#81293 dialog “manage names” forgets size and column width settingsNoel Grandin1-3/+1
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin1-2/+2
2022-05-31these can be stack allocatedNoel Grandin3-20/+12
2022-05-24tdf#149170 sfx2: store IsOriginallyLoadedReadOnly() for recent filesMichael Stahl1-1/+1
2022-05-23use std::move to avoid some object allocationNoel Grandin1-3/+3
2022-05-11in SetGlobalUNOConstant, only retrieve old value if we need itNoel Grandin1-1/+1
2022-05-08osl::Mutex->std::mutex in sfx2::PreventDuplicateInteractionNoel Grandin1-9/+9
2022-05-05use more o3tl::getTokenNoel Grandin1-5/+5
2022-05-04Just use Any ctor instead of makeAny in sfx2Stephan Bergmann8-27/+27
2022-05-02loplugin:stringviewparamStephan Bergmann1-1/+3
2022-04-29use more string_view in INetURLObjectNoel Grandin7-10/+11
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl2-2/+6
2022-04-14tdf#148101 don't autocomplete remote files dialog entry on delete/backspaceCaolán McNamara1-0/+1
2022-04-13use more string_view in sfx2Noel Grandin1-4/+4
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin2-14/+14
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-4/+5
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin2-4/+6
2022-04-08use more subView when converting to Int32Noel Grandin2-4/+5
2022-04-05Resolves: rhbz#2069486 classic help index entry autocompletes on del/backspaceCaolán McNamara2-1/+17
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-1/+1