Lines Matching refs:nRegLevel
215 nRegLevel(1) // geht erst auf 0, wenn Dispatcher gesetzt in SfxBindings()
233 pImp->nOwnRegLevel = nRegLevel; in SfxBindings()
553 if ( nRegLevel ) in Update()
574 if ( nRegLevel ) in SetState()
617 if ( nRegLevel ) in SetState()
723 if ( !nRegLevel ) in InvalidateAll()
784 if ( !nRegLevel ) in Invalidate()
849 if ( !nRegLevel ) in InvalidateShell()
891 if ( !nRegLevel ) in Invalidate()
929 if ( !nRegLevel ) in Invalidate()
1370 if ( !nRegLevel ) in UpdateSlotServer_Impl()
1834 aMsg.Fill( Min(nRegLevel, sal_uInt16(8) ) ); in EnterRegistrations()
1838 aMsg += ByteString::CreateFromInt32(nRegLevel); in EnterRegistrations()
1861 pImp->pSubBindings->nRegLevel = nRegLevel + pImp->pSubBindings->pImp->nOwnRegLevel + 1; in EnterRegistrations()
1867 if ( ++nRegLevel == 1 ) in EnterRegistrations()
1880 return nRegLevel; in EnterRegistrations()
1890 DBG_ASSERT( nRegLevel, "Leave without Enter" ); in LeaveRegistrations()
1891 DBG_ASSERT( nLevel == USHRT_MAX || nLevel == nRegLevel, "wrong Leave" ); in LeaveRegistrations()
1895 …if ( pImp->pSubBindings && pImp->pSubBindings->nRegLevel > pImp->pSubBindings->pImp->nOwnRegLevel ) in LeaveRegistrations()
1898 pImp->pSubBindings->nRegLevel = nRegLevel + pImp->pSubBindings->pImp->nOwnRegLevel; in LeaveRegistrations()
1908 if ( --nRegLevel == 0 && !SFX_APP()->IsDowning() ) in LeaveRegistrations()
1962 aMsg.Fill( Min(nRegLevel, sal_uInt16(8)) ); in LeaveRegistrations()
1966 aMsg += ByteString::CreateFromInt32(nRegLevel); in LeaveRegistrations()