Searched refs:mpPage1OpenRB (Results 1 – 1 of 1) sorted by relevance
310 RadioButton* mpPage1OpenRB; member in AssistentDlgImpl411 mpPage1OpenRB=new RadioButton(pWindow,SdResId(RB_PAGE1_OPEN))); in AssistentDlgImpl()426 sal_Int32 nLeft (mpPage1OpenRB->GetPosPixel().X() + nIndent); in AssistentDlgImpl()427 sal_Int32 nWidth (mpPage1OpenRB->GetSizePixel().Width() - nIndent); in AssistentDlgImpl()462 mpPage1OpenRB->SetClickHdl(LINK(this,AssistentDlgImpl,StartTypeHdl)); in AssistentDlgImpl()701 delete mpPage1OpenRB; in ~AssistentDlgImpl()966 mpPage1OpenRB->SetState( eType == ST_OPEN ); in SetStartType()