Searched refs:ConstantsType (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/codemaker/source/cppumaker/ |
H A D | cpputype.hxx | 214 class ConstantsType : public CppuType class 217 ConstantsType(typereg::Reader& typeReader, 221 virtual ~ConstantsType(); 231 class ModuleType : public ConstantsType
|
H A D | cpputype.cxx | 2153 ConstantsType::ConstantsType(typereg::Reader& typeReader, in ConstantsType() function in ConstantsType 2160 ConstantsType::~ConstantsType() in ~ConstantsType() 2165 sal_Bool ConstantsType::dump(CppuOptions* pOptions) in dump() 2183 sal_Bool ConstantsType::dumpHFile( in dumpHFile() 2217 sal_Bool ConstantsType::dumpDeclaration(FileStream& o) in dumpDeclaration() 2240 sal_Bool ConstantsType::hasConstants() in hasConstants() 2245 sal_Bool ConstantsType::dumpHxxFile( in dumpHxxFile() 2276 : ConstantsType(typeReader, typeName, typeMgr) in ModuleType() 4287 ConstantsType cType(reader, typeName, typeMgr); in produceType() 4422 ConstantsType cType(reader, typeName, typeMgr); in produceType()
|
/aoo4110/main/codemaker/source/idlmaker/ |
H A D | idltype.hxx | 158 class ConstantsType : public ModuleType class 161 ConstantsType(TypeReader& typeReader, 166 virtual ~ConstantsType();
|
H A D | idltype.cxx | 1162 ConstantsType::ConstantsType(TypeReader& typeReader, in ConstantsType() function in ConstantsType 1170 ConstantsType::~ConstantsType() in ~ConstantsType() 1175 sal_Bool ConstantsType::dump(IdlOptions* pOptions) in dump() 1670 ConstantsType cType(reader, typeName, typeMgr, typeDependencies); in produceType()
|
/aoo4110/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.hxx | 208 class ConstantsType : public ModuleType class 211 ConstantsType(TypeReader& typeReader, 217 virtual ~ConstantsType();
|
H A D | corbatype.cxx | 2094 ConstantsType::ConstantsType(TypeReader& typeReader, in ConstantsType() function in ConstantsType 2103 ConstantsType::~ConstantsType() in ~ConstantsType() 2108 void ConstantsType::dumpFunctions(FileStream& o) in dumpFunctions() 2692 ConstantsType cType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType()
|
/aoo4110/main/codemaker/source/cunomaker/ |
H A D | cunotype.hxx | 205 class ConstantsType : public ModuleType class 208 ConstantsType(TypeReader& typeReader, 213 virtual ~ConstantsType();
|
H A D | cunotype.cxx | 2710 ConstantsType::ConstantsType(TypeReader& typeReader, in ConstantsType() function in ConstantsType 2718 ConstantsType::~ConstantsType() in ~ConstantsType() 2723 sal_Bool ConstantsType::dump(CunoOptions* pOptions) in dump() 3447 ConstantsType cType(reader, typeName, typeMgr, typeDependencies); in produceType()
|
Completed in 60 milliseconds