LibreOffice Module sw (master) 1
|
#include <i18nlangtag/lang.h>
#include <vcl/pdfwriter.hxx>
#include "swrect.hxx"
#include "swtypes.hxx"
#include <map>
#include <memory>
#include <vector>
#include <set>
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_TableColumn > | TableColumnsMapEntry |
typedef std::pair< SwRect, sal_Int32 > | IdMapEntry |
typedef std::vector< IdMapEntry > | LinkIdMap |
typedef std::map< const SwTable *, TableColumnsMapEntry > | TableColumnsMap |
typedef std::map< const SwNumberTreeNode *, sal_Int32 > | NumListIdMap |
typedef std::map< const SwNumberTreeNode *, sal_Int32 > | NumListBodyIdMap |
typedef std::set< const void * > | FrameTagSet |
typedef std::set<const void*> FrameTagSet |
Definition at line 193 of file EnhancedPDFExportHelper.hxx.
typedef std::pair< SwRect, sal_Int32 > IdMapEntry |
Definition at line 188 of file EnhancedPDFExportHelper.hxx.
typedef std::vector< IdMapEntry > LinkIdMap |
Definition at line 189 of file EnhancedPDFExportHelper.hxx.
typedef std::map< const SwNumberTreeNode*, sal_Int32 > NumListBodyIdMap |
Definition at line 192 of file EnhancedPDFExportHelper.hxx.
typedef std::map< const SwNumberTreeNode*, sal_Int32 > NumListIdMap |
Definition at line 191 of file EnhancedPDFExportHelper.hxx.
typedef std::map< const SwTable*, TableColumnsMapEntry > TableColumnsMap |
Definition at line 190 of file EnhancedPDFExportHelper.hxx.
typedef std::set< tools::Long, lt_TableColumn > TableColumnsMapEntry |
Definition at line 187 of file EnhancedPDFExportHelper.hxx.