Lines Matching refs:_bPrimary
391 PushButton& OBrowserLine::impl_ensureButton( bool _bPrimary ) in impl_ensureButton() argument
393 PushButton*& rpButton = _bPrimary ? m_pBrowseButton : m_pAdditionalBrowseButton; in impl_ensureButton()
449 void OBrowserLine::ShowBrowseButton( const ::rtl::OUString& _rImageURL, sal_Bool _bPrimary ) in ShowBrowseButton() argument
451 PushButton& rButton( impl_ensureButton( _bPrimary ) ); in ShowBrowseButton()
462 void OBrowserLine::ShowBrowseButton( const Image& _rImage, sal_Bool _bPrimary ) in ShowBrowseButton() argument
464 PushButton& rButton( impl_ensureButton( _bPrimary ) ); in ShowBrowseButton()
470 void OBrowserLine::ShowBrowseButton( sal_Bool _bPrimary ) in ShowBrowseButton() argument
472 impl_ensureButton( _bPrimary ); in ShowBrowseButton()
476 void OBrowserLine::implHideBrowseButton( sal_Bool _bPrimary, bool _bReLayout ) in implHideBrowseButton() argument
478 PushButton*& rpButton = _bPrimary ? m_pBrowseButton : m_pAdditionalBrowseButton; in implHideBrowseButton()
492 void OBrowserLine::HideBrowseButton( sal_Bool _bPrimary ) in HideBrowseButton() argument
494 implHideBrowseButton( _bPrimary, true ); in HideBrowseButton()