Home
last modified time | relevance | path

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

/AOO42X/main/extensions/source/propctrlr/ !
H A Dbrowserline.cxx393 PushButton*& rpButton = _bPrimary ? m_pBrowseButton : m_pAdditionalBrowseButton; in impl_ensureButton() local
395 if ( !rpButton ) in impl_ensureButton()
397 rpButton = new PushButton( m_pTheParent, WB_NOPOINTERFOCUS ); in impl_ensureButton()
398 rpButton->SetGetFocusHdl( LINK( this, OBrowserLine, OnButtonFocus ) ); in impl_ensureButton()
399 rpButton->SetClickHdl( LINK( this, OBrowserLine, OnButtonClicked ) ); in impl_ensureButton()
400 rpButton->SetText( String::CreateFromAscii( "..." ) ); in impl_ensureButton()
403 rpButton->Show(); in impl_ensureButton()
407 return *rpButton; in impl_ensureButton()
478 PushButton*& rpButton = _bPrimary ? m_pBrowseButton : m_pAdditionalBrowseButton; in implHideBrowseButton() local
480 if ( rpButton ) in implHideBrowseButton()
[all …]