Searched refs:s_nImageRefCount (Results 1 – 4 of 4) sorted by relevance
51 oslInterlockedCount OStartMarker::s_nImageRefCount = 0; member in rptui::OStartMarker66 osl_incrementInterlockedCount(&s_nImageRefCount); in DBG_NAME()91 if ( osl_decrementInterlockedCount(&s_nImageRefCount) == 0 ) in ~OStartMarker()
46 static oslInterlockedCount s_nImageRefCount; /// When 0 all static images will be destroyed member in rptui::OStartMarker
115 static oslInterlockedCount s_nImageRefCount; /// When 0 all static images will be destroyed member in SvImpLBox
51 sal_Int32 SvImpLBox::s_nImageRefCount = 0; member in SvImpLBox66 osl_incrementInterlockedCount(&s_nImageRefCount); in SvImpLBox()129 if ( osl_decrementInterlockedCount(&s_nImageRefCount) == 0 ) in ~SvImpLBox()
Completed in 36 milliseconds