Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/dialog/
H A Dsrchdlg.cxx320 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 …]
/AOO42X/main/svx/inc/svx/
H A Dsrchdlg.hxx191 MoreButton* pMoreBtn; member in SvxSearchDialog