Searched refs:m_aMethodName (Results 1 – 4 of 4) sorted by relevance
42 String m_aMethodName; member in SbxItem64 const String& GetMethodName() const { return m_aMethodName; } in GetMethodName()65 void SetMethodName( const String& aMethodName ) { m_aMethodName = aMethodName; } in SetMethodName()
144 ,m_aMethodName( rMethodName ) in BasicEntryDescriptor()160 ,m_aMethodName( rDesc.m_aMethodName ) in BasicEntryDescriptor()172 m_aMethodName = rDesc.m_aMethodName; in operator =()185 m_aMethodName == rDesc.m_aMethodName && in operator ==()
99 String m_aMethodName; member in BasicEntryDescriptor128 const String& GetMethodName() const { return m_aMethodName; } in GetMethodName()129 …void SetMethodName( const String& aMethodName ) { m_aMethodName = aMethodName; } in SetMethodName()
902 ,m_aMethodName(aMethodName) in SbxItem()913 m_aMethodName = rCopy.m_aMethodName; in SbxItem()923 && ( m_aMethodName == ((const SbxItem&)rCmp).m_aMethodName ) in operator ==()
Completed in 32 milliseconds