Home
last modified time | relevance | path

Searched refs:applyUserInput (Results 1 – 3 of 3) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DCellToolBase.h122 void applyUserInput(const QString &userInput, bool expandMatrix = false);
H A DCellToolBase.cpp1516 applyUserInput(userInput, expandMatrix); in deleteEditor()
1581 void CellToolBase::applyUserInput(const QString &userInput, bool expandMatrix) in applyUserInput() function in CellToolBase
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/
H A DIOConsolePartitioner.java482 return applyUserInput(event); in documentChanged2()
520 private IRegion applyUserInput(DocumentEvent event) { in applyUserInput() method in IOConsolePartitioner