/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/ |
H A D | Any.java | 45 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()
|
/aoo42x/main/cli_ure/source/basetypes/uno/ |
H A D | Any.cs | 39 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;
|
/aoo42x/main/cppu/qa/ |
H A D | test_reference.cxx | 52 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()
|
/aoo42x/main/extensions/source/ole/ |
H A D | oleobjw.cxx | 2338 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 …]
|
/aoo42x/main/comphelper/source/container/ |
H A D | enumerablemap.cxx | 269 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()
|
/aoo42x/main/jurt/test/com/sun/star/uno/ |
H A D | AnyConverter_Test.java | 574 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()
|
/aoo42x/main/forms/source/component/ |
H A D | Button.cxx | 79 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()
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabRecord.cxx | 75 void MacabRecord::insertAtColumn (CFTypeRef _value, ABPropertyType _type, const sal_Int32 _column) in insertAtColumn() argument 85 fields[_column]->type = _type; in insertAtColumn()
|
H A D | MacabRecord.hxx | 58 void insertAtColumn (CFTypeRef _value, ABPropertyType _type, const sal_Int32 _column);
|
/aoo42x/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.hxx | 135 …TypedPropertyValue( const ::rtl::OUString& _name, const ::com::sun::star::uno::Type& _type, const … in TypedPropertyValue() 137 ,Type( _type ) in TypedPropertyValue()
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbawrapformat.cxx | 129 void SAL_CALL SwVbaWrapFormat::setType( ::sal_Int32 _type ) throw (uno::RuntimeException) in setType() argument 131 mnWrapFormatType = _type; in setType()
|
H A D | vbaview.cxx | 222 SwVbaView::setType( ::sal_Int32 _type ) throw (css::uno::RuntimeException) in setType() argument 225 switch( _type ) in setType()
|
H A D | vbaselection.cxx | 523 uno::Any SAL_CALL SwVbaSelection::Information( sal_Int32 _type ) throw (uno::RuntimeException) in Information() argument 528 switch( _type ) in Information()
|
H A D | vbawrapformat.hxx | 49 virtual void SAL_CALL setType( ::sal_Int32 _type ) throw (css::uno::RuntimeException);
|
H A D | vbaview.hxx | 58 virtual void SAL_CALL setType( ::sal_Int32 _type ) throw (css::uno::RuntimeException);
|
H A D | vbabookmarks.hxx | 63 virtual void SAL_CALL setDefaultSorting( sal_Int32 _type ) throw (css::uno::RuntimeException);
|
H A D | vbaselection.hxx | 86 … virtual css::uno::Any SAL_CALL Information( sal_Int32 _type ) throw (css::uno::RuntimeException);
|
/aoo42x/main/cli_ure/qa/climaker/ |
H A D | testobjects.cs | 239 Type _type = aType; in inoutParameters() 241 m_Type = _type; in inoutParameters()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | FilteredContainer.cxx | 125 const ::rtl::OUString& _type ) in TableInfo() 127 ,sType( _type ) in TableInfo()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlimprt.cxx | 1752 const struct { XMLTokenEnum _token; sal_Int16 _type; } aCellTypePairs[] = in ScXMLImport() member 1767 GetXMLToken(aCellTypePairs[i]._token), aCellTypePairs[i]._type)); in ScXMLImport()
|