Lines Matching refs:Graphic

42 Graphic::Graphic() :  in Graphic()  function in unographic::Graphic
49 Graphic::~Graphic() in ~Graphic()
57 void Graphic::init( const ::Graphic& rGraphic ) in init()
61 mpGraphic = new ::Graphic( rGraphic ); in init()
67 uno::Any SAL_CALL Graphic::queryAggregation( const uno::Type& rType ) in queryAggregation()
85 uno::Any SAL_CALL Graphic::queryInterface( const uno::Type & rType ) in queryInterface()
96 void SAL_CALL Graphic::acquire() in acquire()
104 void SAL_CALL Graphic::release() throw() in release()
111 uno::Sequence< sal_Int8 > SAL_CALL Graphic::getImplementationId_Static() in getImplementationId_Static()
128 ::rtl::OUString Graphic::getImplementationName_Static() in getImplementationName_Static()
136 uno::Sequence< ::rtl::OUString > Graphic::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
148 ::rtl::OUString SAL_CALL Graphic::getImplementationName() in getImplementationName()
156 sal_Bool SAL_CALL Graphic::supportsService( const ::rtl::OUString& rServiceName ) in supportsService()
176 uno::Sequence< ::rtl::OUString > SAL_CALL Graphic::getSupportedServiceNames() in getSupportedServiceNames()
193 uno::Sequence< uno::Type > SAL_CALL Graphic::getTypes() in getTypes()
208 uno::Sequence< sal_Int8 > SAL_CALL Graphic::getImplementationId() in getImplementationId()
216 ::sal_Int8 SAL_CALL Graphic::getType() in getType()
231 awt::Size SAL_CALL Graphic::getSize( ) throw (uno::RuntimeException) in getSize()
244 uno::Sequence< ::sal_Int8 > SAL_CALL Graphic::getDIB( ) throw (uno::RuntimeException) in getDIB()
263 uno::Sequence< ::sal_Int8 > SAL_CALL Graphic::getMaskDIB( ) throw (uno::RuntimeException) in getMaskDIB()
281 const ::Graphic* Graphic::getImplementation( const uno::Reference< uno::XInterface >& rxIFace ) in getImplementation()
285 …return( xTunnel.is() ? reinterpret_cast< ::Graphic* >( xTunnel->getSomething( getImplementationId_… in getImplementation()
289 sal_Int64 SAL_CALL Graphic::getSomething( const uno::Sequence< sal_Int8 >& rId ) in getSomething()