|
| FormulaFinalizer (const OpCodeProvider &rOpCodeProv) |
|
ApiTokenSequence | finalizeTokenArray (const ApiTokenSequence &rTokens) |
| Finalizes and returns the passed token array. More...
|
|
virtual const FunctionInfo * | resolveBadFuncName (const OUString &rTokenData) const |
| Derived classed may try to find a function info struct from the passed string extracted from an OPCODE_BAD token. More...
|
|
virtual OUString | resolveDefinedName (sal_Int32 nTokenIndex) const |
| Derived classed may try to find the name of a defined name with the passed index extracted from an OPCODE_NAME token. More...
|
|
| OpCodeProvider (const css::uno::Reference< css::lang::XMultiServiceFactory > &rxModelFactory, bool bImportFilter) |
|
virtual | ~OpCodeProvider () override |
|
| OpCodeProvider (OpCodeProvider const &)=default |
|
| OpCodeProvider (OpCodeProvider &&)=default |
|
OpCodeProvider & | operator= (OpCodeProvider const &)=delete |
|
OpCodeProvider & | operator= (OpCodeProvider &&)=delete |
|
const ApiOpCodes & | getOpCodes () const |
| Returns the structure containing all token op-codes for operators and special tokens used by the Calc document and its formula parser. More...
|
|
const FunctionInfo * | getFuncInfoFromApiToken (const ApiToken &rToken) const |
| Returns the function info for an API token, or 0 on error. More...
|
|
css::uno::Sequence< css::sheet::FormulaOpCodeMapEntry > | getOoxParserMap () const |
| Returns the op-code map that is used by the OOXML formula parser. More...
|
|
| FunctionProvider (bool bImportFilter) |
|
virtual | ~FunctionProvider () |
|
| FunctionProvider (FunctionProvider const &)=default |
|
| FunctionProvider (FunctionProvider &&)=default |
|
FunctionProvider & | operator= (FunctionProvider const &)=delete |
|
FunctionProvider & | operator= (FunctionProvider &&)=delete |
|
const FunctionInfo * | getFuncInfoFromOoxFuncName (const OUString &rFuncName) const |
| Returns the function info for an OOXML function name, or 0 on error. More...
|
|
const FunctionInfo * | getFuncInfoFromBiff12FuncId (sal_uInt16 nFuncId) const |
| Returns the function info for a BIFF12 function index, or 0 on error. More...
|
|
const FunctionInfo * | getFuncInfoFromMacroName (const OUString &rFuncName) const |
| Returns the function info for a macro function referred by the EXTERN.CALL function, or 0 on error. More...
|
|
const FunctionInfoVector & | getFuncs () const |
| Returns the list of all function infos. More...
|
|
static FunctionLibraryType | getFuncLibTypeFromLibraryName (std::u16string_view rLibraryName) |
| Returns the library type associated with the passed URL of a function library (function add-in). More...
|
|