LibreOffice Module sc (master)
1
|
#include <rangelst.hxx>
#include <rtl/ustring.hxx>
#include <memory>
#include <set>
#include <map>
#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, std::unique_ptr< ScMyStyleRanges > > | ScMyStylesMap |
map from style name to ScMyStyleRanges More... | |
Definition at line 81 of file XMLStylesImportHelper.hxx.
Definition at line 52 of file XMLStylesImportHelper.hxx.
typedef std::map<OUString, std::unique_ptr<ScMyStyleRanges> > ScMyStylesMap |
map from style name to ScMyStyleRanges
Definition at line 107 of file XMLStylesImportHelper.hxx.