Searched refs:xLockingTest (Results 1 – 2 of 2) sorted by relevance
2427 Reference< ::com::sun::star::form::XBoundControl > xLockingTest(xActiveControl, UNO_QUERY); in CommitCurrent() local2428 sal_Bool bControlIsLocked = xLockingTest.is() && xLockingTest->getLock(); in CommitCurrent()
1714 Reference< XBoundControl > xLockingTest(m_xCurrentControl, UNO_QUERY); in focusGained() local1715 sal_Bool bControlIsLocked = xLockingTest.is() && xLockingTest->getLock(); in focusGained()
Completed in 43 milliseconds