Searched refs:_rExpectedType (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/xmloff/source/forms/ |
H A D | propertyimport.cxx | 99 …version::convertString( SvXMLImport& _rImporter, const ::com::sun::star::uno::Type& _rExpectedType, in convertString() argument 104 switch (_rExpectedType.getTypeClass()) in convertString() 133 if (TypeClass_SHORT == _rExpectedType.getTypeClass()) in convertString() 150 if (TypeClass_SHORT == _rExpectedType.getTypeClass()) in convertString() 155 aReturn = ::cppu::int2enum((sal_Int32)nEnumValue, _rExpectedType); in convertString() 183 if ( _rExpectedType.equals( ::cppu::UnoType< ::com::sun::star::util::Date >::get() ) ) in convertString() 185 … else if ( _rExpectedType.equals( ::cppu::UnoType< ::com::sun::star::util::Time >::get() ) ) in convertString() 187 … else if ( _rExpectedType.equals( ::cppu::UnoType< ::com::sun::star::util::DateTime >::get() ) ) in convertString()
|
H A D | propertyimport.hxx | 52 const ::com::sun::star::uno::Type& _rExpectedType,
|
/aoo4110/main/reportdesign/source/filter/xml/ |
H A D | xmlControlProperty.cxx | 195 Any OXMLControlProperty::convertString(const ::com::sun::star::uno::Type& _rExpectedType, const ::r… in convertString() argument 199 switch (_rExpectedType.getTypeClass()) in convertString() 227 if (TypeClass_SHORT == _rExpectedType.getTypeClass()) in convertString() 262 if ( _rExpectedType.equals(s_aDateType) ) in convertString() 264 else if ( _rExpectedType.equals(s_aTimeType) ) in convertString() 266 else if ( _rExpectedType.equals(s_aDateTimeType) ) in convertString()
|
H A D | xmlControlProperty.hxx | 46 …::com::sun::star::uno::Any convertString(const ::com::sun::star::uno::Type& _rExpectedType, const …
|
/aoo4110/main/dbaccess/source/filter/xml/ |
H A D | xmlDataSourceSetting.cxx | 198 Any OXMLDataSourceSetting::convertString(const ::com::sun::star::uno::Type& _rExpectedType, const :… in convertString() argument 202 switch (_rExpectedType.getTypeClass()) in convertString() 230 if (TypeClass_SHORT == _rExpectedType.getTypeClass()) in convertString()
|
H A D | xmlDataSourceSetting.hxx | 49 …::com::sun::star::uno::Any convertString(const ::com::sun::star::uno::Type& _rExpectedType, const …
|
/aoo4110/main/comphelper/source/property/ |
H A D | property.cxx | 206 …e, Any& _rOldValue, const Any& _rValueToSet, const Any& _rCurrentValue, const Type& _rExpectedType) in tryPropertyValue() argument 211 if ( _rValueToSet.hasValue() && ( !_rExpectedType.equals( _rValueToSet.getValueType() ) ) ) in tryPropertyValue() 213 _rConvertedValue = Any( NULL, _rExpectedType.getTypeLibType() ); in tryPropertyValue()
|
H A D | propertycontainerhelper.cxx | 126 Any* _pPointerToMember, const Type& _rExpectedType) in registerMayBeVoidProperty() argument 130 OSL_ENSURE(!_rExpectedType.equals(::getCppuType(static_cast< Any* >(NULL))), in registerMayBeVoidProperty() 138 aNewProp.aProperty = Property( _rName, _nHandle, _rExpectedType, (sal_Int16)_nAttributes ); in registerMayBeVoidProperty()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | column.cxx | 165 …e, sal_Int32 _nHandle, sal_Int32 _nAttributes, Any* _pPointerToMember, const Type& _rExpectedType ) in registerMayBeVoidProperty() argument 167 …er::registerMayBeVoidProperty( _rName, _nHandle, _nAttributes, _pPointerToMember, _rExpectedType ); in registerMayBeVoidProperty()
|
/aoo4110/main/dbaccess/source/core/inc/ |
H A D | columnsettings.hxx | 53 const ::com::sun::star::uno::Type& _rExpectedType
|
H A D | column.hxx | 120 …::com::sun::star::uno::Any* _pPointerToMember, const ::com::sun::star::uno::Type& _rExpectedType );
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | propertycontainerhelper.hxx | 125 ::com::sun::star::uno::Any* _pPointerToMember, const ::com::sun::star::uno::Type& _rExpectedType);
|
H A D | property.hxx | 227 …aruno::Any& _rValueToSet, const staruno::Any& _rCurrentValue, const staruno::Type& _rExpectedType);
|
Completed in 86 milliseconds