Lines Matching refs:SAL_CALL

58 	virtual sal_Int32 SAL_CALL getTargetColorDepth();
60 virtual sal_Int32 SAL_CALL getAvailableWidth();
62 virtual sal_Int32 SAL_CALL getAvailableHeight();
64 virtual void SAL_CALL setImage( sal_Int16 aImageFormat, const Any& aImage )
67 virtual sal_Bool SAL_CALL setShowState(sal_Bool bShowState);
69 virtual sal_Bool SAL_CALL getShowState();
71 virtual void SAL_CALL setParent(HWND parent);
73 virtual HWND SAL_CALL getParent();
79 virtual void SAL_CALL notifyParentShow(sal_Bool bShow);
81 virtual void SAL_CALL notifyParentSizeChanged();
83 virtual void SAL_CALL notifyParentWindowPosChanged();
86 virtual void SAL_CALL calcRightMargin();
88 virtual void SAL_CALL rearrangeLayout();
90 void SAL_CALL initializeActivePreview() throw(std::runtime_error);
92 HWND SAL_CALL findFileListbox() const;
131 sal_Int32 SAL_CALL CPreviewAdapterImpl::getTargetColorDepth() in getTargetColorDepth()
140 sal_Int32 SAL_CALL CPreviewAdapterImpl::getAvailableWidth() in getAvailableWidth()
149 sal_Int32 SAL_CALL CPreviewAdapterImpl::getAvailableHeight() in getAvailableHeight()
158 void SAL_CALL CPreviewAdapterImpl::setImage( sal_Int16 aImageFormat, const Any& aImage ) in setImage()
168 sal_Bool SAL_CALL CPreviewAdapterImpl::setShowState( sal_Bool bShowState ) in setShowState()
179 sal_Bool SAL_CALL CPreviewAdapterImpl::getShowState() in getShowState()
188 void SAL_CALL CPreviewAdapterImpl::setParent(HWND parent) in setParent()
200 HWND SAL_CALL CPreviewAdapterImpl::getParent() in getParent()
209 void SAL_CALL CPreviewAdapterImpl::calcRightMargin() in calcRightMargin()
241 void SAL_CALL CPreviewAdapterImpl::notifyParentShow(sal_Bool) in notifyParentShow()
249 void SAL_CALL CPreviewAdapterImpl::notifyParentSizeChanged() in notifyParentSizeChanged()
258 void SAL_CALL CPreviewAdapterImpl::notifyParentWindowPosChanged() in notifyParentWindowPosChanged()
266 void SAL_CALL CPreviewAdapterImpl::rearrangeLayout() in rearrangeLayout()
361 void SAL_CALL CPreviewAdapterImpl::initializeActivePreview() throw(std::runtime_error) in initializeActivePreview()
383 HWND SAL_CALL CPreviewAdapterImpl::findFileListbox() const in findFileListbox()
414 virtual void SAL_CALL notifyParentWindowPosChanged();
417 virtual void SAL_CALL rearrangeLayout();
447 void SAL_CALL CWin98PreviewAdapterImpl::notifyParentWindowPosChanged() in notifyParentWindowPosChanged()
504 void SAL_CALL CWin98PreviewAdapterImpl::rearrangeLayout() in rearrangeLayout()
554 virtual void SAL_CALL notifyParentShow(sal_Bool bShow);
570 void SAL_CALL CWin95NTPreviewAdapterImpl::notifyParentShow(sal_Bool bShow) in notifyParentShow()
613 Sequence<sal_Int16> SAL_CALL CPreviewAdapter::getSupportedImageFormats() in getSupportedImageFormats()
624 sal_Int32 SAL_CALL CPreviewAdapter::getTargetColorDepth() in getTargetColorDepth()
633 sal_Int32 SAL_CALL CPreviewAdapter::getAvailableWidth() in getAvailableWidth()
642 sal_Int32 SAL_CALL CPreviewAdapter::getAvailableHeight() in getAvailableHeight()
651 void SAL_CALL CPreviewAdapter::setImage( sal_Int16 aImageFormat, const Any& aImage ) in setImage()
661 sal_Bool SAL_CALL CPreviewAdapter::setShowState( sal_Bool bShowState ) in setShowState()
670 sal_Bool SAL_CALL CPreviewAdapter::getShowState() in getShowState()
679 void SAL_CALL CPreviewAdapter::setParent(HWND parent) in setParent()
688 void SAL_CALL CPreviewAdapter::notifyParentShow(bool bShow) in notifyParentShow()
697 void SAL_CALL CPreviewAdapter::notifyParentSizeChanged() in notifyParentSizeChanged()
706 void SAL_CALL CPreviewAdapter::notifyParentWindowPosChanged() in notifyParentWindowPosChanged()