Home
last modified time | relevance | path

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

1234567

/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx333 static sal_uLong PostUserEvent( sal_uLong nEvent, void* pEventData = NULL );
334 static sal_uLong PostUserEvent( const Link& rLink, void* pCaller = NULL );
335 …static sal_Bool PostUserEvent( sal_uLong& rEventId, sal_uLong nEvent, void* pEventData…
336 …static sal_Bool PostUserEvent( sal_uLong& rEventId, const Link& rLink, void* pCaller =…
516 PostUserEvent( Link() ); in EndYield()
H A Dwindow.hxx642 sal_uLong PostUserEvent( sal_uLong nEvent, void* pEventData = NULL );
643 sal_uLong PostUserEvent( const Link& rLink, void* pCaller = NULL );
644 …sal_Bool PostUserEvent( sal_uLong& rEventId, sal_uLong nEvent, void* pEventData = N…
645 …sal_Bool PostUserEvent( sal_uLong& rEventId, const Link& rLink, void* pCaller = NUL…
/trunk/main/vcl/source/app/
H A Dsvapp.cxx525 Application::PostUserEvent( STATIC_LINK( NULL, ImplSVAppData, ImplQuitMsg ) ); in Quit()
933 PostUserEvent( nEventId, in PostKeyEvent()
968 PostUserEvent( nEventId, in PostMouseEvent()
1093 sal_uLong Application::PostUserEvent( sal_uLong nEvent, void* pEventData ) in PostUserEvent() function in Application
1096 PostUserEvent( nEventId, nEvent, pEventData ); in PostUserEvent()
1102 sal_uLong Application::PostUserEvent( const Link& rLink, void* pCaller ) in PostUserEvent() function in Application
1105 PostUserEvent( nEventId, rLink, pCaller ); in PostUserEvent()
1111 sal_Bool Application::PostUserEvent( sal_uLong& rEventId, sal_uLong nEvent, void* pEventData ) in PostUserEvent() function in Application
1133 sal_Bool Application::PostUserEvent( sal_uLong& rEventId, const Link& rLink, void* pCaller ) in PostUserEvent() function in Application
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx414 Application::PostUserEvent( LINK( this, SwMailMergeWizardExecutor, DestroyDialogHdl ) ); in ExecutionFinished()
444 Application::PostUserEvent( in IMPL_LINK()
476 Application::PostUserEvent( in IMPL_LINK()
522 Application::PostUserEvent( in IMPL_LINK()
542 Application::PostUserEvent( in IMPL_LINK()
/trunk/main/vcl/unx/generic/app/
H A Dsm.cxx376 …Application::PostUserEvent( STATIC_LINK( (void*)(shutdown ? 0xffffffff : 0x0), SessionManagerClien… in SaveYourselfProc()
404 Application::PostUserEvent( STATIC_LINK( NULL, SessionManagerClient, ShutDownHdl ) ); in DieProc()
423 Application::PostUserEvent( STATIC_LINK( NULL, SessionManagerClient, ShutDownCancelHdl ) ); in ShutdownCanceledProc()
432 Application::PostUserEvent( STATIC_LINK( NULL, SessionManagerClient, InteractionHdl ) ); in InteractProc()
/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/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()
/trunk/main/dbaccess/source/ui/browser/
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()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx865 …nInvalidateTypeEvent = Application::PostUserEvent( LINK(this, OTableEditorCtrl, InvalidateFieldTyp… in CellModified()
1502 nCutEvent = Application::PostUserEvent(LINK(this, OTableEditorCtrl, DelayedCut)); in cut()
1527 nPasteEvent = Application::PostUserEvent( LINK(this, OTableEditorCtrl, DelayedPaste) ); in paste()
1729 nDeleteEvent = Application::PostUserEvent( LINK(this, OTableEditorCtrl, DelayedDelete) ); in Command()
1734 … nInsNewRowsEvent = Application::PostUserEvent( LINK(this, OTableEditorCtrl, DelayedInsNewRows) ); in Command()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx99 m_nUiEvent = Application::PostUserEvent(LINK(this, OTableWindowListBox, LookForUiHdl)); in dragFinished()
359 m_nDropEvent = Application::PostUserEvent(LINK(this, OTableWindowListBox, DropHdl)); in ExecuteDrop()
/trunk/main/framework/source/uielement/
H A Dcomplextoolbarcontroller.cxx166 …Application::PostUserEvent( STATIC_LINK(0, ComplexToolbarController , ExecuteHdl_Impl), pExecuteIn… in execute()
312 … Application::PostUserEvent( STATIC_LINK(0, ComplexToolbarController, Notify_Impl), pNotifyInfo ); in addNotifyInfo()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx639 …m_nErrorMessageEvent = Application::PostUserEvent( LINK( this, FmXFormView, OnDelayedErrorMessage … in displayAsyncErrorMessage()
654 m_nAutoFocusEvent = Application::PostUserEvent( LINK( this, FmXFormView, OnAutoFocus ) ); in onFirstViewActivation()
763 m_nActivationEvent = Application::PostUserEvent(LINK(this,FmXFormView,OnActivate)); in Activate()
794 m_nAutoFocusEvent = Application::PostUserEvent(LINK(this, FmXFormView, OnAutoFocus)); in AutoFocus()
1028 …m_nControlWizardEvent = Application::PostUserEvent( LINK( this, FmXFormView, OnStartControlWizard … in onCreatedFormObject()
H A Ddelayedevent.cxx45 m_nEventId = Application::PostUserEvent( LINK( this, DelayedEvent, OnCall ), _pArg ); in Call()
/trunk/main/extensions/source/scanner/
H A Dtwain.cxx170 Application::PostUserEvent( LINK( this, ImpTwain, ImplDestroyHdl ), NULL ); in Destroy()
426 Application::PostUserEvent( LINK( this, ImpTwain, ImplFallbackHdl ), (void*) nEvent ); in ImplFallback()
/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/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx685 void DialogHelper::PostUserEvent( const Link& rLink, void* pCaller ) in PostUserEvent() function in dp_gui::DialogHelper
690 m_nEventID = Application::PostUserEvent( rLink, pCaller ); in PostUserEvent()
1023 DialogHelper::PostUserEvent( LINK( this, ExtMgrDialog, startProgress ), (void*) bStart ); in showProgress()
1433 … DialogHelper::PostUserEvent( LINK( this, UpdateRequiredDialog, startProgress ), (void*) bStart ); in showProgress()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx1115 nEndEvent = Application::PostUserEvent(LINK(this,EditBrowseBox,EndEditHdl)); in DeactivateCell()
1149 nCellModifiedEvent = Application::PostUserEvent(LINK(this,EditBrowseBox,CellModifiedHdl)); in IMPL_LINK()
1336 nStartEvent = Application::PostUserEvent(LINK(this,EditBrowseBox,StartEditHdl)); in AsynchGetFocus()
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx879 Application::PostUserEvent( LINK( this, EditBox, ChangedHdl ) ); in PreNotify()
890 Application::PostUserEvent( LINK( this, EditBox, ChangedHdl ) ); in PreNotify()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx243 Application::PostUserEvent(LINK(this, ORelationController, OnThreadFinished)); in impl_initialize()
481 Application::PostUserEvent(LINK(this, ORelationController, OnThreadFinished)); in mergeData()
/trunk/main/sd/source/ui/view/
H A DToolBarManager.cxx782 mnPendingUpdateCall = Application::PostUserEvent( in RequestUpdate()
979 mnPendingUpdateCall = Application::PostUserEvent( in Update()
1030 = Application::PostUserEvent(LINK(this,Implementation,SetValidCallback)); in IMPL_LINK()
/trunk/main/svx/source/gallery2/
H A Dgalbrws1.cxx391 Application::PostUserEvent( LINK( this, GalleryBrowser1, DestroyThemePropertiesDlgHdl ) ); in ImplEndGalleryThemeProperties()
595 Application::PostUserEvent( LINK( this, GalleryBrowser1, ShowContextMenuHdl ), this ); in ShowContextMenu()
/trunk/main/vcl/source/helper/
H A Devntpost.cxx50 m_nId = GetpApp()->PostUserEvent( ( LINK( this, EventPoster, DoEvent_Impl ) ), pEvent ); in Post()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergechildwindow.cxx711 Application::PostUserEvent( STATIC_LINK( this, SwSendMailDialog, in ShowDialog()
740 Application::PostUserEvent( STATIC_LINK( this, SwSendMailDialog, in DocumentSent()

Completed in 132 milliseconds

1234567