Home
last modified time | relevance | path

Searched refs:ShowCodeCells (Results 1 – 9 of 9) sorted by relevance

/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DPrintout.cpp192 (*m_configuration)->ShowCodeCells(m_oldconfig->ShowCodeCells()); in SetupData()
H A DGroupCell.cpp699 if ((configuration->ShowCodeCells()) || in RecalculateWidths()
709 if ((configuration->ShowCodeCells()) || in RecalculateWidths()
790 if ((configuration->ShowCodeCells()) || in RecalculateHeightInput()
839 if ((configuration->ShowCodeCells()) || in RecalculateHeightInput()
1055 if ((configuration->ShowCodeCells()) || in Draw()
1083 if ((configuration->ShowCodeCells()) || in Draw()
1323 …if (configuration->ShowCodeCells() && m_groupType == GC_TYPE_CODE && m_output != NULL && !m_isHidd… in DrawBracket()
1389 if ((configuration->ShowCodeCells()) || in ToString()
1433 (configuration->ShowCodeCells()) || in ToRTF()
1561 if (configuration->ShowCodeCells()) in ToTeXCodeCell()
[all …]
H A DBitmapOut.cpp48 (*m_configuration)->ShowCodeCells(m_oldconfig->ShowCodeCells()); in BitmapOut()
H A DEMFout.cpp58 (*m_configuration)->ShowCodeCells(m_oldconfig->ShowCodeCells()); in Emfout()
H A DSVGout.cpp70 (*m_configuration)->ShowCodeCells(m_oldconfig->ShowCodeCells()); in Svgout()
H A DConfiguration.h487 bool ShowCodeCells() const in ShowCodeCells() function
490 void ShowCodeCells(bool show);
H A DWorksheet.cpp1879 ((m_configuration->ShowCodeCells()) || in OnMouseLeftInGcCell()
3165 if((type == GC_TYPE_CODE) && !m_configuration->ShowCodeCells()) in OpenHCaret()
3167 m_configuration->ShowCodeCells(true); in OpenHCaret()
3761 (m_configuration->ShowCodeCells()) || in SelectEditable()
5437 if (out || (m_configuration->ShowCodeCells())) in ExportToHTML()
5441 if (m_configuration->ShowCodeCells()) in ExportToHTML()
5793 (!m_configuration->ShowCodeCells()) in CodeCellVisibilityChanged()
7498 if ((cell != NULL) && (!m_configuration->ShowCodeCells()) && in SetActiveCell()
7502 m_configuration->ShowCodeCells(true); in SetActiveCell()
H A DConfiguration.cpp318 void Configuration::ShowCodeCells(bool show) in ShowCodeCells() function in Configuration
H A DwxMaxima.cpp4699 bool hidecode = !(m_worksheet->m_configuration->ShowCodeCells()); in UpdateMenus()
6006 m_worksheet->m_configuration->ShowCodeCells(!m_worksheet->m_configuration->ShowCodeCells()); in EditMenu()