Lines Matching refs:xButton
383 Reference<XButton> xButton; in OButtonControl() local
384 query_aggregation( m_xAggregate, xButton); in OButtonControl()
385 if (xButton.is()) in OButtonControl()
386 xButton->addActionListener(this); in OButtonControl()
529 Reference<XButton> xButton; in setLabel() local
530 query_aggregation( m_xAggregate, xButton ); in setLabel()
531 if (xButton.is()) in setLabel()
532 xButton->setLabel(Label); in setLabel()
543 Reference<XButton> xButton; in setActionCommand() local
544 query_aggregation( m_xAggregate, xButton); in setActionCommand()
545 if (xButton.is()) in setActionCommand()
546 xButton->setActionCommand(_rCommand); in setActionCommand()