Home
last modified time | relevance | path

Searched refs:getCppuType (Results 201 – 225 of 868) sorted by relevance

12345678910>>...35

/trunk/main/toolkit/source/controls/
H A Droadmapentry.cxx44 & m_sLabel, ::getCppuType( &m_sLabel ) ); in ORoadmapEntry()
49 & m_nID, ::getCppuType( &m_nID ) ); in ORoadmapEntry()
54 & m_bEnabled, ::getCppuType( &m_bEnabled ) ); in ORoadmapEntry()
59 & m_bInteractive, ::getCppuType( &m_bInteractive ) ); in ORoadmapEntry()
/trunk/main/dtrans/source/generic/
H A Dgeneric_clipboard.cxx61 if (aArguments[n].getValueType() == getCppuType((OUString *) 0)) in initialize()
131 rBHelper.aLC.getContainer(getCppuType( (Reference < XClipboardListener > *) 0)); in setContents()
172 …rBHelper.aLC.addInterface( getCppuType( (const ::com::sun::star::uno::Reference< XClipboardListene… in addClipboardListener()
183 …rBHelper.aLC.removeInterface( getCppuType( (const Reference< XClipboardListener > *) 0 ), listener… in removeClipboardListener()
/trunk/main/framework/source/fwe/classes/
H A Dactiontriggercontainer.cxx156 ::getCppuType(( const Reference< XMultiServiceFactory >*)NULL ) , in getTypes()
157 ::getCppuType(( const Reference< XIndexContainer >*)NULL ) , in getTypes()
158 ::getCppuType(( const Reference< XServiceInfo >*)NULL ) , in getTypes()
159 ::getCppuType(( const Reference< XTypeProvider >*)NULL ) ) ; in getTypes()
/trunk/main/sw/source/core/fields/
H A Dtextapi.cxx47 …{MAP_CHAR_LEN("TextField"), EE_FEATURE_FIELD, &::getCppuType((const uno::Reference< text::XTe… in ImplGetSvxTextPortionPropertySet()
48 …{MAP_CHAR_LEN("TextPortionType"), WID_PORTIONTYPE, &::getCppuType((const ::rtl::OUString*)0), b… in ImplGetSvxTextPortionPropertySet()
49 …{MAP_CHAR_LEN("TextUserDefinedAttributes"), EE_CHAR_XMLATTRIBS, &::getCppuType((const ::com::sun… in ImplGetSvxTextPortionPropertySet()
50 …{MAP_CHAR_LEN("ParaUserDefinedAttributes"), EE_PARA_XMLATTRIBS, &::getCppuType((const ::com::sun… in ImplGetSvxTextPortionPropertySet()
/trunk/main/comphelper/source/misc/
H A Dstillreadwriteinteraction.cxx58 …aInterceptedRequest.Continuation = ::getCppuType(static_cast< css::uno::Reference< css::task::XInt… in StillReadWriteInteraction()
64 …aInterceptedRequest.Continuation = ::getCppuType(static_cast< css::uno::Reference< css::task::XInt… in StillReadWriteInteraction()
70 …aInterceptedRequest.Continuation = ::getCppuType(static_cast< css::uno::Reference< css::task::XInt… in StillReadWriteInteraction()
147 ::getCppuType(static_cast< css::uno::Reference< css::task::XInteractionAbort >* >(0))); in intercepted()
/trunk/main/svx/source/xml/
H A Dxmlxtimp.cxx452 if( aType == ::getCppuType((const sal_Int32*)0) ) in CreateContext()
457 if( aType == ::getCppuType((const drawing::PolyPolygonBezierCoords*)0) ) in CreateContext()
462 if( aType == ::getCppuType((const drawing::LineDash*)0) ) in CreateContext()
467 if( aType == ::getCppuType((const drawing::Hatch*)0) ) in CreateContext()
472 if( aType == ::getCppuType((const awt::Gradient*)0)) in CreateContext()
477 if( aType == ::getCppuType((const OUString*)0)) in CreateContext()
/trunk/main/extensions/source/propctrlr/
H A Dstringrepresentation.cxx434 if ( _rValue.getValueType().equals( ::getCppuType( static_cast< util::Date* >( NULL ) ) ) ) in convertGenericValueToString()
443 … else if ( _rValue.getValueType().equals( ::getCppuType( static_cast< util::Time* >( NULL ) ) ) ) in convertGenericValueToString()
450 …else if ( _rValue.getValueType().equals( ::getCppuType( static_cast< util::DateTime* >( NULL ) ) )… in convertGenericValueToString()
578 if ( _rTargetType.equals( ::getCppuType( static_cast< util::Date* >( NULL ) ) ) ) in convertStringToGenericValue()
586 else if ( _rTargetType.equals( ::getCppuType( static_cast< util::Time* >( NULL ) ) ) ) in convertStringToGenericValue()
591 else if ( _rTargetType.equals( ::getCppuType( static_cast< util::DateTime* >( NULL ) ) ) ) in convertStringToGenericValue()
/trunk/main/extensions/source/ole/
H A Doleobjw.cxx152 if (t == getCppuType(static_cast<Reference<XInvocation>*>( 0)) && !m_spDispatch) in queryInterface()
722 ret.setValue((void*)&pVariant, getCppuType( (sal_uInt32*) 0)); in createBridge()
1303 if ( aParams[nInd].getValueType() == getCppuType((NamedArgument*) 0) ) in directInvoke()
1321 if ( aParams[nInd].getValueType() == getCppuType((NamedArgument*) 0)) in directInvoke()
1384 if ( anyArg.getValueType() == getCppuType((PropertyPutArgument*)0) ) in directInvoke()
1391 if (anyArg.getValueType() == getCppuType((NamedArgument*) 0)) in directInvoke()
1693 if (curArg.getValueType() == getCppuType((NamedArgument*) 0)) in invokeWithDispIdComTlb()
1759 if (curArg.getValueType() == getCppuType((NamedArgument*) 0)) in invokeWithDispIdComTlb()
1861 if (anyArg.getValueType() == getCppuType((PropertyPutArgument*)0)) in invokeWithDispIdComTlb()
1868 if (anyArg.getValueType() == getCppuType((NamedArgument*) 0)) in invokeWithDispIdComTlb()
[all …]
/trunk/main/chart2/source/tools/
H A DRangeHighlighter.cxx108 if ( rType == ::getCppuType( static_cast< const OUString* >( 0 ) ) ) in determineRanges()
173 … else if ( rType == ::getCppuType( static_cast< const Reference< drawing::XShape >* >( 0 ) ) ) in determineRanges()
310 rBHelper.addListener( ::getCppuType( & xListener ), xListener); in addSelectionChangeListener()
321 rBHelper.removeListener( ::getCppuType( & xListener ), xListener ); in removeSelectionChangeListener()
341 ::getCppuType((const uno::Reference< view::XSelectionChangeListener >*)0) ); in fireSelectionEvent()
H A DModifyListenerHelper.cxx50 ::getCppuType( reinterpret_cast< Reference< util::XModifyListener > * >(0))); in lcl_fireModifyEvent()
135 m_aModifyListeners.addListener( ::getCppuType( &xListenerToAdd ), xListenerToAdd ); in AddListener()
158 m_aModifyListeners.removeListener( ::getCppuType( &aListener ), xListenerToRemove ); in RemoveListener()
169 ::getCppuType( reinterpret_cast< Reference< util::XModifyListener > * >(0))); in DisposeAndClear()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx591 else if ( pType == ::getCppuType((const sal_uInt16*)0) ) in statusChanged()
597 else if ( pType == ::getCppuType((const sal_uInt32*)0) ) in statusChanged()
603 else if ( pType == ::getCppuType((const ::rtl::OUString*)0) ) in statusChanged()
609 … else if ( pType == ::getCppuType((const ::com::sun::star::frame::status::ItemStatus*)0) ) in statusChanged()
616 … else if ( pType == ::getCppuType((const ::com::sun::star::frame::status::Visibility*)0) ) in statusChanged()
1165 else if ( pType == ::getCppuType((const sal_uInt16*)0) ) in statusChanged()
1171 else if ( pType == ::getCppuType((const sal_uInt32*)0) ) in statusChanged()
1177 else if ( pType == ::getCppuType((const ::rtl::OUString*)0) ) in statusChanged()
1183 … else if ( pType == ::getCppuType((const ::com::sun::star::frame::status::ItemStatus*)0) ) in statusChanged()
1190 … else if ( pType == ::getCppuType((const ::com::sun::star::frame::status::Visibility*)0) ) in statusChanged()
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx321 return ::getCppuType((const sal_Int32*)0); in getElementType()
375 …if( !rAny.getValue() || rAny.getValueType() != ::getCppuType((const drawing::PolyPolygonBezierCoor… in getEntry()
394 return ::getCppuType((const drawing::PolyPolygonBezierCoords*)0); in getElementType()
476 return ::getCppuType((const drawing::LineDash*)0); in getElementType()
553 return ::getCppuType((const drawing::Hatch*)0); in getElementType()
642 return ::getCppuType((const awt::Gradient*)0); in getElementType()
710 return ::getCppuType((const OUString*)0); in getElementType()
/trunk/main/toolkit/source/helper/
H A Dproperty.cxx94 …o( ::rtl::OUString::createFromAscii( asciiname ), BASEPROPERTY_##id, ::getCppuType( static_cast< c…
96 …o( ::rtl::OUString::createFromAscii( asciiname ), BASEPROPERTY_##id, ::getCppuType( static_cast< c…
98 …o( ::rtl::OUString::createFromAscii( asciiname ), BASEPROPERTY_##id, ::getCppuType( static_cast< c…
100 …o( ::rtl::OUString::createFromAscii( asciiname ), BASEPROPERTY_##id, ::getCppuType( static_cast< c…
103 …o( ::rtl::OUString::createFromAscii( asciiname ), BASEPROPERTY_##id, ::getCppuType( static_cast< c…
105 …o( ::rtl::OUString::createFromAscii( asciiname ), BASEPROPERTY_##id, ::getCppuType( static_cast< c…
107 …o( ::rtl::OUString::createFromAscii( asciiname ), BASEPROPERTY_##id, ::getCppuType( static_cast< c…
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx91 …PROPERTY_ID_FETCHSIZE), PROPERTY_ID_FETCHSIZE, 0,&m_nFetchSize, ::getCppuType(static_cast<sal… in construct()
92 …TTYPE, PropertyAttribute::READONLY,&m_nResultSetType, ::getCppuType(static_cast<sal… in construct()
93 …ETCHDIRECTION), PROPERTY_ID_FETCHDIRECTION, 0, &m_nFetchDirection, ::getCppuType(static_cast<sal… in construct()
94 …PropertyAttribute::READONLY,&m_nResultSetConcurrency, ::getCppuType(static_cast<sal… in construct()
153 …::cppu::OTypeCollection aTypes( ::getCppuType( (const Reference< ::com::sun::star::beans::XMultiPr… in getTypes()
154 ::getCppuType( (const Reference< ::com::sun::star::beans::XFastPropertySet > *)0 ), in getTypes()
155 ::getCppuType( (const Reference< ::com::sun::star::beans::XPropertySet > *)0 )); in getTypes()
/trunk/main/dbaccess/source/core/api/
H A Dcolumnsettings.cxx85 const Type& rSalInt32Type = ::getCppuType( static_cast< sal_Int32* >( NULL ) ); in registerProperties()
86 const Type& rStringType = ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) ); in registerProperties()
94 …ONTROLMODEL, PROPERTY_ID_CONTROLMODEL, nBoundAttr, &m_xControlModel, ::getCppuType( &m_xControlMod… in registerProperties()
95 …operty( PROPERTY_HIDDEN, PROPERTY_ID_HIDDEN, nBoundAttr, &m_bHidden, ::getCppuType( &m_bHidden ) ); in registerProperties()
/trunk/main/connectivity/source/sdbcx/
H A DVView.cxx78 …TY_ID_CATALOGNAME), PROPERTY_ID_CATALOGNAME,nAttrib,&m_CatalogName, ::getCppuType(static_cast< ::… in construct()
79 …ERTY_ID_SCHEMANAME), PROPERTY_ID_SCHEMANAME, nAttrib,&m_SchemaName, ::getCppuType(static_cast< ::… in construct()
80 …ex(PROPERTY_ID_COMMAND), PROPERTY_ID_COMMAND, nAttrib,&m_Command, ::getCppuType(static_cast< ::… in construct()
81 …TY_ID_CHECKOPTION), PROPERTY_ID_CHECKOPTION,nAttrib,&m_CheckOption, ::getCppuType(static_cast< sa… in construct()
H A DVKey.cxx139 …, PROPERTY_ID_REFERENCEDTABLE, nAttrib,&m_aProps->m_ReferencedTable, ::getCppuType(static_cast< ::… in construct()
140 …OPERTY_ID_TYPE), PROPERTY_ID_TYPE, nAttrib,&m_aProps->m_Type, ::getCppuType(static_cast<sal… in construct()
141 …ERULE), PROPERTY_ID_UPDATERULE, nAttrib,&m_aProps->m_UpdateRule, ::getCppuType(static_cast<sal… in construct()
142 …ERULE), PROPERTY_ID_DELETERULE, nAttrib,&m_aProps->m_DeleteRule, ::getCppuType(static_cast<sal… in construct()
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx1448 if( rValue.getValueType() == ::getCppuType((const ValuePair*)0) ) in convertValue()
1457 else if( rValue.getValueType() == ::getCppuType((Sequence<Any>*)0) ) in convertValue()
1523 else if( rValue.getValueType() == ::getCppuType((const double*)0) ) in convertValue()
1584 if( rValue.getValueType() == ::getCppuType((Sequence<Any>*)0) ) in convertTiming()
1601 else if( rValue.getValueType() == ::getCppuType((const double*)0) ) in convertTiming()
1606 else if( rValue.getValueType() == ::getCppuType((const Timing*)0) ) in convertTiming()
1611 else if( rValue.getValueType() == ::getCppuType((const Event*)0) ) in convertTiming()
1681 if( rValue.getValueType() == ::getCppuType((const ValuePair*)0) ) in prepareValue()
1687 else if( rValue.getValueType() == ::getCppuType((Sequence<Any>*)0) ) in prepareValue()
1703 else if( rValue.getValueType() == ::getCppuType((const ParagraphTarget*)0) ) in prepareValue()
[all …]
/trunk/main/stoc/source/corereflection/
H A Dcrefl.cxx142 ::getCppuType( (const Reference< XIdlReflection > *)0 ), in getTypes()
143 ::getCppuType( (const Reference< XHierarchicalNameAccess > *)0 ), in getTypes()
144 ::getCppuType( (const Reference< XServiceInfo > *)0 ), in getTypes()
319 ::getCppuType( (const Reference< XTypeDescription > *)0 ) ).hasValue() ); in getByHierarchicalName()
336 aRet.setValue( &xIdlClass, ::getCppuType( (const Reference< XIdlClass > *)0 ) ); in getByHierarchicalName()
/trunk/main/testtools/source/performance/
H A Dubobject.cxx85 if (aType == ::getCppuType( (const Reference< XInterface > *)0 )) in queryInterface()
88 aRet.setValue( &p, ::getCppuType( (const Reference< XInterface > *)0 ) ); in queryInterface()
90 if (aType == ::getCppuType( (const Reference< XPerformanceTest > *)0 )) in queryInterface()
93 aRet.setValue( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface()
98 Any aDummy( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface()
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx147 … ::getCppuType(( const ::com::sun::star::uno::Reference< css::lang::XTypeProvider >*)NULL ), in getTypes()
148 … ::getCppuType(( const ::com::sun::star::uno::Reference< css::lang::XServiceInfo >*)NULL ), in getTypes()
149 … ::getCppuType(( const ::com::sun::star::uno::Reference< css::frame::XNotifyingDispatch >*)NULL ), in getTypes()
150 … ::getCppuType(( const ::com::sun::star::uno::Reference< css::frame::XDispatch >*)NULL ), in getTypes()
151 …::getCppuType(( const ::com::sun::star::uno::Reference< css::document::XExtendedFilterDetection >*… in getTypes()
/trunk/main/sccomp/source/solver/
H A Dsolver.cxx152 …registerProperty( C2U(STR_NONNEGATIVE), PROP_NONNEGATIVE, 0, &mbNonNegative, getCppuType( &mbNo… in SolverComponent()
153 …registerProperty( C2U(STR_INTEGER), PROP_INTEGER, 0, &mbInteger, getCppuType( &mbIn… in SolverComponent()
154 …registerProperty( C2U(STR_TIMEOUT), PROP_TIMEOUT, 0, &mnTimeout, getCppuType( &mnTi… in SolverComponent()
155 …registerProperty( C2U(STR_EPSILONLEVEL), PROP_EPSILONLEVEL, 0, &mnEpsilonLevel, getCppuType( &mnEp… in SolverComponent()
156 …registerProperty( C2U(STR_LIMITBBDEPTH), PROP_LIMITBBDEPTH, 0, &mbLimitBBDepth, getCppuType( &mbLi… in SolverComponent()
157 …registerProperty( C2U(STR_NONLINEARTEST), PROP_NONLINEARTEST, 0, &mbNonLinearTest, getCppuType( &m… in SolverComponent()
/trunk/main/sd/source/core/text/
H A Dtextapi.cxx130 …{MAP_CHAR_LEN("TextField"), EE_FEATURE_FIELD, &::getCppuType((const Reference< XTextField >*)… in ImplGetSdTextPortionPropertyMap()
131 …{MAP_CHAR_LEN("TextPortionType"), WID_PORTIONTYPE, &::getCppuType((const OUString*)0), Property… in ImplGetSdTextPortionPropertyMap()
132 …{MAP_CHAR_LEN("TextUserDefinedAttributes"), EE_CHAR_XMLATTRIBS, &::getCppuType((const Reference<… in ImplGetSdTextPortionPropertyMap()
133 …{MAP_CHAR_LEN("ParaUserDefinedAttributes"), EE_PARA_XMLATTRIBS, &::getCppuType((const Reference<… in ImplGetSdTextPortionPropertyMap()
/trunk/main/dtrans/source/win32/dtobj/
H A DDataFmtTransl.cxx69 const Type CPPUTYPE_SALINT32 = getCppuType((sal_Int32*)0);
70 const Type CPPUTYPE_SALINT8 = getCppuType((sal_Int8*)0);
71 const Type CPPUTYPE_OUSTRING = getCppuType((OUString*)0);
72 const Type CPPUTYPE_SEQSALINT8 = getCppuType((Sequence< sal_Int8>*)0);
/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx282 getCppuType( ( css::uno::Reference< css::lang::XTypeProvider>* ) NULL ), in IMPL_XUNOTUNNEL()
283 getCppuType( ( css::uno::Reference< css::awt::XMenu>* ) NULL ), in IMPL_XUNOTUNNEL()
284 getCppuType( ( css::uno::Reference< css::awt::XPopupMenu>* ) NULL ), in IMPL_XUNOTUNNEL()
285 getCppuType( ( css::uno::Reference< css::lang::XServiceInfo>* ) NULL ) ); in IMPL_XUNOTUNNEL()
300 getCppuType( ( css::uno::Reference< css::lang::XTypeProvider>* ) NULL ), in IMPL_XUNOTUNNEL()
301 getCppuType( ( css::uno::Reference< css::awt::XMenu>* ) NULL ), in IMPL_XUNOTUNNEL()
302 getCppuType( ( css::uno::Reference< css::awt::XMenuBar>* ) NULL ), in IMPL_XUNOTUNNEL()
303 getCppuType( ( css::uno::Reference< css::lang::XServiceInfo>* ) NULL ) ); in IMPL_XUNOTUNNEL()

Completed in 442 milliseconds

12345678910>>...35