Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/dialog/
H A Dtabdlg.cxx201 PushButton* pApplyButton; member
211 pApplyButton ( NULL ), in TabDlg_Impl()
632 delete pImpl->pApplyButton; in ~SfxTabDialog()
760 if ( pImpl->pApplyButton ) in SetApplyHandler()
769 if ( !pImpl->pApplyButton ) in GetApplyHandler()
792 pImpl->pApplyButton->Show(); 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()
[all …]

Completed in 24 milliseconds