Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Dsrchdlg.cxx323 pMoreBtn ( new MoreButton( this, SVX_RES( BTN_MORE ) ) ), \
416 delete pMoreBtn; in ~SvxSearchDialog()
459 pMoreBtn->SetMoreText( String( SVX_RES( STR_MORE_BTN ) ) ); in Construct_Impl()
460 pMoreBtn->SetLessText( String( SVX_RES( STR_LESS_BTN ) ) ); in Construct_Impl()
614 pMoreBtn, in Construct_Impl()
758 long nTxtW = Max( pMoreBtn->GetCtrlTextWidth( pMoreBtn->GetMoreText() ), in InitControls_Impl()
759 pMoreBtn->GetCtrlTextWidth( pMoreBtn->GetLessText() ) ); in InitControls_Impl()
760 nTxtW += ( pMoreBtn->GetTextHeight() * 2 ); // add image size + offset in InitControls_Impl()
761 long nBtnW = pMoreBtn->GetSizePixel().Width(); in InitControls_Impl()
767 Size aNewSize = pMoreBtn->GetSizePixel(); in InitControls_Impl()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dsrchdlg.hxx191 MoreButton* pMoreBtn; member in SvxSearchDialog