StarWriterStruct::Bookmark Class Reference

structure to store a bookmark More...

#include <StarWriterStruct.hxx>

Public Member Functions

 Bookmark ()
 the constructor More...
 
bool read (StarZone &zone)
 try to read a mark More...
 

Static Public Member Functions

static bool readList (StarZone &zone, std::vector< Bookmark > &markList)
 try to read a list of bookmark More...
 

Public Attributes

librevenge::RVNGString m_shortName
 the shortname More...
 
librevenge::RVNGString m_name
 the name More...
 
int m_offset
 the offset More...
 
int m_key
 the key More...
 
int m_modifier
 the modifier More...
 
librevenge::RVNGString m_macroNames [4]
 the macros names More...
 

Friends

std::ostream & operator<< (std::ostream &o, Bookmark const &mark)
 operator<< More...
 

Detailed Description

structure to store a bookmark

Constructor & Destructor Documentation

◆ Bookmark()

StarWriterStruct::Bookmark::Bookmark ( )
inline

the constructor

Member Function Documentation

◆ read()

bool StarWriterStruct::Bookmark::read ( StarZone zone)

try to read a mark

Referenced by readList().

◆ readList()

bool StarWriterStruct::Bookmark::readList ( StarZone zone,
std::vector< Bookmark > &  markList 
)
static

try to read a list of bookmark

Referenced by StarObjectPageStyle::read(), and StarObjectText::readWriterDocument().

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  o,
Bookmark const &  mark 
)
friend

operator<<

Member Data Documentation

◆ m_key

int StarWriterStruct::Bookmark::m_key

the key

Referenced by StarWriterStruct::operator<<(), and read().

◆ m_macroNames

librevenge::RVNGString StarWriterStruct::Bookmark::m_macroNames[4]

the macros names

Referenced by StarWriterStruct::operator<<(), and read().

◆ m_modifier

int StarWriterStruct::Bookmark::m_modifier

the modifier

Referenced by StarWriterStruct::operator<<(), and read().

◆ m_name

librevenge::RVNGString StarWriterStruct::Bookmark::m_name

the name

Referenced by StarWriterStruct::operator<<(), and read().

◆ m_offset

int StarWriterStruct::Bookmark::m_offset

the offset

Referenced by StarWriterStruct::operator<<(), and read().

◆ m_shortName

librevenge::RVNGString StarWriterStruct::Bookmark::m_shortName

the shortname

Referenced by StarWriterStruct::operator<<(), and read().


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

Generated on Mon Jan 20 2020 23:02:23 for libstaroffice by doxygen 1.8.16