LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
vcl::pdf::ResourceDict Struct Reference

#include <ResourceDict.hxx>

Public Member Functions

void append (OStringBuffer &rBuffer, sal_Int32 nFontDictObject)
 

Public Attributes

std::map< OString, sal_Int32 > m_aXObjects
 
std::map< OString, sal_Int32 > m_aExtGStates
 
std::map< OString, sal_Int32 > m_aShadings
 
std::map< OString, sal_Int32 > m_aPatterns
 

Detailed Description

Definition at line 27 of file ResourceDict.hxx.

Member Function Documentation

◆ append()

void vcl::pdf::ResourceDict::append ( OStringBuffer &  rBuffer,
sal_Int32  nFontDictObject 
)

Member Data Documentation

◆ m_aExtGStates

std::map<OString, sal_Int32> vcl::pdf::ResourceDict::m_aExtGStates

Definition at line 31 of file ResourceDict.hxx.

Referenced by append(), and vcl::PDFWriterImpl::pushResource().

◆ m_aPatterns

std::map<OString, sal_Int32> vcl::pdf::ResourceDict::m_aPatterns

Definition at line 33 of file ResourceDict.hxx.

Referenced by append(), and vcl::PDFWriterImpl::pushResource().

◆ m_aShadings

std::map<OString, sal_Int32> vcl::pdf::ResourceDict::m_aShadings

Definition at line 32 of file ResourceDict.hxx.

Referenced by append(), and vcl::PDFWriterImpl::pushResource().

◆ m_aXObjects

std::map<OString, sal_Int32> vcl::pdf::ResourceDict::m_aXObjects

Definition at line 30 of file ResourceDict.hxx.

Referenced by append(), and vcl::PDFWriterImpl::pushResource().


The documentation for this struct was generated from the following files: