Home
last modified time | relevance | path

Searched refs:mnThemeLockCount (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dgaltheme.hxx111 sal_uIntPtr mnThemeLockCount; member in GalleryTheme
165 void LockTheme() { ++mnThemeLockCount; } in LockTheme()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx76 mnThemeLockCount ( 0 ), in DBG_NAME()
396 DBG_ASSERT( mnThemeLockCount, "Theme is not locked" ); in UnlockTheme()
400 if( mnThemeLockCount ) in UnlockTheme()
402 --mnThemeLockCount; in UnlockTheme()

Completed in 23 milliseconds