Lines Matching refs:LINK

832 	aDeleteBtn.SetClickHdl( LINK( this, SfxDocumentPage, DeleteHdl ) );  in SfxDocumentPage()
833 aSignatureBtn.SetClickHdl( LINK( this, SfxDocumentPage, SignatureHdl ) ); in SfxDocumentPage()
1207 aRBNoAutoUpdate.SetClickHdl( LINK( this, SfxInternetPage, ClickHdlNoUpdate ) ); in SfxInternetPage()
1208 aRBReloadUpdate.SetClickHdl( LINK( this, SfxInternetPage, ClickHdlReload ) ); in SfxInternetPage()
1209 aRBForwardUpdate.SetClickHdl( LINK( this, SfxInternetPage, ClickHdlForward ) ); in SfxInternetPage()
1210 aPBBrowseURL.SetClickHdl( LINK( this, SfxInternetPage, ClickHdlBrowseURL ) ); in SfxInternetPage()
1339 pFileDlg->StartExecuteModal( LINK( this, SfxInternetPage, DialogClosedHdl ) ); in IMPL_LINK()
1723 SetClickHdl( LINK( this, CustomPropertiesEditButton, ClickHdl )); in CustomPropertiesEditButton()
1816 m_aEditLoseFocusTimer.SetTimeoutHdl( LINK( this, CustomPropertiesWindow, EditTimeoutHdl ) ); in CustomPropertiesWindow()
1818 m_aBoxLoseFocusTimer.SetTimeoutHdl( LINK( this, CustomPropertiesWindow, BoxTimeoutHdl ) ); in CustomPropertiesWindow()
2073 pNewLine->m_aTypeBox.SetSelectHdl( LINK( this, CustomPropertiesWindow, TypeHdl ) ); in AddLine()
2074 pNewLine->m_aRemoveButton.SetClickHdl( LINK( this, CustomPropertiesWindow, RemoveHdl ) ); in AddLine()
2075 … pNewLine->m_aValueEdit.SetLoseFocusHdl( LINK( this, CustomPropertiesWindow, EditLoseFocusHdl ) ); in AddLine()
2078 pNewLine->m_aTypeBox.SetLoseFocusHdl( LINK( this, CustomPropertiesWindow, BoxLoseFocusHdl ) ); in AddLine()
2350 m_aPropertiesWin.SetRemovedHdl( LINK( this, CustomPropertiesControl, RemovedHdl ) ); in CustomPropertiesControl()
2364 Link aScrollLink = LINK( this, CustomPropertiesControl, ScrollHdl ); in CustomPropertiesControl()
2414 m_aAddBtn.SetClickHdl( LINK( this, SfxCustomPropertiesPage, AddHdl ) ); in SfxCustomPropertiesPage()