Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/dialog/
H A Dsrchdlg.cxx316 aSearchComponent2PB( this, SVX_RES( BTN_COMPONENT_2 ) ), \
557 aSearchComponent2PB.SetText( sTemp ); in Construct_Impl()
567 if( aSearchComponent2PB.GetText().Len() ) in Construct_Impl()
571 aSearchComponent2PB.SetPosPixel(aSearchComponent1PB.GetPosPixel()); in Construct_Impl()
574 aSearchComponent2PB.Show(); in Construct_Impl()
582 - aButtonsFL.GetPosPixel().Y() + aSearchComponent2PB.GetPosPixel().Y(); in Construct_Impl()
734 aSearchComponent2PB.SetClickHdl( aLink ); in InitControls_Impl()
1212 aSearchComponent2PB.Enable(sal_False); in Init_Impl()
1589 else if(pBtn == &aSearchComponent1PB || pBtn == &aSearchComponent2PB ) in IMPL_LINK()
1644 aSearchComponent2PB.Enable(sal_False); in IMPL_LINK()
[all …]
/AOO42X/main/svx/inc/svx/
H A Dsrchdlg.hxx185 PushButton aSearchComponent2PB; member in SvxSearchDialog