Home
last modified time | relevance | path

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

/AOO41X/main/fpicker/source/win32/filepicker/
H A Ddibpreview.cxx81 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()
[all …]
H A Ddibpreview.hxx52 class CDIBPreview : public PreviewBase class
57 CDIBPreview(HINSTANCE instance,HWND parent,sal_Bool bShowWindow = sal_False);
60 virtual ~CDIBPreview( );
107 CDIBPreview(const CDIBPreview&);
108 CDIBPreview& operator=(const CDIBPreview&);
H A Dpreviewadapter.cxx371 PreviewBase* prv = new CDIBPreview( in initializeActivePreview()