/trunk/main/fpicker/source/win32/filepicker/ |
H A D | previewadapter.cxx | 67 virtual sal_Bool SAL_CALL setShowState(sal_Bool bShowState); 168 sal_Bool SAL_CALL CPreviewAdapterImpl::setShowState( sal_Bool bShowState ) in setShowState() function in CPreviewAdapterImpl 170 sal_Bool bRet = m_Preview->setShowState(bShowState); in setShowState() 661 sal_Bool SAL_CALL CPreviewAdapter::setShowState( sal_Bool bShowState ) in setShowState() function in CPreviewAdapter 663 return m_pImpl->setShowState(bShowState); in setShowState()
|
H A D | dibpreview.cxx | 214 sal_Bool SAL_CALL CDIBPreview::setShowState(sal_Bool bShowState) throw (RuntimeException) in setShowState() function in CDIBPreview 216 PreviewBase::setShowState(bShowState); in setShowState()
|
H A D | FilePicker.cxx | 599 sal_Bool SAL_CALL CFilePicker::setShowState(sal_Bool bShowState) throw (uno::RuntimeException) in setShowState() function in CFilePicker 604 return m_pImpl->setShowState(bShowState); in setShowState()
|
H A D | WinFileOpenImpl.cxx | 442 sal_Bool SAL_CALL CWinFileOpenImpl::setShowState(sal_Bool bShowState) in setShowState() function in CWinFileOpenImpl 445 return m_Preview->setShowState(bShowState); in setShowState()
|
H A D | previewadapter.hxx | 75 sal_Bool SAL_CALL setShowState(sal_Bool bShowState);
|
H A D | previewbase.hxx | 65 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState )
|
H A D | previewbase.cxx | 115 sal_Bool SAL_CALL PreviewBase::setShowState( sal_Bool bShowState ) throw (RuntimeException) in setShowState() function in PreviewBase
|
H A D | dibpreview.hxx | 76 virtual sal_Bool SAL_CALL setShowState(sal_Bool bShowState)
|
H A D | VistaFilePicker.hxx | 217 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState )
|
H A D | WinFileOpenImpl.hxx | 151 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState )
|
H A D | FilePicker.hxx | 185 …virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState ) throw (::com::sun::star::uno::Runtim…
|
H A D | VistaFilePicker.cxx | 524 sal_Bool SAL_CALL VistaFilePicker::setShowState(sal_Bool /*bShowState*/) in setShowState() function in fpicker::win32::vista::VistaFilePicker
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/ |
H A D | _XFilePreview.java | 102 boolean success = oObj.setShowState(!prev_state); in _setShowState()
|
/trunk/main/fpicker/source/office/ |
H A D | OfficeFilePicker.cxx | 948 sal_Bool SAL_CALL SvtFilePicker::setShowState( sal_Bool bShowState ) in setShowState() function in SvtFilePicker 957 bRet = getDialog()->setShowState( bShowState ); in setShowState()
|
H A D | iodlg.hxx | 249 sal_Bool setShowState( sal_Bool bShowState );
|
H A D | OfficeFilePicker.hxx | 157 …virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState ) throw ( ::com::sun::star::uno:…
|
H A D | iodlg.cxx | 3139 sal_Bool SvtFileDialog::setShowState( sal_Bool /*bShowState*/ ) in setShowState() function in SvtFileDialog
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/fps/ |
H A D | com.sun.star.comp.ui.dialogs.FilePicker.csv | 22 "FilePicker";"com::sun::star::ui::dialogs::XFilePreview#optional";"setShowState()"
|
/trunk/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XFilePreview.idl | 123 boolean setShowState( [in] boolean bShowState );
|
/trunk/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.hxx | 198 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState )
|
H A D | SalGtkFilePicker.cxx | 1584 sal_Bool SAL_CALL SalGtkFilePicker::setShowState( sal_Bool bShowState ) throw( uno::RuntimeExceptio… in setShowState() function in SalGtkFilePicker 1790 pobjFP->setShowState( gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( cb ) ) ); in preview_toggled_cb()
|
/trunk/main/sfx2/source/dialog/ |
H A D | filedlghelper.cxx | 612 xFilePreview->setShowState( mbShowPreview ); in updatePreviewState()
|