Home
last modified time | relevance | path

Searched refs:getCppuType (Results 276 – 300 of 868) sorted by relevance

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

/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx280 else if ( pType == ::getCppuType((const sal_uInt16*)0) ) in statusChanged()
286 else if ( pType == ::getCppuType((const sal_uInt32*)0) ) in statusChanged()
292 else if ( pType == ::getCppuType((const ::rtl::OUString*)0) ) in statusChanged()
298 … else if ( pType == ::getCppuType((const ::com::sun::star::frame::status::ItemStatus*)0) ) in statusChanged()
/trunk/main/svx/source/unodraw/
H A Dunoshcol.cxx163 mrBHelper.addListener( ::getCppuType( &aListener ) , aListener ); in addEventListener()
169 mrBHelper.removeListener( ::getCppuType( &aListener ) , aListener ); in removeEventListener()
209 return ::getCppuType(( const Reference< drawing::XShape >*)0); in getElementType()
H A Dunoshap2.cxx81 ::getCppuType((const Reference< xint >*)0)
84 if( rType == ::getCppuType((const Reference< xint >*)0) ) \
355 return ::getCppuType(( const Reference< drawing::XShape >*)0); in getElementType()
1109 …if( rValue.getValue() && (rValue.getValueType() == ::getCppuType(( const drawing::PointSequenceSeq… in setPropertyValueImpl()
1119 …if( rValue.getValue() && (rValue.getValueType() == ::getCppuType(( const drawing::PointSequenceSeq… in setPropertyValueImpl()
1136 …if( rValue.getValue() && (rValue.getValueType() == ::getCppuType(( const drawing::PointSequenceSeq… in setPropertyValueImpl()
1470 …if( rValue.getValue() && (rValue.getValueType() == ::getCppuType(( const drawing::PolyPolygonBezie… in setPropertyValueImpl()
1480 …if( rValue.getValue() && (rValue.getValueType() == ::getCppuType(( const drawing::PolyPolygonBezie… in setPropertyValueImpl()
1655 if( rValue.getValueType() == ::getCppuType(( const uno::Sequence< sal_Int8 >*)0) ) in setPropertyValueImpl()
/trunk/main/vcl/source/app/
H A Dunohelp.cxx140 …uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XBreakIterator >*)0) ); in CreateBreakIterator()
156 …uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XCharacterClassificati… in CreateCharacterClassification()
172 uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XCollator >*)0) ); in CreateCollator()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx395 pAny->setValue(&xTable, ::getCppuType((uno::Reference<XTextTable>*)0)); in getCrsrPropertyValue()
401 pAny->setValue(&xCell, ::getCppuType((uno::Reference<XCell>*)0)); in getCrsrPropertyValue()
421 pAny->setValue(&xFrm, ::getCppuType((uno::Reference<XTextFrame>*)0)); in getCrsrPropertyValue()
437 pAny->setValue(&xSect, ::getCppuType((uno::Reference<XTextSection>*)0) ); in getCrsrPropertyValue()
482 pAny->setValue(&xRef, ::getCppuType((uno::Reference<XTextContent>*)0)); in getCrsrPropertyValue()
741 pAny->setValue(&xNum, ::getCppuType((const uno::Reference<XIndexReplace>*)0)); in getNumberingProperty()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1373 if ( rType == ::getCppuType((uno::Reference<XAccessibleText> *)0) ) in queryInterface()
1378 else if ( rType == ::getCppuType((uno::Reference<XAccessibleEditableText> *)0) ) in queryInterface()
1383 else if ( rType == ::getCppuType((uno::Reference<XAccessibleSelection> *)0) ) in queryInterface()
1388 else if ( rType == ::getCppuType((uno::Reference<XAccessibleHypertext> *)0) ) in queryInterface()
1395 else if ( rType == ::getCppuType((uno::Reference<XAccessibleTextAttributes> *)0) ) in queryInterface()
1403 else if ( rType == ::getCppuType((uno::Reference<XAccessibleTextMarkup> *)0) ) in queryInterface()
1409 else if ( rType == ::getCppuType((uno::Reference<XAccessibleMultiLineText> *)0) ) in queryInterface()
1416 else if ( rType == ::getCppuType((uno::Reference<XAccessibleTextSelection> *)NULL) ) in queryInterface()
1421 else if ( rType == ::getCppuType((uno::Reference<XAccessibleExtendedAttributes> *)NULL) ) in queryInterface()
1449 pTypes[nIndex++] = ::getCppuType( static_cast< uno::Reference< XAccessibleSelection > * >( 0 ) ); in getTypes()
[all …]
H A Dacccell.cxx320 if (rType == ::getCppuType((const uno::Reference<XAccessibleExtendedAttributes>*)0)) in queryInterface()
327 if (rType == ::getCppuType((const uno::Reference<XAccessibleSelection>*)0)) in queryInterface()
333 if ( rType == ::getCppuType( static_cast< uno::Reference< XAccessibleValue > * >( 0 ) ) ) in queryInterface()
356 pTypes[nIndex] = ::getCppuType( static_cast< uno::Reference< XAccessibleValue > * >( 0 ) ); in getTypes()
/trunk/main/filter/source/config/cache/
H A Dbasecontainer.cxx436 return ::getCppuType(static_cast< css::uno::Sequence< css::beans::PropertyValue >* >(NULL)); in getElementType()
586 …::cppu::OInterfaceContainerHelper* pContainer = m_lListener.getContainer(::getCppuType(static_cast… in flush()
617 …m_lListener.addInterface(::getCppuType(static_cast< css::uno::Reference< css::util::XFlushListener… in addFlushListener()
629 …m_lListener.removeInterface(::getCppuType(static_cast< css::uno::Reference< css::util::XFlushListe… in removeFlushListener()
/trunk/main/framework/source/recording/
H A Ddispatchrecorder.cxx230 …try { aNew = m_xConverter->convertTo( aValue, ::getCppuType((const css::uno::Sequence < css::uno::… in AppendToBuffer()
427 return ::getCppuType((const com::sun::star::frame::DispatchStatement *)NULL); in getElementType()
451 ::getCppuType((const com::sun::star::frame::DispatchStatement *)NULL)); in getByIndex()
459 ::getCppuType((const com::sun::star::frame::DispatchStatement *)NULL)) { in replaceByIndex()
/trunk/main/forms/source/component/
H A DListBox.cxx304 … DBG_ASSERT(_rValue.getValueType().equals(::getCppuType(static_cast<ListSourceType*>(NULL))), in setFastPropertyValue_NoBroadcast()
343 … DBG_ASSERT(_rValue.getValueType().equals(::getCppuType(static_cast< Sequence<sal_Int16>*>(NULL))), in setFastPropertyValue_NoBroadcast()
378 …PropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aBoundColumn, ::getCppuType(static_cast<sal… in convertFastPropertyValue()
1371 aTypes[0] = ::getCppuType( static_cast< Sequence< sal_Int32 >* >( NULL ) ); in getSupportedBindingTypes()
1372 aTypes[1] = ::getCppuType( static_cast< sal_Int32* >( NULL ) ); in getSupportedBindingTypes()
1373 aTypes[2] = ::getCppuType( static_cast< Sequence< ::rtl::OUString >* >( NULL ) ); in getSupportedBindingTypes()
1374 aTypes[3] = ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) ); in getSupportedBindingTypes()
/trunk/main/embeddedobj/source/commonembedding/
H A Dspecialobject.cxx92 ::getCppuType( (const uno::Reference< lang::XTypeProvider >*)NULL ), in getTypes()
93 ::getCppuType( (const uno::Reference< embed::XEmbeddedObject >*)NULL ), in getTypes()
94 … ::getCppuType( (const uno::Reference< embed::XInplaceObject >*)NULL ) ); in getTypes()
/trunk/main/bridges/test/java_uno/equals/
H A Dtestequals.cxx147 getCppuType( in createInstance()
150 getCppuType( in createInstance()
153 getCppuType( in createInstance()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1622 if (_rValue.getValueType() == ::getCppuType((const Sequence< sal_Int8 > *)0)) in implUpdateObject()
1628 if (_rValue.getValueType() == ::getCppuType((const DateTime*)0)) in implUpdateObject()
1630 else if (_rValue.getValueType() == ::getCppuType((const Date*)0)) in implUpdateObject()
1632 else if (_rValue.getValueType() == ::getCppuType((const Time*)0)) in implUpdateObject()
1639 if (_rValue.getValueType() == ::getCppuType(static_cast<Reference< XInputStream>*>(NULL))) in implUpdateObject()
1715 if (_rValue.getValueType() == ::getCppuType((const Sequence< sal_Int8 > *)0)) in implSetObject()
1723 if (_rValue.getValueType() == ::getCppuType((const DateTime*)0)) in implSetObject()
1725 else if (_rValue.getValueType() == ::getCppuType((const Date*)0)) in implSetObject()
1727 else if (_rValue.getValueType() == ::getCppuType((const Time*)0)) in implSetObject()
1734 if (_rValue.getValueType() == ::getCppuType(static_cast<Reference< XInputStream>*>(NULL))) in implSetObject()
/trunk/main/chart2/source/model/template/
H A DScatterChartType.cxx63 ::getCppuType( reinterpret_cast< const chart2::CurveStyle * >(0)), in lcl_AddPropertiesToVector()
70 ::getCppuType( reinterpret_cast< const sal_Int32 * >(0)), in lcl_AddPropertiesToVector()
76 ::getCppuType( reinterpret_cast< const sal_Int32 * >(0)), in lcl_AddPropertiesToVector()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx517 ::getCppuType((const uno::Reference<lang::XEventListener>*)0); in getTypes()
519 ::getCppuType((const uno::Reference<beans::XPropertyChangeListener>*)0); in getTypes()
521 ::getCppuType((const uno::Reference<awt::XWindowListener>*)0); in getTypes()
523 ::getCppuType((const uno::Reference<awt::XFocusListener>*)0); in getTypes()
525 ::getCppuType((const uno::Reference<XAccessibleEventBroadcaster>*)0); in getTypes()
/trunk/main/sfx2/source/control/
H A Dmacro.cxx357 else if ( pType == ::getCppuType((const sal_Int16*)0) ) in GenerateNameAndArgs_Impl()
363 else if ( pType == ::getCppuType((const sal_Int32*)0) ) in GenerateNameAndArgs_Impl()
369 else if ( pType == ::getCppuType((const ::rtl::OUString*)0) ) in GenerateNameAndArgs_Impl()
/trunk/main/pyuno/source/module/
H A Dpyuno_callable.cxx163 me->members->methodName, &e, getCppuType(&e).getTypeLibType()); in PyUNO_callable_call()
172 me->members->methodName, &e, getCppuType(&e).getTypeLibType()); in PyUNO_callable_call()
181 me->members->methodName, &e, getCppuType(&e).getTypeLibType()); in PyUNO_callable_call()
/trunk/main/chart2/source/view/main/
H A DStripe.cxx126 return uno::Any( &aPP, ::getCppuType((const drawing::PolyPolygonShape3D*)0) ); in getPolyPolygonShape3D()
183 return uno::Any( &aPP, ::getCppuType((const drawing::PolyPolygonShape3D*)0) ); in getNormalsPolygon()
351 return uno::Any( &aPP, ::getCppuType((const drawing::PolyPolygonShape3D*)0) ); in getTexturePolygon()
/trunk/main/dbaccess/source/core/dataaccess/
H A DComponentDefinition.cxx125 &rDefinition.m_aProps.aTitle, ::getCppuType(&rDefinition.m_aProps.aTitle)); in DBG_NAME()
130 &rDefinition.m_sSchemaName, ::getCppuType(&rDefinition.m_sSchemaName)); in DBG_NAME()
133 &rDefinition.m_sCatalogName, ::getCppuType(&rDefinition.m_sCatalogName)); in DBG_NAME()
H A DModelImpl.cxx512 *pAllowedType++ = ::getCppuType( static_cast< sal_Bool* >( NULL ) ); in impl_construct_nothrow()
513 *pAllowedType++ = ::getCppuType( static_cast< double* >( NULL ) ); in impl_construct_nothrow()
514 *pAllowedType++ = ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) ); in impl_construct_nothrow()
515 *pAllowedType++ = ::getCppuType( static_cast< sal_Int32* >( NULL ) ); in impl_construct_nothrow()
516 *pAllowedType++ = ::getCppuType( static_cast< sal_Int16* >( NULL ) ); in impl_construct_nothrow()
517 *pAllowedType++ = ::getCppuType( static_cast< Sequence< Any >* >( NULL ) ); in impl_construct_nothrow()
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx117 …::cppu::OTypeCollection aTypes( ::getCppuType( (const ::com::sun::star::uno::Reference< XPreparedS… in getTypes()
118 ::getCppuType( (const ::com::sun::star::uno::Reference< XParameters > *)0 ), in getTypes()
119 ::getCppuType( (const ::com::sun::star::uno::Reference< XResultSetMetaDataSupplier > *)0 ), in getTypes()
120 ::getCppuType( (const ::com::sun::star::uno::Reference< XPreparedBatchExecution > *)0 )); in getTypes()
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx175 return ::getCppuType( static_cast< sal_Int32* >( NULL ) ); in getValueType()
221 return ::getCppuType( static_cast< double* >( NULL ) ); in getValueType()
317 return ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) ); in getValueType()
/trunk/main/chart2/source/tools/
H A DLifeTime.cxx242 ::getCppuType((const uno::Reference< util::XCloseListener >*)0) );; in g_close_startTryClose()
371 ::getCppuType((const uno::Reference< util::XCloseListener >*)0) );; in impl_doClose()
414 …m_aListenerContainer.addInterface( ::getCppuType((const uno::Reference< util::XCloseListener >*)0)… in g_addCloseListener()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx153 …PROPERTY_ID_FETCHSIZE), PROPERTY_ID_FETCHSIZE, 0,&m_nFetchSize, ::getCppuType(static_cast<sal… in construct()
154 …LTSETTYPE, PropertyAttribute::READONLY,&m_nResultSetType, ::getCppuType(static_cast<sal… in construct()
155 …FETCHDIRECTION), PROPERTY_ID_FETCHDIRECTION, 0,&m_nFetchDirection, ::getCppuType(static_cast<sal… in construct()
156 …PropertyAttribute::READONLY,&m_nResultSetConcurrency, ::getCppuType(static_cast<sal… in construct()
208 …OTypeCollection aTypes( ::getCppuType( (const Reference< ::com::sun::star::beans::XMultiPropertySe… in getTypes()
209 ::getCppuType( (const Reference< ::com::sun::star::beans::XPropertySet > *)0 ), in getTypes()
210 ::getCppuType( (const Reference< ::com::sun::star::beans::XPropertySet > *)0 )); in getTypes()
1267 m_pTable->queryInterface(::getCppuType((const Reference<XIndexesSupplier>*)0)) >>= xIndexSup; in sortRows()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx1068 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getPropertyValues()
1075 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getPropertyValues()
1098 getCppuType( in getPropertyValues()
1107 getCppuType( static_cast< in getPropertyValues()
1976 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getCreatableContentsInfo()
1990 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getCreatableContentsInfo()
1995 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getCreatableContentsInfo()

Completed in 214 milliseconds

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