LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
vcl::filter::PDFNameElement Class Referencefinal

Name object: a key string. More...

#include <pdfdocument.hxx>

Inheritance diagram for vcl::filter::PDFNameElement:
[legend]
Collaboration diagram for vcl::filter::PDFNameElement:
[legend]

Public Member Functions

 PDFNameElement ()
 
bool Read (SvStream &rStream) override
 
void SetValue (const OString &rValue)
 
const OString & GetValue () const
 
sal_uInt64 GetLocation () const
 
sal_uInt64 GetLength () const
 
void writeString (OStringBuffer &rBuffer) override
 
- Public Member Functions inherited from vcl::filter::PDFElement
 PDFElement ()=default
 
virtual bool Read (SvStream &rStream)=0
 
virtual ~PDFElement ()=default
 
void setVisiting (bool bVisiting)
 
bool alreadyVisiting () const
 
void setParsing (bool bParsing)
 
bool alreadyParsing () const
 
virtual void writeString (OStringBuffer &rBuffer)=0
 

Private Attributes

OString m_aValue
 
sal_uInt64 m_nLocation = 0
 Offset after the '/' token. More...
 

Detailed Description

Name object: a key string.

Definition at line 222 of file pdfdocument.hxx.

Constructor & Destructor Documentation

◆ PDFNameElement()

vcl::filter::PDFNameElement::PDFNameElement ( )
default

References Read.

Member Function Documentation

◆ GetLength()

sal_uInt64 vcl::filter::PDFNameElement::GetLength ( ) const
inline

Definition at line 234 of file pdfdocument.hxx.

◆ GetLocation()

sal_uInt64 vcl::filter::PDFNameElement::GetLocation ( ) const

Definition at line 2850 of file pdfdocument.cxx.

References m_nLocation.

◆ GetValue()

const OString & vcl::filter::PDFNameElement::GetValue ( ) const

Definition at line 2848 of file pdfdocument.cxx.

References m_aValue.

Referenced by vcl::filter::PDFDocument::Tokenize().

◆ Read()

bool vcl::filter::PDFNameElement::Read ( SvStream rStream)
overridevirtual

◆ SetValue()

void vcl::filter::PDFNameElement::SetValue ( const OString &  rValue)
inline

Definition at line 231 of file pdfdocument.hxx.

◆ writeString()

void vcl::filter::PDFNameElement::writeString ( OStringBuffer &  rBuffer)
inlineoverridevirtual

Implements vcl::filter::PDFElement.

Definition at line 236 of file pdfdocument.hxx.

Member Data Documentation

◆ m_aValue

OString vcl::filter::PDFNameElement::m_aValue
private

Definition at line 224 of file pdfdocument.hxx.

Referenced by GetValue(), and Read().

◆ m_nLocation

sal_uInt64 vcl::filter::PDFNameElement::m_nLocation = 0
private

Offset after the '/' token.

Definition at line 226 of file pdfdocument.hxx.

Referenced by GetLocation(), and Read().


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