summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objstor.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in sfx2Noel Grandin1-1/+1
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin1-2/+2
2024-10-09tdf#160582 Preserve settings saving in csv import dialogGabriel Masei1-13/+12
2024-10-02Add ODF 1.3 Extended / ODF 1.4 versions to configuration and UIXisco Fauli1-1/+1
2024-09-26ODF 1.4: add ODFVER_014_TEXT constantXisco Fauli1-1/+5
2024-08-28lok: avoid perturbing parent background save process' temp file.Michael Meeks1-1/+3
2024-08-14use less exception throwing for flow controlNoel Grandin1-18/+28
2024-08-08cid#1607356 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+2
2024-07-04sfx2: fix signature infobar being shown for every repaired documentMichael Stahl1-0/+2
2024-07-02cid#1556572 Use of auto that causes a copyCaolán McNamara1-7/+7
2024-06-13cid#1603616 silence Dereference null return valueCaolán McNamara1-1/+4
2024-05-31Fix typosAndrea Gelmini1-5/+5
2024-05-16always restore existing interaction handler after saveCaolán McNamara1-6/+13
2024-05-10loplugin:ostr in sfx2Noel Grandin1-35/+35
2024-05-08tdf#69192: add StartingSlide to SID_PRESENTATION and cmdline show=Justin Luth1-1/+1
2024-04-29WaE: C6387 'pEncodingName' could be 0Caolán McNamara1-1/+1
2024-04-28tdf#160827: fix crash when retrieving _MarkAsFinal value (docx) (take 2)Julien Nabet1-1/+5
2024-04-28Revert "tdf#160827: fix crash when retrieving _MarkAsFinal value (docx)"Julien Nabet1-7/+1
2024-04-28tdf#160827: fix crash when retrieving _MarkAsFinal value (docx)Julien Nabet1-1/+7
2024-04-22loplugin:constantparamNoel Grandin1-27/+14
2024-04-22loplugin:constantparamNoel Grandin1-11/+11
2024-04-06tdf#152336 Detect charset and separators for csv filesGabriel Masei1-0/+327
2024-04-02tdf#146619 Drop unused 'using namespace' in: sfx2/Gabor Kelemen1-1/+0
2024-02-02Add SfxMedium::IsRepairPackageMike Kaganski1-2/+1
2024-02-01tdf#159496: clear mxObjectContainer in PrepareSecondTryLoad_ImplMike Kaganski1-0/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-23Make wholesome ODF package encryption the defaultThorsten Behrens1-2/+1
2024-01-16tdf#53614 - Don't try to lock file after cancelling the import processAndreas Heinisch1-1/+3
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+2
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-6/+6
2023-12-20tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryptionMichael Stahl1-1/+7
2023-12-13tdf#105844 package,sfx2: remove checksum infoleak when using AEADMichael Stahl1-1/+1
2023-12-11tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCMMichael Stahl1-4/+16
2023-12-07sfx2: simplify SetCommonStorageEncryptionData() callsMichael Stahl1-54/+12
2023-12-07tdf#105844 package,sfx2: wholesome ODF package wrapping encryptionMichael Stahl1-13/+161
2023-11-10ofz#64065 Abrt on configCaolán McNamara1-1/+1
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-4/+4
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sfx2Stephan Bergmann1-16/+16
2023-10-19tdf#157484 UI: Add UI controls for personal information to be keptBalazs Varga1-1/+2
2023-10-16tdf#157482 UI: Turn Security Warnings popup windows into infobarsBalazs Varga1-22/+7
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-4/+4
2023-09-29rename SfxMedium::GetError -> GetErrorIgnoreWarningNoel Grandin1-6/+6
2023-09-19rename SfxObjectShell::GetError -> GetErrorIgnoreWarningNoel Grandin1-6/+6
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-24/+42
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-42/+24
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski1-93/+83
2023-07-24tdf#92620 - Adjust error message about exceeding legacy module sizeAndreas Heinisch1-1/+1
2023-07-18tdf#68565 autosave: add option to store backup in document's folderJustin Luth1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin1-15/+15
2023-06-08restore, not clear, existing interaction handler after saveCaolán McNamara1-1/+9