Home
last modified time | relevance | path

Searched refs:aInternalSet (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uno/
H A Dunomodule.cxx63 SfxAllItemSet aInternalSet( SfxGetpApp()->GetPool() ); in dispatchWithNotification() local
68 aInternalSet.Put(SfxUnoFrameItem(SID_FILLFRAME, xCurrentFrame)); in dispatchWithNotification()
70 aReq.SetInternalArgs_Impl(aInternalSet); in dispatchWithNotification()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uno/
H A Dunomodule.cxx65 SfxAllItemSet aInternalSet( SfxGetpApp()->GetPool() ); in dispatchWithNotification() local
70 aInternalSet.Put(SfxUnoFrameItem(SID_FILLFRAME, xCurrentFrame)); in dispatchWithNotification()
72 aReq.SetInternalArgs_Impl(aInternalSet); in dispatchWithNotification()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Dunoctitm.cxx706 SfxAllItemSet aInternalSet( SfxGetpApp()->GetPool() ); in dispatch() local
708 aInternalSet.Put( SfxUnoFrameItem( SID_FILLFRAME, xFrameRef ) ); in dispatch()
735 … pItem = pDispatcher->Execute(GetId(), nCall, xSet.get(), &aInternalSet, nModifier); in dispatch()
754 aReq.SetInternalArgs_Impl(aInternalSet); in dispatch()
772 pItem = pDispatcher->Execute(GetId(), nCall, &aSet, &aInternalSet, nModifier); in dispatch()
775 pItem = pDispatcher->Execute(GetId(), nCall, nullptr, &aInternalSet, nModifier); in dispatch()
H A Ddispatch.cxx1056 SfxAllItemSet aInternalSet(SfxGetpApp()->GetPool()); in ExecuteList() local
1060 aInternalSet.Put(*pArg); in ExecuteList()
1062 aReq.SetInternalArgs_Impl(aInternalSet); in ExecuteList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dunoctitm.cxx730 SfxAllItemSet aInternalSet( SfxGetpApp()->GetPool() ); in dispatch() local
732 aInternalSet.Put( SfxUnoFrameItem( SID_FILLFRAME, xFrameRef ) ); in dispatch()
759 … pItem = pDispatcher->Execute(GetId(), nCall, &*xSet, &aInternalSet, nModifier); in dispatch()
778 aReq.SetInternalArgs_Impl(aInternalSet); in dispatch()
796 pItem = pDispatcher->Execute(GetId(), nCall, &aSet, &aInternalSet, nModifier); in dispatch()
799 pItem = pDispatcher->Execute(GetId(), nCall, nullptr, &aInternalSet, nModifier); in dispatch()
H A Ddispatch.cxx952 SfxAllItemSet aInternalSet(SfxGetpApp()->GetPool()); in ExecuteList() local
956 aInternalSet.Put(*pArg); in ExecuteList()
958 aReq.SetInternalArgs_Impl(aInternalSet); in ExecuteList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dmacrodlg.cxx713 SfxAllItemSet aInternalSet(SfxGetpApp()->GetPool()); in IMPL_LINK() local
715 aInternalSet.Put(SfxUnoFrameItem(SID_FILLFRAME, m_xDocumentFrame)); in IMPL_LINK()
717 SfxRequest aRequest(SID_CONFIG, SfxCallMode::SYNCHRON, Args, aInternalSet); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dmacrodlg.cxx712 SfxAllItemSet aInternalSet(SfxGetpApp()->GetPool()); in IMPL_LINK() local
714 aInternalSet.Put(SfxUnoFrameItem(SID_FILLFRAME, m_xDocumentFrame)); in IMPL_LINK()
716 SfxRequest aRequest(SID_CONFIG, SfxCallMode::SYNCHRON, Args, aInternalSet); in IMPL_LINK()