Home
last modified time | relevance | path

Searched defs:bShow (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DSectionUpperLeft.cpp46 void SectionUpperLeft::showSection(bool bShow) in showSection()
60 void SectionUpperLeft::show(bool bShow) in show()
H A DSectionAbout.h52 virtual void show(bool bShow) { SectionUpperLeft::show(bShow); } in show()
H A DSectionAdvancedEdit.h57 virtual void show(bool bShow) { SectionUpperLeft::show(bShow); } in show()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A DChartResourceGroups.cxx40 void Dim3DLookResourceGroup::showControls(bool bShow) in showControls()
98 void SortByXValuesResourceGroup::showControls(bool bShow) in showControls()
132 void StackingResourceGroup::showControls(bool bShow) in showControls()
230 void SplineResourceGroup::showControls(bool bShow) in showControls()
341 void GeometryResourceGroup::showControls(bool bShow) { m_aGeometryResources.set_visible(bShow); } in showControls()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A DChartResourceGroups.cxx36 void Dim3DLookResourceGroup::showControls(bool bShow) in showControls()
87 void SortByXValuesResourceGroup::showControls(bool bShow) in showControls()
121 void StackingResourceGroup::showControls(bool bShow, bool bShowDeepStacking) in showControls()
314 void SplineResourceGroup::showControls(bool bShow) in showControls()
425 void GeometryResourceGroup::showControls(bool bShow) { m_aGeometryResources.set_visible(bShow); } in showControls()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dsyschild.cxx86 …ndow::ImplInitSysChild( vcl::Window* pParent, WinBits nStyle, SystemWindowData *pData, bool bShow ) in ImplInitSysChild()
107 …w::SystemChildWindow( vcl::Window* pParent, WinBits nStyle, SystemWindowData *pData, bool bShow ) : in SystemChildWindow()
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpp_AttrProp.h54 bool isEqual(UT_uint32 iId, bool bShow, bool bMark) const in isEqual()
141 …void setRevisedIndex (PT_AttrPropIndex i, UT_uint32 iId, bool bShow, bool bMark, boo… in setRevisedIndex()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dsyschild.cxx87 …ndow::ImplInitSysChild( vcl::Window* pParent, WinBits nStyle, SystemWindowData *pData, bool bShow ) in ImplInitSysChild()
108 …w::SystemChildWindow( vcl::Window* pParent, WinBits nStyle, SystemWindowData *pData, bool bShow ) : in SystemChildWindow()
/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()
305 void CWKSP_Table::Set_Diagram(bool bShow) in Set_Diagram()
/dports/comms/gammu/gammu-1.42.0/contrib/win32/smsd_mfc/
H A Dconfig.cpp15 void CConfigDlg::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow()
H A Dabout.cpp20 void CAboutDlg::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DDockedTabControl.h23 void SetShowTitlebar(bool bShow) { m_pTitleBar->SetHidden(!bShow); } in SetShowTitlebar()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/joysticks/dialogs/
H A DGUIDialogNewJoystick.cpp28 bool bShow = true; in ShowAsync() local
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DDockedTabControl.h23 void SetShowTitlebar(bool bShow) { m_pTitleBar->SetHidden(!bShow); } in SetShowTitlebar()
/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
169 bool bShow = true; in FillSpecialItem() local
/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
184 bool bShow = true; in FillSpecialItem() local
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DSplashDialog.cpp136 bool bShow; in Populate() local
198 bool bShow = !Evt.IsChecked(); in OnDontShow() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dinspectorhelpwindow.hxx38 void Show(bool bShow) { m_xHelpFrame->set_visible(bShow); } in Show()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/dialogs/
H A DServerDetailsControls.cxx91 void HostDetailsContainer::set_visible( bool bShow ) in set_visible()
159 void DavDetailsContainer::set_visible( bool bShow ) in set_visible()
259 void SmbDetailsContainer::set_visible( bool bShow ) in set_visible()
292 void CmisDetailsContainer::set_visible( bool bShow ) in set_visible()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/dialogs/
H A DServerDetailsControls.cxx93 void HostDetailsContainer::set_visible( bool bShow ) in set_visible()
161 void DavDetailsContainer::set_visible( bool bShow ) in set_visible()
259 void SmbDetailsContainer::set_visible( bool bShow ) in set_visible()
292 void CmisDetailsContainer::set_visible( bool bShow ) in set_visible()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A DOutlineContentVisibilityWin.cxx86 bool bShow = eStyle == ButtonSymbol::SHOW; in SetSymbol() local
148 void SwOutlineContentVisibilityWin::ShowAll(bool bShow) in ShowAll()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug490713_MaximizedShellTest.java64 Button bShow=new Button(shell, SWT.PUSH); in main() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/sidebar/
H A DChartErrorBarPanel.cxx63 bool bShow = false; in showPositiveError() local
82 bool bShow = false; in showNegativeError() local
88 const OUString& rCID, bool bShow) in setShowPositiveError()
100 const OUString& rCID, bool bShow) in setShowNegativeError()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/sidebar/
H A DChartErrorBarPanel.cxx64 bool bShow = false; in showPositiveError() local
83 bool bShow = false; in showNegativeError() local
89 const OUString& rCID, bool bShow) in setShowPositiveError()
101 const OUString& rCID, bool bShow) in setShowNegativeError()
/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

12345678910>>...18