Home
last modified time | relevance | path

Searched refs:bShowState (Results 1 – 17 of 17) sorted by relevance

/trunk/main/fpicker/source/win32/filepicker/
H A Dpreviewadapter.cxx67 virtual sal_Bool SAL_CALL setShowState(sal_Bool bShowState);
168 sal_Bool SAL_CALL CPreviewAdapterImpl::setShowState( sal_Bool bShowState ) in setShowState() argument
170 sal_Bool bRet = m_Preview->setShowState(bShowState); in setShowState()
363 sal_Bool bShowState = m_Preview->getImaginaryShowState(); in initializeActivePreview() local
372 m_Instance, GetParent(flb), bShowState); in initializeActivePreview()
661 sal_Bool SAL_CALL CPreviewAdapter::setShowState( sal_Bool bShowState ) in setShowState() argument
663 return m_pImpl->setShowState(bShowState); in setShowState()
H A Dpreviewbase.cxx115 sal_Bool SAL_CALL PreviewBase::setShowState( sal_Bool bShowState ) throw (RuntimeException) in setShowState() argument
117 m_bShowState = bShowState; in setShowState()
H A Ddibpreview.cxx214 sal_Bool SAL_CALL CDIBPreview::setShowState(sal_Bool bShowState) throw (RuntimeException) in setShowState() argument
216 PreviewBase::setShowState(bShowState); in setShowState()
H A DFilePicker.cxx599 sal_Bool SAL_CALL CFilePicker::setShowState(sal_Bool bShowState) throw (uno::RuntimeException) in setShowState() argument
604 return m_pImpl->setShowState(bShowState); in setShowState()
H A DWinFileOpenImpl.cxx442 sal_Bool SAL_CALL CWinFileOpenImpl::setShowState(sal_Bool bShowState) in setShowState() argument
445 return m_Preview->setShowState(bShowState); in setShowState()
H A Dpreviewadapter.hxx75 sal_Bool SAL_CALL setShowState(sal_Bool bShowState);
H A Dpreviewbase.hxx65 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState )
H A Ddibpreview.hxx76 virtual sal_Bool SAL_CALL setShowState(sal_Bool bShowState)
H A DVistaFilePicker.hxx217 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState )
H A DWinFileOpenImpl.hxx151 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState )
H A DFilePicker.hxx185 …virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState ) throw (::com::sun::star::uno::Runtim…
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePreview.idl114 @param bShowState
123 boolean setShowState( [in] boolean bShowState );
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1584 sal_Bool SAL_CALL SalGtkFilePicker::setShowState( sal_Bool bShowState ) throw( uno::RuntimeExceptio… in setShowState() argument
1589 if( bShowState != mbPreviewState ) in setShowState()
1593 if( bShowState ) in setShowState()
1613 mbPreviewState = bShowState; in setShowState()
H A DSalGtkFilePicker.hxx198 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState )
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx948 sal_Bool SAL_CALL SvtFilePicker::setShowState( sal_Bool bShowState ) in setShowState() argument
957 bRet = getDialog()->setShowState( bShowState ); in setShowState()
H A Diodlg.hxx249 sal_Bool setShowState( sal_Bool bShowState );
H A DOfficeFilePicker.hxx157 …virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState ) throw ( ::com::sun::star::uno:…

Completed in 95 milliseconds