Home
last modified time | relevance | path

Searched refs:getCppuType (Results 451 – 475 of 868) sorted by relevance

1...<<11121314151617181920>>...35

/aoo4110/main/connectivity/source/drivers/ado/
H A DAStatement.cxx131 …::cppu::OTypeCollection aTypes( ::getCppuType( (const ::com::sun::star::uno::Reference< ::com::sun… in getTypes()
132 …::getCppuType( (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XFastPropertySet … in getTypes()
133 …::getCppuType( (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > *)… in getTypes()
/aoo4110/main/unotools/source/config/
H A Dlingucfg.cxx394 aRes.setValue( &aLocale, ::getCppuType((lang::Locale*)0 )); in GetProperty()
400 aRes.setValue( &aLocale, ::getCppuType((lang::Locale*)0 )); in GetProperty()
406 aRes.setValue( &aLocale, ::getCppuType((lang::Locale*)0 )); in GetProperty()
724 const uno::Type &rINT16 = ::getCppuType( (sal_Int16 *) NULL ); in SaveOptions()
725 const uno::Type &rINT32 = ::getCppuType( (sal_Int32 *) NULL ); in SaveOptions()
/aoo4110/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx297 rBHelper.addListener( ::getCppuType( &xControl ), xControl ); in addStatusListener()
321 rBHelper.removeListener( ::getCppuType( &xControl ), xControl ); in removeStatusListener()
/aoo4110/main/fpicker/source/office/
H A Dcommonpicker.cxx67 &m_sHelpURL, ::getCppuType( &m_sHelpURL ) in OCommonPicker()
73 &m_xWindow, ::getCppuType( &m_xWindow ) in OCommonPicker()
/aoo4110/main/UnoControls/source/controls/
H A Dstatusindicator.cxx168 …static OTypeCollection aTypeCollection ( ::getCppuType(( const Reference< XLayoutConstrains >*)NUL… in getTypes()
169 ::getCppuType(( const Reference< XStatusIndicator >*)NULL ) , in getTypes()
H A Dprogressmonitor.cxx199 …static OTypeCollection aTypeCollection ( ::getCppuType(( const Reference< XLayoutConstrains >*)NUL… in getTypes()
200 ::getCppuType(( const Reference< XButton >*)NULL ) , in getTypes()
201 ::getCppuType(( const Reference< XProgressMonitor >*)NULL ) , in getTypes()
/aoo4110/main/cppuhelper/qa/propertysetmixin/
H A Dtest_propertysetmixin.cxx388 CPPUNIT_ASSERT_EQUAL(getCppuType(static_cast< sal_Int32 * >(0)), prop.Type); in testFull()
395 CPPUNIT_ASSERT_EQUAL(getCppuType(static_cast< sal_Int32 * >(0)), prop.Type); in testFull()
415 CPPUNIT_ASSERT_EQUAL(getCppuType(static_cast< sal_Int32 * >(0)), prop.Type); in testFull()
/aoo4110/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx979 …m_pData->m_aListenerContainer.addInterface( ::getCppuType((const uno::Reference< frame::XBorderRes… in addBorderResizeListener()
986 …m_pData->m_aListenerContainer.removeInterface( ::getCppuType((const uno::Reference< frame::XBorder… in removeBorderResizeListener()
1007 ::getCppuType( ( const uno::Reference< frame::XBorderResizeListener >*) NULL ) ); in BorderWidthsChanged_Impl()
1105 …m_pData->m_aListenerContainer.addInterface( ::getCppuType((const REFERENCE< XEVENTLISTENER >*)0), … in addEventListener()
1114 …m_pData->m_aListenerContainer.removeInterface( ::getCppuType((const REFERENCE< XEVENTLISTENER >*)0… in removeEventListener()
/aoo4110/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx815 …m_aListenerContainer.addInterface( ::getCppuType( ( const Reference< XEventListener >* ) NULL ), x… in addEventListener()
821 …m_aListenerContainer.removeInterface( ::getCppuType( ( const Reference< XEventListener >* ) NULL )… in removeEventListener()
892 …m_aListenerContainer.addInterface( ::getCppuType( ( const Reference< XUIConfigurationListener >* )… in addConfigurationListener()
898 …m_aListenerContainer.removeInterface( ::getCppuType( ( const Reference< XUIConfigurationListener >… in removeConfigurationListener()
1593 …faceContainerHelper* pContainer = m_aListenerContainer.getContainer( ::getCppuType( ( const css::u… in implts_notifyContainerListener()
H A Duiconfigurationmanagerimpl.cxx786 …m_aListenerContainer.addInterface( ::getCppuType( ( const Reference< XEventListener >* ) NULL ), x… in addEventListener()
792 …m_aListenerContainer.removeInterface( ::getCppuType( ( const Reference< XEventListener >* ) NULL )… in removeEventListener()
862 …m_aListenerContainer.addInterface( ::getCppuType( ( const Reference< XUIConfigurationListener >* )… in addConfigurationListener()
868 …m_aListenerContainer.removeInterface( ::getCppuType( ( const Reference< XUIConfigurationListener >… in removeConfigurationListener()
1677 …faceContainerHelper* pContainer = m_aListenerContainer.getContainer( ::getCppuType( ( const css::u… in implts_notifyContainerListener()
/aoo4110/main/chart2/source/controller/main/
H A DChartController_Window.cxx1654 if ( rType == ::getCppuType( static_cast< const ::rtl::OUString* >( 0 ) ) ) in select()
1662 … else if ( rType == ::getCppuType( static_cast< const uno::Reference< drawing::XShape >* >( 0 ) ) ) in select()
1728 …m_aLifeTimeManager.m_aListenerContainer.addInterface( ::getCppuType((const uno::Reference< view::X… in addSelectionChangeListener()
1741 …m_aLifeTimeManager.m_aListenerContainer.removeInterface( ::getCppuType((const uno::Reference< view… in removeSelectionChangeListener()
1748 .getContainer( ::getCppuType((const uno::Reference< view::XSelectionChangeListener >*)0) ); in impl_notifySelectionChangeListeners()
/aoo4110/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx56 xI->queryInterface( getCppuType((const Reference< XConversionDictionary>*)0) ) >>= xCD; in TextConversion_ko()
62 xI->queryInterface( getCppuType((const Reference< XConversionDictionaryList>*)0) ) >>= xCDL; in TextConversion_ko()
/aoo4110/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx60 OTypeCollection aTypes(::getCppuType( (const Reference< XRow > *)0 ), in getTypes()
61 ::getCppuType( (const Reference< XOutParameters > *)0 ), in getTypes()
H A Ddatacolumn.cxx89 OTypeCollection aTypes(::getCppuType( (const Reference< XColumn > *)0 ), in getTypes()
90 ::getCppuType( (const Reference< XColumnUpdate > *)0 ), in getTypes()
/aoo4110/main/io/source/stm/
H A Dodata.cxx1247 getCppuType( (Reference< XMarkableStream > * ) 0 ), in getTypes()
1248 getCppuType( (Reference< XObjectOutputStream > * ) 0 ), in getTypes()
1589 getCppuType( (Reference< XMarkableStream > * ) 0 ), in getTypes()
1590 getCppuType( (Reference< XObjectInputStream > * ) 0 ), in getTypes()
/aoo4110/main/svtools/source/graphic/
H A Dprovider.cxx132 *pTypes++ = ::getCppuType((const uno::Reference< lang::XServiceInfo>*)0); in getTypes()
133 *pTypes++ = ::getCppuType((const uno::Reference< lang::XTypeProvider>*)0); in getTypes()
134 *pTypes++ = ::getCppuType((const uno::Reference< graphic::XGraphicProvider>*)0); in getTypes()
/aoo4110/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx124 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getCreatableContentsInfo()
985 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getPropertyValues()
993 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getPropertyValues()
1016 getCppuType( static_cast< in getPropertyValues()
1026 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getPropertyValues()
1037 getCppuType( static_cast< const sal_Int64 * >( 0 ) ), in getPropertyValues()
/aoo4110/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx1111 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getPropertyValues()
1121 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getPropertyValues()
1146 getCppuType( static_cast< in getPropertyValues()
1157 getCppuType( in getPropertyValues()
1169 getCppuType( in getPropertyValues()
3074 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getCreatableContentsInfo()
/aoo4110/main/toolkit/source/controls/
H A Dstdtabcontroller.cxx178 getCppuType( ( Reference< XTabController>* ) NULL ),
179 getCppuType( ( Reference< XServiceInfo>* ) NULL )
/aoo4110/main/stoc/source/corereflection/
H A Dcrcomp.cxx108 ::getCppuType( (const Reference< XIdlField2 > *)0 ), in getTypes()
109 ::getCppuType( (const Reference< XIdlField > *)0 ), in getTypes()
/aoo4110/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx583 ::getCppuType( &exc ).getTypeLibType(), pCpp2Uno ); in msci_filterCppException()
620 pUnoExc, &exc, ::getCppuType( &exc ).getTypeLibType(), pCpp2Uno ); in msci_filterCppException()
/aoo4110/main/chart2/source/controller/chartapiwrapper/
H A DLegendWrapper.cxx241 … ::getCppuType( reinterpret_cast< const ::com::sun::star::chart::ChartLegendPosition * >(0)), in lcl_AddPropertiesToVector()
248 … ::getCppuType( reinterpret_cast< const ::com::sun::star::chart::ChartLegendExpansion * >(0)), in lcl_AddPropertiesToVector()
H A DWrappedStockProperties.cxx295 ::getCppuType( reinterpret_cast< sal_Bool * >(0)), in addProperties()
302 ::getCppuType( reinterpret_cast< sal_Bool * >(0)), in addProperties()
/aoo4110/main/sw/source/core/access/
H A Dacctable.cxx905 if ( rType == ::getCppuType( static_cast< uno::Reference< XAccessibleTable > * >( 0 ) ) ) in queryInterface()
910 … else if ( rType == ::getCppuType( static_cast< uno::Reference< XAccessibleSelection > * >( 0 ) ) ) in queryInterface()
915 else if ( rType == ::getCppuType((uno::Reference<XAccessibleTableSelection> *)0) ) in queryInterface()
938 pTypes[nIndex++] = ::getCppuType( static_cast< uno::Reference< XAccessibleSelection > * >( 0 ) ); in getTypes()
939 pTypes[nIndex++] = ::getCppuType( static_cast< uno::Reference< XAccessibleTable > * >( 0 ) ); in getTypes()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx441 …{ MAP_LEN( "BaseURI"), 0,&::getCppuType( (::rtl::OUString *)0 ),beans::PropertyAttribute::MAYBEVOI… in impl_import_nolck_throw()
442 …{ MAP_LEN( "StreamName"), 0,&::getCppuType( (::rtl::OUString *)0 ),beans::PropertyAttribute::MAYBE… in impl_import_nolck_throw()
1611 …{ MAP_LEN( "BaseURI"), 0,&::getCppuType( (::rtl::OUString *)0 ),beans::PropertyAttribute::MAYBEVOI… in impl_writeStorage_throw()
1612 …{ MAP_LEN( "StreamName"), 0,&::getCppuType( (::rtl::OUString *)0 ),beans::PropertyAttribute::MAYBE… in impl_writeStorage_throw()
1613 …{ MAP_LEN( "UsePrettyPrinting" ), 0, &::getCppuType((sal_Bool*)0), beans::PropertyAttribute::MAYBE… in impl_writeStorage_throw()

Completed in 185 milliseconds

1...<<11121314151617181920>>...35