Lines Matching refs:pApplyButton
201 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()
789 pImpl->pApplyButton->SetZOrder(&aOKBtn, WINDOW_ZORDER_BEHIND); in EnableApplyButton()
791 pImpl->pApplyButton->SetText( String( SfxResId( STR_APPLY ) ) ); in EnableApplyButton()
792 pImpl->pApplyButton->Show(); in EnableApplyButton()
794 pImpl->pApplyButton->SetHelpId( HID_TABDLG_APPLY_BTN ); in EnableApplyButton()
798 delete pImpl->pApplyButton; in EnableApplyButton()
799 pImpl->pApplyButton = NULL; in EnableApplyButton()
813 return ( NULL != pImpl->pApplyButton ); in IsApplyButtonEnabled()
820 return pImpl->pApplyButton; in GetApplyButton()
827 return pImpl->pApplyButton; in GetApplyButton()