|
LibreOffice Module formula (master) 1
|
#include <tokenarray.hxx>
Public Types | |
| enum | Convention { FORMULA_MISSING_CONVENTION_PODF , FORMULA_MISSING_CONVENTION_ODFF , FORMULA_MISSING_CONVENTION_OOXML } |
Public Member Functions | |
| MissingConvention (Convention eConvention) | |
| bool | isPODF () const |
| bool | isODFF () const |
| bool | isOOXML () const |
| Convention | getConvention () const |
Private Attributes | |
| Convention | meConvention |
Definition at line 78 of file tokenarray.hxx.
| Enumerator | |
|---|---|
| FORMULA_MISSING_CONVENTION_PODF | |
| FORMULA_MISSING_CONVENTION_ODFF | |
| FORMULA_MISSING_CONVENTION_OOXML | |
Definition at line 81 of file tokenarray.hxx.
|
inlineexplicit |
Definition at line 87 of file tokenarray.hxx.
|
inline |
Definition at line 91 of file tokenarray.hxx.
Referenced by formula::FormulaTokenArray::RewriteMissing().
|
inline |
Definition at line 89 of file tokenarray.hxx.
Referenced by formula::MissingConventionODF::isRewriteNeeded(), and formula::FormulaTokenArray::RewriteMissing().
|
inline |
Definition at line 90 of file tokenarray.hxx.
Referenced by formula::FormulaTokenArray::RewriteMissing().
|
inline |
Definition at line 88 of file tokenarray.hxx.
Referenced by formula::MissingConventionODF::isRewriteNeeded(), and formula::FormulaTokenArray::RewriteMissing().
|
private |
Definition at line 93 of file tokenarray.hxx.