Home
last modified time | relevance | path

Searched refs:ImageWrapper (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/framework/source/fwe/classes/
H A Dimagewrapper.cxx50 ImageWrapper::ImageWrapper( const Image& aImage ) : ThreadHelpBase( &Application::GetSolarMutex() ) in ImageWrapper() function in framework::ImageWrapper
56 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()
/aoo4110/main/framework/inc/classes/
H A Dimagewrapper.hxx38 class FWE_DLLPUBLIC ImageWrapper : public ThreadHelpBase , // Struct for right initalization … class
43 ImageWrapper( const Image& aImage );
44 virtual ~ImageWrapper();
/aoo4110/main/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx172 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 13 milliseconds