LibreOffice Module sw (master) 1
Classes | Namespaces | Typedefs
EnhancedPDFExportHelper.hxx File Reference
#include <i18nlangtag/lang.h>
#include <vcl/pdfwriter.hxx>
#include "swrect.hxx"
#include "swtypes.hxx"
#include <map>
#include <memory>
#include <vector>
#include <set>
Include dependency graph for EnhancedPDFExportHelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Num_Info
 
struct  Frame_Info
 
struct  Por_Info
 
struct  lt_TableColumn
 
class  SwTaggedPDFHelper
 
class  SwEnhancedPDFExportHelper
 

Namespaces

namespace  vcl
 

Typedefs

typedef std::set< tools::Long, lt_TableColumnTableColumnsMapEntry
 
typedef std::pair< SwRect, sal_Int32 > IdMapEntry
 
typedef std::vector< IdMapEntryLinkIdMap
 
typedef std::map< const SwTable *, TableColumnsMapEntryTableColumnsMap
 
typedef std::map< const SwNumberTreeNode *, sal_Int32 > NumListIdMap
 
typedef std::map< const SwNumberTreeNode *, sal_Int32 > NumListBodyIdMap
 
typedef std::set< const void * > FrameTagSet
 

Typedef Documentation

◆ FrameTagSet

typedef std::set<const void*> FrameTagSet

Definition at line 193 of file EnhancedPDFExportHelper.hxx.

◆ IdMapEntry

typedef std::pair< SwRect, sal_Int32 > IdMapEntry

Definition at line 188 of file EnhancedPDFExportHelper.hxx.

◆ LinkIdMap

typedef std::vector< IdMapEntry > LinkIdMap

Definition at line 189 of file EnhancedPDFExportHelper.hxx.

◆ NumListBodyIdMap

typedef std::map< const SwNumberTreeNode*, sal_Int32 > NumListBodyIdMap

Definition at line 192 of file EnhancedPDFExportHelper.hxx.

◆ NumListIdMap

typedef std::map< const SwNumberTreeNode*, sal_Int32 > NumListIdMap

Definition at line 191 of file EnhancedPDFExportHelper.hxx.

◆ TableColumnsMap

Definition at line 190 of file EnhancedPDFExportHelper.hxx.

◆ TableColumnsMapEntry

Definition at line 187 of file EnhancedPDFExportHelper.hxx.