Home
last modified time | relevance | path

Searched refs:convertPropertyValue (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/cppuhelper/inc/cppuhelper/
H A Dproptypehlp.h40 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 Dproptypehlp.hxx39 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 …]
/aoo42x/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java54 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 …]
/aoo42x/main/cppuhelper/test/
H A Dtestproptyphlp.cxx40 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 Dtestpropshlp.cxx680 convertPropertyValue( b , rValue ); in convertFastPropertyValue()
695 convertPropertyValue( n16 , rValue ); in convertFastPropertyValue()
710 convertPropertyValue( n32 , rValue ); in convertFastPropertyValue()
/aoo42x/main/framework/source/fwe/classes/
H A Dactiontriggerpropertyset.cxx382 convertPropertyValue( sValue, aNewValue ); in impl_tryToChangeProperty()
418 convertPropertyValue( aValue, aNewValue ); in impl_tryToChangeProperty()
453 convertPropertyValue( aValue, aNewValue ); in impl_tryToChangeProperty()
H A Dactiontriggerseparatorpropertyset.cxx322 convertPropertyValue( aValue, aNewValue ); in impl_tryToChangeProperty()
/aoo42x/main/comphelper/inc/comphelper/
H A Dproperty.hxx154 ::cppu::convertPropertyValue(aNewValue, _rValueToSet); in tryPropertyValue()
207 ::cppu::convertPropertyValue(bNewValue, _rValueToSet); in tryPropertyValue()
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java525 bConversionOk= convertPropertyValue(prop, outConvertedVal, outOldValue, value); in setPropertyValue()
616 …protected boolean convertPropertyValue(Property property, Object[] newVal, Object[]curVal, Object… in convertPropertyValue() method in PropertySet
/aoo42x/main/sd/source/filter/eppt/
H A Dpptexsoundcollection.cxx52 …::cppu::convertPropertyValue( nVal, aCnt.getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRING… in ExSoundEntry()

Completed in 72 milliseconds