/aoo41x/main/cppu/source/UnsafeBridge/ |
H A D | UnsafeBridge.cxx | 69 : 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 …]
|
/aoo41x/main/cppu/source/LogBridge/ |
H A D | LogBridge.cxx | 63 : 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 …]
|
/aoo41x/main/scripting/source/storage/ |
H A D | ScriptStorageManager.cxx | 70 : 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 D | ScriptStorageManager.hxx | 204 sal_Int32 m_count; member in scripting_impl::ScriptStorageManager
|
/aoo41x/main/cppuhelper/qa/propertysetmixin/ |
H A D | test_propertysetmixin.cxx | 99 BoundListener(): m_count(0) {} in BoundListener() 103 return m_count; in count() 110 CPPUNIT_ASSERT(m_count < std::numeric_limits< int >::max()); in disposing() 111 ++m_count; in disposing() 126 int m_count; member in __anonebcf93590111::BoundListener 133 VetoListener(): m_count(0) {} in VetoListener() 137 return m_count; in count() 144 CPPUNIT_ASSERT(m_count < std::numeric_limits< int >::max()); in disposing() 145 ++m_count; in disposing() 160 int m_count; member in __anonebcf93590111::VetoListener
|
/aoo41x/main/forms/source/xforms/submission/ |
H A D | submission.hxx | 89 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()
|
/aoo41x/main/qadevOOo/runner/helper/ |
H A D | ObjectInspectorModelImpl.java | 46 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()
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filprp.cxx | 42 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 D | filprp.hxx | 87 sal_Int32 m_count; member in fileaccess::XPropertySetInfo_impl
|
/aoo41x/main/desktop/source/app/ |
H A D | cmdlineargs.cxx | 52 m_count(rtl_getAppCommandArgCount()), in ExtCommandLineSupplier() 67 if (m_index < m_count) { in next() 77 sal_uInt32 m_count; member in desktop::__anon3fb066f90111::ExtCommandLineSupplier
|
/aoo41x/main/store/workben/ |
H A D | t_page.cxx | 1515 SharedCount m_count; 1521 …Implementation (Implementation const & rhs) : Interface(), m_count (rhs.m_count) { printf("CopyCto…
|
/aoo41x/main/cppu/qa/ |
H A D | test_any.cxx | 68 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 __anon4f1a51660111::Base
|