Home
last modified time | relevance | path

Searched refs:pExecuteInfo (Results 1 – 11 of 11) sorted by relevance

/trunk/main/svtools/source/uno/
H A Dgenerictoolboxcontroller.cxx136 ExecuteInfo* pExecuteInfo = new ExecuteInfo; in execute() local
137 pExecuteInfo->xDispatch = xDispatch; in execute()
138 pExecuteInfo->aTargetURL = aTargetURL; in execute()
139 pExecuteInfo->aArgs = aArgs; in execute()
140 …ication::PostUserEvent( STATIC_LINK(0, GenericToolboxController , ExecuteHdl_Impl), pExecuteInfo ); in execute()
188 IMPL_STATIC_LINK_NOINSTANCE( GenericToolboxController, ExecuteHdl_Impl, ExecuteInfo*, pExecuteInfo ) in IMPL_STATIC_LINK_NOINSTANCE() argument
195 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
200 delete pExecuteInfo; in IMPL_STATIC_LINK_NOINSTANCE()
H A Dcontextmenuhelper.cxx392 ExecuteInfo* pExecuteInfo = new ExecuteInfo; in dispatchCommand() local
393 pExecuteInfo->xDispatch = xDispatch; in dispatchCommand()
394 pExecuteInfo->aTargetURL = aTargetURL; in dispatchCommand()
395 pExecuteInfo->aArgs = m_aDefaultArgs; in dispatchCommand()
397 … Application::PostUserEvent( STATIC_LINK(0, ContextMenuHelper , ExecuteHdl_Impl), pExecuteInfo ); in dispatchCommand()
663 IMPL_STATIC_LINK_NOINSTANCE( ContextMenuHelper, ExecuteHdl_Impl, ExecuteInfo*, pExecuteInfo ) in IMPL_STATIC_LINK_NOINSTANCE() argument
671 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
679 delete pExecuteInfo; in IMPL_STATIC_LINK_NOINSTANCE()
/trunk/main/framework/source/uielement/
H A Dmacrosmenucontroller.cxx144 ExecuteInfo* pExecuteInfo = new ExecuteInfo; in impl_select() local
145 pExecuteInfo->xDispatch = xDispatch; in impl_select()
146 pExecuteInfo->aTargetURL = aTargetURL; in impl_select()
149 …omAscii("MacrosMenuController")).log(m_xServiceManager, m_xFrame, aTargetURL, pExecuteInfo->aArgs); in impl_select()
151 …pplication::PostUserEvent( STATIC_LINK(0, MacrosMenuController , ExecuteHdl_Impl), pExecuteInfo ); in impl_select()
159 IMPL_STATIC_LINK_NOINSTANCE( MacrosMenuController, ExecuteHdl_Impl, ExecuteInfo*, pExecuteInfo ) in IMPL_STATIC_LINK_NOINSTANCE() argument
166 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
171 delete pExecuteInfo; in IMPL_STATIC_LINK_NOINSTANCE()
H A Dcomplextoolbarcontroller.cxx156 ExecuteInfo* pExecuteInfo = new ExecuteInfo; in execute() local
157 pExecuteInfo->xDispatch = xDispatch; in execute()
158 pExecuteInfo->aTargetURL = aTargetURL; in execute()
159 pExecuteInfo->aArgs = aArgs; in execute()
166 …ication::PostUserEvent( STATIC_LINK(0, ComplexToolbarController , ExecuteHdl_Impl), pExecuteInfo ); in execute()
242 IMPL_STATIC_LINK_NOINSTANCE( ComplexToolbarController, ExecuteHdl_Impl, ExecuteInfo*, pExecuteInfo ) in IMPL_STATIC_LINK_NOINSTANCE() argument
250 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
257 delete pExecuteInfo; in IMPL_STATIC_LINK_NOINSTANCE()
H A Dgenerictoolbarcontroller.cxx202 ExecuteInfo* pExecuteInfo = new ExecuteInfo; in execute() local
203 pExecuteInfo->xDispatch = xDispatch; in execute()
204 pExecuteInfo->aTargetURL = aTargetURL; in execute()
205 pExecuteInfo->aArgs = aArgs; in execute()
208 …ication::PostUserEvent( STATIC_LINK(0, GenericToolbarController , ExecuteHdl_Impl), pExecuteInfo ); in execute()
310 IMPL_STATIC_LINK_NOINSTANCE( GenericToolbarController, ExecuteHdl_Impl, ExecuteInfo*, pExecuteInfo ) in IMPL_STATIC_LINK_NOINSTANCE() argument
318 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
325 delete pExecuteInfo; in IMPL_STATIC_LINK_NOINSTANCE()
H A Dtoolbarmanager.cxx1964 ExecuteInfo* pExecuteInfo = new ExecuteInfo; in IMPL_LINK() local
1967 pExecuteInfo->nCmd = EXEC_CMD_DOCKTOOLBAR; in IMPL_LINK()
1976 ExecuteInfo* pExecuteInfo = new ExecuteInfo; in IMPL_LINK() local
2003 ExecuteInfo* pExecuteInfo = new ExecuteInfo; in IMPL_LINK() local
2006 pExecuteInfo->nCmd = EXEC_CMD_CLOSETOOLBAR; in IMPL_LINK()
2205 ( pExecuteInfo->xLayoutManager.is() ) && in IMPL_STATIC_LINK_NOINSTANCE()
2206 ( pExecuteInfo->xWindow.is() )) in IMPL_STATIC_LINK_NOINSTANCE()
2217 ( pExecuteInfo->xLayoutManager.is() )) in IMPL_STATIC_LINK_NOINSTANCE()
2221 pExecuteInfo->xLayoutManager->dockWindow( pExecuteInfo->aToolbarResName, in IMPL_STATIC_LINK_NOINSTANCE()
2226 ( pExecuteInfo->xLayoutManager.is() )) in IMPL_STATIC_LINK_NOINSTANCE()
[all …]
H A Dtoolbarsmenucontroller.cxx739 ExecuteInfo* pExecuteInfo = new ExecuteInfo; in itemSelected() local
740 pExecuteInfo->xDispatch = xDispatch; in itemSelected()
741 pExecuteInfo->aTargetURL = aTargetURL; in itemSelected()
742 pExecuteInfo->aArgs = aArgs; in itemSelected()
745 …pplication::PostUserEvent( STATIC_LINK(0, ToolbarsMenuController, ExecuteHdl_Impl), pExecuteInfo ); in itemSelected()
892 IMPL_STATIC_LINK_NOINSTANCE( ToolbarsMenuController, ExecuteHdl_Impl, ExecuteInfo*, pExecuteInfo ) in IMPL_STATIC_LINK_NOINSTANCE() argument
899 if ( pExecuteInfo->xDispatch.is() ) in IMPL_STATIC_LINK_NOINSTANCE()
901 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
908 delete pExecuteInfo; in IMPL_STATIC_LINK_NOINSTANCE()
/trunk/main/sfx2/source/inet/
H A Dinettbc.cxx145 … SfxURLToolBoxControl_Impl::ExecuteInfo* pExecuteInfo = new SfxURLToolBoxControl_Impl::ExecuteInfo; in OpenURL() local
146 pExecuteInfo->xDispatch = xDispatch; in OpenURL()
147 pExecuteInfo->aTargetURL = aTargetURL; in OpenURL()
148 pExecuteInfo->aArgs = aArgs; in OpenURL()
149 …cation::PostUserEvent( STATIC_LINK( 0, SfxURLToolBoxControl_Impl, ExecuteHdl_Impl), pExecuteInfo ); in OpenURL()
156 IMPL_STATIC_LINK_NOINSTANCE( SfxURLToolBoxControl_Impl, ExecuteHdl_Impl, ExecuteInfo*, pExecuteInfo in IMPL_STATIC_LINK_NOINSTANCE() argument
163 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
169 delete pExecuteInfo; in IMPL_STATIC_LINK_NOINSTANCE()
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx623 SfxAppMenuControl_Impl::ExecuteInfo* pExecuteInfo = new SfxAppMenuControl_Impl::ExecuteInfo; in Select_Impl() local
624 pExecuteInfo->xDispatch = xDisp; in Select_Impl()
625 pExecuteInfo->aTargetURL = aTargetURL; in Select_Impl()
626 pExecuteInfo->aArgs = Sequence< PropertyValue >(); in Select_Impl()
627 …plication::PostUserEvent( STATIC_LINK( 0, SfxAppMenuControl_Impl, ExecuteHdl_Impl), pExecuteInfo ); in Select_Impl()
634 IMPL_STATIC_LINK_NOINSTANCE( SfxAppMenuControl_Impl, ExecuteHdl_Impl, ExecuteInfo*, pExecuteInfo ) in IMPL_STATIC_LINK_NOINSTANCE() argument
636 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
637 delete pExecuteInfo; in IMPL_STATIC_LINK_NOINSTANCE()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx662 IMPL_STATIC_LINK_NOINSTANCE( AsyncExecute, ExecuteHdl_Impl, ExecuteInfo*, pExecuteInfo ) in IMPL_STATIC_LINK_NOINSTANCE() argument
670 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
677 delete pExecuteInfo; in IMPL_STATIC_LINK_NOINSTANCE()
801 ExecuteInfo* pExecuteInfo = new ExecuteInfo; in ExecSpellPopup() local
802 pExecuteInfo->xDispatch = xDispatch; in ExecSpellPopup()
803 pExecuteInfo->aTargetURL = aURL; in ExecSpellPopup()
804 pExecuteInfo->aArgs = aArgs; in ExecSpellPopup()
805 … Application::PostUserEvent( STATIC_LINK(0, AsyncExecute , ExecuteHdl_Impl), pExecuteInfo ); in ExecSpellPopup()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx877 IMPL_STATIC_LINK_NOINSTANCE( SvtFrameWindow_Impl, ExecuteHdl_Impl, SvtExecuteInfo*, pExecuteInfo ) in IMPL_STATIC_LINK_NOINSTANCE() argument
881 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, Sequence < PropertyValue >() ); in IMPL_STATIC_LINK_NOINSTANCE()
887 delete pExecuteInfo; in IMPL_STATIC_LINK_NOINSTANCE()

Completed in 62 milliseconds