Home
last modified time | relevance | path

Searched refs:setShowState (Results 1 – 22 of 22) sorted by relevance

/trunk/main/fpicker/source/win32/filepicker/
H A Dpreviewadapter.cxx66 virtual sal_Bool SAL_CALL setShowState(sal_Bool bShowState);
166 sal_Bool SAL_CALL CPreviewAdapterImpl::setShowState( sal_Bool bShowState ) in setShowState() function in CPreviewAdapterImpl
168 sal_Bool bRet = m_Preview->setShowState(bShowState); in setShowState()
658 sal_Bool SAL_CALL CPreviewAdapter::setShowState( sal_Bool bShowState ) in setShowState() function in CPreviewAdapter
660 return m_pImpl->setShowState(bShowState); in setShowState()
H A Ddibpreview.cxx213 sal_Bool SAL_CALL CDIBPreview::setShowState(sal_Bool bShowState) in setShowState() function in CDIBPreview
215 PreviewBase::setShowState(bShowState); in setShowState()
H A DFilePicker.cxx586 sal_Bool SAL_CALL CFilePicker::setShowState(sal_Bool bShowState) in setShowState() function in CFilePicker
591 return m_pImpl->setShowState(bShowState); in setShowState()
H A DWinFileOpenImpl.cxx426 sal_Bool SAL_CALL CWinFileOpenImpl::setShowState(sal_Bool bShowState) in setShowState() function in CWinFileOpenImpl
428 return m_Preview->setShowState(bShowState); in setShowState()
H A Dpreviewbase.hxx61 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState );
H A Dpreviewadapter.hxx74 sal_Bool SAL_CALL setShowState(sal_Bool bShowState);
H A Ddibpreview.hxx72 virtual sal_Bool SAL_CALL setShowState(sal_Bool bShowState);
H A Dpreviewbase.cxx114 sal_Bool SAL_CALL PreviewBase::setShowState( sal_Bool bShowState ) in setShowState() function in PreviewBase
H A DWinFileOpenImpl.hxx134 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState );
H A DVistaFilePicker.hxx189 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState );
H A DFilePicker.hxx166 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState );
H A DVistaFilePicker.cxx494 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.java102 boolean success = oObj.setShowState(!prev_state); in _setShowState()
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx940 sal_Bool SAL_CALL SvtFilePicker::setShowState( sal_Bool bShowState ) in setShowState() function in SvtFilePicker
948 bRet = getDialog()->setShowState( bShowState ); in setShowState()
H A DOfficeFilePicker.hxx157 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState );
H A Diodlg.hxx249 sal_Bool setShowState( sal_Bool bShowState );
H A Diodlg.cxx3139 sal_Bool SvtFileDialog::setShowState( sal_Bool /*bShowState*/ ) in setShowState() function in SvtFileDialog
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/fps/
H A Dcom.sun.star.comp.ui.dialogs.FilePicker.csv22 "FilePicker";"com::sun::star::ui::dialogs::XFilePreview#optional";"setShowState()"
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePreview.idl123 boolean setShowState( [in] boolean bShowState );
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.hxx173 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState );
H A DSalGtkFilePicker.cxx1571 sal_Bool SAL_CALL SalGtkFilePicker::setShowState( sal_Bool bShowState ) in setShowState() function in SalGtkFilePicker
1776 pobjFP->setShowState( gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( cb ) ) ); in preview_toggled_cb()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx612 xFilePreview->setShowState( mbShowPreview ); in updatePreviewState()