Lines Matching refs:pOKBtn
771 pOKBtn ( 0 ), in SfxSingleTabDialog()
798 pOKBtn ( 0 ), in SfxSingleTabDialog()
824 pOKBtn ( NULL ), in SfxSingleTabDialog()
836 delete pOKBtn; in ~SfxSingleTabDialog()
853 if ( !pOKBtn ) in SetPage()
855 pOKBtn = new OKButton( this, WB_DEFBUTTON ); in SetPage()
856 pOKBtn->SetClickHdl( LINK( this, SfxSingleTabDialog, OKHdl_Impl ) ); in SetPage()
891 pOKBtn->SetPosSizePixel( aPnt, aBtnSz ); in SetPage()
906 pOKBtn->Show(); in SetPage()
931 if ( !pOKBtn ) in SetTabPage()
933 pOKBtn = new OKButton( this, WB_DEFBUTTON ); in SetTabPage()
934 pOKBtn->SetClickHdl( LINK( this, SfxSingleTabDialog, OKHdl_Impl ) ); in SetTabPage()
968 pOKBtn->SetPosSizePixel( aPnt, aBtnSiz ); in SetTabPage()
969 pOKBtn->Show(); in SetTabPage()