您当前的位置:首页 > IT编程 > C++
| C语言 | Java | VB | VC | python | Android | TensorFlow | C++ | oracle | 学术与代码 | cnn卷积神经网络 | gnn | 图像修复 | Keras | 数据集 | Neo4j | 自然语言处理 | 深度学习 | 医学CAD | 医学影像 | 超参数 | pointnet | pytorch | 异常检测 | Transformers | 情感分类 | 知识图谱 |

自学教程:C++ typelib_static_mi_interface_type_init函数代码示例

51自学网 2021-06-03 09:02:40
  C++
这篇教程C++ typelib_static_mi_interface_type_init函数代码示例写得很实用,希望能帮到您。

本文整理汇总了C++中typelib_static_mi_interface_type_init函数的典型用法代码示例。如果您正苦于以下问题:C++ typelib_static_mi_interface_type_init函数的具体用法?C++ typelib_static_mi_interface_type_init怎么用?C++ typelib_static_mi_interface_type_init使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。

在下文中一共展示了typelib_static_mi_interface_type_init函数的30个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C++代码示例。

示例1: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::rendering::XBitmap const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.rendering.XBitmap", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例2: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::deployment::XPackageInformationProvider const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.deployment.XPackageInformationProvider", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例3: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::task::XInteractionContinuation const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.task.XInteractionContinuation", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例4: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::frame::XPopupMenuController const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.frame.XPopupMenuController", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例5: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::container::XElementAccess const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.container.XElementAccess", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例6: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::ucb::XCommandProcessor const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.ucb.XCommandProcessor", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例7: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::io::XActiveDataSink const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.io.XActiveDataSink", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例8: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::text::XTextTableCursor const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.text.XTextTableCursor", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例9: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::drawing::XDrawPageSummarizer const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.drawing.XDrawPageSummarizer", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例10: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::chart2::XDataSeriesContainer const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.chart2.XDataSeriesContainer", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例11: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::i18n::XInputSequenceChecker const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.i18n.XInputSequenceChecker", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例12: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::sdbcx::XRowLocate const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.sdbcx.XRowLocate", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例13: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::sdb::tools::XDataSourceMetaData const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.sdb.tools.XDataSourceMetaData", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例14: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::mail::XMailServiceProvider const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.mail.XMailServiceProvider", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例15: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::awt::XStyleSettings const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.awt.XStyleSettings", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例16: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::form::binding::XValueBinding const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.form.binding.XValueBinding", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例17: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::ui::XUIConfigurationManagerSupplier const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.ui.XUIConfigurationManagerSupplier", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例18: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::uri::XVndSunStarScriptUrl const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.uri.XVndSunStarScriptUrl", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例19: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::system::XSimpleMailClient const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.system.XSimpleMailClient", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例20: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::test::performance::XPerformanceTest const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.test.performance.XPerformanceTest", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例21: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::lang::XMultiServiceFactory const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.lang.XMultiServiceFactory", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:spo11,项目名称:archlinux,代码行数:8,


示例22: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::script::XInvocationAdapterFactory2 const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.script.XInvocationAdapterFactory2", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例23: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::accessibility::XAccessibleImage const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.accessibility.XAccessibleImage", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例24: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::util::XChangesBatch const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.util.XChangesBatch", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例25: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::presentation::XTransition const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.presentation.XTransition", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例26: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::auth::XSSOPasswordCache const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.auth.XSSOPasswordCache", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例27: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::sheet::XHierarchiesSupplier const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.sheet.XHierarchiesSupplier", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例28: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::script::provider::XScriptContext const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.script.provider.XScriptContext", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例29: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::mozilla::XProfileDiscover const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.mozilla.XProfileDiscover", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,


示例30: cppu_detail_getUnoType

inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(::com::sun::star::bridge::XProtocolProperties const *) {    static typelib_TypeDescriptionReference * the_type = 0;    if ( !the_type )    {        typelib_static_mi_interface_type_init( &the_type, "com.sun.star.bridge.XProtocolProperties", 0, 0 );    }    return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );}
开发者ID:Forcasius,项目名称:schorsch-the-robot,代码行数:8,



注:本文中的typelib_static_mi_interface_type_init函数示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。


C++ typemask函数代码示例
C++ typeerror函数代码示例
万事OK自学网:51自学网_软件自学网_CAD自学网自学excel、自学PS、自学CAD、自学C语言、自学css3实例,是一个通过网络自主学习工作技能的自学平台,网友喜欢的软件自学网站。