Searched refs:EnumType (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/codemaker/source/idlmaker/ |
H A D | idltype.hxx | 201 class EnumType : public IdlType class 204 EnumType(TypeReader& typeReader, 209 virtual ~EnumType();
|
H A D | idltype.cxx | 1469 EnumType::EnumType(TypeReader& typeReader, in EnumType() function in EnumType 1477 EnumType::~EnumType() in ~EnumType() 1482 sal_Bool EnumType::dumpHFile(FileStream& o) in dumpHFile() 1646 EnumType enType(reader, typeName, typeMgr, typeDependencies); in produceType()
|
/aoo42x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.hxx | 254 class EnumType : public CorbaType class 257 EnumType(TypeReader& typeReader, 263 virtual ~EnumType();
|
H A D | corbatype.cxx | 2512 EnumType::EnumType(TypeReader& typeReader, in EnumType() function in EnumType 2521 EnumType::~EnumType() in ~EnumType() 2526 void EnumType::dumpFunctions(FileStream& o) in dumpFunctions() 2668 EnumType enType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType()
|
/aoo42x/main/codemaker/source/cunomaker/ |
H A D | cunotype.hxx | 248 class EnumType : public CunoType class 251 EnumType(TypeReader& typeReader, 256 virtual ~EnumType();
|
H A D | cunotype.cxx | 3046 EnumType::EnumType(TypeReader& typeReader, in EnumType() function in EnumType 3054 EnumType::~EnumType() in ~EnumType() 3059 sal_Bool EnumType::dumpHFile(FileStream& o) in dumpHFile() 3085 sal_Bool EnumType::dumpDeclaration(FileStream& o) in dumpDeclaration() 3122 sal_Bool EnumType::dumpCFile(FileStream& o) in dumpCFile() 3133 void EnumType::dumpGetCunoType(FileStream& o) in dumpGetCunoType() 3179 void EnumType::dumpCGetCunoType(FileStream& o) in dumpCGetCunoType() 3423 EnumType enType(reader, typeName, typeMgr, typeDependencies); in produceType()
|
/aoo42x/main/codemaker/source/cppumaker/ |
H A D | cpputype.hxx | 298 class EnumType : public CppuType class 301 EnumType(typereg::Reader& typeReader, 305 virtual ~EnumType();
|
H A D | cpputype.cxx | 3456 EnumType::EnumType(typereg::Reader& typeReader, in EnumType() function in EnumType 3463 EnumType::~EnumType() in ~EnumType() 3468 sal_Bool EnumType::dumpHFile( in dumpHFile() 3501 sal_Bool EnumType::dumpDeclaration(FileStream& o) in dumpDeclaration() 3539 sal_Bool EnumType::dumpHxxFile( in dumpHxxFile() 3556 void EnumType::dumpNormalGetCppuType(FileStream& o) in dumpNormalGetCppuType() 3581 void EnumType::dumpComprehensiveGetCppuType(FileStream& o) in dumpComprehensiveGetCppuType() 4263 EnumType enType(reader, typeName, typeMgr); in produceType() 4398 EnumType enType(reader, typeName, typeMgr); in produceType()
|
Completed in 63 milliseconds