Searched refs:xCbBox (Results 1 – 1 of 1) sorted by relevance
2355 Reference< XComboBox > xCbBox(xControl, UNO_QUERY); in startControlModifyListening() local2356 if (xCbBox.is()) in startControlModifyListening()2358 xCbBox->addItemListener(this); in startControlModifyListening()2403 Reference< XComboBox > xCbBox(xControl, UNO_QUERY); in stopControlModifyListening() local2404 if (xCbBox.is()) in stopControlModifyListening()2406 xCbBox->removeItemListener(this); in stopControlModifyListening()
Completed in 61 milliseconds