Home
last modified time | relevance | path

Searched refs:bControlIsLocked (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/forms/source/runtime/
H A Dformoperations.cxx846 sal_Bool bControlIsLocked = xCheckLock.is() && xCheckLock->getLock(); in impl_commitCurrentControl_throw() local
850 if ( xCurrentControl.is() && !bControlIsLocked ) in impl_commitCurrentControl_throw()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx2428 sal_Bool bControlIsLocked = xLockingTest.is() && xLockingTest->getLock(); in CommitCurrent() local
2429 if (xActiveControl.is() && !bControlIsLocked) in CommitCurrent()
/aoo4110/main/svx/source/form/
H A Dformcontroller.cxx1715 sal_Bool bControlIsLocked = xLockingTest.is() && xLockingTest->getLock(); in focusGained() local
1716 …OSL_ENSURE(!bControlIsLocked, "FormController::Gained: I'm modified and the current control is loc… in focusGained()

Completed in 66 milliseconds