Searched refs:SfxTabDialogController (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sfx2/source/dialog/ |
H A D | tabdlg.cxx | 129 class SfxTabDialogController : public SfxControllerItem class 134 … SfxTabDialogController( sal_uInt16 nSlotId, SfxBindings& rBindings, SfxTabDialog* pDlg ) in SfxTabDialogController() function in SfxTabDialogController 140 ~SfxTabDialogController(); 146 SfxTabDialogController::~SfxTabDialogController() in ~SfxTabDialogController() 151 IMPL_LINK( SfxTabDialogController, Execute_Impl, void*, pVoid ) in IMPL_LINK() argument 166 void SfxTabDialogController::StateChanged( sal_uInt16 /*nSID*/, SfxItemState /*eState*/, const SfxP… in StateChanged() 202 SfxTabDialogController* pController; 572 pImpl->pController = new SfxTabDialogController( nSetId, rBindings, this ); in SfxTabDialog() 576 SetApplyHandler( LINK( pImpl->pController, SfxTabDialogController, Execute_Impl ) ); in SfxTabDialog()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | tabdlg.hxx | 39 namespace layout { class SfxTabDialog; class SfxTabDialogController; } 88 friend class SfxTabDialogController;
|
Completed in 25 milliseconds