Lines Matching refs:bShow
3149 sal_Bool bShow( sal_True ); in MiscExec_Impl() local
3151 bShow = xLayoutManager->isElementVisible( aStatusbarResString ); in MiscExec_Impl()
3153 bShow = pShowItem->GetValue(); in MiscExec_Impl()
3155 if ( bShow ) in MiscExec_Impl()
3164 rReq.AppendItem( SfxBoolItem( SID_TOGGLESTATUSBAR, bShow ) ); in MiscExec_Impl()
3314 sal_Bool bShow = xLayoutManager->isElementVisible( aStatusbarResString ); in MiscState_Impl() local
3315 rSet.Put( SfxBoolItem( nWhich, bShow )); in MiscState_Impl()
3376 sal_Bool bShow = sal_False; in ChildWindowExecute() local
3378 bShow = pShowItem ? pShowItem->GetValue() : !bHasChild; in ChildWindowExecute()
3381 if( bShow == bHasChild ) in ChildWindowExecute()
3385 rReq.AppendItem( SfxBoolItem( nSID, bShow ) ); in ChildWindowExecute()
3387 if ( !bShow ) in ChildWindowExecute()
3416 sal_Bool bShow = sal_False; in ChildWindowExecute() local
3418 bShow = pShowItem ? pShowItem->GetValue() : !bHasChild; in ChildWindowExecute()
3422 if ( !pShowItem || bShow != bHasChild ) in ChildWindowExecute()
3434 rReq.AppendItem( SfxBoolItem( nSID, bShow ) ); in ChildWindowExecute()