Home
last modified time | relevance | path

Searched refs:Type (Results 151 – 175 of 2706) sorted by relevance

12345678910>>...109

/trunk/main/svx/inc/svx/
H A Dunoshape.hxx145 …sal_Bool tryQueryAggregation( const com::sun::star::uno::Type & rType, com::sun::star::uno::Any& r…
225 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL _getTypes( ) throw(::com:…
312 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
377 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
427 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType() throw(::com::sun::star::uno::Runtime…
451 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
491 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
541 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
712 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType( ) throw(::com::sun::star::uno::Runti…
723 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
[all …]
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx246 Sequence< Type > maSupportedListenerSeq;
474 Type aPropType = rProp.Type; in setPropertyValueByIndex()
1841 Any ImplIntrospection::queryInterface( const Type & rType ) in queryInterface()
1853 Sequence< Type > ImplIntrospection::getTypes() in getTypes()
1937 Type aType; in inspect()
2055 Sequence< Type > SupportedTypesSeq; in implInspect()
2076 const Type* pTypes = SupportedTypesSeq.getConstArray(); in implInspect()
2398 rProp.Type = aFieldType; in implInspect()
2573 rProp.Type = Type( xGetRetType->getTypeClass(), xGetRetType->getName() ); in implInspect()
2791 rProp.Type = Type( xGetRetType->getTypeClass(), xGetRetType->getName() ); in implInspect()
[all …]
/trunk/main/unotools/inc/unotools/
H A Dquerydeep.hxx45 const ::com::sun::star::uno::Type & rType );
57 const ::com::sun::star::uno::Type& rBaseType, in isDerivedFrom()
78 const ::com::sun::star::uno::Type & rType, in queryDeepInterface()
95 const ::com::sun::star::uno::Type & rType, in queryDeepInterface()
115 const ::com::sun::star::uno::Type & rType, in queryDeepInterface()
138 const ::com::sun::star::uno::Type & rType, in queryDeepInterface()
164 const ::com::sun::star::uno::Type & rType, in queryDeepInterface()
194 const ::com::sun::star::uno::Type & rType, in queryDeepInterface()
228 const ::com::sun::star::uno::Type & rType, in queryDeepInterface()
265 const ::com::sun::star::uno::Type & rType, in queryDeepInterface()
[all …]
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx145 virtual Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( )
177 virtual Type SAL_CALL getElementType(void) throw( RuntimeException ) in getElementType()
297 Any SAL_CALL Invocation_Impl::queryInterface( const Type & aType ) in queryInterface()
700 Type aDestType( rDestType->getTypeClass(), rDestType->getName() ); in invoke()
984 rInfo.aType = rProp.Type; in fillInfoForProperty()
1005 Type* pParamTypes = rInfo.aParamTypes.getArray(); in fillInfoForMethod()
1012 Type aParamType( xParamClass->getTypeClass(), xParamClass->getName() ); in fillInfoForMethod()
1023 static Sequence< Type > const * s_pTypes = 0; in getTypes()
1026 Sequence< Type > types( 4 +8 ); in getTypes()
1027 Type * pTypes = types.getArray(); in getTypes()
[all …]
/trunk/main/extensions/inc/ucbhelper/
H A Dext_content.hxx55 template <class Type> class safe_list : public osl::Mutex, public std::list< Type > {};
68 virtual Any SAL_CALL queryInterface( const Type &type ) throw( RuntimeException );
138 virtual Any SAL_CALL queryInterface( const Type &type ) throw( RuntimeException );
233 virtual Any SAL_CALL queryInterface( const Type &type ) throw( RuntimeException );
267 virtual Any SAL_CALL queryInterface( const Type &type ) throw( RuntimeException );
297 …ironment, OContent *pContent, const Sequence< PropertyValue >& Properties, PropertyTaskType Type );
307 virtual Any SAL_CALL queryInterface( const Type &type ) throw( RuntimeException );
/trunk/main/cppuhelper/source/
H A Dimplbase.cxx91 void ClassData::writeTypeOffset( const Type & rType, sal_Int32 nOffset ) SAL_THROW( () ) in writeTypeOffset()
121 Sequence< Type > * types = new Sequence< Type >( in initTypeProvider()
123 Type * pTypeAr = types->getArray(); in initTypeProvider()
152 Sequence< Type > ClassData::getTypes() SAL_THROW( () ) in getTypes()
176 Any ClassData::query( const Type & rType, lang::XTypeProvider * pBase ) SAL_THROW( () ) in query()
222 Any WeakComponentImplHelperBase::queryInterface( Type const & rType ) in queryInterface()
348 Any WeakAggComponentImplHelperBase::queryInterface( Type const & rType ) in queryInterface()
354 Any WeakAggComponentImplHelperBase::queryAggregation( Type const & rType ) in queryAggregation()
H A Dinterfacecontainer.cxx371 typedef ::std::vector< std::pair < Type , void* > > t_type2ptr;
394 Sequence< Type > OMultiTypeInterfaceContainerHelper::getContainedTypes() const in getContainedTypes()
404 ::com::sun::star::uno::Sequence< Type > aInterfaceTypes( nSize ); in getContainedTypes()
405 Type * pArray = aInterfaceTypes.getArray(); in getContainedTypes()
421 aInterfaceTypes = ::com::sun::star::uno::Sequence< Type >( pArray, i ); in getContainedTypes()
425 return ::com::sun::star::uno::Sequence< Type >(); in getContainedTypes()
428 static t_type2ptr::iterator findType(t_type2ptr *pMap, const Type & rKey ) in findType()
442 OInterfaceContainerHelper * OMultiTypeInterfaceContainerHelper::getContainer( const Type & rKey ) c… in getContainer()
454 const Type & rKey, const Reference< XInterface > & rListener ) in addInterface()
463 pMap->push_back(std::pair<Type, void*>(rKey, pLC)); in addInterface()
[all …]
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java145 public static Object queryInterface(Type type, Object object) { in queryInterface()
188 return (T) queryInterface(new Type(zInterface), object); in queryInterface()
219 Type t = a1.getType(); in areSame()
269 Type ft = new Type(fs[i].getTypeDescription()); in areSame()
317 public static final Object completeValue(Type type, Object value) { in completeValue()
344 return Type.VOID; in completeValue()
648 public Object mapInterfaceTo(Object object, Type type) { in mapInterfaceTo()
652 public Object mapInterfaceFrom(Object object, Type type) { in mapInterfaceFrom()
684 public Object mapInterface(Object object, Type type) { in mapInterface()
/trunk/main/framework/inc/macros/
H A Dxtypeprovider.hxx105 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL CLASS::getTypes() throw( :…
135 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL CLASS::getTypes() throw( :…
142 …static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >* pTypeCollection = NULL ; …
155 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > seqTypes1 = aTypeCollection1.get…
156 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > seqTypes2 = aTypeCollection2.get…
159 …static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > seqResult ( nCount1+nCount2 …
187 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL CLASS::getTypes() throw( :…
194 …static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >* pTypeCollection = NULL ; …
206 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > seqTypes1 = aTypeCollection.getT…
207 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > seqTypes2 = BASECLASS::getTypes(…
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dqueryinterface.hxx44 const ::com::sun::star::uno::Type & rType, in queryInterface()
64 const ::com::sun::star::uno::Type & rType, in queryInterface()
88 const ::com::sun::star::uno::Type & rType, in queryInterface()
116 const ::com::sun::star::uno::Type & rType, in queryInterface()
148 const ::com::sun::star::uno::Type & rType, in queryInterface()
185 const ::com::sun::star::uno::Type & rType, in queryInterface()
227 const ::com::sun::star::uno::Type & rType, in queryInterface()
273 const ::com::sun::star::uno::Type & rType, in queryInterface()
323 const ::com::sun::star::uno::Type & rType, in queryInterface()
377 const ::com::sun::star::uno::Type & rType, in queryInterface()
[all …]
H A Dcompbase_ex.hxx73 ::com::sun::star::uno::Type const & rType )
119 ::com::sun::star::uno::Type const & rType )
122 ::com::sun::star::uno::Type const & rType )
143 ::com::sun::star::uno::Type const & rType,
152 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL WeakComponentImplHelper_get…
161 ::com::sun::star::uno::Type const & rType,
170 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL WeakAggComponentImplHelper_…
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory_Test.java28 import com.sun.star.uno.Type;
48 Type type = new Type(XNamingService.class); in testQueryInterface()
57 "TestOID", new Type(XNamingService.class)); in testExceptionHandling()
61 new Class[] { Type.class }), in testExceptionHandling()
62 proxy, new Object[] { new Type(XInterface.class) }, in testExceptionHandling()
103 public Object sendRequest(String oid, Type type, String operation, in sendRequest()
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DPreparation.bas46 .ActivePane.View.Type = wdPrintView
49 .ActivePane.View.Type = wdPrintView
50 .View.Type = wdPrintView
67 If myshape.Type = msoPicture Then
73 ElseIf myshape.Type = msoTextBox Then
107 If myshape.Type = msoPicture Then
113 ElseIf myshape.Type = msoTextBox Then
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DFlatXml.java87 public com.sun.star.uno.Type[] getTypes() { in getTypes()
88 Type[] typeReturn = {}; in getTypes()
90 typeReturn = new Type[] { in getTypes()
91 new Type( XTypeProvider.class ), in getTypes()
92 new Type( XExportFilter.class ), in getTypes()
93 new Type( XImportFilter.class ), in getTypes()
94 new Type( XServiceName.class ), in getTypes()
95 new Type( XServiceInfo.class ) in getTypes()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx48 template< typename Type >
49 inline bool lclGetProperty( Type& orValue, const uno::Reference< beans::XPropertySet >& rxPropSet, … in lclGetProperty()
86 const uno::Type& rVbaType ) throw (uno::RuntimeException);
93 inline const uno::Type& getVbaType() const { return maVbaType; } in getVbaType()
114 virtual uno::Type SAL_CALL getElementType() throw (uno::RuntimeException);
141 const uno::Type maVbaType;
152 const uno::Type& rVbaType ) throw (uno::RuntimeException) : in ScVbaObjectContainer()
229 uno::Type SAL_CALL ScVbaObjectContainer::getElementType() throw (uno::RuntimeException) in getElementType()
307 uno::Type SAL_CALL ScVbaSheetObjectsBase::getElementType() throw (uno::RuntimeException) in getElementType()
368 const uno::Type& rVbaType,
[all …]
/trunk/main/svl/inc/svl/
H A Dsmplhint.hxx76 #define DECL_OBJHINT(Name, Type) \ argument
79 Type aObj; \
83 Name( sal_uInt16 nId, const Type& rObject ); \
85 const Type& GetObject() const { return aObj; } \
88 #define IMPL_OBJHINT(Name, Type) \ argument
90 Name::Name( sal_uInt16 nID, const Type& rObject ): \
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx150 sal_Bool isAssignableFrom(const Type& _rAssignable, const Type& _rFrom) in isAssignableFrom()
183 sal_Bool compare_impl(const Type& _rType, const void* pData, const Any& _rValue) in compare_impl()
446 ( _rLeft.Type == _rRight.Type ) ; in operator ==()
450 Type getSequenceElementType(const Type& _rSequenceType) in getSequenceElementType()
456 return Type(); in getSequenceElementType()
466 return Type(pSequenceTD->pType); in getSequenceElementType()
468 return Type(); in getSequenceElementType()
/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx144 …const staruno::Type& aSQLExceptionType = ::getCppuType(static_cast< ::com::sun::star::sdbc::SQLExc… in SQLExceptionInfo()
156 staruno::Type aContentType = m_aContent.getValueType(); in implDetermineType()
158 const Type& aSQLExceptionType = ::getCppuType( static_cast< SQLException* >( NULL ) ); in implDetermineType()
159 const Type& aSQLWarningType = ::getCppuType( static_cast< SQLWarning* >( NULL ) ); in implDetermineType()
160 const Type& aSQLContextType = ::getCppuType( static_cast< SQLContext* >( NULL ) ); in implDetermineType()
249 const Type& aSQLExceptionType( ::getCppuType< SQLException >() ); in append()
350 const Type aTypeException( ::cppu::UnoType< SQLException >::get() ); in next()
352 Type aNextElementType = m_pCurrent->NextException.getValueType(); in next()
364 const Type aTypeContext( ::cppu::UnoType< SQLContext >::get() ); in next()
371 const Type aTypeWarning( ::cppu::UnoType< SQLWarning >::get() ); in next()
/trunk/main/autodoc/inc/ary/cpp/
H A Dc_type.hxx58 class Type : public ::ary::Entity class
63 virtual ~Type() {} in ~Type()
96 Type::RelatedCe() const in RelatedCe()
102 Type::IsConst() const in IsConst()
108 Type::Get_Text( StreamStr & o_rOut, in Get_Text()
115 Type::Get_Text( StreamStr & o_rPreName, in Get_Text()
/trunk/main/migrationanalysis/src/wizard/
H A DUtilities.bas75 Private Type OSVERSIONINFO
85 End Type
87 Public Type RGB_WINVER
93 End Type
162 Private Type ShortItemId
165 End Type
167 Private Type ITEMIDLIST
169 End Type
/trunk/main/autodoc/source/ary/idl/
H A Dia_type.cxx59 TypeAdmin::lhf_Put2Storage_and_AssignId( DYN Type & pass_io_rType ) in lhf_Put2Storage_and_AssignId()
135 DYN Type & in lhf_CheckIn_TypeName()
155 DYN Type & in lhf_CheckIn_Sequence()
239 const Type &
275 const Type &
284 const Type * in Search_LocalNameOf()
318 TypeAdmin::IsBuiltInOrRelated( const Type & i_rType ) const in IsBuiltInOrRelated()
324 const Type * in IsBuiltInOrRelated()
/trunk/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx75 template< typename Type >
76 inline Type readAligned() { align( sizeof( Type ) ); return readValue< Type >(); } in readAligned()
78 template< typename Type >
79 inline void skipAligned() { align( sizeof( Type ) ); skip( sizeof( Type ) ); } in skipAligned()
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx286 virtual uno::Type SAL_CALL getElementType() throw( uno::RuntimeException );
318 uno::Type SAL_CALL SvxUnoXColorTable::getElementType() in getElementType()
349 virtual uno::Type SAL_CALL getElementType() throw( uno::RuntimeException );
391 uno::Type SAL_CALL SvxUnoXLineEndTable::getElementType() in getElementType()
422 virtual uno::Type SAL_CALL getElementType() throw( uno::RuntimeException );
473 uno::Type SAL_CALL SvxUnoXDashTable::getElementType() in getElementType()
504 virtual uno::Type SAL_CALL getElementType() throw( uno::RuntimeException );
550 uno::Type SAL_CALL SvxUnoXHatchTable::getElementType() in getElementType()
581 virtual uno::Type SAL_CALL getElementType() throw( uno::RuntimeException );
639 uno::Type SAL_CALL SvxUnoXGradientTable::getElementType() in getElementType()
[all …]
/trunk/main/comphelper/source/container/
H A Denumerablemap.cxx66 using ::com::sun::star::uno::Type;
102 Type m_aKeyType;
103 Type m_aValueType;
213 virtual Type SAL_CALL getKeyType() throw (RuntimeException);
214 virtual Type SAL_CALL getValueType() throw (RuntimeException);
223 virtual Type SAL_CALL getElementType() throw (RuntimeException);
243 void impl_checkNaN_throw( const Any& _keyOrValue, const Type& _keyOrValueType ) const;
385 Type aKeyType, aValueType; in initialize()
578 Type SAL_CALL EnumerableMap::getKeyType() throw (RuntimeException) in getKeyType()
585 Type SAL_CALL EnumerableMap::getValueType() throw (RuntimeException) in getValueType()
[all …]
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsanextension_mscryptimpl.cxx87 arrCertAltNameEntry[i].Type = ExtAltNameType_OTHER_NAME; in getAlternativeNames()
103 arrCertAltNameEntry[i].Type = ExtAltNameType_RFC822_NAME; in getAlternativeNames()
107 arrCertAltNameEntry[i].Type = ExtAltNameType_DNS_NAME; in getAlternativeNames()
112 arrCertAltNameEntry[i].Type = ExtAltNameType_DIRECTORY_NAME; in getAlternativeNames()
116 arrCertAltNameEntry[i].Type = ExtAltNameType_URL; in getAlternativeNames()
121 arrCertAltNameEntry[i].Type = ExtAltNameType_IP_ADDRESS; in getAlternativeNames()
131 arrCertAltNameEntry[i].Type = ExtAltNameType_REGISTERED_ID; in getAlternativeNames()

Completed in 152 milliseconds

12345678910>>...109