/aoo4110/main/cppuhelper/inc/cppuhelper/ |
H A D | proptypehlp.h | 40 inline void SAL_CALL convertPropertyValue( target &value , const ::com::sun::star::uno::Any & a); 43 inline void SAL_CALL convertPropertyValue( target &value , ::com::sun::star::uno::Any & a); 48 inline void SAL_CALL convertPropertyValue( sal_Int64 & target , const ::com::sun::star::uno::Any &… 50 inline void SAL_CALL convertPropertyValue( sal_uInt64 & target, const ::com::sun::star::uno::Any & … 52 inline void SAL_CALL convertPropertyValue( sal_Int32 & target , const ::com::sun::star::uno::Any & … 54 inline void SAL_CALL convertPropertyValue( sal_uInt32 & target, const ::com::sun::star::uno::Any & … 56 inline void SAL_CALL convertPropertyValue( sal_Int16 & target , const ::com::sun::star::uno::Any & … 58 inline void SAL_CALL convertPropertyValue( sal_uInt16 & target, const ::com::sun::star::uno::Any & … 60 inline void SAL_CALL convertPropertyValue( sal_Int8 & target , const ::com::sun::star::uno::Any & … 62 inline void SAL_CALL convertPropertyValue( float & target , const ::com::sun::star::uno::Any & … [all …]
|
H A D | proptypehlp.hxx | 39 inline void SAL_CALL convertPropertyValue( target &value , const ::com::sun::star::uno::Any & a) in convertPropertyValue() function 50 inline void SAL_CALL convertPropertyValue( target &value , ::com::sun::star::uno::Any & a) in convertPropertyValue() function 52 convertPropertyValue( value , (const ::com::sun::star::uno::Any & ) a ); in convertPropertyValue() 58 inline void SAL_CALL convertPropertyValue( sal_Bool & b , const ::com::sun::star::uno::Any & a ) in convertPropertyValue() function 100 inline void SAL_CALL convertPropertyValue( sal_Int64 & i , const ::com::sun::star::uno::Any & a ) in convertPropertyValue() function 154 inline void SAL_CALL convertPropertyValue( sal_uInt64 & i , const ::com::sun::star::uno::Any & a ) in convertPropertyValue() function 209 inline void SAL_CALL convertPropertyValue( sal_Int32 & i , const ::com::sun::star::uno::Any & a ) in convertPropertyValue() function 296 inline void SAL_CALL convertPropertyValue( sal_Int16 & i , const ::com::sun::star::uno::Any & a ) in convertPropertyValue() function 362 inline void SAL_CALL convertPropertyValue( sal_Int8 & i , const ::com::sun::star::uno::Any & a ) in convertPropertyValue() function 380 inline void SAL_CALL convertPropertyValue( float &f , const ::com::sun::star::uno::Any &a ) in convertPropertyValue() function [all …]
|
/aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | PropertySet_Test.java | 54 public boolean convertPropertyValue() in convertPropertyValue() method in PropertySet_Test 1061 r[i++]= test.convertPropertyValue(); in test() 1218 r[i++]= convertPropertyValue(propCharA, outNewVal, outOldVal, value); in test_convertPropertyValue() 1230 r[i++]= convertPropertyValue(propIntA, outNewVal, outOldVal, value); in test_convertPropertyValue() 1264 r[i++]= convertPropertyValue(propAnyA, outNewVal, outOldVal, value); in test_convertPropertyValue() 1270 r[i++]= convertPropertyValue(propAnyA, outNewVal, outOldVal, value); in test_convertPropertyValue() 1280 r[i++]= convertPropertyValue(propEnum, outNewVal, outOldVal, value); in test_convertPropertyValue() 1285 r[i++]= convertPropertyValue(propIntA, outNewVal, outOldVal, value); in test_convertPropertyValue() 1294 r[i++]= convertPropertyValue(propAnyA, outNewVal, outOldVal, value); in test_convertPropertyValue() 1298 r[i++]= convertPropertyValue(propAnyA, outNewVal, outOldVal, value); in test_convertPropertyValue() [all …]
|
/aoo4110/main/cppuhelper/test/ |
H A D | testproptyphlp.cxx | 40 convertPropertyValue( i , a ); in testPropertyTypeHelper() 44 convertPropertyValue( i16 , a ); in testPropertyTypeHelper() 48 convertPropertyValue( i8 , a ); in testPropertyTypeHelper() 52 convertPropertyValue( i32 , a ); in testPropertyTypeHelper() 56 convertPropertyValue( d , a ); in testPropertyTypeHelper() 60 convertPropertyValue( f , a ); in testPropertyTypeHelper() 72 convertPropertyValue( prop2 , a ); in testPropertyTypeHelper() 78 convertPropertyValue( ow , a ); in testPropertyTypeHelper()
|
H A D | testpropshlp.cxx | 680 convertPropertyValue( b , rValue ); in convertFastPropertyValue() 695 convertPropertyValue( n16 , rValue ); in convertFastPropertyValue() 710 convertPropertyValue( n32 , rValue ); in convertFastPropertyValue()
|
/aoo4110/main/framework/source/fwe/classes/ |
H A D | actiontriggerpropertyset.cxx | 382 convertPropertyValue( sValue, aNewValue ); in impl_tryToChangeProperty() 418 convertPropertyValue( aValue, aNewValue ); in impl_tryToChangeProperty() 453 convertPropertyValue( aValue, aNewValue ); in impl_tryToChangeProperty()
|
H A D | actiontriggerseparatorpropertyset.cxx | 322 convertPropertyValue( aValue, aNewValue ); in impl_tryToChangeProperty()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | property.hxx | 154 ::cppu::convertPropertyValue(aNewValue, _rValueToSet); in tryPropertyValue() 207 ::cppu::convertPropertyValue(bNewValue, _rValueToSet); in tryPropertyValue()
|
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySet.java | 527 bConversionOk= convertPropertyValue(prop, outConvertedVal, outOldValue, value); in setPropertyValue() 618 …protected boolean convertPropertyValue(Property property, Object[] newVal, Object[]curVal, Object… in convertPropertyValue() method in PropertySet
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | pptexsoundcollection.cxx | 52 …::cppu::convertPropertyValue( nVal, aCnt.getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRING… in ExSoundEntry()
|