LibreOffice Module sc (master) 1
Classes | Typedefs
XMLStylesImportHelper.hxx File Reference
#include <rangelst.hxx>
#include <rtl/ustring.hxx>
#include <memory>
#include <set>
#include <map>
#include <utility>
#include <vector>
#include <optional>
Include dependency graph for XMLStylesImportHelper.hxx:
This graph shows which files directly or indirectly include this file:

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, LessStyleNumberFormatScMyStyleNumberFormatSet
 
typedef std::set< ScMyCurrencyStyle, LessCurrencyStyleScMyCurrencyStylesSet
 
typedef std::map< OUString, ScMyStyleRangesScMyStylesMap
 map from style name to ScMyStyleRanges More...
 

Typedef Documentation

◆ ScMyCurrencyStylesSet

Definition at line 82 of file XMLStylesImportHelper.hxx.

◆ ScMyStyleNumberFormatSet

Definition at line 53 of file XMLStylesImportHelper.hxx.

◆ ScMyStylesMap

map from style name to ScMyStyleRanges

Definition at line 108 of file XMLStylesImportHelper.hxx.