LibreOffice Module sc (master) 1
|
#include <rangelst.hxx>
#include <rtl/ustring.hxx>
#include <memory>
#include <set>
#include <map>
#include <utility>
#include <vector>
#include <optional>
Go to the source code of this file.
Classes | |
struct | ScMyStyleNumberFormat |
struct | LessStyleNumberFormat |
class | ScMyStyleNumberFormats |
struct | ScMyCurrencyStyle |
struct | LessCurrencyStyle |
class | ScMyStyleRanges |
class | ScMyStylesImportHelper |
Typedefs | |
typedef std::set< ScMyStyleNumberFormat, LessStyleNumberFormat > | ScMyStyleNumberFormatSet |
typedef std::set< ScMyCurrencyStyle, LessCurrencyStyle > | ScMyCurrencyStylesSet |
typedef std::map< OUString, ScMyStyleRanges > | ScMyStylesMap |
map from style name to ScMyStyleRanges More... | |
Definition at line 82 of file XMLStylesImportHelper.hxx.
Definition at line 53 of file XMLStylesImportHelper.hxx.
typedef std::map<OUString, ScMyStyleRanges> ScMyStylesMap |
map from style name to ScMyStyleRanges
Definition at line 108 of file XMLStylesImportHelper.hxx.