Lines Matching refs:m_xButton
76 …m_xButton = Reference< XButton > ( xFactory->createInstance ( OUString::createFromAscii( BUTTO… in ProgressMonitor()
84 Reference< XControl > xRef_Button ( m_xButton , UNO_QUERY ) ; in ProgressMonitor()
110 m_xButton->setLabel ( OUString::createFromAscii( DEFAULT_BUTTONLABEL ) ) ; 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()
503 Reference< XLayoutConstrains > xButtonLayout ( m_xButton , UNO_QUERY ) ; in getPreferredSize()
604 Reference< XControl > xRef_Button ( m_xButton , UNO_QUERY ) ; in dispose()
750 Reference< XLayoutConstrains > xButtonLayout ( m_xButton , UNO_QUERY ) ; in impl_recalcLayout()
839 Reference< XWindow > xRef_Button ( m_xButton , UNO_QUERY ) ; in impl_recalcLayout()