Searched refs:ConstantsType (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | cpputype.hxx | 213 class ConstantsType : public CppuType class 216 ConstantsType(typereg::Reader& typeReader, 220 virtual ~ConstantsType(); 230 class ModuleType : public ConstantsType
|
| H A D | cpputype.cxx | 2143 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 D | idltype.hxx | 157 class ConstantsType : public ModuleType class 160 ConstantsType(TypeReader& typeReader, 165 virtual ~ConstantsType();
|
| H A D | idltype.cxx | 1156 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 D | corbatype.hxx | 203 class ConstantsType : public ModuleType class 206 ConstantsType(TypeReader& typeReader, 212 virtual ~ConstantsType();
|
| H A D | corbatype.cxx | 2082 ConstantsType::ConstantsType(TypeReader& typeReader, in ConstantsType() function in ConstantsType 2091 ConstantsType::~ConstantsType() in ~ConstantsType() 2096 void ConstantsType::dumpFunctions(FileStream& o) in dumpFunctions() 2679 … ConstantsType cType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType()
|
| /trunk/main/codemaker/source/cunomaker/ |
| H A D | cunotype.hxx | 204 class ConstantsType : public ModuleType class 207 ConstantsType(TypeReader& typeReader, 212 virtual ~ConstantsType();
|
| H A D | cunotype.cxx | 2700 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()
|