summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2021-11-25sw: allow viewing OLE objects in protected sectionsMiklos Vajna1-1/+3
2021-11-24Convert sal_IntPtr into int + use constexpr int in sfx2/dinfdlgJulien Nabet2-40/+43
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin3-4/+4
2021-11-24tdf#145852 Revert "Make "uno:Printer" actually work"Samuel Mehrbrodt1-1/+1
2021-11-23Resolves tdf#145801 - Uniform height for sidebar's panel titlesHeiko Tietze1-1/+7
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin5-8/+8
2021-11-23tdf#144769 Properly encode file name in error dialogGabor Kelemen1-2/+3
2021-11-19gtk3: default to an explicit constrain-to for PopoversCaolán McNamara3-0/+3
2021-11-19Change About LO dialog to run asyncJan-Marek Glogowski1-1/+1
2021-11-18rtl::Static->thread-safe static in sfx2Noel Grandin4-26/+4
2021-11-17tdf#143971 Removes pop-up dialog for read-only documentsMatt K1-42/+1
2021-11-15add a rule to enforce always-show-image of True if an image is usedCaolán McNamara1-0/+1
2021-11-12make it explicit whether to ignore the result of getLOKPayload()Luboš Luňák1-1/+1
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann1-1/+4
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin5-30/+30
2021-11-07forward decls go after #includeNoel Grandin2-3/+2
2021-11-04elide unnecessary UNO_QUERY_THROW callsNoel Grandin2-8/+4
2021-11-03Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively.Kohei Yoshida1-6/+5
2021-11-03Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski1-6/+2
2021-11-03put the message into static_assertCaolán McNamara1-1/+1
2021-11-03Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski1-8/+12
2021-11-03loplugin:finalclassesNoel Grandin1-1/+1
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski1-8/+6
2021-11-02Resolves: tdf#119206 run properties sync when launched during saveCaolán McNamara2-8/+28
2021-11-02Revert "tdf#117895: "Edit document properties before saving"..."Caolán McNamara6-77/+28
2021-11-02Revert "tdf#120343 show pdf in async pdf export dialog callback"Caolán McNamara1-24/+12
2021-11-01Related: tdf#145464 pass an explicit DocFrame for SID_SIGNATURECaolán McNamara1-4/+4
2021-11-01Resolves: tdf#145464 ensure the SfxViewFrame is activatedCaolán McNamara1-0/+7
2021-10-31Support system async file pickersJan-Marek Glogowski2-14/+24
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák1-4/+2
2021-10-31uniformly allow focus into GtkToolbarCaolán McNamara6-7/+7
2021-10-31gtk[3 vs 4]: remove can-focus from GtkToolButtonCaolán McNamara9-33/+4
2021-10-31pass an explicit parent to use for any warning dialogsCaolán McNamara6-36/+42
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski43-454/+456
2021-10-29simplify framework::TitleHelperNoel Grandin2-9/+2
2021-10-29tdf#128969: Let the user explicitly decide to execute an external programStephan Bergmann1-30/+43
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin1-2/+4
2021-10-27Fix names of function parameters referenced in commentStephan Bergmann1-2/+2
2021-10-27remove useless check from SfxViewShell::GetFirst()/GetNext()Luboš Luňák1-25/+11
2021-10-26Fix a memory leakStephan Bergmann1-2/+1
2021-10-26Remove OUStringBuffer member function overloads for OUStringLiteralStephan Bergmann1-1/+1
2021-10-26tdf#144374 DOCX: export the password for editingTünde Tóth1-5/+18
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák2-11/+91
2021-10-23Fix typosAndrea Gelmini2-6/+6
2021-10-22LOK: maintain blocked command list per viewPranam Lashkari3-31/+31
2021-10-22LOK: unify freemium APIs and uno command restriction APIsPranam Lashkari2-31/+26
2021-10-22better name for a function overloadLuboš Luňák2-8/+8
2021-10-22LOK: introduce way to restrict uno commandsPranam Lashkari3-0/+25
2021-10-22return weld::Builder by unique_ptrNoel Grandin3-3/+3
2021-10-21loplugin:flattenNoel Grandin6-166/+165