Home
last modified time | relevance | path

Searched refs:getCppuType (Results 376 – 400 of 868) sorted by relevance

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

/trunk/main/dbaccess/source/ui/uno/
H A Dcomposerdialogs.cxx94 &m_xComposer, ::getCppuType( &m_xComposer ) ); in DBG_NAME()
96 &m_xRowSet, ::getCppuType( &m_xRowSet ) ); in DBG_NAME()
/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx91 pPtr[nParentLen + 0] = getCppuType((const uno::Reference<sheet::XSheetCellCursor>*)0); in getTypes()
92 pPtr[nParentLen + 1] = getCppuType((const uno::Reference<sheet::XUsedAreaCursor>*)0); in getTypes()
93 pPtr[nParentLen + 2] = getCppuType((const uno::Reference<table::XCellCursor>*)0); in getTypes()
H A Dnameuno.cxx60 …{MAP_CHAR_LEN(SC_UNO_LINKDISPBIT), 0, &getCppuType((uno::Reference<awt::XBitmap>*)0), beans:… in lcl_GetNamedRangeMap()
61 …{MAP_CHAR_LEN(SC_UNO_LINKDISPNAME), 0, &getCppuType((rtl::OUString*)0), beans:… in lcl_GetNamedRangeMap()
62 …{MAP_CHAR_LEN(SC_UNONAME_TOKENINDEX), 0, &getCppuType((sal_Int32*)0), beans:… in lcl_GetNamedRangeMap()
814 return ::getCppuType((const uno::Reference< sheet::XNamedRange2 >*)0); // muss zu getByIndex passen in getElementType()
1302 return ::getCppuType((const uno::Reference< sheet::XLabelRange >*)0); // muss zu getByIndex passen in getElementType()
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx329 …return Any( &aFactories.getConstArray()[nIt++], ::getCppuType( (const Reference<XInterface > *)0 )… in nextElement()
432 Any ret( &(*aIt), ::getCppuType( (const Reference<XInterface > *)0 ) ); in nextElement()
500 x->remove( Any( &rEvt.Source, ::getCppuType( (const Reference<XInterface > *)0 ) ) ); in disposing()
1082 OUSTR("DefaultContext"), -1, ::getCppuType( &m_xContext ), 0 ); in getPropertySetInfo()
1478 return ::getCppuType( (const Reference< XInterface > *)0 ); in getElementType()
1978 OUSTR("DefaultContext"), -1, ::getCppuType( &m_xContext ), 0 ); in getPropertySetInfo()
1980 OUSTR("Registry"), -1, ::getCppuType( &m_xRegistry ), in getPropertySetInfo()
/trunk/main/vcl/aqua/source/dtrans/
H A DOSXTransferable.cxx44 const Type CPPUTYPE_SEQINT8 = getCppuType((Sequence<sal_Int8>*)0);
45 const Type CPPUTYPE_OUSTRING = getCppuType((OUString*)0);
/trunk/main/reportdesign/source/filter/xml/
H A DxmlColumn.cxx147 …atic_cast<sal_uInt16>(PROPERTY_WIDTH.length), PROPERTY_ID_WIDTH, &::getCppuType(static_cast< sa… in fillStyle()
148 …tic_cast<sal_uInt16>(PROPERTY_HEIGHT.length), PROPERTY_ID_HEIGHT, &::getCppuType(static_cast< sa… in fillStyle()
H A DxmlRow.cxx145 …{PROPERTY_WIDTH, static_cast<sal_uInt16>(PROPERTY_WIDTH.length), 0, &::getCppuType(static_cast… in EndElement()
146 …{PROPERTY_HEIGHT, static_cast<sal_uInt16>(PROPERTY_HEIGHT.length), 0, &::getCppuType(static_cas… in EndElement()
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx656 …m_aListenerContainer.addInterface( ::getCppuType( ( const Reference< XEventListener >* ) NULL ), x… in addEventListener()
662 …m_aListenerContainer.removeInterface( ::getCppuType( ( const Reference< XEventListener >* ) NULL )… in removeEventListener()
676 …m_aListenerContainer.addInterface( ::getCppuType( ( const Reference< XUIConfigurationListener >* )… in addConfigurationListener()
682 …m_aListenerContainer.removeInterface( ::getCppuType( ( const Reference< XUIConfigurationListener >… in removeConfigurationListener()
1322 …faceContainerHelper* pContainer = m_aListenerContainer.getContainer( ::getCppuType( ( const css::u… in implts_notifyContainerListener()
/trunk/main/svtools/source/java/
H A Djavainteractionhandler.cxx87 if (aType == getCppuType(reinterpret_cast<Reference<XInterface>*>(0))) in queryInterface()
89 else if (aType == getCppuType(reinterpret_cast<Reference<XInteractionHandler>*>(0))) in queryInterface()
/trunk/main/editeng/source/accessibility/
H A DAccessibleComponentBase.cxx223 ::getCppuType((const uno::Reference<XAccessibleComponent>*)0); in getTypes()
225 ::getCppuType((const uno::Reference<XAccessibleExtendedComponent>*)0); in getTypes()
/trunk/main/comphelper/source/misc/
H A Dproxyaggregation.cxx65 …m_xProxyAggregate->queryAggregation( ::getCppuType( &m_xProxyTypeAccess ) ) >>= m_xProxyTypeAccess; in baseAggregateProxyFor()
231 aTypes[ nLen ] = ::getCppuType( static_cast< Reference< XComponent >* >( NULL ) ); in IMPLEMENT_FORWARD_XINTERFACE2()
/trunk/main/extensions/source/propctrlr/
H A Deformspropertyhandler.cxx142 …DBG_ASSERT( aReturn.getValueType().equals( ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) … in getPropertyValue()
259 …DBG_ASSERT( _rValue.getValueType().equals( ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) … in setPropertyValue()
317 ::getCppuType( static_cast< Reference< XListEntrySource > * >( NULL ) ) ); in doDescribeSupportedProperties()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSymbolProperties.cxx199 ::getCppuType( reinterpret_cast< sal_Int32 * >(0)), in addProperties()
206 ::getCppuType( reinterpret_cast< ::rtl::OUString * >(0)), in addProperties()
213 ::getCppuType( reinterpret_cast< awt::Size * >(0)), in addProperties()
/trunk/main/io/test/stm/
H A Ddatatest.cxx509 if( aValue.getValueType() == getCppuType( (Reference< XPersistObject> *)0 ) ) in setPropertyValue()
886 if( o1.getValueType() == getCppuType( (Reference<XPersistObject>*)0 ) ) { in compareMyPropertySet()
888 if( o2.getValueType() == getCppuType( (Reference<XPersistObject>*)0 ) ) { in compareMyPropertySet()
907 if( o2.getValueType() == getCppuType( (Reference<XPersistObject>*)0 ) ) { in compareMyPropertySet()
/trunk/main/bridges/source/jni_uno/
H A Djni_info.cxx499 ::getCppuType( in JNI_info()
502 m_Exception_type( ::getCppuType( (css::uno::Exception const *)0 ) ), in JNI_info()
504 ::getCppuType( (css::uno::RuntimeException const *)0 ) ), in JNI_info()
862 ::getCppuType( in JNI_info()
/trunk/main/unotools/source/accessibility/
H A Daccessiblerelationsethelper.cxx246 ::getCppuType((const uno::Reference< in getTypes()
248 ::getCppuType((const uno::Reference< in getTypes()
/trunk/main/toolkit/source/layout/core/
H A Dflow.cxx44 ::getCppuType( static_cast< const sal_Bool* >( NULL ) ), in Flow()
47 ::getCppuType( static_cast< const sal_Int32* >( NULL ) ), in Flow()
/trunk/main/sw/source/core/para/
H A Dparatr.cxx163 rVal.setValue(&aDrop, ::getCppuType((const style::DropCapFormat*)0)); in QueryValue()
213 if(rVal.getValueType() == ::getCppuType((const style::DropCapFormat*)0)) in PutValue()
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx255 if( aArguments[0].getValueType() == ::getCppuType((const sal_Int16*)0) ) in initialize()
259 else if( aArguments[0].getValueType() != ::getCppuType((const ParagraphTarget*)0) ) in initialize()
560 return ::getCppuType((const Reference< XAnimationNode >*)0); in getElementType()
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx285 uno::Any aAny(&aStyles, ::getCppuType((uno::Sequence<OUString>*)0)); in CreateOrUpdateExample()
444 …DBG_ASSERT(aFormatAccess.getValueType() == ::getCppuType((uno::Reference<container::XIndexReplace>… in CreateOrUpdateExample()
450 … uno::Any aLevelProp(&aSequPropVals, ::getCppuType((uno::Sequence<beans::PropertyValues>*)0)); in CreateOrUpdateExample()
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx115 if(aState.getValueType() == ::getCppuType((Sequence<rtl::OUString>*)0)) in statusChanged()
155 if(aState.getValueType()==::getCppuType((Sequence<rtl::OUString>*)0)) in statusChanged()
193 if(aState.getValueType()==::getCppuType((const OUString*)0)) in statusChanged()
/trunk/main/chart2/source/model/template/
H A DPieChartTypeTemplate.cxx76 ::getCppuType( reinterpret_cast< const chart2::PieChartOffsetMode * >(0)), in lcl_AddPropertiesToVector()
82 ::getCppuType( reinterpret_cast< const double * >(0)), in lcl_AddPropertiesToVector()
88 ::getCppuType( reinterpret_cast< const sal_Int32 * >(0)), in lcl_AddPropertiesToVector()
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx146 …::cppu::OTypeCollection aTypes( ::getCppuType( (const ::com::sun::star::uno::Reference< XPreparedS… in getTypes()
147 … ::getCppuType( (const ::com::sun::star::uno::Reference< XParameters > *)0 ), in getTypes()
148 … ::getCppuType( (const ::com::sun::star::uno::Reference< XResultSetMetaDataSupplier > *)0 )); in getTypes()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx265 if ( m_bUseIndexOnly && rType == ::getCppuType(static_cast< Reference< XNameAccess > *> (NULL)) ) in queryInterface()
282 Type aType = ::getCppuType(static_cast< Reference<XNameAccess> *>(NULL)); in getTypes()
493 return::getCppuType(static_cast< Reference< XPropertySet>*>(NULL)); in getElementType()
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.hxx395 dbg_implCheckProperty(name, &::getCppuType(static_cast< type* >(NULL)))
401 …dbg_implCheckProperty( ::rtl::OUString::createFromAscii( name ), &::getCppuType(static_cast< type*…

Completed in 313 milliseconds

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