Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/dialog/
H A Dtabdlg.cxx201 PushButton* pApplyButton; member
211 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 …]