Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/control/
H A Dbindings.cxx164 … sal_uInt16 nOwnRegLevel; // z"ahlt die echten Locks, ohne die der SuperBindings member in SfxBindings_Impl
233 pImp->nOwnRegLevel = nRegLevel; in SfxBindings()
1858 pImp->pSubBindings->pImp->nOwnRegLevel--; in EnterRegistrations()
1861 pImp->pSubBindings->nRegLevel = nRegLevel + pImp->pSubBindings->pImp->nOwnRegLevel + 1; in EnterRegistrations()
1864 pImp->nOwnRegLevel++; in EnterRegistrations()
1895 …if ( pImp->pSubBindings && pImp->pSubBindings->nRegLevel > pImp->pSubBindings->pImp->nOwnRegLevel ) in LeaveRegistrations()
1898 pImp->pSubBindings->nRegLevel = nRegLevel + pImp->pSubBindings->pImp->nOwnRegLevel; in LeaveRegistrations()
1901 pImp->pSubBindings->pImp->nOwnRegLevel++; in LeaveRegistrations()
1905 pImp->nOwnRegLevel--; in LeaveRegistrations()

Completed in 19 milliseconds