/aoo42x/main/slideshow/source/engine/ |
H A D | screenupdater.cxx | 74 sal_Int32 mnLockCount; member 82 mnLockCount(0) in ImplScreenUpdater() 113 if (mpImpl->mnLockCount > 0) in commitUpdates() 194 if (mpImpl->mnLockCount > 0) in requestImmediateUpdate() 207 ++mpImpl->mnLockCount; in lockUpdates() 208 OSL_ASSERT(mpImpl->mnLockCount>0); in lockUpdates() 213 OSL_ASSERT(mpImpl->mnLockCount>0); in unlockUpdates() 214 if (mpImpl->mnLockCount > 0) in unlockUpdates() 216 --mpImpl->mnLockCount; in unlockUpdates() 217 if (mpImpl->mnLockCount) in unlockUpdates()
|
/aoo42x/main/tools/source/generic/ |
H A D | config.cxx | 772 mnLockCount = 1; in Config() 789 mnLockCount = 1; in Config() 887 if ( !mnLockCount && mbPersistence ) in DeleteGroup() 905 if ( !mnLockCount ) in GetGroupName() 931 if ( !mnLockCount ) in GetGroupCount() 950 if ( !mnLockCount ) in HasGroup() 1001 if ( !mnLockCount ) in ReadKey() 1159 if ( !mnLockCount ) in GetKeyCount() 1255 if ( !mnLockCount ) in EnterLock() 1258 mnLockCount++; in EnterLock() [all …]
|
/aoo42x/main/sd/source/ui/view/ |
H A D | ToolBarManager.cxx | 332 sal_Int32 mnLockCount; member in sd::ToolBarManager::Implementation 612 mnLockCount(0), in Implementation() 729 if (mnLockCount == 0) in AddToolBar() 746 if (mnLockCount == 0) in RemoveToolBar() 889 if (mnLockCount == 0) in LockUpdate() 895 ++mnLockCount; in LockUpdate() 908 OSL_ASSERT(mnLockCount>0); in UnlockUpdate() 909 --mnLockCount; in UnlockUpdate() 910 if (mnLockCount == 0) in UnlockUpdate() 924 if (mnLockCount == 0) in Update() [all …]
|
H A D | drviews4.cxx | 961 mnLockCount++; in LockInput() 972 DBG_ASSERT( mnLockCount, "Input for this shell is not locked!" ); in UnlockInput() 973 if ( mnLockCount ) in UnlockInput() 974 mnLockCount--; in UnlockInput()
|
H A D | drviewsa.cxx | 399 mnLockCount = 0UL; in Construct()
|
/aoo42x/main/toolkit/inc/toolkit/helper/ |
H A D | solarrelease.hxx | 39 sal_uInt32 mnLockCount; member in toolkit::ReleaseSolarMutex 50 :mnLockCount( Application::ReleaseSolarMutex() ) in ReleaseSolarMutex() 58 if ( mnLockCount > 0 ) in ~ReleaseSolarMutex() 66 --mnLockCount; in ~ReleaseSolarMutex() 68 Application::AcquireSolarMutex( mnLockCount ); in ~ReleaseSolarMutex()
|
/aoo42x/main/sd/source/ui/framework/configuration/ |
H A D | ConfigurationUpdater.cxx | 86 mnLockCount(0), in ConfigurationUpdater() 166 && mnLockCount==0 in IsUpdatePossible() 208 if (mnLockCount == 0) in UpdateConfiguration() 413 ++mnLockCount; in LockUpdates() 421 --mnLockCount; in UnlockUpdates() 422 if (mnLockCount == 0 && mbUpdatePending) in UnlockUpdates()
|
H A D | ConfigurationController.cxx | 129 sal_Int32 mnLockCount; member in sd::framework::ConfigurationController::Implementation 296 ++mpImplementation->mnLockCount; in lock() 315 OSL_ASSERT(mpImplementation->mnLockCount>0); in unlock() 316 --mpImplementation->mnLockCount; in unlock() 317 if (mpImplementation->mnLockCount == 0) in unlock() 707 mnLockCount(0) in Implementation()
|
H A D | ConfigurationUpdater.hxx | 132 sal_Int32 mnLockCount; member in sd::framework::ConfigurationUpdater
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | AccessibilityTreeModel.java | 68 mnLockCount += 1; in lock() 79 mnLockCount -= 1; in unlock() 80 if (mnLockCount == 0) in unlock() 529 private int mnLockCount; field in AccessibilityTreeModel
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsButtonBar.cxx | 205 mnLockCount(0) in ButtonBar() 641 if (mnLockCount > 0) in RequestFadeIn() 663 if (mnLockCount > 0) in RequestFadeOut() 775 if (mnLockCount == 0 && mpDescriptor) in AcquireLock() 778 ++mnLockCount; in AcquireLock() 786 --mnLockCount; in ReleaseLock() 788 if (mnLockCount == 0 && mpDescriptor) in ReleaseLock()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 213 , mnLockCount(0) in DBG_NAME() 228 , mnLockCount(0) in SvxShape() 243 , mnLockCount(0) in SvxShape() 4081 return mnLockCount != 0; in isActionLocked() 4091 mnLockCount++; in addActionLock() 4093 if( mnLockCount == 1 ) in addActionLock() 4104 mnLockCount--; in removeActionLock() 4106 if( mnLockCount == 0 ) in removeActionLock() 4122 mnLockCount = (sal_uInt16)nLock; in setActionLocks() 4131 if( mnLockCount != 0 ) in resetActionLocks() [all …]
|
/aoo42x/main/tools/inc/tools/ |
H A D | config.hxx | 44 sal_uInt16 mnLockCount; member in Config 81 sal_Bool IsLocked() const { return (mnLockCount != 0); } in IsLocked()
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | DrawViewShell.hxx | 280 sal_Bool IsInputLocked() const { return mnLockCount > 0UL; } in IsInputLocked() 392 sal_uLong mnLockCount; member in sd::DrawViewShell
|
/aoo42x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsButtonBar.hxx | 169 int mnLockCount; member in sd::slidesorter::view::ButtonBar
|
/aoo42x/main/vcl/inc/ |
H A D | window.h | 309 sal_uInt16 mnLockCount; member in WindowImpl
|
/aoo42x/main/vcl/source/window/ |
H A D | window2.cxx | 1597 mpWindowImpl->mnLockCount++; in IncrementLockCount() 1602 mpWindowImpl->mnLockCount--; in DecrementLockCount()
|
H A D | window.cxx | 204 mnLockCount = 0; // LockCount in WindowImpl() 5604 if ( mpWindowImpl->mnLockCount != 0 ) in IsLocked()
|
/aoo42x/main/svx/inc/svx/ |
H A D | unoshape.hxx | 156 sal_uInt16 mnLockCount; member in SvxShape
|