Searched refs:m_xButton (Results 1 – 2 of 2) sorted by relevance
84 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 …]
793 UNO3_REFERENCE< UNO3_XBUTTON > m_xButton ; member in unocontrols::ProgressMonitor
Completed in 48 milliseconds