Home
last modified time | relevance | path

Searched refs:PreviewBase (Results 1 – 5 of 5) sorted by relevance

/trunk/main/fpicker/source/win32/filepicker/
H A Dpreviewbase.cxx40 PreviewBase::PreviewBase() : in PreviewBase() function in PreviewBase
50 PreviewBase::~PreviewBase() in ~PreviewBase()
58 sal_Int32 SAL_CALL PreviewBase::getTargetColorDepth() throw (RuntimeException) in getTargetColorDepth()
67 sal_Int32 SAL_CALL PreviewBase::getAvailableWidth() throw (RuntimeException) in getAvailableWidth()
76 sal_Int32 SAL_CALL PreviewBase::getAvailableHeight() throw (RuntimeException) in getAvailableHeight()
85 void SAL_CALL PreviewBase::setImage( sal_Int16 aImageFormat, const ::com::sun::star::uno::Any& aIma… in setImage()
105 void SAL_CALL PreviewBase::getImage(sal_Int16& aImageFormat,com::sun::star::uno::Any& aImage) in getImage()
115 sal_Bool SAL_CALL PreviewBase::setShowState( sal_Bool bShowState ) throw (RuntimeException) in setShowState()
125 sal_Bool SAL_CALL PreviewBase::getShowState() throw (RuntimeException) in getShowState()
134 sal_Bool SAL_CALL PreviewBase::getImaginaryShowState() const in getImaginaryShowState()
[all …]
H A Dpreviewbase.hxx45 class PreviewBase class
48 PreviewBase();
51 virtual ~PreviewBase();
H A Dpreviewadapter.cxx97 std::auto_ptr<PreviewBase> m_Preview;
113 m_Preview(new PreviewBase()), // create dummy preview (NULL-Object pattern) in CPreviewAdapterImpl()
371 PreviewBase* prv = new CDIBPreview( in initializeActivePreview()
H A Ddibpreview.cxx194 PreviewBase::setImage(aImageFormat,aImage); in setImage()
216 PreviewBase::setShowState(bShowState); in setShowState()
H A Ddibpreview.hxx52 class CDIBPreview : public PreviewBase

Completed in 36 milliseconds