| /trunk/main/editeng/inc/editeng/ |
| H A D | AccessibleParaManager.hxx | 57 typedef CppType InterfaceType; typedef in accessibility::HardCppRef 59 …Ref( const ::com::sun::star::uno::WeakReference< UnoInterfaceType >& xRef, InterfaceType* rImpl ) : in HardCppRef() 71 InterfaceType* operator->() const { return mpImpl; } in operator ->() 72 InterfaceType& operator*() const { return *mpImpl; } in operator *() 86 InterfaceType* mpImpl; 102 typedef CppType InterfaceType; typedef in accessibility::WeakCppRef 103 typedef HardCppRef< UnoInterfaceType, InterfaceType > HardRefType; 106 WeakCppRef( InterfaceType& rImpl ) : in WeakCppRef() 132 InterfaceType* maUnsafeRef;
|
| /trunk/main/codemaker/source/cunomaker/ |
| H A D | cunotype.cxx | 1500 InterfaceType::InterfaceType(TypeReader& typeReader, in InterfaceType() function in InterfaceType 1511 InterfaceType::~InterfaceType() in ~InterfaceType() 1516 sal_Bool InterfaceType::dumpHFile(FileStream& o) in dumpHFile() 1569 void InterfaceType::dumpInheritedFunctions(FileStream& o, rtl::OString& superType) in dumpInheritedFunctions() 1583 sal_Bool InterfaceType::dumpDeclaration(FileStream& o) in dumpDeclaration() 1659 sal_Bool InterfaceType::dumpCFile(FileStream& o) in dumpCFile() 1728 void InterfaceType::dumpAttributes(FileStream& o, const OString& interfaceType, TypeReader& reader ) in dumpAttributes() 1780 void InterfaceType::dumpMethods(FileStream& o, const OString& interfaceType, TypeReader& reader ) in dumpMethods() 1872 void InterfaceType::dumpGetCunoType(FileStream& o) in dumpGetCunoType() 1942 void InterfaceType::dumpCGetCunoType(FileStream& o) in dumpCGetCunoType() [all …]
|
| H A D | cunotype.hxx | 146 class InterfaceType : public CunoType class 149 InterfaceType(TypeReader& typeReader, 154 virtual ~InterfaceType();
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | cpputype.cxx | 1227 InterfaceType::InterfaceType(typereg::Reader& typeReader, in InterfaceType() function in InterfaceType 1237 InterfaceType::~InterfaceType() in ~InterfaceType() 1242 sal_Bool InterfaceType::dumpHFile( in dumpHFile() 1272 sal_Bool InterfaceType::dumpDeclaration(FileStream& o) in dumpDeclaration() 1303 sal_Bool InterfaceType::dumpHxxFile( in dumpHxxFile() 1332 void InterfaceType::dumpAttributes(FileStream& o) in dumpAttributes() 1376 void InterfaceType::dumpMethods(FileStream& o) in dumpMethods() 1456 void InterfaceType::dumpNormalGetCppuType(FileStream& o) in dumpNormalGetCppuType() 1507 void InterfaceType::dumpComprehensiveGetCppuType(FileStream& o) in dumpComprehensiveGetCppuType() 1620 void InterfaceType::dumpCppuAttributeRefs(FileStream& o, sal_uInt32& index) in dumpCppuAttributeRefs() [all …]
|
| H A D | cpputype.hxx | 153 class InterfaceType : public CppuType class 156 InterfaceType(typereg::Reader& typeReader, 160 virtual ~InterfaceType();
|
| /trunk/main/codemaker/source/idlmaker/ |
| H A D | idltype.cxx | 746 InterfaceType::InterfaceType(TypeReader& typeReader, in InterfaceType() function in InterfaceType 757 InterfaceType::~InterfaceType() in ~InterfaceType() 762 sal_Bool InterfaceType::dumpHFile(FileStream& o) in dumpHFile() 801 void InterfaceType::dumpAttributes(FileStream& o) in dumpAttributes() 839 void InterfaceType::dumpMethods(FileStream& o) in dumpMethods() 944 sal_uInt32 InterfaceType::getMemberCount() in getMemberCount() 966 sal_uInt32 InterfaceType::checkInheritedMemberCount(const TypeReader* pReader) in checkInheritedMemberCount() 1006 sal_uInt32 InterfaceType::getInheritedMemberCount() in getInheritedMemberCount() 1603 InterfaceType iType(reader, typeName, typeMgr, typeDependencies); in produceType()
|
| H A D | idltype.hxx | 115 class InterfaceType : public IdlType class 118 InterfaceType(TypeReader& typeReader, 123 virtual ~InterfaceType();
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | fapihelper.hxx | 153 template< typename InterfaceType > 154 …inline explicit ScfPropertySet( ::com::sun::star::uno::Reference< InterfaceType > xInterface )… in ScfPropertySet() 159 template< typename InterfaceType > 160 inline void Set( ::com::sun::star::uno::Reference< InterfaceType > xInterface ) in Set()
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.cxx | 1161 InterfaceType::InterfaceType(TypeReader& typeReader, in InterfaceType() function in InterfaceType 1173 InterfaceType::~InterfaceType() in ~InterfaceType() 1179 void InterfaceType::dumpUnoMethods(FileStream& o, sal_Bool bDeclOnly, sal_Bool bDelegateToSuper) in dumpUnoMethods() 1187 InterfaceType iType(reader, superName, m_typeMgr, TypeDependency(), m_generatedConversions); in dumpUnoMethods() 1481 void InterfaceType::dumpCorbaMethods(FileStream& o, sal_Bool bDeclOnly) in dumpCorbaMethods() 1699 void InterfaceType::dumpFunctions(FileStream& o) in dumpFunctions() 1954 sal_uInt32 InterfaceType::getMemberCount() in getMemberCount() 1976 sal_uInt32 InterfaceType::checkInheritedMemberCount(const TypeReader* pReader) in checkInheritedMemberCount() 2014 sal_uInt32 InterfaceType::getInheritedMemberCount() in getInheritedMemberCount() 2625 … InterfaceType iType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType()
|
| H A D | corbatype.hxx | 159 class InterfaceType : public CorbaType class 162 InterfaceType(TypeReader& typeReader, 168 virtual ~InterfaceType();
|
| /trunk/main/sal/inc/systools/win32/ |
| H A D | comtools.hxx | 112 template<typename InterfaceType> 113 COMReference<InterfaceType> QueryInterface(REFIID iid) in QueryInterface() 115 COMReference<InterfaceType> ip; in QueryInterface()
|
| /trunk/main/extensions/source/propctrlr/ |
| H A D | commoncontrol.hxx | 187 typedef CONTROL_INTERFACE InterfaceType; typedef in pcr::CommonBehaviourControl
|
| /trunk/main/udkapi/com/sun/star/reflection/ |
| H A D | TypeDescriptionManager.idl | 83 <code>"<var>InterfaceType</var>::<var>Member</var>"</code>.</li>
|