private void showFormula(String formula, out bool cancel) { //TODO: fix me cancel = false; /* Iterator listeners = m_listeners.iterator(); while(listeners.hasNext()) { ((fPropertiesEventI)listeners.next()).showEditFormula(formula, cancel); };*/ }