Lines Matching refs:XPropertyControl

62     using ::com::sun::star::inspection::XPropertyControl;
83 Reference< XPropertyControl > xControl;
86 ControlEvent( const Reference< XPropertyControl >& _rxControl, ControlEventType _eType ) in ControlEvent()
184 …virtual void SAL_CALL focusGained( const Reference< XPropertyControl >& Control ) throw (RuntimeEx…
185 …virtual void SAL_CALL valueChanged( const Reference< XPropertyControl >& Control ) throw (RuntimeE…
187 …virtual void SAL_CALL activateNextControl( const Reference< XPropertyControl >& CurrentControl ) t…
217 …void impl_notify_throw( const Reference< XPropertyControl >& _rxControl, ControlEventType _eType );
260 …void PropertyControlContext_Impl::impl_notify_throw( const Reference< XPropertyControl >& _rxContr… in impl_notify_throw()
280 …void SAL_CALL PropertyControlContext_Impl::focusGained( const Reference< XPropertyControl >& Contr… in focusGained()
287 …void SAL_CALL PropertyControlContext_Impl::valueChanged( const Reference< XPropertyControl >& Cont… in valueChanged()
294 … PropertyControlContext_Impl::activateNextControl( const Reference< XPropertyControl >& CurrentCon… in activateNextControl()
670 Reference< XPropertyControl > xControl( line->second.pLine->getControl() ); in SetPropertyValue()
727 …Reference< XPropertyControl > OBrowserListBox::GetPropertyControl( const ::rtl::OUString& _rEntryN… in GetPropertyControl()
904 Reference< XPropertyControl > xControl( _rLine.pLine->getControl() ); in impl_setControlAsPropertyValue()
940 Reference< XPropertyControl > xControl( _rLine.pLine->getControl() ); 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()
1044 void lcl_implDisposeControl_nothrow( const Reference< XPropertyControl >& _rxControl ) in lcl_implDisposeControl_nothrow()
1125 Reference< XPropertyControl > xControl = rLine.pLine->getControl(); in ChangeEntry()