Lines Matching refs:indent

164         out << indent()  in dumpGetCppuTypePreamble()
181 out << indent() << "}\n\nprivate:\n" in dumpGetCppuTypePostamble()
182 << indent() << "UnoType(UnoType &); // not defined\n" in dumpGetCppuTypePostamble()
183 << indent() << "~UnoType(); // not defined\n" in dumpGetCppuTypePostamble()
184 << indent() in dumpGetCppuTypePostamble()
198 out << indent() << "return ::cppu::UnoType< "; in dumpGetCppuTypePostamble()
203 out << indent() << "}\n"; in dumpGetCppuTypePostamble()
429 out << indent() in dumpGetCppuType()
435 out << indent() in dumpGetCppuType()
439 out << indent() << "}\n"; in dumpGetCppuType()
441 out << indent() in dumpGetCppuType()
447 out << indent() in dumpGetCppuType()
451 out << indent() << "}\n"; in dumpGetCppuType()
464 o << indent() in dumpLightGetCppuType()
467 o << indent() << "if ( !the_type )\n" << indent() << "{\n"; in dumpLightGetCppuType()
469 o << indent() << "typelib_static_type_init( &the_type, " in dumpLightGetCppuType()
472 o << indent() << "}\n"; in dumpLightGetCppuType()
473 o << indent() in dumpLightGetCppuType()
483 o << indent() in dumpNormalGetCppuType()
486 o << indent() << "if ( !the_type )\n" << indent() << "{\n"; in dumpNormalGetCppuType()
502 o << indent() << "const ::com::sun::star::uno::Type& rBaseType = ::cppu::UnoType< "; in dumpNormalGetCppuType()
511 o << indent() << "typelib_TypeDescriptionReference * aMemberRefs[" << count << "];\n"; in dumpNormalGetCppuType()
541 o << indent() << "const ::com::sun::star::uno::Type& rMemberType_" in dumpNormalGetCppuType()
547 o << indent() << "aMemberRefs[" << i << "] = rMemberType_" in dumpNormalGetCppuType()
553 o << indent() << "typelib_static_compound_type_init( &the_type, " in dumpNormalGetCppuType()
578 o << indent() << "}\n"; in dumpNormalGetCppuType()
579 o << indent() in dumpNormalGetCppuType()
590 o << indent() << "static ::com::sun::star::uno::Type * the_pType = 0;\n"; in dumpComprehensiveGetCppuType()
592 o << indent() << "if (the_pType == 0)\n" << indent() << "{\n"; in dumpComprehensiveGetCppuType()
594 o << indent() << "::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );\n"; in dumpComprehensiveGetCppuType()
596 o << indent() << "if (the_pType == 0)\n" << indent() << "{\n"; in dumpComprehensiveGetCppuType()
598 o << indent() << "::rtl::OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM(\"" in dumpComprehensiveGetCppuType()
601 o << indent() << "// Start inline typedescription generation\n" in dumpComprehensiveGetCppuType()
602 << indent() << "typelib_TypeDescription * pTD = 0;\n"; in dumpComprehensiveGetCppuType()
610 o << indent() in dumpComprehensiveGetCppuType()
621 o << "\n" << indent() << "typelib_CompoundMember_Init aMembers[" in dumpComprehensiveGetCppuType()
643 o << indent() << "::rtl::OUString sMemberType" << i in dumpComprehensiveGetCppuType()
646 o << indent() << "::rtl::OUString sMemberName" << i in dumpComprehensiveGetCppuType()
649 o << indent() << "aMembers[" << i << "].eTypeClass = " in dumpComprehensiveGetCppuType()
651 << indent() << "aMembers[" << i << "].pTypeName = sMemberType" in dumpComprehensiveGetCppuType()
653 << indent() << "aMembers[" << i << "].pMemberName = sMemberName" in dumpComprehensiveGetCppuType()
658 o << "\n" << indent() << "typelib_typedescription_new(\n"; in dumpComprehensiveGetCppuType()
660 o << indent() << "&pTD,\n" << indent() << "(typelib_TypeClass)" in dumpComprehensiveGetCppuType()
664 o << indent() << "rSuperType.getTypeLibType(),\n"; in dumpComprehensiveGetCppuType()
666 o << indent() << "0,\n"; in dumpComprehensiveGetCppuType()
670 o << indent() << count << ",\n" << indent() << "aMembers );\n\n"; in dumpComprehensiveGetCppuType()
672 o << indent() << count << ",\n" << indent() << "0 );\n\n"; in dumpComprehensiveGetCppuType()
676 o << indent() in dumpComprehensiveGetCppuType()
680 o << indent() << "typelib_typedescription_release( pTD );\n" in dumpComprehensiveGetCppuType()
681 << indent() << "// End inline typedescription generation\n\n"; in dumpComprehensiveGetCppuType()
683 o << indent() << "static ::com::sun::star::uno::Type the_staticType( " in dumpComprehensiveGetCppuType()
685 o << indent() << "the_pType = &the_staticType;\n"; in dumpComprehensiveGetCppuType()
688 o << indent() << "}\n"; in dumpComprehensiveGetCppuType()
690 o << indent() << "}\n\n"; in dumpComprehensiveGetCppuType()
691 o << indent() << "return *the_pType;\n"; in dumpComprehensiveGetCppuType()
957 o << indent() << "::cppu::UnoType< "; in dumpCppuGetType()
981 o << indent() << "::cppu::UnoType< "; in dumpCppuGetType()
1215 OString CppuType::indent() const in indent() function in CppuType
1297 o << "\n" << indent() in dumpDeclaration()
1327 o << indent() << "return ::getCppuType(static_cast< "; in dumpHxxFile()
1360 o << "\n" << indent() << "// Attributes\n"; in dumpAttributes()
1363 o << indent() << "virtual "; in dumpAttributes()
1372 o << indent() << "virtual void SAL_CALL set" << fieldName << "( "; in dumpAttributes()
1418 o << "\n" << indent() << "// Methods\n"; in dumpMethods()
1421 o << indent() << "virtual "; in dumpMethods()
1465 o << indent() in dumpNormalGetCppuType()
1468 o << indent() << "if ( !the_type )\n" << indent() << "{\n"; in dumpNormalGetCppuType()
1479 o << indent() << "typelib_TypeDescriptionReference * aSuperTypes[" in dumpNormalGetCppuType()
1482 o << indent() << "aSuperTypes[" << i << "] = ::cppu::UnoType< "; in dumpNormalGetCppuType()
1492 o << indent() << "typelib_static_mi_interface_type_init( &the_type, \"" in dumpNormalGetCppuType()
1504 o << indent() << "}\n"; in dumpNormalGetCppuType()
1505 o << indent() in dumpNormalGetCppuType()
1516 o << indent() << "static ::com::sun::star::uno::Type * the_pType = 0;\n"; in dumpComprehensiveGetCppuType()
1518 o << indent() << "if (the_pType == 0)\n" << indent() << "{\n"; in dumpComprehensiveGetCppuType()
1520 o << indent() << "::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );\n"; in dumpComprehensiveGetCppuType()
1522 o << indent() << "if (the_pType == 0)\n" << indent() << "{\n"; in dumpComprehensiveGetCppuType()
1524 o << indent() << "::rtl::OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM(\"" in dumpComprehensiveGetCppuType()
1527 o << indent() << "// Start inline typedescription generation\n" in dumpComprehensiveGetCppuType()
1528 << indent() << "typelib_InterfaceTypeDescription * pTD = 0;\n\n"; in dumpComprehensiveGetCppuType()
1531 o << indent() << "typelib_TypeDescriptionReference * aSuperTypes[" in dumpComprehensiveGetCppuType()
1534 o << indent() << "aSuperTypes[" << i << "] = ::cppu::UnoType< "; in dumpComprehensiveGetCppuType()
1546 o << indent() << "typelib_TypeDescriptionReference * pMembers[" << count in dumpComprehensiveGetCppuType()
1563 o << "\n" << indent() << "typelib_typedescription_newMIInterface(\n"; in dumpComprehensiveGetCppuType()
1565 o << indent() << "&pTD,\n" << indent() << "sTypeName.pData, "; in dumpComprehensiveGetCppuType()
1569 o << indent() << m_reader.getSuperTypeCount() << ", aSuperTypes,\n"; in dumpComprehensiveGetCppuType()
1572 o << indent() << count << ",\n" << indent() << "pMembers );\n\n"; in dumpComprehensiveGetCppuType()
1574 o << indent() << count << ",\n" << indent() << "0 );\n\n"; in dumpComprehensiveGetCppuType()
1578 o << indent() in dumpComprehensiveGetCppuType()
1585 o << indent() in dumpComprehensiveGetCppuType()
1590 o << indent() in dumpComprehensiveGetCppuType()
1594 o << indent() << "static ::com::sun::star::uno::Type the_staticType( " in dumpComprehensiveGetCppuType()
1596 o << indent() << "the_pType = &the_staticType;\n"; in dumpComprehensiveGetCppuType()
1614 o << indent() << "// End inline typedescription generation\n"; in dumpComprehensiveGetCppuType()
1617 o << indent() << "}\n"; in dumpComprehensiveGetCppuType()
1619 o << indent() << "}\n\n" in dumpComprehensiveGetCppuType()
1620 << indent() << "return *the_pType;\n"; in dumpComprehensiveGetCppuType()
1643 o << indent() << "::rtl::OUString sAttributeName" << i << "( RTL_CONSTASCII_USTRINGPARAM(\"" in dumpCppuAttributeRefs()
1645 o << indent() << "typelib_typedescriptionreference_new( &pMembers[" in dumpCppuAttributeRefs()
1648 o << indent() << "(typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_ATTRIBUTE,\n" in dumpCppuAttributeRefs()
1649 << indent() << "sAttributeName" << i << ".pData );\n"; in dumpCppuAttributeRefs()
1671 o << indent() << "::rtl::OUString sMethodName" << i << "( RTL_CONSTASCII_USTRINGPARAM(\"" in dumpCppuMethodRefs()
1673 o << indent() << "typelib_typedescriptionreference_new( &pMembers[" in dumpCppuMethodRefs()
1676 o << indent() << "(typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,\n" in dumpCppuMethodRefs()
1677 << indent() << "sMethodName" << i << ".pData );\n"; in dumpCppuMethodRefs()
1810 o << "\n" << indent() << "typelib_InterfaceAttributeTypeDescription * pAttribute = 0;\n"; in dumpCppuAttributes()
1826 o << indent() << "{\n"; in dumpCppuAttributes()
1828 o << indent() << "::rtl::OUString sAttributeType" << i << "( RTL_CONSTASCII_USTRINGPARAM(\"" in dumpCppuAttributes()
1834 o << indent() in dumpCppuAttributes()
1838 o << indent() << absoluteIndex++ << ", sAttributeName" << i << ".pData,\n"; in dumpCppuAttributes()
1839 o << indent() << "(typelib_TypeClass)" << getTypeClass(fieldType) in dumpCppuAttributes()
1841 o << indent() << "sal_" in dumpCppuAttributes()
1848 o << indent() << "typelib_typedescription_register( (typelib_TypeDescription**)&pAttribute );\n"; in dumpCppuAttributes()
1850 o << indent() << "}\n"; in dumpCppuAttributes()
1852 o << indent() << "typelib_typedescription_release( (typelib_TypeDescription*)pAttribute );\n"; in dumpCppuAttributes()
1871 o << "\n" << indent() << "typelib_InterfaceMethodTypeDescription * pMethod = 0;\n"; in dumpCppuMethods()
1895 o << indent() << "{\n"; in dumpCppuMethods()
1900 o << indent() << "typelib_Parameter_Init aParameters[" << paramCount << "];\n"; in dumpCppuMethods()
1916 o << indent() << "::rtl::OUString sParamName" << j << "( RTL_CONSTASCII_USTRINGPARAM(\"" in dumpCppuMethods()
1918 o << indent() << "::rtl::OUString sParamType" << j << "( RTL_CONSTASCII_USTRINGPARAM(\"" in dumpCppuMethods()
1920 o << indent() << "aParameters[" << j << "].pParamName = sParamName" << j << ".pData;\n"; in dumpCppuMethods()
1921 o << indent() << "aParameters[" << j << "].eTypeClass = (typelib_TypeClass)" in dumpCppuMethods()
1923 o << indent() << "aParameters[" << j << "].pTypeName = sParamType" << j << ".pData;\n"; in dumpCppuMethods()
1926 o << indent() << "aParameters[" << j << "].bIn = sal_True;\n"; in dumpCppuMethods()
1928 o << indent() << "aParameters[" << j << "].bIn = sal_False;\n"; in dumpCppuMethods()
1931 o << indent() << "aParameters[" << j << "].bOut = sal_True;\n"; in dumpCppuMethods()
1933 o << indent() << "aParameters[" << j << "].bOut = sal_False;\n"; in dumpCppuMethods()
1939 o << indent() << "::rtl::OUString sReturnType" << i << "( RTL_CONSTASCII_USTRINGPARAM(\"" in dumpCppuMethods()
1941 o << indent() << "typelib_typedescription_newInterfaceMethod( &pMethod,\n"; in dumpCppuMethods()
1943 o << indent() << absoluteIndex++ << ", "; in dumpCppuMethods()
1948 o << indent() << "sMethodName" << i << ".pData,\n"; in dumpCppuMethods()
1949 o << indent() << "(typelib_TypeClass)" << getTypeClass(returnType) in dumpCppuMethods()
1952 o << indent() << paramCount << ", aParameters,\n"; in dumpCppuMethods()
1954 o << indent() << "0, 0,\n"; in dumpCppuMethods()
1955 o << indent() << excCount << ", " in dumpCppuMethods()
1959 o << indent() << "typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );\n"; in dumpCppuMethods()
1962 o << indent() << "}\n"; in dumpCppuMethods()
1964 o << indent() << "typelib_typedescription_release( (typelib_TypeDescription*)pMethod );\n"; in dumpCppuMethods()
2096 out << indent() << "::rtl::OUString the_" << prefix << "ExceptionName" in dumpExceptionTypeName()
2125 out << indent() << "rtl_uString * the_" << prefix << "Exceptions[] = {"; in dumpExceptionTypeNames()
2370 o << indent(); in dumpDeclaration()
2384 o << indent() << "inline " << m_name << "() SAL_THROW(());\n"; in dumpDeclaration()
2387 o << "\n" << indent() << "inline " << m_name << "("; in dumpDeclaration()
2414 o << indent(); in dumpDeclaration()
2478 o << indent() << ": " << scopedCppName(superType) << "()\n"; in dumpHxxFile()
2500 o << indent() << ": "; in dumpHxxFile()
2502 o << indent() << ", "; in dumpHxxFile()
2554 o << indent() << ": " << scopedCppName(superType) << "("; in dumpHxxFile()
2573 o << indent() << ": "; in dumpHxxFile()
2575 o << indent() << ", "; in dumpHxxFile()
2586 o << indent(); in dumpHxxFile()
2589 o << indent(); in dumpHxxFile()
2593 o << indent(); in dumpHxxFile()
2615 o << indent() << "{\n"; in dumpHxxFile()
2617 o << indent() << "return " << m_name; in dumpHxxFile()
2630 o << indent() << "}\n\n"; in dumpHxxFile()
2647 out << indent() in dumpLightGetCppuType()
2651 << indent() in dumpLightGetCppuType()
2653 << indent() << "if (the_type == 0) {\n"; in dumpLightGetCppuType()
2656 out << indent() << "::rtl::OStringBuffer the_buffer(\"" in dumpLightGetCppuType()
2660 out << indent() in dumpLightGetCppuType()
2669 out << indent() << "the_buffer.append(',');\n"; in dumpLightGetCppuType()
2672 out << indent() << "the_buffer.append('>');\n"; in dumpLightGetCppuType()
2674 out << indent() << "::typelib_static_type_init(&the_type, " in dumpLightGetCppuType()
2683 out << indent() << "}\n" << indent() in dumpLightGetCppuType()
2691 out << indent() in dumpNormalGetCppuType()
2695 << indent() in dumpNormalGetCppuType()
2697 << indent() << "if (the_type == 0) {\n"; in dumpNormalGetCppuType()
2700 out << indent() << "::rtl::OStringBuffer the_buffer(\"" in dumpNormalGetCppuType()
2704 out << indent() in dumpNormalGetCppuType()
2713 out << indent() << "the_buffer.append(',');\n"; in dumpNormalGetCppuType()
2716 out << indent() << "the_buffer.append('>');\n"; in dumpNormalGetCppuType()
2718 out << indent() in dumpNormalGetCppuType()
2723 out << indent(); in dumpNormalGetCppuType()
2741 out << indent() in dumpNormalGetCppuType()
2753 out << indent() << "::typelib_static_struct_type_init(&the_type, "; in dumpNormalGetCppuType()
2774 out << indent() << "}\n" << indent() in dumpNormalGetCppuType()
2782 out << indent() << "static ::com::sun::star::uno::Type * the_pType = 0;\n" in dumpComprehensiveGetCppuType()
2783 << indent() << "if (the_pType == 0) {\n"; in dumpComprehensiveGetCppuType()
2785 out << indent() in dumpComprehensiveGetCppuType()
2787 << indent() << "if (the_pType == 0) {\n"; in dumpComprehensiveGetCppuType()
2790 out << indent() << "::rtl::OUStringBuffer the_buffer;\n" << indent() in dumpComprehensiveGetCppuType()
2795 out << indent() in dumpComprehensiveGetCppuType()
2803 out << indent() in dumpComprehensiveGetCppuType()
2808 out << indent() in dumpComprehensiveGetCppuType()
2810 << indent() in dumpComprehensiveGetCppuType()
2813 out << indent() in dumpComprehensiveGetCppuType()
2832 out << indent() in dumpComprehensiveGetCppuType()
2836 out << " * >(0));\n" << indent() in dumpComprehensiveGetCppuType()
2839 << ".getTypeClass();\n" << indent() in dumpComprehensiveGetCppuType()
2853 out << indent() << "::cppu::UnoType< "; in dumpComprehensiveGetCppuType()
2862 out << indent() << "::rtl::OUString the_tname" in dumpComprehensiveGetCppuType()
2867 out << indent() << "::rtl::OUString the_name" << i in dumpComprehensiveGetCppuType()
2874 out << indent() << "::typelib_StructMember_Init the_members[] = {\n"; in dumpComprehensiveGetCppuType()
2877 out << indent() << "{ { "; in dumpComprehensiveGetCppuType()
2894 out << indent() << "::typelib_TypeDescription * the_newType = 0;\n"; in dumpComprehensiveGetCppuType()
2895 out << indent() in dumpComprehensiveGetCppuType()
2909 out << indent() << "::typelib_typedescription_register(&the_newType);\n"; in dumpComprehensiveGetCppuType()
2910 out << indent() << "::typelib_typedescription_release(the_newType);\n"; in dumpComprehensiveGetCppuType()
2911 out << indent() << "static ::com::sun::star::uno::Type the_staticType(" in dumpComprehensiveGetCppuType()
2913 out << indent() << "OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();\n"; in dumpComprehensiveGetCppuType()
2914 out << indent() << "the_pType = &the_staticType;\n"; in dumpComprehensiveGetCppuType()
2916 out << indent() << "}\n"; in dumpComprehensiveGetCppuType()
2918 out << indent() << "} else {\n"; in dumpComprehensiveGetCppuType()
2920 out << indent() << "OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();\n"; in dumpComprehensiveGetCppuType()
2922 out << indent() << "}\n" << indent() << "return *the_pType;\n"; in dumpComprehensiveGetCppuType()
3135 o << indent() << "inline CPPU_GCC_DLLPRIVATE " << m_name in dumpDeclaration()
3146 o << indent() << "inline CPPU_GCC_DLLPRIVATE " << m_name << "("; in dumpDeclaration()
3173 o << indent() << "inline CPPU_GCC_DLLPRIVATE " << m_name << "(" << m_name in dumpDeclaration()
3175 << indent() << "inline CPPU_GCC_DLLPRIVATE ~" << m_name << "();\n\n" in dumpDeclaration()
3176 << indent() << "inline CPPU_GCC_DLLPRIVATE " << m_name << " & operator =(" in dumpDeclaration()
3191 o << indent(); in dumpDeclaration()
3235 o << indent() << ": " << scopedCppName(superType) << "()\n"; in dumpHxxFile()
3257 o << indent() << ": "; in dumpHxxFile()
3259 o << indent() << ", "; in dumpHxxFile()
3280 o << indent() << "inline " << m_name << "::" << m_name << "("; in dumpHxxFile()
3311 o << indent() << ": " << scopedCppName(superType) << "("; in dumpHxxFile()
3330 o << indent() << ": "; in dumpHxxFile()
3332 o << indent() << ", "; in dumpHxxFile()
3351 o << indent() << m_name << "::" << m_name << "(" << m_name in dumpHxxFile()
3365 o << indent() << " {}\n\n" in dumpHxxFile()
3366 << indent() << m_name << "::~" << m_name << "() {}\n\n" in dumpHxxFile()
3367 << indent() << m_name << " & " << m_name << "::operator =(" << m_name in dumpHxxFile()
3370 o << indent() in dumpHxxFile()
3374 o << indent() << scopedCppName(superType) in dumpHxxFile()
3381 o << indent() << name << " = the_other." << name << ";\n"; in dumpHxxFile()
3383 o << indent() << "return *this;\n"; in dumpHxxFile()
3385 o << indent() << "}\n\n"; in dumpHxxFile()
3528 o << indent() << m_name << "_" << fieldName << " = " << value << ",\n"; in dumpDeclaration()
3531 o << indent() << m_name << "_MAKE_FIXED_SIZE = SAL_MAX_ENUM\n"; in dumpDeclaration()
3560 o << indent() in dumpNormalGetCppuType()
3563 o << indent() << "if ( !the_type )\n" << indent() << "{\n"; in dumpNormalGetCppuType()
3566 o << indent() << "typelib_static_enum_type_init( &the_type,\n"; in dumpNormalGetCppuType()
3568 o << indent() << "\"" << m_typeName.replace('/', '.') << "\",\n" in dumpNormalGetCppuType()
3569 << indent() << scopedCppName(m_typeName) << "_" in dumpNormalGetCppuType()
3574 o << indent() << "}\n"; in dumpNormalGetCppuType()
3575 o << indent() in dumpNormalGetCppuType()
3585 o << indent() << "static ::com::sun::star::uno::Type * the_pType = 0;\n"; in dumpComprehensiveGetCppuType()
3587 o << indent() << "if (the_pType == 0)\n" << indent() << "{\n"; in dumpComprehensiveGetCppuType()
3589 o << indent() << "::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );\n"; in dumpComprehensiveGetCppuType()
3591 o << indent() << "if (the_pType == 0)\n" << indent() << "{\n"; in dumpComprehensiveGetCppuType()
3593 o << indent() << "::rtl::OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM(\"" in dumpComprehensiveGetCppuType()
3596 o << indent() << "// Start inline typedescription generation\n" in dumpComprehensiveGetCppuType()
3597 << indent() << "typelib_TypeDescription * pTD = 0;\n\n"; in dumpComprehensiveGetCppuType()
3600 o << indent() << "rtl_uString* enumValueNames[" << count << "];\n"; in dumpComprehensiveGetCppuType()
3604 o << indent() << "::rtl::OUString sEnumValue" << i in dumpComprehensiveGetCppuType()
3609 o << indent() << "enumValueNames[" << i << "] = sEnumValue" << i in dumpComprehensiveGetCppuType()
3613 o << "\n" << indent() << "sal_Int32 enumValues[" << count << "];\n"; in dumpComprehensiveGetCppuType()
3618 o << indent() << "enumValues[" << i << "] = "; in dumpComprehensiveGetCppuType()
3627 o << "\n" << indent() << "typelib_typedescription_newEnum( &pTD,\n"; in dumpComprehensiveGetCppuType()
3629 o << indent() << "sTypeName.pData,\n" in dumpComprehensiveGetCppuType()
3630 << indent() << "(sal_Int32)" << scopedCppName(m_typeName, sal_False) in dumpComprehensiveGetCppuType()
3634 << indent() << count << ", enumValueNames, enumValues );\n\n"; in dumpComprehensiveGetCppuType()
3637 o << indent() in dumpComprehensiveGetCppuType()
3640 o << indent() << "typelib_typedescription_release( pTD );\n" in dumpComprehensiveGetCppuType()
3641 << indent() << "// End inline typedescription generation\n\n"; in dumpComprehensiveGetCppuType()
3643 o << indent() << "static ::com::sun::star::uno::Type the_staticType( " in dumpComprehensiveGetCppuType()
3645 o << indent() << "the_pType = &the_staticType;\n"; in dumpComprehensiveGetCppuType()
3648 o << indent() << "}\n"; in dumpComprehensiveGetCppuType()
3650 o << indent() << "}\n\n" in dumpComprehensiveGetCppuType()
3651 << indent() << "return *the_pType;\n"; in dumpComprehensiveGetCppuType()
3853 o << indent() << "static ::com::sun::star::uno::Reference< " in dumpHxxFile()
3861 o << indent() in dumpHxxFile()
3865 << indent() << "if (!the_factory.is()) {\n"; in dumpHxxFile()
3867 o << indent() in dumpHxxFile()
3873 o << indent() << "}\n" << indent() in dumpHxxFile()
3875 << " > the_instance;\n" << indent() << "try {\n"; in dumpHxxFile()
3877 o << indent() in dumpHxxFile()
3885 o << indent() in dumpHxxFile()
3888 o << indent() << "throw;\n"; in dumpHxxFile()
3890 o << indent() in dumpHxxFile()
3894 o << indent() in dumpHxxFile()
3901 o << indent() << "}\n" << indent() in dumpHxxFile()
3904 o << indent() in dumpHxxFile()
3911 o << indent() << "}\n" << indent() << "return the_instance;\n"; in dumpHxxFile()
3913 o << indent() << "}\n\n"; in dumpHxxFile()
3915 o << indent() << "static ::com::sun::star::uno::Reference< " in dumpHxxFile()
3950 o << indent() in dumpHxxFile()
3954 << indent() << "if (!the_factory.is()) {\n"; in dumpHxxFile()
3956 o << indent() in dumpHxxFile()
3962 o << indent() << "}\n"; in dumpHxxFile()
3964 o << indent() in dumpHxxFile()
3969 o << indent() << "the_arguments[" << j << "] "; in dumpHxxFile()
4002 o << indent() << "::com::sun::star::uno::Reference< " in dumpHxxFile()
4014 o << indent() << "try {\n"; in dumpHxxFile()
4017 o << indent() in dumpHxxFile()
4038 o << indent() in dumpHxxFile()
4042 o << indent() << "throw;\n"; in dumpHxxFile()
4045 o << indent() in dumpHxxFile()
4049 o << indent() in dumpHxxFile()
4056 o << indent() << "}\n"; in dumpHxxFile()
4058 o << indent() << "if (!the_instance.is()) {\n"; in dumpHxxFile()
4060 o << indent() in dumpHxxFile()
4067 o << indent() << "}\n" << indent() << "return the_instance;\n"; in dumpHxxFile()
4069 o << indent() << "}\n\n"; in dumpHxxFile()
4074 o << indent() << cppName << "(); // not implemented\n" in dumpHxxFile()
4075 << indent() << cppName << "(" << cppName << " &); // not implemented\n" in dumpHxxFile()
4076 << indent() << "~" << cppName << "(); // not implemented\n" in dumpHxxFile()
4077 << indent() << "void operator =(" << cppName << "); // not implemented\n"; in dumpHxxFile()
4110 out << indent() << "} catch ("; in dumpCatchClauses()
4114 out << indent() << "throw;\n"; in dumpCatchClauses()
4166 o << indent() << "static ::com::sun::star::uno::Reference< " in dumpHxxFile()
4172 o << indent() << "::com::sun::star::uno::Reference< " << scopedBaseName in dumpHxxFile()
4173 << " > instance;\n" << indent() in dumpHxxFile()
4178 o << indent() in dumpHxxFile()
4184 o << indent() << "}\n" << indent() << "return instance;\n"; in dumpHxxFile()
4186 o << indent() << "}\n\n"; in dumpHxxFile()
4188 o << indent() << cppName << "(); // not implemented\n" in dumpHxxFile()
4189 << indent() << cppName << "(" << cppName << " &); // not implemented\n" in dumpHxxFile()
4190 << indent() << "~" << cppName << "(); // not implemented\n" in dumpHxxFile()
4191 << indent() << "void operator =(" << cppName << "); // not implemented\n"; in dumpHxxFile()