Home
last modified time | relevance | path

Searched refs:ConstantsType (Results 1 – 8 of 8) sorted by relevance

/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.hxx213 class ConstantsType : public CppuType class
216 ConstantsType(typereg::Reader& typeReader,
220 virtual ~ConstantsType();
230 class ModuleType : public ConstantsType
H A Dcpputype.cxx2143 ConstantsType::ConstantsType(typereg::Reader& typeReader, in ConstantsType() function in ConstantsType
2150 ConstantsType::~ConstantsType() in ~ConstantsType()
2155 sal_Bool ConstantsType::dump(CppuOptions* pOptions) in dump()
2172 sal_Bool ConstantsType::dumpHFile( in dumpHFile()
2205 sal_Bool ConstantsType::dumpDeclaration(FileStream& o) in dumpDeclaration()
2227 sal_Bool ConstantsType::hasConstants() in hasConstants()
2232 sal_Bool ConstantsType::dumpHxxFile( in dumpHxxFile()
2262 : ConstantsType(typeReader, typeName, typeMgr) in ModuleType()
4258 ConstantsType cType(reader, typeName, typeMgr); in produceType()
4392 ConstantsType cType(reader, typeName, typeMgr); in produceType()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.hxx157 class ConstantsType : public ModuleType class
160 ConstantsType(TypeReader& typeReader,
165 virtual ~ConstantsType();
H A Didltype.cxx1156 ConstantsType::ConstantsType(TypeReader& typeReader, in ConstantsType() function in ConstantsType
1164 ConstantsType::~ConstantsType() in ~ConstantsType()
1169 sal_Bool ConstantsType::dump(IdlOptions* pOptions) in dump()
1658 ConstantsType cType(reader, typeName, typeMgr, typeDependencies); in produceType()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.hxx203 class ConstantsType : public ModuleType class
206 ConstantsType(TypeReader& typeReader,
212 virtual ~ConstantsType();
H A Dcorbatype.cxx2082 ConstantsType::ConstantsType(TypeReader& typeReader, in ConstantsType() function in ConstantsType
2091 ConstantsType::~ConstantsType() in ~ConstantsType()
2096 void ConstantsType::dumpFunctions(FileStream& o) in dumpFunctions()
2679ConstantsType cType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.hxx204 class ConstantsType : public ModuleType class
207 ConstantsType(TypeReader& typeReader,
212 virtual ~ConstantsType();
H A Dcunotype.cxx2700 ConstantsType::ConstantsType(TypeReader& typeReader, in ConstantsType() function in ConstantsType
2708 ConstantsType::~ConstantsType() in ~ConstantsType()
2713 sal_Bool ConstantsType::dump(CunoOptions* pOptions) in dump()
3423 ConstantsType cType(reader, typeName, typeMgr, typeDependencies); in produceType()