Lines Matching refs:Any
767 Any SAL_CALL Cell::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
770 return Any( Reference< XMergeableCell >( this ) ); in queryInterface()
773 return Any( Reference< XCell >( this ) ); in queryInterface()
776 return Any( Reference< XLayoutConstrains >( this ) ); in queryInterface()
779 return Any( Reference< XEventListener >( this ) ); in queryInterface()
781 Any aRet( SvxUnoTextBase::queryAggregation( rType ) ); in queryInterface()
970 Any Cell::GetAnyForItem( SfxItemSet& aSet, const SfxItemPropertySimpleEntry* pMap ) in GetAnyForItem()
972 Any aAny( SvxItemPropertySet_getPropertyValue( *mpPropSet, pMap, aSet ) ); in GetAnyForItem()
999 void SAL_CALL Cell::setPropertyValue( const OUString& rPropertyName, const Any& rValue ) throw(Unkn… in setPropertyValue()
1144 Any SAL_CALL Cell::getPropertyValue( const OUString& PropertyName ) throw(UnknownPropertyException,… in getPropertyValue()
1164 return Any( Reference< XStyle >( dynamic_cast< SfxUnoStyleSheet* >( GetStyleSheet() ) ) ); in getPropertyValue()
1187 return Any( aTableBorder ); in getPropertyValue()
1195 return Any( BitmapMode_REPEAT ); in getPropertyValue()
1199 return Any( BitmapMode_STRETCH ); in getPropertyValue()
1203 return Any( BitmapMode_NO_REPEAT ); in getPropertyValue()
1211 Any aAny; in getPropertyValue()
1260 …ropertyValues( const Sequence< OUString >& aPropertyNames, const Sequence< Any >& aValues ) throw … in setPropertyValues()
1270 const Any* pValues = aValues.getConstArray(); in setPropertyValues()
1291 Sequence< Any > SAL_CALL Cell::getPropertyValues( const Sequence< OUString >& aPropertyNames ) thro… in getPropertyValues()
1301 Sequence< Any > aRet( nCount ); in getPropertyValues()
1302 Any* pValue = aRet.getArray(); in getPropertyValues()
1531 Any SAL_CALL Cell::getPropertyDefault( const OUString& aPropertyName ) throw(UnknownPropertyExcepti… in getPropertyDefault()
1544 return Any( BitmapMode_NO_REPEAT ); in getPropertyDefault()
1553 return Any( xStyle ); in getPropertyDefault()
1559 return Any( aBorder ); in getPropertyDefault()
1620 Sequence< Any > SAL_CALL Cell::getPropertyDefaults( const Sequence< OUString >& aPropertyNames ) th… in getPropertyDefaults()
1623 Sequence< Any > aDefaults( nCount ); in getPropertyDefaults()
1624 Any* pDefaults = aDefaults.getArray(); in getPropertyDefaults()
1637 void SAL_CALL Cell::setFastPropertyValue( sal_Int32 nHandle, const Any& aValue ) throw (UnknownProp… in setFastPropertyValue()
1646 Any SAL_CALL Cell::getFastPropertyValue( sal_Int32 nHandle ) throw (UnknownPropertyException, Wrapp… in getFastPropertyValue()