Home
last modified time | relevance | path

Searched refs:bShow (Results 1 – 25 of 179) sorted by relevance

12345678

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx196 m_aCB_3DLook.Show(bShow); in showControls()
197 m_aLB_Scheme.Show(bShow); in showControls()
355 m_aCB_Stacked.Show(bShow); in showControls()
356 m_aRB_Stack_Y.Show(bShow); in showControls()
660 m_aCB_Splines.Show(bShow); in showControls()
1032 if(bShow) in showAllControls()
1040 if(bShow) in showAllControls()
1048 if(bShow) in showAllControls()
1059 if(bShow) in showAllControls()
1067 if(bShow) in showAllControls()
[all …]
H A Dres_BarGeometry.cxx82 void BarGeometryResources::Show( bool bShow ) in Show() argument
84 m_aFT_Geometry.Show( bShow ); in Show()
85 m_aLB_Geometry.Show( bShow ); in Show()
H A Dtp_RangeChooser.cxx47 sal_Bool bShow ) in lcl_ShowChooserButton() argument
49 if( rChooserButton.IsVisible() != bShow ) in lcl_ShowChooserButton()
51 rChooserButton.Show( bShow ); in lcl_ShowChooserButton()
53 if( bShow ) in lcl_ShowChooserButton()
H A Dres_TextSeparator.cxx65 void TextSeparatorResources::Show( bool bShow ) in Show() argument
67 m_aFT_Separator.Show( bShow ); in Show()
68 m_aLB_Separator.Show( bShow ); in Show()
/trunk/main/sfx2/source/appl/
H A Dimestatuswindow.cxx67 sal_Bool bShow = sal_Bool(); in init() local
71 >>= bShow) in init()
72 Application::ShowImeStatusWindow(bShow); in init()
86 sal_Bool bShow = sal_Bool(); in isShowing() local
89 >>= bShow) in isShowing()
90 return bShow; in isShowing()
101 void ImeStatusWindow::show(bool bShow) in show() argument
108 css::uno::makeAny(static_cast< sal_Bool >(bShow))); in show()
116 Application::ShowImeStatusWindow(bShow); in show()
/trunk/main/vcl/unx/generic/app/
H A Di18n_status.cxx68 virtual void show( bool bShow, I18NStatus::ShowReason eReason ) = 0;
117 virtual void show( bool bShow, I18NStatus::ShowReason eReason );
289 void XIMStatusWindow::show( bool bShow, I18NStatus::ShowReason eReason ) in show() argument
291 if( bShow && ! m_aStatusText.GetText().Len() ) in show()
292 bShow = false; in show()
294 m_bDelayedShow = bShow; in show()
333 virtual void show( bool bShow, I18NStatus::ShowReason eReason );
421 if( ! bShow in show()
426 m_bShow = bShow; in show()
581 void I18NStatus::show( bool bShow, ShowReason eReason ) in show() argument
[all …]
/trunk/main/sc/source/core/data/
H A Dtable2.cxx2599 if (bWasVis != bShow) in ShowCol()
2606 if (bShow) in ShowCol()
2632 if (bWasVis != bShow) in ShowRow()
2639 if (bShow) in ShowRow()
2648 if (bShow) in ShowRow()
2673 if (bWasVis != bShow) in DBShowRow()
2678 if (bShow) in DBShowRow()
2730 if (bShow) in DBShowRows()
2789 if (bShow) in ShowRows()
2801 if (bShow) in ShowRows()
[all …]
H A Dolinetab.cxx637 bool ScOutlineArray::ManualAction( SCCOLROW nStartPos, SCCOLROW nEndPos, bool bShow, ScTable& rTabl… in ManualAction() argument
649 if ( pEntry->IsHidden() == bShow ) in ManualAction()
657 bool bToggle = ( bShow != bAllHidden ); in ManualAction()
660 pEntry->SetHidden( !bShow ); in ManualAction()
661 SetVisibleBelow( aIter.LastLevel(), aIter.LastEntry(), bShow, bShow ); in ManualAction()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DLegendItemConverter.cxx117 sal_Bool bShow = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in ApplySpecialItem() local
120 ( bWasShown != bShow )) in ApplySpecialItem()
122 GetPropertySet()->setPropertyValue( C2U("Show"), uno::makeAny( bShow )); in ApplySpecialItem()
183 sal_Bool bShow = sal_True; in FillSpecialItem() local
184 GetPropertySet()->getPropertyValue( C2U( "Show" )) >>= bShow; in FillSpecialItem()
185 rOutItemSet.Put( SfxBoolItem(SCHATTR_LEGEND_SHOW, bShow) ); in FillSpecialItem()
H A DRegressionCurveItemConverter.cxx242 bool bShow = false; in FillSpecialItem() local
244 (xEqProp->getPropertyValue( C2U( "ShowEquation" )) >>= bShow)) in FillSpecialItem()
246 rOutItemSet.Put( SfxBoolItem( nWhichId, bShow )); in FillSpecialItem()
259 bool bShow = false; in FillSpecialItem() local
261 (xEqProp->getPropertyValue( C2U( "ShowCorrelationCoefficient" )) >>= bShow)) in FillSpecialItem()
263 rOutItemSet.Put( SfxBoolItem( nWhichId, bShow )); in FillSpecialItem()
/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx338 void SwView::CreatePageButtons(sal_Bool bShow) in CreatePageButtons() argument
357 if(bShow) in CreatePageButtons()
719 void SwView::ShowHScrollbar(sal_Bool bShow) in ShowHScrollbar() argument
722 pHScrollbar->ExtendedShow(bShow); in ShowHScrollbar()
735 void SwView::ShowVScrollbar(sal_Bool bShow) in ShowVScrollbar() argument
738 pVScrollbar->ExtendedShow(bShow); in ShowVScrollbar()
739 pPageUpBtn->Show(bShow); in ShowVScrollbar()
740 pPageDownBtn->Show(bShow); in ShowVScrollbar()
741 pNaviBtn->Show(bShow); in ShowVScrollbar()
/trunk/main/svx/inc/svx/
H A Dsvdpagv.hxx214 …tLayerVisible(const String& rName, sal_Bool bShow = sal_True) { SetLayer(rName, aLayerVisi, bShow)… in SetLayerVisible() argument
216 …void SetAllLayersVisible(sal_Bool bShow = sal_True) { SetAllLayers(aLayerVisi, bShow); if(!bShow) … in SetAllLayersVisible() argument
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx278 sal_Bool bShow = pShowItem ? pShowItem->GetValue() : sal_True; in Exec_Impl() local
284 if ( bShow ) in Exec_Impl()
287 pWorkWin->MakeChildsVisible_Impl( bShow ); in Exec_Impl()
291 GetBindings().HidePopups( !bShow ); in Exec_Impl()
299 pBind->HidePopupCtrls_Impl( !bShow ); in Exec_Impl()
303 pWorkWin->HidePopups_Impl( !bShow, sal_True, nId ); in Exec_Impl()
304 pWorkWin->MakeChildsVisible_Impl( bShow ); in Exec_Impl()
H A Dviewfrm.cxx3149 sal_Bool bShow( sal_True ); in MiscExec_Impl() local
3153 bShow = pShowItem->GetValue(); in MiscExec_Impl()
3155 if ( bShow ) in MiscExec_Impl()
3376 sal_Bool bShow = sal_False; in ChildWindowExecute() local
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()
[all …]
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx142 const bool bShow = IDocumentRedlineAccess::IsShowChanges( pIDRA->GetRedlineMode() ); in CtorInitAttrIter() local
143 if( pExtInp || bShow ) in CtorInitAttrIter()
158 bShow, pArr, nInputStt ); in CtorInitAttrIter()
188 nAct( MSHRT_MAX ), bOn( sal_False ), bShow( bShw ) in SwRedlineItr()
213 if( bShow ) in _Seek()
319 if( !bShow && !pExt ) in ChangeTxtAttr()
357 if( !bShow || MSHRT_MAX == nFirst ) in _GetNextRedln()
H A Dredlnitr.hxx81 sal_Bool bShow; member in SwRedlineItr
101 { if( bShow || pExt ) return _Seek( rFnt, nNew, nOld ); return 0; } in Seek()
105 { if( bShow || pExt ) return _GetNextRedln( nNext ); return nNext; } in GetNextRedln()
/trunk/main/fpicker/source/win32/filepicker/
H A Dpreviewadapter.cxx79 virtual void SAL_CALL notifyParentShow(sal_Bool bShow);
554 virtual void SAL_CALL notifyParentShow(sal_Bool bShow);
570 void SAL_CALL CWin95NTPreviewAdapterImpl::notifyParentShow(sal_Bool bShow) in notifyParentShow() argument
574 if (bShow) in notifyParentShow()
688 void SAL_CALL CPreviewAdapter::notifyParentShow(bool bShow) in notifyParentShow() argument
690 m_pImpl->notifyParentShow(bShow); in notifyParentShow()
H A DPreviewCtrl.cxx210 sal_Bool bShow, in createInstance() argument
218 aParent, ulCorner, aSize, hInstance, bShow, bEnabled ); in createInstance()
245 sal_Bool bShow, in CFilePreview() argument
271 sal_uInt32 dwStyle = bShow ? (WS_CHILD | WS_VISIBLE) : WS_CHILD; in CFilePreview()
405 sal_Bool SAL_CALL CFilePreview::show( sal_Bool bShow ) in show() argument
409 sal_Int32 showState = bShow ? SW_SHOW : SW_HIDE; in show()
H A DPreviewCtrl.hxx115 sal_Bool bShow = sal_True,
144 sal_Bool SAL_CALL show( sal_Bool bShow );
160 sal_Bool bShow = sal_True,
/trunk/main/sw/source/ui/misc/
H A Dglshell.cxx148 , bShow ( bNewShow ) in SwGlosDocShell()
268 …ellRef SwGlossaries::EditGroupDoc( const String& rGroup, const String& rShortName, sal_Bool bShow ) in SV_IMPL_REF()
291 SwGlosDocShell* pDocSh = new SwGlosDocShell(bShow); in SV_IMPL_REF()
300 …SfxViewFrame* pFrame = bShow ? SfxViewFrame::LoadDocument( *xDocSh, nViewId ) : SfxViewFrame::Load… in SV_IMPL_REF()
337 if ( bShow ) in SV_IMPL_REF()
/trunk/main/sw/inc/
H A Dpostithelper.hxx99 bool bShow; member in SwSidebarItem
108 , bShow(aShow) in SwSidebarItem()
155 const bool bShow, in SwAnnotationItem() argument
157 : SwSidebarItem( bShow, bFocus ) in SwAnnotationItem()
/trunk/main/vcl/inc/vcl/
H A Dsplitwin.hxx245 void ShowAutoHideButton( sal_Bool bShow = sal_True );
247 void ShowFadeInHideButton( sal_Bool bShow = sal_True );
248 void ShowFadeInButton( sal_Bool bShow = sal_True ) { ShowFadeInHideButton( bShow ); } in ShowFadeInButton() argument
250 void ShowFadeOutButton( sal_Bool bShow = sal_True );
/trunk/main/svx/source/form/
H A Dfmshell.cxx653 sal_Bool bShow = sal_True; in Execute() local
655 bShow = pShowItem->GetValue(); in Execute()
656 GetImpl()->ShowSelectionProperties( bShow ); in Execute()
665 sal_Bool bShow = pShowItem ? pShowItem->GetValue() : sal_True; in Execute() local
671 GetImpl()->ShowSelectionProperties( bShow ); in Execute()
679 sal_Bool bShow = pShowItem ? pShowItem->GetValue() : sal_True; in Execute() local
682 if ( bShow ) in Execute()
684 GetImpl()->ShowSelectionProperties( bShow ); in Execute()
/trunk/main/vcl/source/window/
H A Dsyschild.cxx119 …indow::ImplInitSysChild( Window* pParent, WinBits nStyle, SystemWindowData *pData, sal_Bool bShow ) in ImplInitSysChild() argument
121 …Impl->mpSysObj = ImplGetSVData()->mpDefInst->CreateObject( pParent->ImplGetFrame(), pData, bShow ); in ImplInitSysChild()
144 …ow::SystemChildWindow( Window* pParent, WinBits nStyle, SystemWindowData *pData, sal_Bool bShow ) : in SystemChildWindow() argument
147 ImplInitSysChild( pParent, nStyle, pData, bShow ); in SystemChildWindow()
/trunk/main/sc/source/ui/view/
H A Dviewfun6.cxx138 void ScViewFunc::ShowNote( bool bShow ) in ShowNote() argument
140 if( bShow ) in ShowNote()
145 rViewData.GetDocShell()->GetDocFunc().ShowNote( aPos, bShow ); in ShowNote()

Completed in 124 milliseconds

12345678