Home
last modified time | relevance | path

Searched refs:bShow (Results 51 – 75 of 179) sorted by relevance

12345678

/aoo42x/main/sw/source/ui/inc/
H A Dcolumn.hxx216 void ShowBalance(sal_Bool bShow) {aBalanceColsCB.Show(bShow);} in ShowBalance() argument
H A Dview.hxx332 SW_DLLPRIVATE void CreatePageButtons(sal_Bool bShow);
514 void ShowHScrollbar(sal_Bool bShow);
517 void ShowVScrollbar(sal_Bool bShow);
H A Dpview.hxx269 void ShowHScrollbar(sal_Bool bShow);
271 void ShowVScrollbar(sal_Bool bShow);
/aoo42x/main/sc/source/ui/inc/
H A Dviewfunc.hxx214 void ShowMarkedColumns( sal_Bool bShow, sal_Bool bRecord = sal_True );
215 void ShowMarkedRows( sal_Bool bShow, sal_Bool bRecord = sal_True );
328 void ShowNote( bool bShow = true );
H A Dnavipi.hxx306 void ShowList ( sal_Bool bShow, sal_Bool bSetSize );
307 void ShowScenarios ( sal_Bool bShow, sal_Bool bSetSize );
H A Dundotab.hxx358 sal_Bool bShow; member in ScUndoShowHideTab
360 void DoChange( sal_Bool bShow ) const;
H A Dundodat.hxx71 sal_Bool bShow; member in ScUndoDoOutline
153 sal_Bool bShow; member in ScUndoOutlineBlock
/aoo42x/main/svx/source/dialog/
H A Dorienthelper.cxx146 void OrientationHelper::Show( bool bShow ) in Show() argument
148 mpImpl->mbVisible = bShow; in Show()
/aoo42x/main/sw/inc/
H A Dviscrs.hxx121 inline void SetShowTxtInputFldOverlay( const bool bShow ) in SetShowTxtInputFldOverlay() argument
123 mbShowTxtInputFldOverlay = bShow; in SetShowTxtInputFldOverlay()
/aoo42x/main/vcl/unx/gtk/window/
H A Dgtkobject.cxx32 GtkSalObject::GtkSalObject( GtkSalFrame* pParent, sal_Bool bShow ) in GtkSalObject() argument
40 Show( bShow ); in GtkSalObject()
/aoo42x/main/vcl/inc/vcl/
H A Dmenu.hxx425 void ShowCloser( sal_Bool bShow = sal_True );
427 void ShowFloatButton( sal_Bool bShow = sal_True );
429 void ShowHideButton( sal_Bool bShow = sal_True );
/aoo42x/main/svtools/source/contnr/
H A Dsvlbox.cxx1206 void SvLBox::ImplShowTargetEmphasis( SvLBoxEntry* pEntry, sal_Bool bShow) in ImplShowTargetEmphasis() argument
1209 if ( bShow && (nImpFlags & SVLBOX_TARGEMPH_VIS) ) in ImplShowTargetEmphasis()
1211 if ( !bShow && !(nImpFlags & SVLBOX_TARGEMPH_VIS) ) in ImplShowTargetEmphasis()
1213 ShowTargetEmphasis( pEntry, bShow ); in ImplShowTargetEmphasis()
1214 if( bShow ) in ImplShowTargetEmphasis()
/aoo42x/main/sc/source/ui/undo/
H A Dundotab.cxx1181 bShow( bNewShow ) in ScUndoShowHideTab()
1204 DoChange(!bShow); in Undo()
1209 DoChange(bShow); in Redo()
1216 Execute( bShow ? FID_TABLE_SHOW : FID_TABLE_HIDE, in Repeat()
1227 sal_uInt16 nId = bShow ? STR_UNDO_SHOWTAB : STR_UNDO_HIDETAB; in GetComment()
/aoo42x/main/chart2/source/controller/dialogs/
H A Dres_LegendPosition.cxx225 bool bShow = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in initFromItemSet() local
226 m_aCbxShow.Check(bShow); in initFromItemSet()
/aoo42x/main/framework/inc/services/
H A Dlayoutmanager.hxx284 void implts_setVisibleState( sal_Bool bShow );
285 void implts_updateUIElementsVisibleState( sal_Bool bShow );
286 void implts_setCurrentUIVisibility( sal_Bool bShow );
/aoo42x/main/sc/source/ui/navipi/
H A Dnavipi.cxx1268 void ScNavigatorDlg::ShowList( sal_Bool bShow, sal_Bool bSetSize ) in ShowList() argument
1273 if ( bShow ) in ShowList()
1316 void ScNavigatorDlg::ShowScenarios( sal_Bool bShow, sal_Bool bSetSize ) in ShowScenarios() argument
1321 if ( bShow ) in ShowScenarios()
/aoo42x/main/sd/source/ui/view/
H A DViewShellBase.cxx172 void ShowViewTabBar (bool bShow);
1274 void ViewShellBase::Implementation::ShowViewTabBar (bool bShow) in ShowViewTabBar() argument
1277 && (mpViewTabBar->GetTabControl()->IsVisible()==sal_True) != bShow) in ShowViewTabBar()
1279 mpViewTabBar->GetTabControl()->Show(bShow ? sal_True : sal_False); in ShowViewTabBar()
/aoo42x/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx99 void Container::ShowAll( bool bShow ) in ShowAll() argument
126 inner::setChildrenVisible( mxContainer, bShow ); in ShowAll()
/aoo42x/main/svtools/source/inc/
H A Dsvimpicn.hxx119 void ShowCursor( sal_Bool bShow );
263 void ShowTargetEmphasis( SvLBoxEntry* pEntry, sal_Bool bShow );
/aoo42x/main/chart2/source/controller/main/
H A DChartController_Tools.cxx859 bool bShow = false; in executeDispatch_ToggleLegend() local
860 if( xLegendProp->getPropertyValue( C2U("Show")) >>= bShow ) in executeDispatch_ToggleLegend()
862 xLegendProp->setPropertyValue( C2U("Show"), uno::makeAny( ! bShow )); in executeDispatch_ToggleLegend()
/aoo42x/main/vcl/source/window/
H A Ddockwin.cxx678 sal_Bool bShow = sal_False; in EndDocking() local
683 bShow = sal_True; in EndDocking()
694 if ( bShow ) in EndDocking()
/aoo42x/main/sc/source/ui/view/
H A Dcellsh1.cxx1868 bool bShow; in ExecuteEdit() local
1871 bShow = ((const SfxBoolItem*) pItem)->GetValue(); in ExecuteEdit()
1873 bShow = !pNote->IsCaptionShown(); in ExecuteEdit()
1875 pTabViewShell->ShowNote( bShow ); in ExecuteEdit()
1878 rReq.AppendItem( SfxBoolItem( FID_NOTE_VISIBLE, bShow ) ); in ExecuteEdit()
/aoo42x/main/sfx2/source/dialog/
H A Ddockwin.cxx1956 void SfxDockingWindow::AutoShow( sal_Bool bShow ) in AutoShow() argument
1958 AutoShow_Impl(bShow); in AutoShow()
1961 void SfxDockingWindow::AutoShow_Impl( sal_Bool bShow ) in AutoShow_Impl() argument
1965 if ( bShow ) in AutoShow_Impl()
/aoo42x/main/sd/source/ui/inc/
H A Doptsitem.hxx381 …void SetShowComments( sal_Bool bShow ) { if( bShowComments != bShow ) { OptionsChanged(); bSho… in SetShowComments() argument
/aoo42x/main/chart2/source/view/main/
H A DVLegend.cxx854 sal_Bool bShow = sal_False; in isVisible() local
858 xLegendProp->getPropertyValue( C2U( "Show" )) >>= bShow; in isVisible()
865 return bShow; in isVisible()

Completed in 707 milliseconds

12345678