LibreOffice Module svtools (master) 1
Classes | Typedefs | Variables
svparser.cxx File Reference
#include <svtools/svparser.hxx>
#include <svtools/htmltokn.h>
#include <tools/stream.hxx>
#include <tools/debug.hxx>
#include <rtl/textcvt.h>
#include <rtl/tencinfo.h>
#include <rtl/character.hxx>
#include <sal/log.hxx>
#include <unicode/ucsdet.h>
#include <unotools/configmgr.hxx>
#include <vector>
Include dependency graph for svparser.cxx:

Go to the source code of this file.

Classes

struct  SvParser_Impl< T >
 
struct  SvKeyValueIterator::Impl
 

Typedefs

typedef std::vector< SvKeyValueSvKeyValueList_Impl
 

Variables

template class SVT_DLLPUBLIC SvParser< int >
 
template class SVT_DLLPUBLIC SvParser< HtmlTokenId >
 

Typedef Documentation

◆ SvKeyValueList_Impl

typedef std::vector<SvKeyValue> SvKeyValueList_Impl

Definition at line 634 of file svparser.cxx.

Variable Documentation

◆ SvParser< HtmlTokenId >

template class SVT_DLLPUBLIC SvParser< HtmlTokenId >

Definition at line 626 of file svparser.cxx.

◆ SvParser< int >

template class SVT_DLLPUBLIC SvParser< int >

Definition at line 625 of file svparser.cxx.