Home
last modified time | relevance | path

Searched refs:rType (Results 26 – 50 of 690) sorted by relevance

12345678910>>...28

/trunk/main/cppuhelper/source/
H A Dweak.cxx67 Any SAL_CALL queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeException);
94 Any SAL_CALL OWeakConnectionPoint::queryInterface( const Type & rType ) in queryInterface() argument
98 rType, static_cast< XAdapter * >( this ), static_cast< XInterface * >( this ) ); in queryInterface()
196 rType, in queryInterface()
288 Any OWeakAggObject::queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeExcept… in queryInterface() argument
291 return (x.is() ? x->queryInterface( rType ) : queryAggregation( rType )); in queryInterface()
305 Any OWeakAggObject::queryAggregation( const Type & rType ) throw(::com::sun::star::uno::RuntimeExce… in queryAggregation() argument
308 rType, in queryAggregation()
347 Any SAL_CALL queryInterface( const Type & rType ) throw(RuntimeException);
415 Any SAL_CALL OWeakRefListener::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() argument
[all …]
H A Dcomponent.cxx54 Any OComponentHelper::queryInterface( Type const & rType ) throw (RuntimeException) in queryInterface() argument
56 return OWeakAggObject::queryInterface( rType ); in queryInterface()
58 Any OComponentHelper::queryAggregation( Type const & rType ) throw (RuntimeException) in queryAggregation() argument
60 if (rType == ::getCppuType( (Reference< lang::XComponent > const *)0 )) in queryAggregation()
63 return Any( &p, rType ); in queryAggregation()
65 else if (rType == ::getCppuType( (Reference< lang::XTypeProvider > const *)0 )) in queryAggregation()
68 return Any( &p, rType ); in queryAggregation()
70 return OWeakAggObject::queryAggregation( rType ); in queryAggregation()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DAny.hxx72 inline Any::Any( const void * pData_, const Type & rType ) SAL_THROW( () ) in Any() argument
75 this, const_cast< void * >( pData_ ), rType.getTypeLibType(), in Any()
116 this, const_cast< void * >( pData_ ), rType.getTypeLibType(), in setValue()
143 rType.getTypeLibType(), pData, pType, in isExtractableTo()
153 rType.getTypeLibType(), pData, pType, in has()
198 const Type & rType = ::cppu::getTypeFavourUnsigned(&value); in operator <<=() local
200 &rAny, const_cast< C * >( &value ), rType.getTypeLibType(), in operator <<=()
219 const Type & rType = ::cppu::getTypeFavourUnsigned(&value); in operator >>=() local
221 &value, rType.getTypeLibType(), in operator >>=()
535 const Type & rType = ::cppu::getTypeFavourUnsigned(&value); in operator ==() local
[all …]
H A DType.h126 inline Type( const Type & rType ) SAL_THROW( () );
138 inline Type & SAL_CALL operator = ( const Type & rType ) SAL_THROW( () );
175 inline sal_Bool SAL_CALL isAssignableFrom( const Type & rType ) const SAL_THROW( () ) in isAssignableFrom()
176 { return ::typelib_typedescriptionreference_isAssignableFrom( _pType, rType._pType ); } in isAssignableFrom()
183 inline sal_Bool SAL_CALL equals( const Type & rType ) const SAL_THROW( () ) in equals()
184 { return ::typelib_typedescriptionreference_equals( _pType, rType._pType ); } in equals()
190 inline sal_Bool SAL_CALL operator == ( const Type & rType ) const SAL_THROW( () ) in operator ==()
191 { return ::typelib_typedescriptionreference_equals( _pType, rType._pType ); } in operator ==()
197 inline sal_Bool SAL_CALL operator != ( const Type & rType ) const SAL_THROW( () ) in operator !=()
198 { return (! ::typelib_typedescriptionreference_equals( _pType, rType._pType )); } in operator !=()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpintreq.cxx64 XInteractionApproveImpl::queryInterface( const Type& rType ) in queryInterface() argument
68 rType, in queryInterface()
71 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
123 XInteractionDisapproveImpl::queryInterface( const Type& rType ) in queryInterface() argument
127 rType, in queryInterface()
130 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
183 XInteractionRequestImpl::queryInterface( const Type& rType ) in queryInterface() argument
187 rType, in queryInterface()
190 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/ucb/source/ucp/file/
H A Dfilinsreq.cxx66 XInteractionSupplyNameImpl::queryInterface( const Type& rType ) in queryInterface() argument
69 Any aRet = cppu::queryInterface( rType, in queryInterface()
72 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
105 XInteractionAbortImpl::queryInterface( const Type& rType ) in queryInterface() argument
108 Any aRet = cppu::queryInterface( rType, in queryInterface()
111 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
163 XInteractionRequestImpl::queryInterface( const Type& rType ) in queryInterface() argument
168 rType, in queryInterface()
171 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx83 virtual Any SAL_CALL queryAggregation( Type const & rType ) throw (RuntimeException);
153 Any SAL_CALL XMLFilterDialogComponent::queryAggregation( Type const & rType ) throw (RuntimeExcepti… in queryAggregation() argument
155 …if (rType == ::getCppuType( (Reference< ::com::sun::star::ui::dialogs::XExecutableDialog > const *… in queryAggregation()
158 return Any( &p, rType ); in queryAggregation()
160 else if (rType == ::getCppuType( (Reference< XServiceInfo > const *)0 )) in queryAggregation()
163 return Any( &p, rType ); in queryAggregation()
165 else if (rType == ::getCppuType( (Reference< XInitialization > const *)0 )) in queryAggregation()
168 return Any( &p, rType ); in queryAggregation()
170 else if (rType == ::getCppuType( (Reference< XTerminateListener > const *)0 )) in queryAggregation()
173 return Any( &p, rType ); in queryAggregation()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx107 if (rType == ::getCppuType( (uno::Reference< ui::dialogs::XExecutableDialog > const *)0 )) in queryAggregation()
110 return uno::Any( &p, rType ); in queryAggregation()
112 else if (rType == ::getCppuType( (uno::Reference< lang::XServiceInfo > const *)0 )) in queryAggregation()
115 return uno::Any( &p, rType ); in queryAggregation()
117 else if (rType == ::getCppuType( (uno::Reference< lang::XInitialization > const *)0 )) in queryAggregation()
120 return uno::Any( &p, rType ); in queryAggregation()
122 else if (rType == ::getCppuType( (uno::Reference< frame::XTerminateListener > const *)0 )) in queryAggregation()
125 return uno::Any( &p, rType ); in queryAggregation()
127 else if (rType == ::getCppuType( (uno::Reference< beans::XPropertySet > const *)0 )) in queryAggregation()
130 return uno::Any( &p, rType ); in queryAggregation()
[all …]
/trunk/main/svtools/source/graphic/
H A Drenderer.cxx93 uno::Any SAL_CALL GraphicRendererVCL::queryAggregation( const uno::Type & rType ) in queryAggregation() argument
98 if( rType == ::getCppuType((const uno::Reference< lang::XServiceInfo >*)0) ) in queryAggregation()
100 else if( rType == ::getCppuType((const uno::Reference< lang::XTypeProvider >*)0) ) in queryAggregation()
102 else if( rType == ::getCppuType((const uno::Reference< beans::XPropertySet >*)0) ) in queryAggregation()
104 else if( rType == ::getCppuType((const uno::Reference< beans::XPropertyState >*)0) ) in queryAggregation()
106 else if( rType == ::getCppuType((const uno::Reference< beans::XMultiPropertySet >*)0) ) in queryAggregation()
108 else if( rType == ::getCppuType((const uno::Reference< graphic::XGraphicRenderer >*)0) ) in queryAggregation()
111 aAny <<= OWeakAggObject::queryAggregation( rType ); in queryAggregation()
118 uno::Any SAL_CALL GraphicRendererVCL::queryInterface( const uno::Type & rType ) in queryInterface() argument
121 return OWeakAggObject::queryInterface( rType ); in queryInterface()
H A Dgraphic.cxx67 uno::Any SAL_CALL Graphic::queryAggregation( const uno::Type& rType ) in queryAggregation() argument
71 if( rType == ::getCppuType((const uno::Reference< graphic::XGraphic >*)0) ) in queryAggregation()
73 else if( rType == ::getCppuType((const uno::Reference< awt::XBitmap >*)0) ) in queryAggregation()
75 else if( rType == ::getCppuType((const uno::Reference< lang::XUnoTunnel >*)0) ) in queryAggregation()
78 aAny <<= ::unographic::GraphicDescriptor::queryAggregation( rType ); in queryAggregation()
85 uno::Any SAL_CALL Graphic::queryInterface( const uno::Type & rType ) in queryInterface() argument
88 ::com::sun::star::uno::Any aReturn = ::unographic::GraphicDescriptor::queryInterface( rType ); in queryInterface()
90 aReturn = ::cppu::queryInterface ( rType, static_cast< graphic::XGraphicTransformer*>( this ) ); in queryInterface()
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx222 rType, in queryInterface()
363 const Type& rType = pProps[ n ].Type; in createNewContent() local
365 if ( rType == getCppuType( in createNewContent()
371 else if ( rType == getCppuType( in createNewContent()
377 else if ( rType == getCppuType( in createNewContent()
383 else if ( rType == getCppuBooleanType() ) in createNewContent()
388 else if ( rType == getCppuCharType() ) in createNewContent()
393 else if ( rType == getCppuType( in createNewContent()
399 else if ( rType == getCppuType( in createNewContent()
405 else if ( rType == getCppuType( in createNewContent()
[all …]
/trunk/main/comphelper/source/property/
H A Dgenericpropertyset.cxx80 virtual Any SAL_CALL queryAggregation( const Type & rType ) throw( RuntimeException);
81 virtual Any SAL_CALL queryInterface( const Type & rType ) throw( RuntimeException);
202 Any SAL_CALL GenericPropertySet::queryInterface( const Type & rType ) in queryInterface() argument
205 return OWeakAggObject::queryInterface( rType ); in queryInterface()
208 Any SAL_CALL GenericPropertySet::queryAggregation( const Type & rType ) in queryAggregation() argument
213 if( rType == ::getCppuType((const Reference< XServiceInfo >*)0) ) in queryAggregation()
215 else if( rType == ::getCppuType((const Reference< XTypeProvider >*)0) ) in queryAggregation()
217 else if( rType == ::getCppuType((const Reference< XPropertySet >*)0) ) in queryAggregation()
219 else if( rType == ::getCppuType((const Reference< XMultiPropertySet >*)0) ) in queryAggregation()
222 aAny <<= OWeakAggObject::queryAggregation( rType ); in queryAggregation()
/trunk/main/oox/source/core/
H A Drelations.cxx67 const Relation* Relations::getRelationFromFirstType( const OUString& rType ) const in getRelationFromFirstType()
70 if( aIt->second.maType.equalsIgnoreAsciiCase( rType ) ) in getRelationFromFirstType()
75 RelationsRef Relations::getRelationsFromType( const OUString& rType ) const in getRelationsFromType()
79 if( aIt->second.maType.equalsIgnoreAsciiCase( rType ) ) in getRelationsFromType()
90 OUString Relations::getExternalTargetFromFirstType( const OUString& rType ) const in getExternalTargetFromFirstType()
92 const Relation* pRelation = getRelationFromFirstType( rType ); in getExternalTargetFromFirstType()
135 OUString Relations::getFragmentPathFromFirstType( const OUString& rType ) const in getFragmentPathFromFirstType()
137 const Relation* pRelation = getRelationFromFirstType( rType ); in getFragmentPathFromFirstType()
/trunk/main/svx/source/unogallery/
H A Dunogalitem.cxx89 uno::Any SAL_CALL GalleryItem::queryAggregation( const uno::Type & rType ) in queryAggregation() argument
94 if( rType == ::getCppuType((const uno::Reference< lang::XServiceInfo >*)0) ) in queryAggregation()
96 else if( rType == ::getCppuType((const uno::Reference< lang::XTypeProvider >*)0) ) in queryAggregation()
98 else if( rType == ::getCppuType((const uno::Reference< gallery::XGalleryItem >*)0) ) in queryAggregation()
100 else if( rType == ::getCppuType((const uno::Reference< beans::XPropertySet >*)0) ) in queryAggregation()
102 else if( rType == ::getCppuType((const uno::Reference< beans::XPropertyState >*)0) ) in queryAggregation()
104 else if( rType == ::getCppuType((const uno::Reference< beans::XMultiPropertySet >*)0) ) in queryAggregation()
107 aAny <<= OWeakAggObject::queryAggregation( rType ); in queryAggregation()
114 uno::Any SAL_CALL GalleryItem::queryInterface( const uno::Type & rType ) in queryInterface() argument
117 return OWeakAggObject::queryInterface( rType ); in queryInterface()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dcompbase.hxx48 …ar::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rType ) throw (::com::su…
50 …::com::sun::star::uno::Any aRet( getClassData( s_aCD ).query( rType, (ImplHelperBase##N< __IFC##N …
53 return WeakComponentImplHelperBase::queryInterface( rType ); \
74 …ar::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rType ) throw (::com::su…
75 { return WeakAggComponentImplHelperBase::queryInterface( rType ); } \
76 …::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & rType ) throw (::com::su…
78 …::com::sun::star::uno::Any aRet( getClassData( s_aCD ).query( rType, (ImplHelperBase##N< __IFC##N …
81 return WeakAggComponentImplHelperBase::queryAggregation( rType ); \
/trunk/main/svl/source/config/
H A Dcjkoptions.cxx255 const Type& rType = ::getBooleanCppuType(); in Commit() local
265 pValues[nRealCount].setValue(&bCJKFont, rType); in Commit()
276 pValues[nRealCount].setValue(&bVerticalText, rType); in Commit()
287 pValues[nRealCount].setValue(&bAsianTypography, rType); in Commit()
298 pValues[nRealCount].setValue(&bJapaneseFind, rType); in Commit()
309 pValues[nRealCount].setValue(&bRuby, rType); in Commit()
320 pValues[nRealCount].setValue(&bChangeCaseMap, rType); in Commit()
331 pValues[nRealCount].setValue(&bDoubleLines, rType); in Commit()
342 pValues[nRealCount].setValue(&bEmphasisMarks, rType); in Commit()
353 pValues[nRealCount].setValue(&bVerticalCallOut, rType); in Commit()
/trunk/main/framework/source/uifactory/
H A Duielementfactorymanager.cxx116 …ctoryManager::getFactorySpecifierFromTypeNameModule( const rtl::OUString& rType, const rtl::OUStri… in getFactorySpecifierFromTypeNameModule() argument
123 m_aFactoryManagerMap.find( getHashKeyFromStrings( rType, rName, rModule )); in getFactorySpecifierFromTypeNameModule()
128 pIter = m_aFactoryManagerMap.find( getHashKeyFromStrings( rType, rName, rtl::OUString() )); in getFactorySpecifierFromTypeNameModule()
138 … pIter = m_aFactoryManagerMap.find( getHashKeyFromStrings( rType, aName, rtl::OUString() )); in getFactorySpecifierFromTypeNameModule()
143 …pIter = m_aFactoryManagerMap.find( getHashKeyFromStrings( rType, rtl::OUString(), rtl::OUString() … in getFactorySpecifierFromTypeNameModule()
152 …FactoryManager::addFactorySpecifierToTypeNameModule( const rtl::OUString& rType, const rtl::OUStri… in addFactorySpecifierToTypeNameModule() argument
158 rtl::OUString aHashKey = getHashKeyFromStrings( rType, rName, rModule ); in addFactorySpecifierToTypeNameModule()
169 …ryManager::removeFactorySpecifierFromTypeNameModule( const rtl::OUString& rType, const rtl::OUStri… in removeFactorySpecifierFromTypeNameModule() argument
175 rtl::OUString aHashKey = getHashKeyFromStrings( rType, rName, rModule ); in removeFactorySpecifierFromTypeNameModule()
355 …FactoryManager::impl_getElementProps( const Any& aElement, rtl::OUString& rType, rtl::OUString& rN… in impl_getElementProps() argument
[all …]
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx697 const Type& rType = ::getBooleanCppuType(); in Commit() local
1215 const Type& rType = ::getBooleanCppuType(); in Commit() local
1225 case 5 : pValues[nProp].setValue(&bInsTblFormatNum, rType); break; //"Input/NumberRecognition", in Commit()
1227 case 7 : pValues[nProp].setValue(&bInsTblAlignNum, rType); break; //"Input/Alignment" in Commit()
1328 const Type& rType = ::getBooleanCppuType(); in Commit() local
1337 case 1 : pValues[nProp].setValue(&bDefaultFontsInCurrDocOnly, rType); break; in Commit()
1338 case 2 : pValues[nProp].setValue(&bShowIndexPreview, rType) ; break; in Commit()
1339 case 3 : pValues[nProp].setValue(&bGrfToGalleryAsLnk, rType); break; in Commit()
1340 case 4 : pValues[nProp].setValue(&bNumAlignSize, rType); break; in Commit()
1341 case 5 : pValues[nProp].setValue(&bSinglePrintJob, rType); break; in Commit()
[all …]
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx217 if ( it->second.xAccess->hasByName( rType ) ) in tryLocale()
219 Any aAny = it->second.xAccess->getByName( rType ); in tryLocale()
791 String& rFamilyName, FontWeight& rWeight, FontWidth& rWidth, sal_uLong& rType ) in getMapName() argument
835 rType = 0; in getMapName()
840 rType |= pTypeList->mnType; in getMapName()
940 const rtl::OUString& rType, in fillSubstVector() argument
945 Any aAny = xFont->getByName( rType ); in fillSubstVector()
994 Any aAny = xFont->getByName( rType ); in getSubstWeight()
1021 const rtl::OUString& rType ) const in getSubstWidth()
1026 Any aAny = xFont->getByName( rType ); in getSubstWidth()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dimplbase_var.hxx169 SAL_CALL queryInterface( ::com::sun::star::uno::Type const& rType ) in queryInterface() argument
171 { return ::cppu::ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
213 SAL_CALL queryInterface( ::com::sun::star::uno::Type const& rType ) in queryInterface() argument
217 rType, cd::get(), this, static_cast<OWeakObject *>(this) ); in queryInterface()
290 SAL_CALL queryInterface( ::com::sun::star::uno::Type const& rType ) in queryInterface() argument
294 ::cppu::ImplHelper_queryNoXInterface( rType, cd::get(), this ) ); in queryInterface()
297 return BaseClass::queryInterface( rType ); in queryInterface()
361 SAL_CALL queryInterface( ::com::sun::star::uno::Type const& rType ) in queryInterface() argument
365 rType, cd::get(), this, in queryInterface()
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx345 uno::Any SAL_CALL SvxUnoDrawPool::queryInterface( const uno::Type & rType ) in queryInterface() argument
348 return OWeakAggObject::queryInterface( rType ); in queryInterface()
351 uno::Any SAL_CALL SvxUnoDrawPool::queryAggregation( const uno::Type & rType ) in queryAggregation() argument
356 if( rType == ::getCppuType((const uno::Reference< lang::XServiceInfo >*)0) ) in queryAggregation()
358 else if( rType == ::getCppuType((const uno::Reference< lang::XTypeProvider >*)0) ) in queryAggregation()
360 else if( rType == ::getCppuType((const uno::Reference< beans::XPropertySet >*)0) ) in queryAggregation()
362 else if( rType == ::getCppuType((const uno::Reference< beans::XPropertyState >*)0) ) in queryAggregation()
364 else if( rType == ::getCppuType((const uno::Reference< beans::XMultiPropertySet >*)0) ) in queryAggregation()
367 aAny <<= OWeakAggObject::queryAggregation( rType ); in queryAggregation()
/trunk/main/connectivity/source/drivers/file/
H A DFTables.cxx68 Any SAL_CALL OTables::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() argument
70 if( rType == ::getCppuType((const Reference<XColumnLocate>*)0) || in queryInterface()
71 rType == ::getCppuType((const Reference<XDataDescriptorFactory>*)0) || in queryInterface()
72 rType == ::getCppuType((const Reference<XAppend>*)0) || in queryInterface()
73 rType == ::getCppuType((const Reference<XDrop>*)0)) in queryInterface()
77 return OTables_BASE::queryInterface(rType); in queryInterface()
H A DFTable.cxx126 Any SAL_CALL OFileTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() argument
129 if( rType == ::getCppuType((const Reference<XKeysSupplier>*)0) || in queryInterface()
130 rType == ::getCppuType((const Reference<XRename>*)0) || in queryInterface()
131 rType == ::getCppuType((const Reference<XAlterTable>*)0) || in queryInterface()
132 rType == ::getCppuType((const Reference<XIndexesSupplier>*)0) || in queryInterface()
133 rType == ::getCppuType((const Reference<XDataDescriptorFactory>*)0)) in queryInterface()
136 return OTable_TYPEDEF::queryInterface(rType); in queryInterface()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx215 if (rType == text::XText::static_type()) in queryInterface()
219 else if (rType == text::XSimpleText::static_type()) in queryInterface()
223 else if (rType == text::XTextRange::static_type()) in queryInterface()
247 else if (rType == lang::XUnoTunnel::static_type()) in queryInterface()
255 else if (rType == text::XTextAppend::static_type()) in queryInterface()
275 else if(rType == text::XTextCopy::static_type()) in queryInterface()
2471 aRet = SwXText::queryInterface( rType ); in queryAggregation()
2475 aRet = OWeakAggObject::queryAggregation( rType ); in queryAggregation()
2510 SwXBodyText::queryInterface(const uno::Type& rType) in queryInterface() argument
2515 ? SwXBodyText_Base::queryInterface(rType) in queryInterface()
[all …]
/trunk/main/tools/inc/tools/
H A Downlist.hxx52 Type & Insert( const Type & rType ) \
53 { return Insert( rType, aTypes.GetCurPos() ); } \
54 Type & Append( const Type & rType ) \
55 { return Insert( rType, LIST_APPEND ); } \
83 Type & ClassName::Insert( const Type & rType, sal_uIntPtr nPos ) \
85 Type * pType = new Type( rType ); \

Completed in 203 milliseconds

12345678910>>...28