summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
AgeCommit message (Expand)Author
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-29tdf#53530 Only show 1 error dialog instead of 3 on export to PDFMatt K
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18Fix typoAndrea Gelmini
2022-08-18tdf#149768 Do not fix Templates dialog width and height in pixelsRafael Lima
2022-08-01Add 'JobName' to PrintOptionsSamuel Mehrbrodt
2022-07-30tdf#117967 Fixes Save confirmation dialog for user cancelMatt K
2022-07-25use more o3tl::spanNoel Grandin
2022-07-21tdf#150044 sc import: fix editing password in shared modeBalazs Varga
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin
2022-06-30tdf#149785 Read Error importing documentNoel Grandin
2022-05-31these can be stack allocatedNoel Grandin
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin
2022-05-21cheaper to check for null return rather than catch exceptionNoel Grandin
2022-05-17elide some OUString allocationNoel Grandin
2022-05-14less OUString construction in SfxDocumentMetaDataNoel Grandin
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin
2022-05-12avoid cost of NamedValueCollection in SfxBaseModel::attachResourceNoel Grandin
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin
2022-05-10tdf#121740 reduce cost of SfxDocumentMetaData::InitNoel Grandin
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk
2022-05-06tdf#128744 sw DOCX: unprotect change tracking with verificationLászló Németh
2022-05-05sfx2: remove misplaced try-catchMichael Stahl
2022-05-04Just use Any ctor instead of makeAny in sfx2Stephan Bergmann
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-19use of template param here confuses Visual StudioNoel Grandin
2022-04-14Prevent save interception when sharing Calc docSamuel Mehrbrodt
2022-04-13tdf#139991: move 0-byte file handling to SfxFrameLoader_Impl::loadMike Kaganski
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-10use more string_viewNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-10loplugin:stringviewStephan Bergmann
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-24loplugin:constantparamNoel Grandin
2022-03-09code accidentally commented outNoel Grandin
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2022-03-01use SfxItemSet::GetItemIfSet in sfx2Noel Grandin
2022-02-25renames in template manager creates xml file in wrong locationNoel Grandin
2022-02-18Revert "Related tdf#143578 - Rename SAL_NO_QUERYSAVE to NO_QUERYSAVE"Heiko Tietze
2022-02-16Related tdf#143578 - Rename SAL_NO_QUERYSAVE to NO_QUERYSAVEHeiko Tietze
2022-02-16Resolves tdf#143578 - Environment variable SAL_NO_QUERYSAVE to not show the d...Heiko Tietze
2022-02-10Fixed function nameAndrea Gelmini
2022-02-09tdf#146937 Remove "refresh" command from Template ManagerJeff Huang
2022-02-06Simplify sequence in sfx2Julien Nabet
2022-02-05lok: render image preview with lower resolutionSzymon Kłos
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara