Searched refs:selectedSymbol (Results 1 – 2 of 2) sorted by relevance
71 String selectedSymbol; in testAddSymbolFromCatalog() local78 selectedSymbol = mathEditSymbolsDlgSymbol.getText(); in testAddSymbolFromCatalog()84 if (selectedSymbol.equals(mathEditSymbolsDlgSymbol in testAddSymbolFromCatalog()99 if (selectedSymbol.equals(mathEditSymbolsDlgSymbol.getItemText(i))) { in testAddSymbolFromCatalog()122 String selectedSymbol = mathEditSymbolsDlgSymbol.getText(); in testModifySymbolFontFromCatalog() local128 mathEditSymbolsDlgSymbol.select(selectedSymbol); in testModifySymbolFontFromCatalog()148 String selectedSymbol = mathEditSymbolsDlgSymbol.getText(); in testModifySymbolTypefaceFromCatalog() local154 mathEditSymbolsDlgSymbol.select(selectedSymbol); in testModifySymbolTypefaceFromCatalog()168 String selectedSymbol = mathEditSymbolsDlgSymbol.getText(); in testDeleteSymbolFromCatalog() local175 if (selectedSymbol.equals(mathEditSymbolsDlgSymbol.getItemText(i))) { in testDeleteSymbolFromCatalog()
68 String selectedSymbol = mathEditSymbolsDlgSymbol.getText(); in testInputGreekFromCatalog() local80 "%".concat(selectedSymbol).concat(" "), app.getClipboard()); in testInputGreekFromCatalog()96 String selectedSymbol = mathEditSymbolsDlgSymbol.getText(); in testInputIGreekFromCatalog() local108 "%".concat(selectedSymbol).concat(" "), app.getClipboard()); in testInputIGreekFromCatalog()126 String selectedSymbol = mathEditSymbolsDlgSymbol.getText(); in testInputSpecialFromCatalog() local135 "%".concat(selectedSymbol).concat(" "), app.getClipboard()); in testInputSpecialFromCatalog()
Completed in 21 milliseconds