Home
last modified time | relevance | path

Searched refs:m_bPublished (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/idlc/source/
H A Dastdump.cxx72 m_bPublished ? TYPEREG_VERSION_1 : TYPEREG_VERSION_0, in dump()
74 m_bPublished, in dump()
113 m_bPublished ? TYPEREG_VERSION_1 : TYPEREG_VERSION_0, in dump()
114 getDocumentation(), emptyStr, typeClass, m_bPublished, in dump()
153 m_bPublished ? TYPEREG_VERSION_1 : TYPEREG_VERSION_0, in dump()
154 getDocumentation(), emptyStr, RT_TYPE_TYPEDEF, m_bPublished, in dump()
178 typereg_Version version = m_bPublished in dump()
243 m_bPublished, in dump()
H A Dastenum.cxx84 m_bPublished ? TYPEREG_VERSION_1 : TYPEREG_VERSION_0, in dump()
85 getDocumentation(), emptyStr, RT_TYPE_ENUM, m_bPublished, in dump()
H A Daststruct.cxx117 (m_typeParameters.empty() && !m_bPublished in dump()
119 getDocumentation(), emptyStr, typeClass, m_bPublished, in dump()
H A Dastinterface.cxx138 = (nBaseTypes <= 1 && nReferences == 0 && !m_bPublished in dump()
205 version, getDocumentation(), emptyStr, RT_TYPE_INTERFACE, m_bPublished, in dump()
H A Dastdeclaration.cxx88 m_bPublished = idlc()->isPublished(); in AstDeclaration()
/aoo4110/main/idlc/inc/idlc/
H A Dastdeclaration.hxx119 void setPublished() { m_bPublished = true; } in setPublished()
120 bool isPublished() const { return m_bPublished; } in isPublished()
136 bool m_bPublished; member in AstDeclaration

Completed in 45 milliseconds