Lines Matching refs:xBound
1722 Reference< XBoundComponent > xBound(m_xCurrentControl, UNO_QUERY); in focusGained() local
1723 if (!xBound.is() && m_xCurrentControl.is()) in focusGained()
1724 xBound = Reference< XBoundComponent > (m_xCurrentControl->getModel(), UNO_QUERY); in focusGained()
1730 if (xBound.is() && !xBound->commit()) in focusGained()
2237 Reference< XBoundControl > xBound(xControl, UNO_QUERY); in setControlLock() local
2238 if (xBound.is() && (( (bLocked && bLocked != xBound->getLock()) || in setControlLock()
2259 xBound->setLock(bLocked); in setControlLock()
2266 xBound->setLock(sal_True); in setControlLock()
2268 xBound->setLock(bLocked); in setControlLock()
2300 Reference< XBoundComponent > xBound( _rxControl, UNO_QUERY ); in lcl_shouldListenForModifications() local
2301 if ( xBound.is() ) in lcl_shouldListenForModifications()