Home
last modified time | relevance | path

Searched refs:STATIC_LINK (Results 1 – 25 of 68) sorted by relevance

123

/trunk/main/cui/source/tabpages/
H A Dmacroass.cxx386 Link aLnk(STATIC_LINK(this, _SfxMacroTabPage, AssignDeleteHdl_Impl )); in InitAndSetHandler()
392 rListBox.SetSelectHdl( STATIC_LINK( this, _SfxMacroTabPage, SelectEvent_Impl )); in InitAndSetHandler()
393 mpImpl->pGroupLB->SetSelectHdl( STATIC_LINK( this, _SfxMacroTabPage, SelectGroup_Impl )); in InitAndSetHandler()
394 mpImpl->pMacroLB->SetSelectHdl( STATIC_LINK( this, _SfxMacroTabPage, SelectMacro_Impl )); in InitAndSetHandler()
413 mpImpl->maFillGroupTimer.SetTimeoutHdl( STATIC_LINK( this, _SfxMacroTabPage, TimeOut_Impl ) ); in InitAndSetHandler()
/trunk/main/sfx2/source/appl/
H A Dfileobj.cxx305 xMed->SetDataAvailableLink( STATIC_LINK( this, SvFileObject, LoadGrfNewData_Impl ) ); in LoadFile_Impl()
307 xMed->DownLoad( STATIC_LINK( this, SvFileObject, LoadGrfReady_Impl ) ); in LoadFile_Impl()
550 STATIC_LINK( pThis, SvFileObject, DelMedium_Impl ), in IMPL_STATIC_LINK()
580 STATIC_LINK( pThis, SvFileObject, LoadGrfNewData_Impl ) ); in IMPL_STATIC_LINK()
H A Dimpldde.cxx105 aEdDdeApp.SetModifyHdl( STATIC_LINK( this, SvDDELinkEditDialog, EditHdl_Impl)); in SvDDELinkEditDialog()
106 aEdDdeTopic.SetModifyHdl( STATIC_LINK( this, SvDDELinkEditDialog, EditHdl_Impl)); in SvDDELinkEditDialog()
107 aEdDdeItem.SetModifyHdl( STATIC_LINK( this, SvDDELinkEditDialog, EditHdl_Impl)); in SvDDELinkEditDialog()
H A Dappmain.cxx155 URIHelper::SetMaybeFileHdl( STATIC_LINK( in GetFilterMatcher()
H A Dshutdownicon.cxx408 m_pFileDlg->StartExecuteModal( STATIC_LINK( this, ShutdownIcon, DialogClosedHdl_Impl ) ); in StartFileDialog()
599 …if ( !Application::PostUserEvent( STATIC_LINK( 0, ShutdownIcon, AsyncDesktopTermination ), pData )… in terminateDesktop()
/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/svtools/source/control/
H A Dasynclink.cxx70 _pTimer->SetTimeoutHdl( STATIC_LINK( in Call()
78 … Application::PostUserEvent( _nEventId, STATIC_LINK( this, AsynchronLink, HandleCall), 0 ); in Call()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergechildwindow.cxx711 Application::PostUserEvent( STATIC_LINK( this, SwSendMailDialog, in ShowDialog()
723 m_pImpl->aRemoveTimer.SetTimeoutHdl( STATIC_LINK( this, SwSendMailDialog, in StateChanged()
740 Application::PostUserEvent( STATIC_LINK( this, SwSendMailDialog, in DocumentSent()
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx765 Link aLink( STATIC_LINK( this, SfxInsertFloatingFrameDialog, CheckHdl ) ); in SfxInsertFloatingFrameDialog()
774 aBTOpen.SetClickHdl( STATIC_LINK( this, SfxInsertFloatingFrameDialog, OpenHdl ) ); in SfxInsertFloatingFrameDialog()
814 Link aLink( STATIC_LINK( this, SfxInsertFloatingFrameDialog, CheckHdl ) ); in SfxInsertFloatingFrameDialog()
823 aBTOpen.SetClickHdl( STATIC_LINK( this, SfxInsertFloatingFrameDialog, OpenHdl ) ); in SfxInsertFloatingFrameDialog()
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/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/fpicker/source/office/
H A Diodlg.cxx590 pURLBox->SetOpenHdl( STATIC_LINK( this, SvtFileDialog, OpenHdl_Impl ) ); in Init_Impl()
789 _pImp->_pBtnNewFolder->SetClickHdl( STATIC_LINK( this, SvtFileDialog, NewFolderHdl_Impl ) ); in Init_Impl()
790 _pImp->_pBtnFileOpen->SetClickHdl( STATIC_LINK( this, SvtFileDialog, OpenHdl_Impl ) ); in Init_Impl()
792 _pImp->SetFilterListSelectHdl( STATIC_LINK( this, SvtFileDialog, FilterSelectHdl_Impl ) ); in Init_Impl()
793 …_pImp->_pEdFileName->SetGetFocusHdl( STATIC_LINK( this, SvtFileDialog, FileNameGetFocusHdl_Impl ) … in Init_Impl()
794 _pImp->_pEdFileName->SetModifyHdl( STATIC_LINK( this, SvtFileDialog, FileNameModifiedHdl_Impl ) ); in Init_Impl()
804 _pImp->_aFilterTimer.SetTimeoutHdl( STATIC_LINK( this, SvtFileDialog, FilterSelectHdl_Impl ) ); in Init_Impl()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx437 pGraphicBrush->SetDoneLink( STATIC_LINK( this, SvxNumberFormat, GraphicArrived) ); in operator =()
510 pGraphicBrush->SetDoneLink( STATIC_LINK( this, SvxNumberFormat, GraphicArrived) ); in SetGraphicBrush()
536 pGraphicBrush->SetDoneLink( STATIC_LINK( this, SvxNumberFormat, GraphicArrived) ); in SetGraphic()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx750 Link aLnk(STATIC_LINK(this, _SvxMacroTabPage, AssignDeleteHdl_Impl )); in InitAndSetHandler()
755 rListBox.SetDoubleClickHdl( STATIC_LINK(this, _SvxMacroTabPage, DoubleClickHdl_Impl ) ); in InitAndSetHandler()
757 rListBox.SetSelectHdl( STATIC_LINK( this, _SvxMacroTabPage, SelectEvent_Impl )); in InitAndSetHandler()
/trunk/main/forms/source/component/
H A Dclickableimage.cxx744 STATIC_LINK(this, OClickableImageBaseModel, DataAvailableLink)); in SetURL()
838 m_pMedium->DownLoad(STATIC_LINK(this, OClickableImageBaseModel, DownloadDoneLink)); in SetURL()
/trunk/main/sfx2/source/dialog/
H A Dtplcitem.cxx119 nUserEventId = Application::PostUserEvent( STATIC_LINK( in StateChanged()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx282 Application::PostUserEvent( STATIC_LINK( NULL, ProcessEventsClass_Impl, CallEvent ), pEvent ); in ImplPostForeignAppEvent()
287 …Application::PostUserEvent( STATIC_LINK( NULL, ProcessEventsClass_Impl, ProcessDocumentsEvent ), p… in ImplPostProcessDocumentsEvent()
/trunk/main/embeddedobj/test/mtexecutor/
H A Dmainthreadexecutor.cxx78 …Application::PostUserEvent( STATIC_LINK( NULL, MainThreadExecutor, worker ), pMainThreadExecutorRe… in execute()
/trunk/main/tools/inc/tools/
H A Dlink.hxx69 #define STATIC_LINK( Inst, Class, Member ) \ macro
/trunk/main/vcl/source/app/
H A Dsvapp.cxx525 Application::PostUserEvent( STATIC_LINK( NULL, ImplSVAppData, ImplQuitMsg ) ); in Quit()
934 STATIC_LINK( NULL, Application, PostEventHandler ), in PostKeyEvent()
969 STATIC_LINK( NULL, Application, PostEventHandler ), in PostMouseEvent()
/trunk/main/extensions/source/bibliography/
H A Dbibview.cxx164 Application::PostUserEvent( STATIC_LINK( this, BibView, CallMappingHdl ) ); in UpdatePages()
/trunk/main/svtools/inc/svtools/
H A Dsvparser.hxx139 { return STATIC_LINK( this, SvParser, NewDataRead ); } in GetAsynchCallLink()
/trunk/main/svtools/source/uno/
H A Dgenerictoolboxcontroller.cxx140 …Application::PostUserEvent( STATIC_LINK(0, GenericToolboxController , ExecuteHdl_Impl), pExecuteIn… in execute()
H A Dpopupwindowcontroller.cxx77 …Application::PostUserEvent( STATIC_LINK( this, PopupWindowControllerImpl, AsyncDeleteWindowHdl ), … in SetPopupWindow()
/trunk/main/toolkit/source/awt/
H A Dasynccallback.cxx125 … Application::PostUserEvent( STATIC_LINK( this, AsyncCallback, Notify_Impl ), pCallbackData ); in addCallback()

Completed in 167 milliseconds

123