Home
last modified time | relevance | path

Searched refs:getCppuType (Results 351 – 375 of 868) sorted by relevance

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

/aoo4110/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()
/aoo4110/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()
/aoo4110/main/ucb/source/ucp/file/
H A Dprov.cxx416 getCppuType( static_cast< rtl::OUString* >( 0 ) ), in XPropertySetInfoImpl2()
421 getCppuType( static_cast< rtl::OUString* >( 0 ) ), in XPropertySetInfoImpl2()
426 getCppuType( static_cast< sal_Int32* >( 0 ) ), in XPropertySetInfoImpl2()
/aoo4110/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx102 OSL_ENSURE(!_rMemberType.equals(::getCppuType(static_cast< Any* >(NULL))), in registerProperty()
130 OSL_ENSURE(!_rExpectedType.equals(::getCppuType(static_cast< Any* >(NULL))), in registerMayBeVoidProperty()
150 OSL_ENSURE(!_rType.equals(::getCppuType(static_cast< Any* >(NULL))), in registerPropertyNoMember()
/aoo4110/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx104 …, PROPERTY_ID_PRIVILEGES,PropertyAttribute::READONLY,&m_nPrivileges, ::getCppuType(&m_nPrivileges)… in construct()
364 if( *pIter != ::getCppuType((const Reference<XRename>*)0) ) in getTypes()
417 if( !m_Type.compareToAscii("VIEW") && rType == ::getCppuType((const Reference<XRename>*)0) ) in queryInterface()
H A DHCatalog.cxx137 if ( rType == ::getCppuType((const Reference<XGroupsSupplier>*)0) ) in queryInterface()
152 if ( !(*pBegin == ::getCppuType((const Reference<XGroupsSupplier>*)0))) in getTypes()
/aoo4110/main/connectivity/source/drivers/kab/
H A DKStatement.cxx375 ::cppu::OTypeCollection aTypes( ::getCppuType( (const Reference< XMultiPropertySet > *)0 ), in getTypes()
376 ::getCppuType( (const Reference< XFastPropertySet > *)0 ), in getTypes()
377 ::getCppuType( (const Reference< XPropertySet > *)0 )); in getTypes()
/aoo4110/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()
/aoo4110/main/cli_ure/source/native/
H A Dnative_share.h71 mapping.mapInterface( x.get(), ::getCppuType( &x ) ) ); in to_cli()
110 ::getCppuType( pRet ) ); in to_uno()
/aoo4110/main/sfx2/source/doc/
H A Dprinthelper.cxx621 ( rProp.Value.getValueType()!=::getCppuType((const ::rtl::OUString*)0)) || in print()
804 ::getCppuType( ( const uno::Reference< view::XPrintJobListener >*) NULL ) ); in Notify()
820 …m_pData->m_aInterfaceContainer.addInterface( ::getCppuType((const uno::Reference < view::XPrintJob… in addPrintJobListener()
826 …m_pData->m_aInterfaceContainer.removeInterface( ::getCppuType((const uno::Reference < view::XPrint… in removePrintJobListener()
/aoo4110/main/connectivity/source/drivers/mysql/
H A DYCatalog.cxx144 if ( rType == ::getCppuType((const Reference<XGroupsSupplier>*)0) ) in queryInterface()
160 if ( !(*pBegin == ::getCppuType((const Reference<XGroupsSupplier>*)0))) in getTypes()
/aoo4110/main/dbaccess/source/core/api/
H A DView.cxx103 if(_rType == getCppuType( (Reference<XAlterView>*)0) && !m_xViewAccess.is() ) in IMPLEMENT_FORWARD_REFCOUNT()
113 Type aAlterType = getCppuType( (Reference<XAlterView>*)0); in getTypes()
/aoo4110/main/sfx2/source/control/
H A Dstatcach.cxx126 else if ( pType == ::getCppuType((const sal_uInt16*)0) ) in statusChanged()
132 else if ( pType == ::getCppuType((const sal_uInt32*)0) ) in statusChanged()
138 else if ( pType == ::getCppuType((const ::rtl::OUString*)0) ) in statusChanged()
/aoo4110/main/forms/source/xforms/
H A Ddatatypes.hxx175 &memberAny, ::getCppuType( static_cast< type* >( NULL ) ) );
242 getCppuType() const { return ::getCppuType( static_cast< ValueType* >( NULL ) ); } in getCppuType() function in xforms::OValueLimitedType
/aoo4110/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx383 ::cppu::OTypeCollection aTypes( ::getCppuType( (const Reference< XMultiPropertySet > *)0 ), in getTypes()
384 ::getCppuType( (const Reference< XFastPropertySet > *)0 ), in getTypes()
385 ::getCppuType( (const Reference< XPropertySet > *)0 )); in getTypes()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx185 …sal_Bool bCorrectType = pArguments->Value.getValueType().equals(::getCppuType((const ::rtl::OUStri… in dispatch()
192 …sal_Bool bCorrectType = pArguments->Value.getValueType().equals(::getCppuType((const sal_Int16*)0)… in dispatch()
199 …sal_Bool bCorrectType = pArguments->Value.getValueType().equals(::getCppuType((const Sequence< ::c… in dispatch()
/aoo4110/main/ucb/source/ucp/tdoc/
H A Dtdoc_passwordrequest.cxx161 getCppuType( static_cast< in getTypes()
163 getCppuType( static_cast< in getTypes()
/aoo4110/main/chart2/source/model/template/
H A DColumnChartType.cxx54 ::getCppuType( reinterpret_cast< const Sequence< sal_Int32 > * >(0)), in lcl_AddPropertiesToVector()
61 ::getCppuType( reinterpret_cast< const Sequence< sal_Int32 > * >(0)), in lcl_AddPropertiesToVector()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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);
/aoo4110/main/reportdesign/source/filter/xml/
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()
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()
/aoo4110/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()
/aoo4110/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()

Completed in 152 milliseconds

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