Home
last modified time | relevance | path

Searched refs:expandMatrix (Results 1 – 6 of 6) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DSelection.h276 void emitCloseEditor(bool saveChanges, bool expandMatrix = false);
299 void closeEditor(bool saveChanges, bool expandMatrix);
H A DCellToolBase.h116 virtual void deleteEditor(bool saveChanges, bool expandMatrix = false);
122 void applyUserInput(const QString &userInput, bool expandMatrix = false);
H A DSelection.cpp910 void Selection::emitCloseEditor(bool saveChanges, bool expandMatrix) in emitCloseEditor() argument
912 emit closeEditor(saveChanges, expandMatrix); in emitCloseEditor()
H A DCellToolBase.cpp1499 void CellToolBase::deleteEditor(bool saveChanges, bool expandMatrix) in deleteEditor() argument
1516 applyUserInput(userInput, expandMatrix); in deleteEditor()
1581 void CellToolBase::applyUserInput(const QString &userInput, bool expandMatrix) in applyUserInput() argument
1599 command->setExpandMatrix(expandMatrix); in applyUserInput()
1600 …command->add(expandMatrix ? *selection() : Region(selection()->cursor(), selection()->activeSheet(… in applyUserInput()
1603 if (expandMatrix && selection()->isSingular()) in applyUserInput()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DApplicationWindow.h427 void expandMatrix();
H A DApplicationWindow.cpp3502 void ApplicationWindow::expandMatrix()
14612 connect(actionExpandMatrix, SIGNAL(activated()), this, SLOT(expandMatrix()));