Home
last modified time | relevance | path

Searched refs:UnsupportedFunctionException (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenFactory.java62 } catch (UnsupportedFunctionException eFn) { in getFunctionToken()
91 } catch (UnsupportedFunctionException eFn) { in getOperatorToken()
108 } catch (UnsupportedFunctionException eFn) { in getOperandToken()
H A DUnsupportedFunctionException.java32 public class UnsupportedFunctionException extends Exception { class
33 UnsupportedFunctionException(String message) { in UnsupportedFunctionException() method in UnsupportedFunctionException
H A DSymbolLookup.java70 public int getIDFromString(String symbol) throws UnsupportedFunctionException { in getIDFromString()
73 throw new UnsupportedFunctionException("Token '" + symbol + "' not supported by Pocket Excel"); in getIDFromString()
H A DFormulaHelper.java75 …public byte[] convertCalcToPXL(String formula) throws UnsupportedFunctionException, FormulaParsing… in convertCalcToPXL()

Completed in 19 milliseconds