Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 20 of 20) sorted by relevance

/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DAny.java45 protected Type _type; field in Any
78 _type = type; in Any()
106 return _type; in getType()
120 return obj instanceof Any && _type.equals(((Any) obj)._type) in equals()
128 return _type.hashCode() * 13 in hashCode()
134 return "Any[" + _type + ", " + _object + "]"; in toString()
/trunk/main/cli_ure/source/basetypes/uno/
H A DAny.cs39 private Type _type; field
75 _type = type; in Any()
86 _type = type; in setValue()
94 if (_type == null)
95 _type = typeof(void);
96 return _type;
/trunk/main/cppu/qa/
H A Dtest_reference.cxx52 virtual Any SAL_CALL queryInterface(const Type & _type) in queryInterface() argument
56 if (_type == getCppuType< Reference< XInterface > >()) in queryInterface()
59 aInterface.setValue( &ref, _type ); in queryInterface()
61 else if (_type == getCppuType< Reference< Interface1 > >()) in queryInterface()
64 aInterface.setValue( &ref, _type ); in queryInterface()
/trunk/main/extensions/source/ole/
H A Doleobjw.cxx2338 VARTYPE _type( VT_NULL ); in lcl_getUserDefinedElementType() local
2356 _type = var->lpvarValue->vt; in lcl_getUserDefinedElementType()
2360 _type = VT_UNKNOWN; in lcl_getUserDefinedElementType()
2364 _type = VT_DISPATCH; in lcl_getUserDefinedElementType()
2377 return _type; in lcl_getUserDefinedElementType()
2382 VARTYPE _type( VT_NULL ); in getElementTypeDesc() local
2386 _type = getElementTypeDesc(desc->lptdesc); in getElementTypeDesc()
2387 _type |= VT_BYREF; in getElementTypeDesc()
2392 _type |= VT_ARRAY; in getElementTypeDesc()
2401 _type = desc->vt; in getElementTypeDesc()
[all …]
/trunk/main/comphelper/source/container/
H A Denumerablemap.cxx269 MapEnumerator( ::cppu::OWeakObject& _rParent, MapData& _mapData, const EnumerationType _type ) in MapEnumerator() argument
272 ,m_eType( _type ) in MapEnumerator()
323 const EnumerationType _type, const bool _isolated ) in MapEnumeration() argument
327 ,m_aEnumerator( *this, _isolated ? *m_pMapDataCopy : _mapData, _type ) in MapEnumeration()
/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java574 Type _type= new Type(XTypeProvider.class); in test_toObject() local
575 Object val= AnyConverter.toObject(_type, aObj); in test_toObject()
578 _type, new Any( new Type(XTypeProvider.class), null)); in test_toObject()
616 try { AnyConverter.toObject(_type, aType); failed(""); in test_toObject()
618 try { AnyConverter.toObject(_type, anyType); failed(""); in test_toObject()
620 try { AnyConverter.toObject(_type, anyVoid); failed(""); in test_toObject()
622 try { AnyConverter.toObject(_type, new Object()); failed(""); in test_toObject()
/trunk/main/forms/source/component/
H A DButton.cxx79 Any SAL_CALL OButtonModel::queryAggregation( const Type& _type ) throw(RuntimeException) in queryAggregation() argument
81 Any aReturn = OClickableImageBaseModel::queryAggregation( _type ); in queryAggregation()
83 aReturn = OButtonModel_Base::queryInterface( _type ); in queryAggregation()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecord.cxx75 void MacabRecord::insertAtColumn (CFTypeRef _value, ABPropertyType _type, const sal_Int32 _column) in insertAtColumn() argument
85 fields[_column]->type = _type; in insertAtColumn()
H A DMacabRecord.hxx58 void insertAtColumn (CFTypeRef _value, ABPropertyType _type, const sal_Int32 _column);
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.hxx135 …TypedPropertyValue( const ::rtl::OUString& _name, const ::com::sun::star::uno::Type& _type, const … in TypedPropertyValue()
137 ,Type( _type ) in TypedPropertyValue()
/trunk/main/sw/source/ui/vba/
H A Dvbawrapformat.cxx129 void SAL_CALL SwVbaWrapFormat::setType( ::sal_Int32 _type ) throw (uno::RuntimeException) in setType() argument
131 mnWrapFormatType = _type; in setType()
H A Dvbaview.cxx222 SwVbaView::setType( ::sal_Int32 _type ) throw (css::uno::RuntimeException) in setType() argument
225 switch( _type ) in setType()
H A Dvbaselection.cxx523 uno::Any SAL_CALL SwVbaSelection::Information( sal_Int32 _type ) throw (uno::RuntimeException) in Information() argument
528 switch( _type ) in Information()
H A Dvbawrapformat.hxx49 virtual void SAL_CALL setType( ::sal_Int32 _type ) throw (css::uno::RuntimeException);
H A Dvbaview.hxx58 virtual void SAL_CALL setType( ::sal_Int32 _type ) throw (css::uno::RuntimeException);
H A Dvbabookmarks.hxx63 virtual void SAL_CALL setDefaultSorting( sal_Int32 _type ) throw (css::uno::RuntimeException);
H A Dvbaselection.hxx86 … virtual css::uno::Any SAL_CALL Information( sal_Int32 _type ) throw (css::uno::RuntimeException);
/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs239 Type _type = aType; in inoutParameters()
241 m_Type = _type; in inoutParameters()
/trunk/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx125 const ::rtl::OUString& _type ) in TableInfo()
127 ,sType( _type ) in TableInfo()
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx1752 const struct { XMLTokenEnum _token; sal_Int16 _type; } aCellTypePairs[] = in ScXMLImport() member
1767 GetXMLToken(aCellTypePairs[i]._token), aCellTypePairs[i]._type)); in ScXMLImport()

Completed in 107 milliseconds