LibreOffice Module vcl (master) 1
|
#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 |
Definition at line 27 of file ResourceDict.hxx.
void vcl::pdf::ResourceDict::append | ( | OStringBuffer & | rBuffer, |
sal_Int32 | nFontDictObject | ||
) |
Definition at line 43 of file ResourceDict.cxx.
References m_aExtGStates, m_aPatterns, m_aShadings, and m_aXObjects.
Referenced by vcl::PDFWriterImpl::emitResources(), and vcl::PDFWriterImpl::emitType3Font().
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().
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().
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().
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().