Home
last modified time | relevance | path

Searched refs:m_xButton (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx84 Reference< XControl > xRef_Button ( m_xButton , UNO_QUERY ) ; in ProgressMonitor()
431 if ( m_xButton.is () ) in addActionListener()
433 m_xButton->addActionListener ( rListener ) ; in addActionListener()
446 if ( m_xButton.is () ) in removeActionListener()
448 m_xButton->removeActionListener ( rListener ) ; in removeActionListener()
461 if ( m_xButton.is () ) in setLabel()
463 m_xButton->setLabel ( rLabel ) ; in setLabel()
476 if ( m_xButton.is () ) in setActionCommand()
478 m_xButton->setActionCommand ( rCommand ) ; in setActionCommand()
604 Reference< XControl > xRef_Button ( m_xButton , UNO_QUERY ) ; in dispose()
[all …]
/aoo4110/main/UnoControls/source/inc/
H A Dprogressmonitor.hxx793 UNO3_REFERENCE< UNO3_XBUTTON > m_xButton ; member in unocontrols::ProgressMonitor

Completed in 30 milliseconds