Home
last modified time | relevance | path

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

/trunk/main/svtools/source/toolpanel/
H A Drefbase.cxx45 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release() local
46 if ( 0 == newCount ) in release()
48 return newCount; in release()
/trunk/main/dbaccess/source/core/recovery/
H A Dsettingsimport.cxx78 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release() local
79 if ( newCount == 0 ) in release()
81 return newCount; in release()
/trunk/main/svtools/source/table/
H A Dmousefunction.cxx49 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release() local
50 if ( newCount == 0 ) in release()
55 return newCount; in release()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetAuditing.java182 int newCount = xDrawPage.getCount(); in hasRightAmountOfShapes() local
183 if (newCount != elementCount + desiredValue) { in hasRightAmountOfShapes()
188 for (int i=elementCount; i<newCount; i++) { in hasRightAmountOfShapes()
H A D_XDocumentAuditing.java190 int newCount = xDrawPage.getCount(); in hasRightAmountOfShapes() local
191 if (newCount != elementCount + desiredValue) { in hasRightAmountOfShapes()
196 for (int i=elementCount; i<newCount; i++) { in hasRightAmountOfShapes()
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx207 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release() local
208 if ( 0 == newCount ) in release()
210 return newCount; in release()
/trunk/main/sw/qa/core/
H A DTest-BigPtrArray.cxx65 void setCount(int newCount) in setCount() argument
67 count_ = newCount; in setCount()

Completed in 30 milliseconds