LibreOffice Module oox (master) 1
|
#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 |
Definition at line 47 of file comments.hxx.
|
inline |
Definition at line 83 of file comments.hxx.
References text.
Referenced by oox::ppt::PresentationFragmentHandler::importSlide().
OUString oox::ppt::Comment::getAuthor | ( | const CommentAuthorList & | list | ) |
Definition at line 69 of file comments.cxx.
References authorId, oox::ppt::CommentAuthorList::cmAuthorLst, and nId.
Referenced by oox::ppt::PresentationFragmentHandler::importSlide().
|
inline |
Definition at line 87 of file comments.hxx.
References aDateTime.
Referenced by oox::ppt::PresentationFragmentHandler::importSlide().
|
inline |
Definition at line 91 of file comments.hxx.
References x.
Referenced by oox::ppt::PresentationFragmentHandler::importSlide().
|
inline |
Definition at line 95 of file comments.hxx.
References y.
Referenced by oox::ppt::PresentationFragmentHandler::importSlide().
|
inline |
Definition at line 61 of file comments.hxx.
References authorId.
|
private |
Definition at line 35 of file comments.cxx.
References aDateTime, o3tl::getToken(), o3tl::toInt32(), and o3tl::toUInt32().
Referenced by setdt().
|
inline |
Definition at line 65 of file comments.hxx.
References dt, and setDateTime().
|
inline |
Definition at line 70 of file comments.hxx.
References idx.
|
inline |
Definition at line 74 of file comments.hxx.
|
inline |
Definition at line 79 of file comments.hxx.
References text.
|
private |
Definition at line 56 of file comments.hxx.
Referenced by getDateTime(), and setDateTime().
|
private |
Definition at line 50 of file comments.hxx.
Referenced by getAuthor(), and setAuthorId().
|
private |
Definition at line 51 of file comments.hxx.
Referenced by setdt().
|
private |
Definition at line 52 of file comments.hxx.
Referenced by setidx().
|
private |
Definition at line 55 of file comments.hxx.
Referenced by get_text(), and setText().
|
private |
Definition at line 53 of file comments.hxx.
Referenced by getIntX(), and setPoint().
|
private |
Definition at line 54 of file comments.hxx.
Referenced by getIntY(), and setPoint().