Searched refs:bShowState (Results 1 – 17 of 17) sorted by relevance
67 virtual sal_Bool SAL_CALL setShowState(sal_Bool bShowState);168 sal_Bool SAL_CALL CPreviewAdapterImpl::setShowState( sal_Bool bShowState ) in setShowState() argument170 sal_Bool bRet = m_Preview->setShowState(bShowState); in setShowState()363 sal_Bool bShowState = m_Preview->getImaginaryShowState(); in initializeActivePreview() local372 m_Instance, GetParent(flb), bShowState); in initializeActivePreview()661 sal_Bool SAL_CALL CPreviewAdapter::setShowState( sal_Bool bShowState ) in setShowState() argument663 return m_pImpl->setShowState(bShowState); in setShowState()
115 sal_Bool SAL_CALL PreviewBase::setShowState( sal_Bool bShowState ) throw (RuntimeException) in setShowState() argument117 m_bShowState = bShowState; in setShowState()
214 sal_Bool SAL_CALL CDIBPreview::setShowState(sal_Bool bShowState) throw (RuntimeException) in setShowState() argument216 PreviewBase::setShowState(bShowState); in setShowState()
599 sal_Bool SAL_CALL CFilePicker::setShowState(sal_Bool bShowState) throw (uno::RuntimeException) in setShowState() argument604 return m_pImpl->setShowState(bShowState); in setShowState()
75 sal_Bool SAL_CALL setShowState(sal_Bool bShowState);
65 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState )
442 sal_Bool SAL_CALL CWinFileOpenImpl::setShowState(sal_Bool bShowState) in setShowState() argument445 return m_Preview->setShowState(bShowState); in setShowState()
76 virtual sal_Bool SAL_CALL setShowState(sal_Bool bShowState)
217 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState )
151 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState )
185 …virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState ) throw (::com::sun::star::uno::Runtim…
114 @param bShowState123 boolean setShowState( [in] boolean bShowState );
1583 sal_Bool SAL_CALL SalGtkFilePicker::setShowState( sal_Bool bShowState ) throw( uno::RuntimeExceptio… in setShowState() argument1588 if( bShowState != mbPreviewState ) in setShowState()1592 if( bShowState ) in setShowState()1612 mbPreviewState = bShowState; in setShowState()
198 virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState )
938 sal_Bool SAL_CALL SvtFilePicker::setShowState( sal_Bool bShowState ) in setShowState() argument947 bRet = getDialog()->setShowState( bShowState ); in setShowState()
249 sal_Bool setShowState( sal_Bool bShowState );
157 …virtual sal_Bool SAL_CALL setShowState( sal_Bool bShowState ) throw ( ::com::sun::star::uno:…
Completed in 85 milliseconds