Lines Matching refs:CDIBPreview

81 osl::Mutex CDIBPreview::s_Mutex;
82 ATOM CDIBPreview::s_ClassAtom = 0;
83 sal_Int32 CDIBPreview::s_RegisterDibPreviewWndCount = 0;
89 CDIBPreview::CDIBPreview(HINSTANCE instance,HWND parent,sal_Bool bShowWindow) : in CDIBPreview() function in CDIBPreview
128 CDIBPreview::~CDIBPreview( ) in ~CDIBPreview()
142 sal_Int32 SAL_CALL CDIBPreview::getTargetColorDepth() throw (RuntimeException) in getTargetColorDepth()
157 sal_Int32 SAL_CALL CDIBPreview::getAvailableWidth() throw (RuntimeException) in getAvailableWidth()
174 sal_Int32 SAL_CALL CDIBPreview::getAvailableHeight() throw (RuntimeException) in getAvailableHeight()
191 void SAL_CALL CDIBPreview::setImage(sal_Int16 aImageFormat, const Any& aImage) in setImage()
214 sal_Bool SAL_CALL CDIBPreview::setShowState(sal_Bool bShowState) throw (RuntimeException) in setShowState()
225 sal_Bool SAL_CALL CDIBPreview::getShowState() throw (RuntimeException) in getShowState()
234 HWND SAL_CALL CDIBPreview::getWindowHandle() const in getWindowHandle()
243 void SAL_CALL CDIBPreview::onPaint(HWND hWnd, HDC hDC) in onPaint()
336 LRESULT CALLBACK CDIBPreview::WndProc( in WndProc()
363 if (reinterpret_cast<CDIBPreview*>( in WndProc()
373 CDIBPreview* pImpl = reinterpret_cast<CDIBPreview*>( in WndProc()
404 ATOM SAL_CALL CDIBPreview::RegisterDibPreviewWindowClass() in RegisterDibPreviewWindowClass()
416 wndClsEx.lpfnWndProc = CDIBPreview::WndProc; in RegisterDibPreviewWindowClass()
447 void SAL_CALL CDIBPreview::UnregisterDibPreviewWindowClass() in UnregisterDibPreviewWindowClass()