Home
last modified time | relevance | path

Searched refs:m_count (Results 1 – 12 of 12) sorted by path

/trunk/main/cppu/qa/
H A Dtest_any.cxx68 Base(): m_count(0) {} in Base()
71 if (osl_incrementInterlockedCount(&m_count) == SAL_MAX_INT32) { in acquire()
77 if (osl_decrementInterlockedCount(&m_count) == 0) { in release()
89 oslInterlockedCount m_count; member in __anonbf8f9b7e0111::Base
/trunk/main/cppu/source/LogBridge/
H A DLogBridge.cxx63 : m_count (0) in LogBridge()
70 OSL_ASSERT(m_count >= 0); in ~LogBridge()
82 OSL_ASSERT(m_count > 0); in v_callOut_v()
84 -- m_count; in v_callOut_v()
86 ++ m_count; in v_callOut_v()
98 if (m_count == 0) in v_enter()
101 ++ m_count; in v_enter()
106 OSL_ASSERT(m_count > 0); in v_leave()
108 -- m_count; in v_leave()
109 if (!m_count) in v_leave()
[all …]
/trunk/main/cppu/source/UnsafeBridge/
H A DUnsafeBridge.cxx69 : m_count (0), in UnsafeBridge()
79 OSL_ASSERT(m_count >= 0); in ~UnsafeBridge()
91 OSL_ASSERT(m_count > 0); in v_callOut_v()
93 -- m_count; in v_callOut_v()
95 ++ m_count; in v_callOut_v()
107 if (m_count == 0) in v_enter()
110 ++ m_count; in v_enter()
115 OSL_ASSERT(m_count > 0); in v_leave()
117 -- m_count; in v_leave()
118 if (!m_count) in v_leave()
[all …]
/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dtest_propertysetmixin.cxx97 BoundListener(): m_count(0) {} in BoundListener()
101 return m_count; in count()
108 ASSERT_TRUE(m_count < std::numeric_limits< int >::max()); in disposing()
109 ++m_count; in disposing()
124 int m_count; member in __anon059e89710111::BoundListener
131 VetoListener(): m_count(0) {} in VetoListener()
135 return m_count; in count()
142 ASSERT_TRUE(m_count < std::numeric_limits< int >::max()); in disposing()
143 ++m_count; in disposing()
158 int m_count; member in __anon059e89710111::VetoListener
/trunk/main/desktop/source/app/
H A Dcmdlineargs.cxx52 m_count(rtl_getAppCommandArgCount()), in ExtCommandLineSupplier()
67 if (m_index < m_count) { in next()
77 sal_uInt32 m_count; member in desktop::__anoncd517b110111::ExtCommandLineSupplier
/trunk/main/forms/source/xforms/submission/
H A Dsubmission.hxx89 sal_Int32 m_count; member in CProgressHandlerHelper
92 : m_count(0) in CProgressHandlerHelper()
97 m_count++; in push()
106 m_count--; in pop()
107 if (m_count == 0) in pop()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DObjectInspectorModelImpl.java46 int m_count; field in ObjectInspectorModelImpl
55 m_count = count; in ObjectInspectorModelImpl()
56 m_Categories = new PropertyCategoryDescriptor[m_count]; in ObjectInspectorModelImpl()
59 for (int n=0; n < m_count; n++ ){ in ObjectInspectorModelImpl()
/trunk/main/scripting/source/storage/
H A DScriptStorageManager.cxx70 : m_xContext( xContext, UNO_SET_THROW ), m_count( 0 ), m_securityMgr( xContext ) in ScriptStorageManager()
99 OSL_ASSERT( m_count == 2 ); in ScriptStorageManager()
149 aArgs[ 1 ] <<= m_count; in setupAnyStorage()
166 m_ScriptStorageMap[ m_count++ ] = xInterface; in setupAnyStorage()
167 sal_Int32 sid = m_count - 1; in setupAnyStorage()
173 OSL_TRACE( "\tcreated with ID=%d\n", m_count - 1 ); in setupAnyStorage()
183 return m_count -1; in setupAnyStorage()
H A DScriptStorageManager.hxx204 sal_Int32 m_count; member in scripting_impl::ScriptStorageManager
/trunk/main/store/workben/
H A Dt_page.cxx1515 SharedCount m_count;
1521 …Implementation (Implementation const & rhs) : Interface(), m_count (rhs.m_count) { printf("CopyCto…
/trunk/main/ucb/source/ucp/file/
H A Dfilprp.cxx42 m_count( 0 ), in XPropertySetInfo_impl()
56 m_seq[ m_count++ ] = beans::Property( it1->getPropertyName(), in XPropertySetInfo_impl()
67 m_count( seq.getLength() ), in XPropertySetInfo_impl()
H A Dfilprp.hxx87 sal_Int32 m_count; member in fileaccess::XPropertySetInfo_impl

Completed in 57 milliseconds