Searched refs:ImageWrapper (Results 1 – 3 of 3) sorted by relevance
50 ImageWrapper::ImageWrapper( const Image& aImage ) : ThreadHelpBase( &Application::GetSolarMutex() ) in ImageWrapper() function in framework::ImageWrapper56 ImageWrapper::~ImageWrapper() in ~ImageWrapper()61 Sequence< sal_Int8 > ImageWrapper::GetUnoTunnelId() in GetUnoTunnelId()67 com::sun::star::awt::Size SAL_CALL ImageWrapper::getSize() throw ( RuntimeException ) in getSize()77 Sequence< sal_Int8 > SAL_CALL ImageWrapper::getDIB() throw ( RuntimeException ) in getDIB()86 Sequence< sal_Int8 > SAL_CALL ImageWrapper::getMaskDIB() throw ( RuntimeException ) in getMaskDIB()108 sal_Int64 SAL_CALL ImageWrapper::getSomething( const Sequence< sal_Int8 >& aIdentifier ) throw ( Ru… in getSomething()
38 class FWE_DLLPUBLIC ImageWrapper : public ThreadHelpBase , // Struct for right initalization … class43 ImageWrapper( const Image& aImage );44 virtual ~ImageWrapper();
172 sal_Int64 nPointer = xUnoTunnel->getSomething( ImageWrapper::GetUnoTunnelId() ); in InsertSubMenuItems()176 ImageWrapper* pImageWrapper = reinterpret_cast< ImageWrapper * >( nPointer ); in InsertSubMenuItems()291 …Reference< XBitmap > xBitmap( static_cast< cppu::OWeakObject* >( new ImageWrapper( aImage )), UNO_… in CreateActionTrigger()
Completed in 32 milliseconds