Searched refs:OHyperlinkControl (Results 1 – 3 of 3) sorted by relevance
428 OHyperlinkControl::OHyperlinkControl( Window* _pParent, WinBits _nWinStyle ) in OHyperlinkControl() function in pcr::OHyperlinkControl432 getTypedControlWindow()->SetClickHdl( LINK( this, OHyperlinkControl, OnHyperlinkClicked ) ); in OHyperlinkControl()436 Any SAL_CALL OHyperlinkControl::getValue() throw (RuntimeException) in getValue()443 …void SAL_CALL OHyperlinkControl::setValue( const Any& _value ) throw (IllegalTypeException, Runtim… in setValue()451 Type SAL_CALL OHyperlinkControl::getValueType() throw (RuntimeException) in getValueType()457 …void SAL_CALL OHyperlinkControl::addActionListener( const Reference< XActionListener >& listener )… in addActionListener()464 …void SAL_CALL OHyperlinkControl::removeActionListener( const Reference< XActionListener >& listene… in removeActionListener()470 void SAL_CALL OHyperlinkControl::disposing() in disposing()479 IMPL_LINK( OHyperlinkControl, OnHyperlinkClicked, void*, /*_NotInterestedIn*/ )
201 class OHyperlinkControl : public OHyperlinkControl_Base class207 OHyperlinkControl( Window* _pParent, WinBits _nWinStyle );
848 xControl = new OHyperlinkControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN ); in createPropertyControl()
Completed in 28 milliseconds