Searched refs:pApplyButton (Results 1 – 1 of 1) sorted by relevance
201 PushButton* pApplyButton; member211 pApplyButton ( NULL ), in TabDlg_Impl()632 delete pImpl->pApplyButton; in ~SfxTabDialog()759 DBG_ASSERT( pImpl->pApplyButton, "SfxTabDialog::GetApplyHandler: no apply button enabled!" ); in SetApplyHandler()760 if ( pImpl->pApplyButton ) in SetApplyHandler()761 pImpl->pApplyButton->SetClickHdl( _rHdl ); in SetApplyHandler()768 DBG_ASSERT( pImpl->pApplyButton, "SfxTabDialog::GetApplyHandler: no button enabled!" ); in GetApplyHandler()769 if ( !pImpl->pApplyButton ) in GetApplyHandler()772 return pImpl->pApplyButton->GetClickHdl(); in GetApplyHandler()786 pImpl->pApplyButton = new PushButton( this ); in EnableApplyButton()[all …]