Searched refs:pMoreBtn (Results 1 – 2 of 2) sorted by relevance
320 pMoreBtn ( new MoreButton( this, SVX_RES( BTN_MORE ) ) ), \413 delete pMoreBtn; in ~SvxSearchDialog()456 pMoreBtn->SetMoreText( String( SVX_RES( STR_MORE_BTN ) ) ); in Construct_Impl()457 pMoreBtn->SetLessText( String( SVX_RES( STR_LESS_BTN ) ) ); in Construct_Impl()611 pMoreBtn, in Construct_Impl()755 long nTxtW = Max( pMoreBtn->GetCtrlTextWidth( pMoreBtn->GetMoreText() ), in InitControls_Impl()756 pMoreBtn->GetCtrlTextWidth( pMoreBtn->GetLessText() ) ); in InitControls_Impl()757 nTxtW += ( pMoreBtn->GetTextHeight() * 2 ); // add image size + offset in InitControls_Impl()758 long nBtnW = pMoreBtn->GetSizePixel().Width(); in InitControls_Impl()764 Size aNewSize = pMoreBtn->GetSizePixel(); in InitControls_Impl()[all …]
191 MoreButton* pMoreBtn; member in SvxSearchDialog