Home
last modified time | relevance | path

Searched refs:SdTPAction (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dtpaction.cxx99 SfxTabPage* pNewPage = SdTPAction::Create( this, rOutAttrs ); in SdActionDlg()
103 ( (SdTPAction*) pNewPage )->SetView( pView ); in SdActionDlg()
104 ( (SdTPAction*) pNewPage )->Construct(); in SdActionDlg()
120 SdTPAction::SdTPAction( Window* pWindow, const SfxItemSet& rInAttrs ) : in SdTPAction() function in SdTPAction
148 aBtnSearch.SetClickHdl( LINK( this, SdTPAction, ClickSearchHdl ) ); in SdTPAction()
149 aBtnSeek.SetClickHdl( LINK( this, SdTPAction, ClickSearchHdl ) ); in SdTPAction()
154 aLbAction.SetSelectHdl( LINK( this, SdTPAction, ClickActionHdl ) ); in SdTPAction()
155 aLbTree.SetSelectHdl( LINK( this, SdTPAction, SelectTreeHdl ) ); in SdTPAction()
156 aEdtDocument.SetLoseFocusHdl( LINK( this, SdTPAction, CheckFileHdl ) ); in SdTPAction()
157 aEdtMacro.SetLoseFocusHdl( LINK( this, SdTPAction, CheckFileHdl ) ); in SdTPAction()
[all …]
/trunk/main/sd/source/ui/inc/
H A Dtpaction.hxx69 class SdTPAction : public SfxTabPage class
117 SdTPAction( Window* pParent, const SfxItemSet& rInAttrs );
118 ~SdTPAction();