Home
last modified time | relevance | path

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

12345678

/trunk/main/accessibility/bridge/source/java/
H A DWindowsAccessBridgeAdapter.cxx215 void handleWindowEvent(Window * pWindow, bool bShow) in handleWindowEvent() argument
257 if (bShow) in handleWindowEvent()
283 (bShow) ? g_jmRegisterTopWindow : g_jmRevokeTopWindow, in handleWindowEvent()
/trunk/main/accessibility/source/extended/
H A DAccessibleToolPanelDeckTabBar.cxx272 const bool bShow = ( i_pEvent->GetId() == VCLEVENT_WINDOW_SHOW ); in IMPL_LINK() local
274 if ( !bShow && !bHide ) in IMPL_LINK()
280 const Any aNewChild( bShow ? xButtonAccessible : Reference< XAccessible >() ); in IMPL_LINK()
/trunk/main/basctl/source/basicide/
H A Dbaside2.hxx202 void ShowMarker( sal_Bool bShow );
H A Dbaside2b.cxx1030 void BreakPointWindow::ShowMarker( sal_Bool bShow ) in ShowMarker() argument
1052 if ( bShow ) in ShowMarker()
H A Dbasidesh.cxx564 void BasicIDEShell::ShowObjectDialog( sal_Bool bShow, sal_Bool bCreateOrDestroy ) in ShowObjectDialog() argument
566 if ( bShow ) in ShowObjectDialog()
/trunk/main/basctl/source/inc/
H A Dbasidesh.hxx115 void ShowObjectDialog( sal_Bool bShow, sal_Bool bCreateOrDestroy );
/trunk/main/chart2/source/controller/dialogs/
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 Dres_BarGeometry.hxx45 void Show( bool bShow );
H A Dres_LegendPosition.cxx225 bool bShow = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in initFromItemSet() local
226 m_aCbxShow.Check(bShow); in initFromItemSet()
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()
H A Dres_TextSeparator.hxx44 void Show( bool bShow );
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 Dtp_DataSource.cxx150 sal_Bool bShow ) in lcl_ShowChooserButton() argument
152 if( rChooserButton.IsVisible() != bShow ) in lcl_ShowChooserButton()
154 rChooserButton.Show( bShow ); in lcl_ShowChooserButton()
156 if( bShow ) in lcl_ShowChooserButton()
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()
/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/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()
/trunk/main/chart2/source/view/axes/
H A DVAxisBase.cxx150 sal_Bool bShow = sal_False; in isAnythingToDraw() local
151 xProps->getPropertyValue( C2U( "Show" ) ) >>= bShow; in isAnythingToDraw()
152 if( !bShow ) in isAnythingToDraw()
/trunk/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()
/trunk/main/cui/source/customize/
H A Dcfg.cxx1614 sal_Bool bShow = sal_False; in SetNewText() local
1619 bShow = ( aRect.Bottom() > m_aRealRect.Bottom() ); in SetNewText()
1623 GetVScrollBar()->Show( bShow ); in SetNewText()
1625 if ( bShow ) in SetNewText()
/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx1024 void IconChoiceDialog::Start( sal_Bool bShow ) in Start() argument
1032 if ( bShow ) in Start()
/trunk/main/cui/source/inc/
H A Diconcdlg.hxx257 void Start( sal_Bool bShow = sal_True );
/trunk/main/cui/source/options/
H A Doptcolor.cxx898 sal_Bool bShow = lcl_isGroupVisible( nNewGroup, m_aModuleOptions ); in ColorConfigWindow_Impl() local
903 if ( bShow && nGroup >= GROUP_CALC ) in ColorConfigWindow_Impl()
911 if ( bShow ) in ColorConfigWindow_Impl()
922 if ( bShow ) in ColorConfigWindow_Impl()
932 if ( bShow ) in ColorConfigWindow_Impl()
941 if ( bShow ) in ColorConfigWindow_Impl()
1306 … sal_Bool bShow = lcl_MoveAndShow(aScrollWindow.aColorBoxes[i], nOffset, nWindowHeight, bShowCtrl); in IMPL_LINK() local
1307 if(bShow) in IMPL_LINK()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx270 void ShowParagraph( sal_uInt32 nParagraph, sal_Bool bShow = sal_True );
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1388 void EditEngine::ShowParagraph( sal_uInt32 nParagraph, sal_Bool bShow ) in ShowParagraph() argument
1391 pImpEditEngine->ShowParagraph( nParagraph, bShow ); in ShowParagraph()

Completed in 165 milliseconds

12345678