LibreOffice Module oox (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
oox::ppt::Comment Class Reference

#include <comments.hxx>

Public Member Functions

void setAuthorId (const OUString &_aId)
 
void setdt (const OUString &_dt)
 
void setidx (const OUString &_idx)
 
void setPoint (const OUString &_x, const OUString &_y)
 
void setText (const OUString &_text)
 
const OUString & get_text () const
 
const css::util::DateTime & getDateTime () const
 
sal_Int32 getIntX () const
 
sal_Int32 getIntY () const
 
OUString getAuthor (const CommentAuthorList &list)
 

Private Member Functions

void setDateTime (const OUString &datetime)
 

Private Attributes

OUString authorId
 
OUString dt
 
OUString idx
 
OUString x
 
OUString y
 
OUString text
 
css::util::DateTime aDateTime
 

Detailed Description

Definition at line 47 of file comments.hxx.

Member Function Documentation

◆ get_text()

const OUString & oox::ppt::Comment::get_text ( ) const
inline

Definition at line 83 of file comments.hxx.

References text.

Referenced by oox::ppt::PresentationFragmentHandler::importSlide().

◆ getAuthor()

OUString oox::ppt::Comment::getAuthor ( const CommentAuthorList list)

◆ getDateTime()

const css::util::DateTime & oox::ppt::Comment::getDateTime ( ) const
inline

Definition at line 87 of file comments.hxx.

References aDateTime.

Referenced by oox::ppt::PresentationFragmentHandler::importSlide().

◆ getIntX()

sal_Int32 oox::ppt::Comment::getIntX ( ) const
inline

Definition at line 91 of file comments.hxx.

References x.

Referenced by oox::ppt::PresentationFragmentHandler::importSlide().

◆ getIntY()

sal_Int32 oox::ppt::Comment::getIntY ( ) const
inline

Definition at line 95 of file comments.hxx.

References y.

Referenced by oox::ppt::PresentationFragmentHandler::importSlide().

◆ setAuthorId()

void oox::ppt::Comment::setAuthorId ( const OUString &  _aId)
inline

Definition at line 61 of file comments.hxx.

References authorId.

◆ setDateTime()

void oox::ppt::Comment::setDateTime ( const OUString &  datetime)
private

Definition at line 35 of file comments.cxx.

References aDateTime, o3tl::getToken(), o3tl::toInt32(), and o3tl::toUInt32().

Referenced by setdt().

◆ setdt()

void oox::ppt::Comment::setdt ( const OUString &  _dt)
inline

Definition at line 65 of file comments.hxx.

References dt, and setDateTime().

◆ setidx()

void oox::ppt::Comment::setidx ( const OUString &  _idx)
inline

Definition at line 70 of file comments.hxx.

References idx.

◆ setPoint()

void oox::ppt::Comment::setPoint ( const OUString &  _x,
const OUString &  _y 
)
inline

Definition at line 74 of file comments.hxx.

References x, and y.

◆ setText()

void oox::ppt::Comment::setText ( const OUString &  _text)
inline

Definition at line 79 of file comments.hxx.

References text.

Member Data Documentation

◆ aDateTime

css::util::DateTime oox::ppt::Comment::aDateTime
private

Definition at line 56 of file comments.hxx.

Referenced by getDateTime(), and setDateTime().

◆ authorId

OUString oox::ppt::Comment::authorId
private

Definition at line 50 of file comments.hxx.

Referenced by getAuthor(), and setAuthorId().

◆ dt

OUString oox::ppt::Comment::dt
private

Definition at line 51 of file comments.hxx.

Referenced by setdt().

◆ idx

OUString oox::ppt::Comment::idx
private

Definition at line 52 of file comments.hxx.

Referenced by setidx().

◆ text

OUString oox::ppt::Comment::text
private

Definition at line 55 of file comments.hxx.

Referenced by get_text(), and setText().

◆ x

OUString oox::ppt::Comment::x
private

Definition at line 53 of file comments.hxx.

Referenced by getIntX(), and setPoint().

◆ y

OUString oox::ppt::Comment::y
private

Definition at line 54 of file comments.hxx.

Referenced by getIntY(), and setPoint().


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