Lines Matching refs:rAny

64 	virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw() = 0;
283 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
306 XPropertyEntry* SvxUnoXColorTable::getEntry( const OUString& rName, const uno::Any& rAny ) const th… in getEntry()
309 if( !(rAny >>= nColor) ) in getEntry()
346 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
372 XPropertyEntry* SvxUnoXLineEndTable::getEntry( const OUString& rName, const uno::Any& rAny ) const … in getEntry()
375 …if( !rAny.getValue() || rAny.getValueType() != ::getCppuType((const drawing::PolyPolygonBezierCoor… in getEntry()
379 drawing::PolyPolygonBezierCoords* pCoords = (drawing::PolyPolygonBezierCoords*)rAny.getValue(); in getEntry()
419 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
453 XPropertyEntry* SvxUnoXDashTable::getEntry( const OUString& rName, const uno::Any& rAny ) const thr… in getEntry()
456 if(!(rAny >>= aLineDash)) in getEntry()
501 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
533 XPropertyEntry* SvxUnoXHatchTable::getEntry( const OUString& rName, const uno::Any& rAny ) const th… in getEntry()
536 if(!(rAny >>= aUnoHatch)) in getEntry()
578 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
615 XPropertyEntry* SvxUnoXGradientTable::getEntry( const OUString& rName, const uno::Any& rAny ) const… in getEntry()
618 if(!(rAny >>= aGradient)) in getEntry()
667 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
694 XPropertyEntry* SvxUnoXBitmapTable::getEntry( const OUString& rName, const uno::Any& rAny ) const t… in getEntry()
697 if(!(rAny >>= aURL)) in getEntry()