Lines Matching refs:BmpConverter
58 class BmpConverter : class
62 BmpConverter();
63 virtual ~BmpConverter();
87 return static_cast<XInvocation*>(new BmpConverter()); in createBmpConverter()
90 BmpConverter::BmpConverter() in BmpConverter() function in BmpConverter
94 BmpConverter::~BmpConverter() in ~BmpConverter()
98 Reference< XIntrospectionAccess > SAL_CALL BmpConverter::getIntrospection() throw() in getIntrospection()
103 void SAL_CALL BmpConverter::setValue( const OUString&, const Any& ) throw( UnknownPropertyException… in setValue()
108 Any SAL_CALL BmpConverter::getValue( const OUString& ) throw( UnknownPropertyException ) in getValue()
113 sal_Bool SAL_CALL BmpConverter::hasMethod( const OUString& rName ) throw() in hasMethod()
118 sal_Bool SAL_CALL BmpConverter::hasProperty( const OUString& ) throw() in hasProperty()
123 Any SAL_CALL BmpConverter::invoke( in invoke()