Lines Matching refs:OBrowserListBox
355 DBG_NAME(OBrowserListBox) in DBG_NAME() argument
357 OBrowserListBox::OBrowserListBox( Window* pParent, WinBits nWinStyle) in DBG_NAME()
371 DBG_CTOR(OBrowserListBox,NULL); in DBG_NAME()
383 m_aVScroll.SetScrollHdl(LINK(this, OBrowserListBox, ScrollHdl)); in DBG_NAME()
387 OBrowserListBox::~OBrowserListBox() in ~OBrowserListBox()
401 DBG_DTOR(OBrowserListBox,NULL); in ~OBrowserListBox()
405 sal_Bool OBrowserListBox::IsModified( ) const in IsModified()
416 void OBrowserListBox::CommitModified( ) in CommitModified()
436 void OBrowserListBox::ActivateListBox(sal_Bool _bActive) in ActivateListBox()
449 long OBrowserListBox::impl_getPrefererredHelpHeight() in impl_getPrefererredHelpHeight()
455 void OBrowserListBox::Resize() in Resize()
518 void OBrowserListBox::SetListener( IPropertyLineListener* _pListener ) in SetListener()
524 void OBrowserListBox::SetObserver( IPropertyControlObserver* _pObserver ) in SetObserver()
530 void OBrowserListBox::EnableHelpSection( bool _bEnable ) in EnableHelpSection()
537 bool OBrowserListBox::HasHelpSection() const in HasHelpSection()
543 void OBrowserListBox::SetHelpText( const ::rtl::OUString& _rHelpText ) in SetHelpText()
552 void OBrowserListBox::SetHelpLineLimites( sal_Int32 _nMinLines, sal_Int32 _nMaxLines ) in SetHelpLineLimites()
558 sal_uInt16 OBrowserListBox::CalcVisibleLines() in CalcVisibleLines()
569 void OBrowserListBox::UpdateVScroll() in UpdateVScroll()
589 void OBrowserListBox::PositionLine( sal_uInt16 _nIndex ) in PositionLine()
611 void OBrowserListBox::UpdatePosNSize() in UpdatePosNSize()
626 void OBrowserListBox::UpdatePlayGround() in UpdatePlayGround()
644 void OBrowserListBox::UpdateAll() in UpdateAll()
650 void OBrowserListBox::DisableUpdate() in DisableUpdate()
656 void OBrowserListBox::EnableUpdate() in EnableUpdate()
663 …void OBrowserListBox::SetPropertyValue(const ::rtl::OUString& _rEntryName, const Any& _rValue, boo… in SetPropertyValue()
681 sal_uInt16 OBrowserListBox::GetPropertyPos( const ::rtl::OUString& _rEntryName ) const in GetPropertyPos()
700 …bool OBrowserListBox::impl_getBrowserLineForName( const ::rtl::OUString& _rEntryName, BrowserLineP… in impl_getBrowserLineForName()
711 …void OBrowserListBox::EnablePropertyControls( const ::rtl::OUString& _rEntryName, sal_Int16 _nCont… in EnablePropertyControls()
719 void OBrowserListBox::EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable ) in EnablePropertyLine()
727 …Reference< XPropertyControl > OBrowserListBox::GetPropertyControl( const ::rtl::OUString& _rEntryN… in GetPropertyControl()
736 sal_uInt16 OBrowserListBox::InsertEntry(const OLineDescriptor& _rPropertyData, sal_uInt16 _nPos) in InsertEntry()
777 sal_Int32 OBrowserListBox::GetMinimumWidth() in GetMinimumWidth()
783 sal_Int32 OBrowserListBox::GetMinimumHeight() in GetMinimumHeight()
800 void OBrowserListBox::ShowEntry(sal_uInt16 _nPos) in ShowEntry()
819 void OBrowserListBox::MoveThumbTo(sal_Int32 _nNewThumbPos) in MoveThumbTo()
856 IMPL_LINK(OBrowserListBox, ScrollHdl, ScrollBar*, _pScrollBar ) in IMPL_LINK() argument
892 void OBrowserListBox::buttonClicked( OBrowserLine* _pLine, sal_Bool _bPrimary ) in buttonClicked()
902 …void OBrowserListBox::impl_setControlAsPropertyValue( const ListBoxLine& _rLine, const Any& _rProp… in impl_setControlAsPropertyValue()
938 Any OBrowserListBox::impl_getControlAsPropertyValue( const ListBoxLine& _rLine ) const in impl_getControlAsPropertyValue()
967 …sal_uInt16 OBrowserListBox::impl_getControlPos( const Reference< XPropertyControl >& _rxControl ) … in impl_getControlPos()
980 …void SAL_CALL OBrowserListBox::focusGained( const Reference< XPropertyControl >& _rxControl ) thro… in focusGained()
996 …void SAL_CALL OBrowserListBox::valueChanged( const Reference< XPropertyControl >& _rxControl ) thr… in valueChanged()
1018 …void SAL_CALL OBrowserListBox::activateNextControl( const Reference< XPropertyControl >& _rxCurren… in activateNextControl()
1063 void OBrowserListBox::Clear() in Clear()
1081 sal_Bool OBrowserListBox::RemoveEntry( const ::rtl::OUString& _rName ) in RemoveEntry()
1106 void OBrowserListBox::ChangeEntry( const OLineDescriptor& _rPropertyData, sal_uInt16 nPos ) in ChangeEntry()
1221 long OBrowserListBox::PreNotify( NotifyEvent& _rNEvt ) in PreNotify()
1279 long OBrowserListBox::Notify( NotifyEvent& _rNEvt ) in Notify()