Searched refs:expandMatrix (Results 1 – 6 of 6) sorted by relevance
/dports/editors/calligra/calligra-3.2.1/sheets/ui/ |
H A D | Selection.h | 276 void emitCloseEditor(bool saveChanges, bool expandMatrix = false); 299 void closeEditor(bool saveChanges, bool expandMatrix);
|
H A D | CellToolBase.h | 116 virtual void deleteEditor(bool saveChanges, bool expandMatrix = false); 122 void applyUserInput(const QString &userInput, bool expandMatrix = false);
|
H A D | Selection.cpp | 910 void Selection::emitCloseEditor(bool saveChanges, bool expandMatrix) in emitCloseEditor() argument 912 emit closeEditor(saveChanges, expandMatrix); in emitCloseEditor()
|
H A D | CellToolBase.cpp | 1499 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 D | ApplicationWindow.h | 427 void expandMatrix();
|
H A D | ApplicationWindow.cpp | 3502 void ApplicationWindow::expandMatrix() 14612 connect(actionExpandMatrix, SIGNAL(activated()), this, SLOT(expandMatrix()));
|