Home
last modified time | relevance | path

Searched refs:pParamLinkItem (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dappopen.cxx958 if (auto pParamLinkItem = rReq.GetArg<SfxLinkItem>(SID_DONELINK)) in OpenDocExec_Impl() local
959 pLinkItem.reset(pParamLinkItem->Clone()); in OpenDocExec_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dappopen.cxx966 if (auto pParamLinkItem = rReq.GetArg<SfxLinkItem>(SID_DONELINK)) in OpenDocExec_Impl() local
967 pLinkItem.reset( static_cast<SfxLinkItem*>( pParamLinkItem->Clone() ) ); in OpenDocExec_Impl()