Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/win32/filepicker/
H A Dpreviewadapter.cxx78 virtual void SAL_CALL notifyParentShow(sal_Bool bShow);
239 void SAL_CALL CPreviewAdapterImpl::notifyParentShow(sal_Bool) in notifyParentShow() function in CPreviewAdapterImpl
552 virtual void SAL_CALL notifyParentShow(sal_Bool bShow);
568 void SAL_CALL CWin95NTPreviewAdapterImpl::notifyParentShow(sal_Bool bShow) in notifyParentShow() function in CWin95NTPreviewAdapterImpl
685 void SAL_CALL CPreviewAdapter::notifyParentShow(bool bShow) in notifyParentShow() function in CPreviewAdapter
687 m_pImpl->notifyParentShow(bShow); in notifyParentShow()
H A Dpreviewadapter.hxx84 void SAL_CALL notifyParentShow(bool bShow);
H A DWinFileOpenImpl.cxx849 m_Preview->notifyParentShow(bShow); in onWMShow()