LibreOffice Module sc (master) 1
Classes | Namespaces | Typedefs
cellkeytranslator.hxx File Reference
#include <formula/opcode.hxx>
#include <unotools/transliterationwrapper.hxx>
#include <vector>
#include <memory>
#include <unordered_map>
Include dependency graph for cellkeytranslator.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ScCellKeyword
 
class  ScCellKeywordTranslator
 Translate cell function keywords. More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::lang
 

Typedefs

typedef std::unordered_map< OUString, ::std::vector< ScCellKeyword > > ScCellKeywordHashMap
 

Typedef Documentation

◆ ScCellKeywordHashMap

typedef std::unordered_map<OUString, ::std::vector<ScCellKeyword> > ScCellKeywordHashMap

Definition at line 44 of file cellkeytranslator.hxx.