Lines Matching refs:_rEntryName
663 …void OBrowserListBox::SetPropertyValue(const ::rtl::OUString& _rEntryName, const Any& _rValue, boo… in SetPropertyValue() argument
665 ListBoxLines::iterator line = m_aLines.find( _rEntryName ); in SetPropertyValue()
681 sal_uInt16 OBrowserListBox::GetPropertyPos( const ::rtl::OUString& _rEntryName ) const in GetPropertyPos()
689 if ( (*linePos)->first == _rEntryName ) in GetPropertyPos()
700 …bool OBrowserListBox::impl_getBrowserLineForName( const ::rtl::OUString& _rEntryName, BrowserLineP… in impl_getBrowserLineForName() argument
702 ListBoxLines::const_iterator line = m_aLines.find( _rEntryName ); in impl_getBrowserLineForName()
711 …void OBrowserListBox::EnablePropertyControls( const ::rtl::OUString& _rEntryName, sal_Int16 _nCont… in EnablePropertyControls() argument
714 if ( impl_getBrowserLineForName( _rEntryName, pLine ) ) in EnablePropertyControls()
719 void OBrowserListBox::EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable ) in EnablePropertyLine() argument
722 if ( impl_getBrowserLineForName( _rEntryName, pLine ) ) in EnablePropertyLine()
727 …rence< XPropertyControl > OBrowserListBox::GetPropertyControl( const ::rtl::OUString& _rEntryName ) in GetPropertyControl() argument
730 if ( impl_getBrowserLineForName( _rEntryName, pLine ) ) in GetPropertyControl()