|
LibreOffice Module sc (master) 1
|
#include <tools/stream.hxx>#include "tokstack.hxx"#include "xiroot.hxx"#include <memory>#include <vector>#include <map>Go to the source code of this file.
Classes | |
| class | ScRangeListTabs |
| class | ConverterBase |
| class | ExcelConverterBase |
| class | LotusConverterBase |
Namespaces | |
| namespace | svl |
| These need to be in global namespace just like their respective types are. | |
Enumerations | |
| enum class | ConvErr { OK = 0 , Ni , Count } |
| enum | FORMULA_TYPE { FT_CellFormula , FT_RangeName , FT_SharedFormula , FT_CondFormat } |
|
strong |
| Enumerator | |
|---|---|
| OK | |
| Ni | |
| Count | |
Definition at line 40 of file formel.hxx.
| enum FORMULA_TYPE |
| Enumerator | |
|---|---|
| FT_CellFormula | |
| FT_RangeName | |
| FT_SharedFormula | |
| FT_CondFormat | |
Definition at line 47 of file formel.hxx.