Home
last modified time | relevance | path

Searched refs:getCppuType (Results 326 – 350 of 868) sorted by relevance

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

/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx120 ::getCppuType( (const Reference< XIdlField2 > *)0 ), in getTypes()
121 ::getCppuType( (const Reference< XIdlField > *)0 ), in getTypes()
326 getCppuType(static_cast< RuntimeException const * >(0)))) in checkException()
426 ::getCppuType( (const Reference< XIdlMethod > *)0 ), in getTypes()
752 &aExc.TargetException, pUnoExc, ::getCppuType( (const Any *)0 ).getTypeLibType(), in invoke()
/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx425 getCppuType( static_cast< sal_Bool* >(0) ), in execute()
534 getCppuType( static_cast< sal_Bool* >(0) ), in getContentType()
673 getCppuType( static_cast< sal_Bool* >(0) ), in createNewContent()
1133 getCppuType( static_cast< sal_Bool* >(0) ), in transfer()
1202 getCppuType( static_cast< sal_Bool* >(0) ), in insert()
H A Dfilid.cxx119 getCppuType( static_cast< uno::Reference< lang::XTypeProvider >* >( 0 ) ), in getTypes()
120 getCppuType( static_cast< uno::Reference< XContentIdentifier >* >( 0 ) ) ); in getTypes()
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx559 …{ MAP_LEN( "OldFormat" ), 1, &::getCppuType((const sal_Bool*)0), beans::PropertyAt… in implImport()
560 …{ MAP_LEN( "StreamName"), 0, &::getCppuType( (::rtl::OUString *)0 ), beans::Propert… in implImport()
561 …{ MAP_LEN("PrivateData"), 0, &::getCppuType( (uno::Reference<XInterface> *)0 ), beans::Propert… in implImport()
562 …{ MAP_LEN( "BaseURI"), 0, &::getCppuType( (::rtl::OUString *)0 ), beans::Propert… in implImport()
563 …{ MAP_LEN( "StreamRelPath"), 0, &::getCppuType( (::rtl::OUString *)0 ), beans::Propert… in implImport()
/trunk/main/xmloff/source/chart/
H A DSchXMLEnumConverter.cxx56 …: XMLEnumPropertyHdl( aXMLLegendPositionEnumMap, ::getCppuType((const chart::ChartLegendPosition*)… in XMLLegendPositionPropertyHdl()
79 …: XMLEnumPropertyHdl( aXMLLegendExpansionEnumMap, ::getCppuType((const chart::ChartLegendExpansion… in XMLLegendExpansionPropertyHdl()
/trunk/main/vcl/source/components/
H A Ddisplay.cxx142 …return Property( aName, 0, ::getCppuType( (::com::sun::star::awt::Rectangle const *)0 ), PropertyA… in getPropertyByName()
281 return Property( aName, 0, ::getCppuType( (sal_Bool const *)0 ), PropertyAttribute::READONLY ); in getPropertyByName()
284 return Property( aName, 0, ::getCppuType( (sal_Int32 const *)0 ), PropertyAttribute::READONLY ); in getPropertyByName()
/trunk/main/forms/source/component/
H A Dformcontrolfont.cxx270 …bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_aTextColor, ::getCppuType( … in convertFastPropertyValue()
274 …pertyValue( _rConvertedValue, _rOldValue, _rValue, m_aTextLineColor, ::getCppuType( static_cast< s… in convertFastPropertyValue()
288 …alue( _rConvertedValue, _rOldValue, _rValue, aWorkAroundGccLimitation, ::getCppuType( &m_aFont ) ); in convertFastPropertyValue()
H A DGrid.cxx90 …,OInterfaceContainer(_rxFactory, m_aMutex, ::getCppuType(static_cast<Reference<XPropertySet>*>(NUL… in OGridControlModel()
116 …,OInterfaceContainer( _rxFactory, m_aMutex, ::getCppuType( static_cast<Reference<XPropertySet>*>( … in OGridControlModel()
625 …bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aBorderColor, ::getCppuType((co… in convertFastPropertyValue()
631 …ropertyValue(rConvertedValue, rOldValue, rValue, m_aBackgroundColor, ::getCppuType((const sal_Int3… in convertFastPropertyValue()
635 …bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aRowHeight, ::getCppuType((cons… in convertFastPropertyValue()
/trunk/main/chart2/source/tools/
H A DNamedLineProperties.cxx43 const uno::Type tCppuTypeString = ::getCppuType( reinterpret_cast< const OUString * >(0)); in AddPropertiesToVector()
50 ::getCppuType( reinterpret_cast< const drawing::LineDash * >(0)), in AddPropertiesToVector()
/trunk/main/svtools/source/java/
H A Djavacontext.cxx60 if (aType == getCppuType(reinterpret_cast<Reference<XInterface>*>(0))) in queryInterface()
62 else if (aType == getCppuType(reinterpret_cast<Reference<XCurrentContext>*>(0))) in queryInterface()
/trunk/main/forms/source/richtext/
H A Drichtextunowrapper.cxx59 …{ MAP_CHAR_LEN("TextUserDefinedAttributes"), EE_CHAR_XMLATTRIBS, &::getCppuType( static_cast< cons… in getTextEnginePropertySet()
60 …{ MAP_CHAR_LEN("ParaUserDefinedAttributes"), EE_PARA_XMLATTRIBS, &::getCppuType( static_cast< cons… in getTextEnginePropertySet()
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx69 ::getCppuType((const Reference< xint >*)0)
72 if( rType == ::getCppuType((const Reference< xint >*)0) ) \
257 mrBHelper.addListener( ::getCppuType( &aListener ) , aListener ); in addEventListener()
269 mrBHelper.removeListener( ::getCppuType( &aListener ) , aListener ); in removeEventListener()
/trunk/main/sw/source/core/unocore/
H A Dunoredline.cxx73 if (::getCppuType((uno::Reference<container::XEnumerationAccess> *)0) == rType) in queryInterface()
100 aTypes[nLength] = ::getCppuType((uno::Reference<container::XEnumerationAccess> *)0); in getTypes()
185 return ::getCppuType((uno::Reference<text::XTextRange>*)0); in getElementType()
629 return ::getCppuType((uno::Reference<text::XTextRange>*)0); in getElementType()
/trunk/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx76 &m_bSupportVisiable, getCppuType(&m_bSupportVisiable)); in ToolboxController()
99 &m_bSupportVisiable, getCppuType(&m_bSupportVisiable)); in ToolboxController()
289 …m_aListenerContainer.addInterface( ::getCppuType( ( const Reference< XEventListener >* ) NULL ), x… in addEventListener()
295 …m_aListenerContainer.removeInterface( ::getCppuType( ( const Reference< XEventListener >* ) NULL )… in removeEventListener()
/trunk/main/cppu/inc/cppu/
H A DMap.hxx49 …return reinterpret_cast<T *>(curr2outer.mapInterface(pT, getCppuType((cssu::Reference<T> *)NULL))); in mapOut()
64 …return reinterpret_cast<T *>(outer2curr.mapInterface(pT, getCppuType((cssu::Reference<T> *)NULL))); in mapIn()
/trunk/main/sw/source/ui/fldui/
H A Dflddinf.cxx290 if( rValueType == ::getCppuType( (util::DateTime*)0 )) in IMPL_LINK()
294 else if( rValueType == ::getCppuType( (util::Date*)0 )) in IMPL_LINK()
298 else if( rValueType == ::getCppuType( (util::Time*)0 )) in IMPL_LINK()
/trunk/main/pyuno/source/module/
H A Dpyuno_adapter.cxx336 mWrappedObject.get(), aFunctionName, &e,getCppuType(&e) ); in invoke()
346 mWrappedObject.get(), aFunctionName, &e,getCppuType(&e) ); in invoke()
356 mWrappedObject.get(), aFunctionName, &e,getCppuType(&e) ); in invoke()
/trunk/main/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx74 const Type CPPUTYPE_SEQINT8 = getCppuType( ( Sequence< sal_Int8 >* )0 );
75 const Type CPPUTYPE_OUSTRING = getCppuType( (OUString*)0 );
627 retVal.setValue( &pObj, getCppuType((sal_uInt32*)0)); in getData()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx342 pAry[0].Type = getCppuType( (double*) NULL ); in getProperties()
349 pAry[1].Type = getCppuType( (sal_Int32*) NULL ); in getProperties()
356 pAry[2].Type = getCppuType( (OUString*) NULL ); in getProperties()
950 aObjAny.setValue( &xTestObj, ::getCppuType( (const Reference< XIntroTest > *)0 ) ); in getIntrospectionTestObject()
1166 Type aType = getCppuType( (Reference< XPropertySet >*) NULL ); in test_introsp()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx51 return ::getCppuType( (Reference< XPropertyChangeListener > *)0 ); in getPropertyTypeIdentifier()
55 return ::getCppuType( (Reference< XPropertiesChangeListener > *)0 ); in getPropertiesTypeIdentifier()
59 return ::getCppuType( (Reference< XVetoableChangeListener > *)0 ); in getVetoableTypeIdentifier()
967 rBHelper.addListener( getCppuType(&rListener) , rListener ); in addPropertiesChangeListener()
975 rBHelper.removeListener( getCppuType(&rListener) , rListener ); in removePropertiesChangeListener()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx1508 Type t = ::getCppuType( &re ); in GetErrorMessage()
1517 Type t = ::getCppuType( &e ); in GetErrorMessage()
1528 ::getCppuType( (const reflection::InvocationTargetException* ) NULL ) ) in GetErrorMessage()
1532 …if ( ite.TargetException.getValueType() == ::getCppuType( ( const provider::ScriptErrorRaisedExcep… in GetErrorMessage()
1539 …else if ( ite.TargetException.getValueType() == ::getCppuType( ( const provider::ScriptExceptionRa… in GetErrorMessage()
1553 …else if ( aException.getValueType() == ::getCppuType( ( const provider::ScriptFrameworkErrorExcept… in GetErrorMessage()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontentidentifier.cxx110 getCppuType( in getTypes()
112 getCppuType( in getTypes()
/trunk/main/extensions/source/propctrlr/
H A Dpcrunodialogs.cxx55 &m_xControlContext, ::getCppuType( &m_xControlContext ) ); in OTabOrderDialog()
59 &m_xTabbingModel, ::getCppuType( &m_xTabbingModel ) ); in OTabOrderDialog()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx192 …{ MAP_CHAR_LEN("BuildId"), WID_MODEL_BUILDID, &::getCppuType(static_cast< const rtl::OUString… in ImplGetDrawModelPropertySet()
193 …{ MAP_CHAR_LEN(sUNO_Prop_CharLocale), WID_MODEL_LANGUAGE, &::getCppuType((const lang::Locale*)… in ImplGetDrawModelPropertySet()
194 …{ MAP_CHAR_LEN(sUNO_Prop_TabStop), WID_MODEL_TABSTOP, &::getCppuType((const sal_Int32*)0), 0, … in ImplGetDrawModelPropertySet()
195 …{ MAP_CHAR_LEN(sUNO_Prop_VisibleArea), WID_MODEL_VISAREA, &::getCppuType((const awt::Rectangle*)… in ImplGetDrawModelPropertySet()
196 …{ MAP_CHAR_LEN(sUNO_Prop_MapUnit), WID_MODEL_MAPUNIT, &::getCppuType((const sal_Int16*)0), bea… in ImplGetDrawModelPropertySet()
197 …{ MAP_CHAR_LEN(sUNO_Prop_ForbiddenCharacters), WID_MODEL_FORBCHARS,&::getCppuType((const uno::Refe… in ImplGetDrawModelPropertySet()
200 …{ MAP_CHAR_LEN("BasicLibraries"), WID_MODEL_BASICLIBS,&::getCppuType((const uno::Reference< scr… in ImplGetDrawModelPropertySet()
201 …{ MAP_CHAR_LEN("DialogLibraries"), WID_MODEL_DIALOGLIBS, &::getCppuType((const uno:… in ImplGetDrawModelPropertySet()
202 …{ MAP_CHAR_LEN(sUNO_Prop_RuntimeUID), WID_MODEL_RUNTIMEUID, &::getCppuType(static_cast… in ImplGetDrawModelPropertySet()
203 …_LEN(sUNO_Prop_HasValidSignatures), WID_MODEL_HASVALIDSIGNATURES, &::getCppuType(static_cast< co… in ImplGetDrawModelPropertySet()
/trunk/main/sw/source/core/access/
H A Daccnotextframe.cxx236 ::getCppuType( static_cast<uno::Reference<XAccessibleImage>*>( NULL ) ) ) in queryInterface()
243 else if ( aType == ::getCppuType((uno::Reference<XAccessibleHypertext> *)0) ) in queryInterface()
264 pTypes[nIndex] = ::getCppuType( static_cast< uno::Reference< XAccessibleImage > * >( 0 ) ); in getTypes()

Completed in 435 milliseconds

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