Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 114) sorted by path

12345

/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx81 sal_Bool CorbaType::dump(CorbaOptions* pOptions, FileStream& o, TypeSet* allreadyDumped) in dump() function in CorbaType
2639 ret = iType.dump(pOptions, o, allreadyDumped); in produceType()
2649 ret = mType.dump(pOptions, o, allreadyDumped); in produceType()
2661 ret = sType.dump(pOptions, o, allreadyDumped); in produceType()
2669 ret = enType.dump(pOptions, o, allreadyDumped); in produceType()
2677 ret = eType.dump(pOptions, o, allreadyDumped); in produceType()
2685 ret = tdType.dump(pOptions, o, allreadyDumped); in produceType()
2695 ret = cType.dump(pOptions, o, allreadyDumped); in produceType()
H A Dcorbatype.hxx82 …virtual sal_Bool dump(CorbaOptions* pOptions, FileStream& o, TypeSet* allreadyDumped) throw( Canno…
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1255 includes.dump(o, 0); in dumpHFile()
1315 includes.dump(o, &m_typeName); in dumpHxxFile()
2198 includes.dump(o, 0); in dumpHFile()
2333 includes.dump(o, 0); in dumpHFile()
3095 includes.dump(o, 0); in dumpHFile()
3217 includes.dump(o, &m_typeName); in dumpHxxFile()
3476 includes.dump(o, 0); in dumpHFile()
3679 includes.dump(o, 0); in dumpHFile()
3723 includes.dump(o, &m_typeName); in dumpHxxFile()
3836 includes.dump(o, 0); in dumpHxxFile()
[all …]
H A Dcpputype.hxx61 virtual sal_Bool dump(CppuOptions* pOptions) throw( CannotDumpException );
223 virtual sal_Bool dump(CppuOptions* pOptions) throw( CannotDumpException );
H A Dincludes.cxx150 void Includes::dump(FileStream & out, rtl::OString const * companionHdl) { in dump() function in Includes
H A Dincludes.hxx81 void dump(FileStream & out, rtl::OString const * companionHdl);
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx107 sal_Bool CunoType::dump(CunoOptions* pOptions) in dump() function in CunoType
2522 sal_Bool ModuleType::dump(CunoOptions* pOptions) in dump() function in ModuleType
2723 sal_Bool ConstantsType::dump(CunoOptions* pOptions) in dump() function in ConstantsType
3393 ret = iType.dump(pOptions); in produceType()
3403 ret = mType.dump(pOptions); in produceType()
3416 ret = sType.dump(pOptions); in produceType()
3424 ret = enType.dump(pOptions); in produceType()
3432 ret = eType.dump(pOptions); in produceType()
3440 ret = tdType.dump(pOptions); in produceType()
3450 ret = cType.dump(pOptions); in produceType()
H A Dcunotype.hxx72 virtual sal_Bool dump(CunoOptions* pOptions) throw( CannotDumpException );
197 virtual sal_Bool dump(CunoOptions* pOptions) throw( CannotDumpException );
215 virtual sal_Bool dump(CunoOptions* pOptions) throw( CannotDumpException );
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx60 sal_Bool IdlType::dump(IdlOptions* pOptions) in dump() function in IdlType
1038 sal_Bool ModuleType::dump(IdlOptions* pOptions) in dump() function in ModuleType
1175 sal_Bool ConstantsType::dump(IdlOptions* pOptions) in dump() function in ConstantsType
1616 ret = iType.dump(pOptions); in produceType()
1626 ret = mType.dump(pOptions); in produceType()
1639 ret = sType.dump(pOptions); in produceType()
1647 ret = enType.dump(pOptions); in produceType()
1655 ret = eType.dump(pOptions); in produceType()
1663 ret = tdType.dump(pOptions); in produceType()
1673 ret = cType.dump(pOptions); in produceType()
H A Didltype.hxx72 virtual sal_Bool dump(IdlOptions* pOptions) throw( CannotDumpException );
153 virtual sal_Bool dump(IdlOptions* pOptions) throw( CannotDumpException );
168 virtual sal_Bool dump(IdlOptions* pOptions) throw( CannotDumpException );
/trunk/main/idlc/inc/idlc/
H A Dastdeclaration.hxx122 virtual sal_Bool dump(RegistryKey& rKey);
H A Dastenum.hxx45 virtual sal_Bool dump(RegistryKey& rKey);
H A Dastexpression.hxx158 void dump() {} in dump() function in AstExpression
H A Dastinterface.hxx93 virtual sal_Bool dump(RegistryKey& rKey);
H A Dastmodule.hxx43 virtual sal_Bool dump(RegistryKey& rKey);
H A Dastservice.hxx45 virtual sal_Bool dump(RegistryKey& rKey);
H A Daststruct.hxx58 virtual sal_Bool dump(RegistryKey& rKey);
H A Dasttypedef.hxx43 virtual sal_Bool dump(RegistryKey& rKey);
H A Dastunion.hxx40 virtual sal_Bool dump(RegistryKey& rKey);
/trunk/main/idlc/source/
H A Dastdeclaration.cxx168 sal_Bool AstDeclaration::dump(RegistryKey& rKey) in dump() function in AstDeclaration
195 bRet = pDecl->dump(rKey); in dump()
H A Dastdump.cxx45 sal_Bool AstModule::dump(RegistryKey& rKey) in dump() function in AstModule
137 return AstDeclaration::dump(rKey); in dump()
140 sal_Bool AstTypeDef::dump(RegistryKey& rKey) in dump() function in AstTypeDef
175 sal_Bool AstService::dump(RegistryKey& rKey) in dump() function in AstService
H A Dastenum.cxx68 sal_Bool AstEnum::dump(RegistryKey& rKey) in dump() function in AstEnum
H A Dastinterface.cxx108 sal_Bool AstInterface::dump(RegistryKey& rKey) in dump() function in AstInterface
H A Daststruct.cxx88 sal_Bool AstStruct::dump(RegistryKey& rKey) in dump() function in AstStruct
H A Dastunion.cxx270 sal_Bool AstUnion::dump(RegistryKey& rKey) in dump() function in AstUnion

Completed in 161 milliseconds

12345