Home
last modified time | relevance | path

Searched refs:PostUserEvent (Results 1 – 25 of 175) sorted by path

1234567

/trunk/main/automation/source/communi/
H A Dcommuni.cxx222 …nConnectionClosedEventId = GetpApp()->PostUserEvent( LINK( this, CommunicationLinkViaSocket, Conne… in run()
257 … nDataReceivedEventId = GetpApp()->PostUserEvent( LINK( this, CommunicationLink, DataReceived ) ); in IMPL_LINK()
533 …nAddConnectionEventId = GetpApp()->PostUserEvent( LINK( this, CommunicationManagerServerAcceptThre… in run()
/trunk/main/automation/source/server/
H A Dserver.cxx326 GetpApp()->PostUserEvent( LINK( pRemoteControl, ImplRemoteControl, CommandHdl ) ); in Timeout()
607 GetpApp()->PostUserEvent( LINK( this, ImplRemoteControl, CommandHdl ) ); in IMPL_LINK()
838 GetpApp()->PostUserEvent( LINK( this, ImplRemoteControl, CommandHdl ) ); in QueCommands()
/trunk/main/basctl/source/basicide/
H A Dbasobj2.cxx382 Application::PostUserEvent( STATIC_LINK( NULL, MacroExecution, ExecuteMacroEvent ), pExecData ); in ChooseMacro()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx1254 …Application::PostUserEvent( LINK( &AsyncQuitHandler::instance(), AsyncQuitHandler, OnAsyncQuit ), … in Run()
/trunk/main/cui/source/customize/
H A Dcfg.cxx2153 PostUserEvent( in AddFunction()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx268 Application::PostUserEvent( STATIC_LINK( in SpellDialog()
H A Dcuigaldlg.cxx127 Application::PostUserEvent( LINK( mpProgress, SearchProgress, CleanUpHdl ) ); in onTerminated()
344 Application::PostUserEvent( LINK( mpProgress, TakeProgress, CleanUpHdl ) ); in onTerminated()
H A Dscriptdlg.cxx1592 Application::PostUserEvent( in Execute()
H A Dthesdlg.cxx320 Application::PostUserEvent( STATIC_LINK( this, SvxThesaurusDialog_Impl, VendorImageInitHdl ) ); in SvxThesaurusDialog_Impl()
505 …Application::PostUserEvent( STATIC_LINK( this, SvxThesaurusDialog_Impl, SelectFirstHdl_Impl ), pBo… in IMPL_LINK()
/trunk/main/cui/source/options/
H A Doptjava.cxx592 Application::PostUserEvent( LINK( this, SvxJavaOptionsPage, StartFolderPickerHdl ) ); in AddFolder()
H A Doptlingu.cxx1663 Application::PostUserEvent( LINK( in IMPL_LINK()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dintercept.cxx189 …Application::PostUserEvent( LINK( this, OInterceptor, OnDispatch ), reinterpret_cast< void* >( pHe… in dispatch()
/trunk/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.cxx379 PostUserEvent(LINK(this, OAdabasNewDbDlg, OnNoAccessRights)); in DBG_NAME()
392 PostUserEvent(LINK(this, OAdabasNewDbDlg, OnNoDefaultPath)); in DBG_NAME()
796 PostUserEvent(LINK(this, OAdabasNewDbDlg, OnError)); in fillEnvironmentVariable()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx250 PostUserEvent( LINK( this, MacroMigrationDialog, OnStartMigration ) ); in enterState()
/trunk/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx588 m_nStartWizard = Application::PostUserEvent(LINK(this, DBContentLoader, OnStartTableWizard)); in load()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx1274 …getContainer()->PostUserEvent( LINK( this, OApplicationController, OnCreateWithPilot ), reinterpre… in Execute()
2545 m_nAsyncDrop = Application::PostUserEvent(LINK(this, OApplicationController, OnAsyncDrop)); in executeDrop()
2593 m_nAsyncDrop = Application::PostUserEvent(LINK(this, OApplicationController, OnAsyncDrop)); in executeDrop()
2605 m_nAsyncDrop = Application::PostUserEvent(LINK(this, OApplicationController, OnAsyncDrop)); in executeDrop()
H A DAppDetailPageHelper.cxx240 PostUserEvent( LINK( this, OTablePreviewWindow, OnDisableInput) ); in Notify()
H A DAppSwapWindow.cxx187 PostUserEvent( LINK( this, OApplicationSwapWindow, ChangeToLastSelected ) ); in onContainerSelected()
/trunk/main/dbaccess/source/ui/browser/
H A DAsyncronousLink.cxx78 m_nEventId = Application::PostUserEvent( LINK( this, OAsyncronousLink, OnAsyncCall ), _pArgument ); in Call()
H A DdsbrowserDnD.cxx166 m_nAsyncDrop = Application::PostUserEvent(LINK(this, SbaTableQueryBrowser, OnAsyncDrop)); in executeDrop()
180 m_nAsyncDrop = Application::PostUserEvent(LINK(this, SbaTableQueryBrowser, OnAsyncDrop)); in executeDrop()
H A Dsbagrid.cxx562 pGrid->PostUserEvent( LINK( this, SbaXGridPeer, OnDispatchEvent ) );
617 pGrid->PostUserEvent( LINK( this, SbaXGridPeer, OnDispatchEvent ) ); in dispatch()
1696 m_nAsyncDropEvent = Application::PostUserEvent(LINK(this, SbaGridControl, AsynchDropEvent)); in ExecuteDrop()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx238 PostUserEvent(LINK(this, ORelationControl, AsynchDeactivate)); in PreNotify()
240 PostUserEvent(LINK(this, ORelationControl, AsynchActivate)); in PreNotify()
740 PostUserEvent(LINK(m_pRC_Tables, ORelationControl, AsynchDeactivate)); in enableRelation()
H A DTableGrantCtrl.cxx192 … m_nDeactivateEvent = Application::PostUserEvent(LINK(this, OTableGrantControl, AsynchDeactivate)); in PreNotify()
198 m_nDeactivateEvent = Application::PostUserEvent(LINK(this, OTableGrantControl, AsynchActivate)); in PreNotify()
H A Ddbtreelistbox.cxx190 PostUserEvent(LINK(this, DBTreeListBox, OnResetEntry), pParent); in RequestingChilds()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddirectsql.cxx163 PostUserEvent(LINK(this, DirectSQLDialog, OnClose)); in _disposing()

Completed in 186 milliseconds

1234567