Home
last modified time | relevance | path

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

/aoo42x/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()
/aoo42x/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
/aoo42x/main/svtools/source/inc/
H A Dsvimpbox.hxx115 static oslInterlockedCount s_nImageRefCount; /// When 0 all static images will be destroyed member in SvImpLBox
/aoo42x/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 353 milliseconds