summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/iframe.cxx
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in sfx2Noel Grandin
2023-11-03add some protocols that don't make sense as floating frame targetsCaolán McNamara
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-06-20Resolves: tdf#155750 allow private:factory urls in floating framesCaolán McNamara
2023-04-26assume IFrame script/macro support isn't neededCaolán McNamara
2023-04-13query getUserAllowsLinkUpdate for the case of content in a floating frameCaolán McNamara
2023-04-13adjust IFrameObject so it could reuse mxFrame for a reload of contentCaolán McNamara
2023-04-13use parent window as dialog parentCaolán McNamara
2023-04-11set Referer on loading IFramesCaolán McNamara
2023-04-07set an InteractionHandler with the embedded frame as dialog parentCaolán McNamara
2023-04-01use more XVclWindowPeerNoel Grandin
2023-03-06Check iframe target for allowed document URLsSamuel Mehrbrodt
2022-08-31check IFrame "FrameURL" targetCaolán McNamara
2022-07-25use more o3tl::spanNoel Grandin
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2020-11-01use officecfg for IsPluginsEnabledNoel Grandin
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-03-12Revert "loplugin:constfields in sfx2"Noel Grandin
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2Stephan Bergmann
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-10-09loplugin:constfields in sfx2Noel Grandin
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-04drop mysterious bare SetUpdateMode callCaolán McNamara
2018-04-04weld SvInsertOleDlgCaolán McNamara
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-02-15loplugin:changetoolsgen in sfx2Noel Grandin
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-03WB_DOCKBORDER is deadNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-05-06OUStrings: constify and reduce temporariesMatteo Casalin
2017-03-06convert ScrollingMode to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sfx2Stephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in sfx2Stephan Bergmann
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-10Wrap pointer to dialog with VclPtrTakeshi Abe
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann