summaryrefslogtreecommitdiff
path: root/svx/source/gallery2
AgeCommit message (Expand)AuthorFilesLines
11 daysDrop FRound, and use generalized basegfx::froundMike Kaganski1-2/+2
2024-04-08cid#1596254 Null pointer dereferences in GetSotStorageStreamNoel Grandin1-3/+1
2024-04-02simplify SotTempStream and lifetimeNoel Grandin3-23/+21
2024-03-29Use default HIDs in Gallery, simplify codeGabor Kelemen2-13/+0
2024-03-25tdf#160264 Fixed crash in galleryOliver Specht1-13/+12
2024-03-11Remove duplicated includeAndrea Gelmini1-1/+0
2024-03-11tdf#81880 Search the GalleryOliver Specht5-1356/+1314
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-11/+11
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski1-1/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen1-1/+0
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-2/+2
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)1-0/+1
2023-11-05reprobuild: don't write nondeterministic textencodingThorsten Behrens1-1/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svxStephan Bergmann1-2/+2
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-1/+1
2023-05-09inline GalleryStorageLocations allocation into GalleryFileStorageEntryNoel Grandin2-7/+4
2023-05-09merge GalleryFileStorage with GalleryBinaryEngineNoel Grandin5-818/+794
2023-05-09merge GalleryFileStorageEntry with GalleryBinaryEngineEntryNoel Grandin4-188/+164
2023-05-09merge GalleryStorageLocations with GalleryBinaryStorageLocationsNoel Grandin4-79/+56
2023-05-09move some gallery header files inside svxNoel Grandin9-8/+19
2023-05-08GalleryObject*Storage are unnecessaryNoel Grandin7-105/+29
2023-05-04Resolves: tdf#155140 gallery right click for context menu doesn't consume eventCaolán McNamara2-5/+6
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski3-23/+23
2023-02-15move the sc_additionsdialog.png into the .uiCaolán McNamara1-1/+0
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl1-1/+1
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-1/+1
2022-12-16svx: check SfxViewFrame::Current()Caolán McNamara1-1/+2
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski2-2/+2
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-1/+1
2022-09-10unique_ptr->optional for GraphicNoel Grandin1-5/+5
2022-08-29ref-count SdrObjectNoel Grandin1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-01Fix typo in codeAndrea Gelmini1-2/+2
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin2-3/+4
2022-07-14loplugin:moveitNoel Grandin1-2/+2
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann1-2/+2
2022-04-29use more string_view in INetURLObjectNoel Grandin2-6/+7
2022-04-26add o3tl::toUInt32Noel Grandin1-4/+5
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-3/+3
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-2/+3
2022-03-11new loplugin:trivialdestructorNoel Grandin2-5/+0
2022-03-03Recheck modules sv* with IWYUGabor Kelemen1-1/+0
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák1-0/+1
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin1-1/+1
2021-12-01tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski1-1/+1
2021-11-26loplugin:stringliteraldefine in svxNoel Grandin1-3/+3
2021-11-26tdf#139102 Erase with COL_TRANSPARENT doesn't do what it shouldCaolán McNamara1-8/+6
2021-11-19rtl::Static->thread-safe static in svxNoel Grandin1-4/+7
2021-10-31Prepare for removal of non-const operator[] from Sequence in svxMike Kaganski3-37/+28