Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/ui/report/
H A DStartMarker.cxx51 oslInterlockedCount OStartMarker::s_nImageRefCount = 0; member in rptui::OStartMarker
66 osl_incrementInterlockedCount(&s_nImageRefCount); in DBG_NAME()
91 if ( osl_decrementInterlockedCount(&s_nImageRefCount) == 0 ) in ~OStartMarker()
/trunk/main/reportdesign/source/ui/inc/
H A DStartMarker.hxx46 static oslInterlockedCount s_nImageRefCount; /// When 0 all static images will be destroyed member in rptui::OStartMarker
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx115 static oslInterlockedCount s_nImageRefCount; /// When 0 all static images will be destroyed member in SvImpLBox
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx51 sal_Int32 SvImpLBox::s_nImageRefCount = 0; member in SvImpLBox
66 osl_incrementInterlockedCount(&s_nImageRefCount); in SvImpLBox()
129 if ( osl_decrementInterlockedCount(&s_nImageRefCount) == 0 ) in ~SvImpLBox()

Completed in 40 milliseconds