Home
last modified time | relevance | path

Searched refs:m_mandatoryInterfaces (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/idlc/source/
H A Dastinterface.cxx41 , m_mandatoryInterfaces(0) in AstInterface()
72 ++m_mandatoryInterfaces; in addInheritedInterface()
104 m_mandatoryInterfaces = def.m_mandatoryInterfaces; in forwardDefined()
122 if (m_mandatoryInterfaces > SAL_MAX_UINT16 in dump()
123 || m_inheritedInterfaces.size() - m_mandatoryInterfaces in dump()
132 sal_uInt16 nBaseTypes = static_cast< sal_uInt16 >(m_mandatoryInterfaces); in dump()
136 m_inheritedInterfaces.size() - m_mandatoryInterfaces); in dump()
/aoo41x/main/idlc/inc/idlc/
H A Dastinterface.hxx62 { return m_mandatoryInterfaces > 0; } in hasMandatoryInheritedInterfaces()
130 InheritedInterfaces::size_type m_mandatoryInterfaces; member in AstInterface

Completed in 16 milliseconds