Home
last modified time | relevance | path

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

12345678910>>...49

/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/dialogs/
H A DServerDetailsControls.cxx93 m_pDialog->m_xFTHost->set_visible( bShow ); in set_visible()
94 m_pDialog->m_xHostBox->set_visible( bShow ); in set_visible()
95 m_pDialog->m_xEDRoot->set_visible( bShow ); in set_visible()
96 m_pDialog->m_xFTRoot->set_visible( bShow ); in set_visible()
98 DetailsContainer::set_visible( bShow ); in set_visible()
100 if ( bShow ) in set_visible()
161 HostDetailsContainer::set_visible( bShow ); in set_visible()
163 if ( !bShow ) in set_visible()
166 m_pDialog->m_xCBDavs->set_visible(bShow); in set_visible()
271 if ( bShow ) in set_visible()
[all …]
H A DServerDetailsControls.hxx44 virtual void set_visible( bool bShow );
75 virtual void set_visible( bool bShow ) override;
93 virtual void set_visible( bool bShow ) override;
112 virtual void set_visible( bool bShow ) override;
129 virtual void set_visible( bool bShow ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/dialogs/
H A DServerDetailsControls.cxx95 m_pDialog->m_xFTHost->set_visible( bShow ); in set_visible()
96 m_pDialog->m_xHostBox->set_visible( bShow ); in set_visible()
97 m_pDialog->m_xEDRoot->set_visible( bShow ); in set_visible()
98 m_pDialog->m_xFTRoot->set_visible( bShow ); in set_visible()
100 DetailsContainer::set_visible( bShow ); in set_visible()
102 if ( bShow ) in set_visible()
163 HostDetailsContainer::set_visible( bShow ); in set_visible()
165 if ( !bShow ) in set_visible()
168 m_pDialog->m_xCBDavs->set_visible(bShow); in set_visible()
271 if ( bShow ) in set_visible()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A DChartResourceGroups.cxx40 void Dim3DLookResourceGroup::showControls(bool bShow) in showControls() argument
42 m_xCB_3DLook->set_visible(bShow); in showControls()
43 m_xLB_Scheme->set_visible(bShow); in showControls()
100 m_xCB_XValueSorting->set_visible(bShow); in showControls()
134 m_xCB_Stacked->set_visible(bShow); in showControls()
135 m_xRB_Stack_Y->set_visible(bShow); in showControls()
136 m_xRB_Stack_Y_Percent->set_visible(bShow); in showControls()
232 m_xFT_LineType->set_visible(bShow); in showControls()
233 m_xLB_LineType->set_visible(bShow); in showControls()
234 m_xPB_DetailsDialog->set_visible(bShow); in showControls()
[all …]
H A Dtp_ChartType.cxx272 bool bShow = rTypeController.shouldShow_3DLookControl(); in showAllControls() local
273 m_pDim3DLookResourceGroup->showControls( bShow ); in showAllControls()
274 bShow = rTypeController.shouldShow_StackingControl(); in showAllControls()
275 m_pStackingResourceGroup->showControls( bShow ); in showAllControls()
276 bShow = rTypeController.shouldShow_SplineControl(); in showAllControls()
277 m_pSplineResourceGroup->showControls( bShow ); in showAllControls()
278 bShow = rTypeController.shouldShow_GeometryControl(); in showAllControls()
279 m_pGeometryResourceGroup->showControls( bShow ); in showAllControls()
280 bShow = rTypeController.shouldShow_SortByXValuesResourceGroup(); in showAllControls()
281 m_pSortByXValuesResourceGroup->showControls( bShow ); in showAllControls()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DSectionUpperLeft.cpp46 void SectionUpperLeft::showSection(bool bShow) in showSection() argument
48 sectionContainer->show(bShow); in showSection()
60 void SectionUpperLeft::show(bool bShow) in show() argument
62 SectionAbstract::show(bShow); in show()
73 if (bShow) in show()
96 showSection(bShow); in show()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A DChartResourceGroups.cxx36 void Dim3DLookResourceGroup::showControls(bool bShow) in showControls() argument
38 m_xCB_3DLook->set_visible(bShow); in showControls()
39 m_xLB_Scheme->set_visible(bShow); in showControls()
89 m_xCB_XValueSorting->set_visible(bShow); in showControls()
123 m_xCB_Stacked->set_visible(bShow); in showControls()
124 m_xRB_Stack_Y->set_visible(bShow); in showControls()
125 m_xRB_Stack_Y_Percent->set_visible(bShow); in showControls()
316 m_xFT_LineType->set_visible(bShow); in showControls()
317 m_xLB_LineType->set_visible(bShow); in showControls()
318 m_xPB_DetailsDialog->set_visible(bShow); in showControls()
[all …]
H A Dtp_ChartType.cxx268 bool bShow = rTypeController.shouldShow_3DLookControl(); in showAllControls() local
269 m_pDim3DLookResourceGroup->showControls( bShow ); in showAllControls()
270 bShow = rTypeController.shouldShow_StackingControl(); in showAllControls()
271 m_pStackingResourceGroup->showControls( bShow, false ); in showAllControls()
272 bShow = rTypeController.shouldShow_SplineControl(); in showAllControls()
273 m_pSplineResourceGroup->showControls( bShow ); in showAllControls()
274 bShow = rTypeController.shouldShow_GeometryControl(); in showAllControls()
275 m_pGeometryResourceGroup->showControls( bShow ); in showAllControls()
276 bShow = rTypeController.shouldShow_SortByXValuesResourceGroup(); in showAllControls()
277 m_pSortByXValuesResourceGroup->showControls( bShow ); in showAllControls()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/joysticks/dialogs/
H A DGUIDialogNewJoystick.cpp28 bool bShow = true; in ShowAsync() local
31 bShow = false; in ShowAsync()
34 bShow = false; in ShowAsync()
37 bShow = false; in ShowAsync()
39 if (bShow) in ShowAsync()
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/lib/pgBackRestDoc/Latex/
H A DDocLatexSection.pm161 my $bShow = $oChild->paramTest('show', 'n') ? false : true;
164 if ($bShow)
176 {iIndent => $iDepth + 3, bShow => $bShow && $bExeShow});
178 if ($bShow && $bExeShow)
189 if ($bShow)
451 my $bShow = true;
456 ($strFile, $strConfig, $bShow) = $self->backrestConfig($oSection, $oConfig, $iDepth);
460 ($strFile, $strConfig, $bShow) = $self->postgresConfig($oSection, $oConfig, $iDepth);
463 if ($bShow)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Ddialog.cpp168 bool wxDialog::Show( bool bShow ) in Show() argument
170 if ( bShow == IsShown() ) in Show()
173 if (!bShow && m_modalData ) in Show()
186 if (bShow) in Show()
197 wxDialogBase::Show(bShow); in Show()
203 if ( bShow ) in Show()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Ddialog.cpp168 bool wxDialog::Show( bool bShow ) in Show() argument
170 if ( bShow == IsShown() ) in Show()
173 if (!bShow && m_modalData ) in Show()
186 if (bShow) in Show()
197 wxDialogBase::Show(bShow); in Show()
203 if ( bShow ) in Show()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/itemsetwrapper/
H A DLegendItemConverter.cxx104 bool bShow = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in ApplySpecialItem() local
107 ( bWasShown != bShow )) in ApplySpecialItem()
109 GetPropertySet()->setPropertyValue( "Show" , uno::Any( bShow )); in ApplySpecialItem()
169 bool bShow = true; in FillSpecialItem() local
170 GetPropertySet()->getPropertyValue( "Show" ) >>= bShow; in FillSpecialItem()
171 rOutItemSet.Put( SfxBoolItem(SCHATTR_LEGEND_SHOW, bShow) ); in FillSpecialItem()
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/sci_gateway/cpp/
H A Dsci_clear.cpp54 bool bShow = false; in sci_clear() local
67 if (bShow == false) in sci_clear()
70 bShow = true; in sci_clear()
76 if (bShow) in sci_clear()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/itemsetwrapper/
H A DLegendItemConverter.cxx102 bool bShow = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in ApplySpecialItem() local
105 ( bWasShown != bShow )) in ApplySpecialItem()
107 GetPropertySet()->setPropertyValue( "Show" , uno::Any( bShow )); in ApplySpecialItem()
184 bool bShow = true; in FillSpecialItem() local
185 GetPropertySet()->getPropertyValue( "Show" ) >>= bShow; in FillSpecialItem()
186 rOutItemSet.Put( SfxBoolItem(SCHATTR_LEGEND_SHOW, bShow) ); in FillSpecialItem()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_table.cpp281 void CWKSP_Table::Set_View(bool bShow) in Set_View() argument
283 if( bShow && !m_pView ) in Set_View()
287 else if( !bShow && m_pView ) in Set_View()
305 void CWKSP_Table::Set_Diagram(bool bShow) in Set_Diagram() argument
307 if( bShow && !m_pDiagram ) in Set_Diagram()
311 else if( !bShow && m_pDiagram ) in Set_Diagram()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/inc/
H A DChartResourceGroups.hxx46 void showControls(bool bShow);
65 void showControls(bool bShow);
82 void showControls(bool bShow);
107 void showControls(bool bShow);
133 void showControls(bool bShow);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A DServerDetailsControls.hxx44 virtual void set_visible( bool bShow );
75 virtual void set_visible( bool bShow ) override;
93 virtual void set_visible( bool bShow ) override;
112 virtual void set_visible( bool bShow ) override;
129 virtual void set_visible( bool bShow ) override;
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Ddbtotxt.c51 unsigned char bShow[256]; /* Characters ok to display */ in main() local
52 memset(bShow, '.', sizeof(bShow)); in main()
54 if( i!='{' && i!='}' && i!='"' && i!='\\' ) bShow[i] = (unsigned char)i; in main()
139 fputc( bShow[c], stdout); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Ddbtotxt.c51 unsigned char bShow[256]; /* Characters ok to display */ in main() local
52 memset(bShow, '.', sizeof(bShow)); in main()
54 if( i!='{' && i!='}' && i!='"' && i!='\\' ) bShow[i] = (unsigned char)i; in main()
139 fputc( bShow[c], stdout); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Ddbtotxt.c51 unsigned char bShow[256]; /* Characters ok to display */ in main() local
52 memset(bShow, '.', sizeof(bShow)); in main()
54 if( i!='{' && i!='}' && i!='"' && i!='\\' ) bShow[i] = (unsigned char)i; in main()
139 fputc( bShow[c], stdout); in main()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DSplashDialog.cpp136 bool bShow; in Populate() local
137 gPrefs->Read(wxT("/GUI/ShowSplashScreen"), &bShow, true ); in Populate()
182 S.Id( DontShowID).AddCheckBox( XXO("Don't show this again at start up"), !bShow ); in Populate()
198 bool bShow = !Evt.IsChecked(); in OnDontShow() local
199 gPrefs->Write(wxT("/GUI/ShowSplashScreen"), bShow ); in OnDontShow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/sidebar/
H A DChartErrorBarPanel.cxx63 bool bShow = false; in showPositiveError() local
64 aAny >>= bShow; in showPositiveError()
65 return bShow; in showPositiveError()
82 bool bShow = false; in showNegativeError() local
83 aAny >>= bShow; in showNegativeError()
84 return bShow; in showNegativeError()
88 const OUString& rCID, bool bShow) in setShowPositiveError() argument
96 xPropSet->setPropertyValue("ShowPositiveError", css::uno::Any(bShow)); in setShowPositiveError()
100 const OUString& rCID, bool bShow) in setShowNegativeError() argument
108 xPropSet->setPropertyValue("ShowNegativeError", css::uno::Any(bShow)); in setShowNegativeError()
H A DChartTypePanel.cxx318 bool bShow = rTypeController.shouldShow_3DLookControl(); in showAllControls() local
319 m_pDim3DLookResourceGroup->showControls(bShow); in showAllControls()
320 bShow = rTypeController.shouldShow_StackingControl(); in showAllControls()
321 m_pStackingResourceGroup->showControls(bShow); in showAllControls()
322 bShow = rTypeController.shouldShow_SplineControl(); in showAllControls()
323 m_pSplineResourceGroup->showControls(bShow); in showAllControls()
324 bShow = rTypeController.shouldShow_GeometryControl(); in showAllControls()
325 m_pGeometryResourceGroup->showControls(bShow); in showAllControls()
326 bShow = rTypeController.shouldShow_SortByXValuesResourceGroup(); in showAllControls()
327 m_pSortByXValuesResourceGroup->showControls(bShow); in showAllControls()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/sidebar/
H A DChartErrorBarPanel.cxx64 bool bShow = false; in showPositiveError() local
65 aAny >>= bShow; in showPositiveError()
66 return bShow; in showPositiveError()
83 bool bShow = false; in showNegativeError() local
84 aAny >>= bShow; in showNegativeError()
85 return bShow; in showNegativeError()
89 const OUString& rCID, bool bShow) in setShowPositiveError() argument
97 xPropSet->setPropertyValue("ShowPositiveError", css::uno::Any(bShow)); in setShowPositiveError()
101 const OUString& rCID, bool bShow) in setShowNegativeError() argument
109 xPropSet->setPropertyValue("ShowNegativeError", css::uno::Any(bShow)); in setShowNegativeError()

12345678910>>...49