Searched refs:ImportTokenFunc (Results 1 – 1 of 1) sorted by relevance
1952 typedef bool (BiffFormulaParserImpl::*ImportTokenFunc)( BiffInputStream& ); typedef in oox::xls::BiffFormulaParserImpl1955 …ImportTokenFunc mpImportStrToken; /// Pointer to tStr import function (string consta…1956 …ImportTokenFunc mpImportSpaceToken; /// Pointer to tAttrSpace import function (spaces/…1957 …ImportTokenFunc mpImportSheetToken; /// Pointer to tSheet import function (external re…1958 …ImportTokenFunc mpImportEndSheetToken; /// Pointer to tEndSheet import function (end of e…1959 …ImportTokenFunc mpImportNlrToken; /// Pointer to tNlr import function (natural langu…1964 …ImportTokenFunc mpImportNameXToken; /// Pointer to tNameX import function (external na…1965 …ImportTokenFunc mpImportFuncToken; /// Pointer to tFunc import function (function wit…1966 …ImportTokenFunc mpImportFuncVarToken; /// Pointer to tFuncVar import function (function …1967 …ImportTokenFunc mpImportFuncCEToken; /// Pointer to tFuncCE import function (command ma…
Completed in 30 milliseconds