LibreOffice Module vcl (master) 1
|
#include <pdfextoutdevdata.hxx>
Public Member Functions | |
PDFExtOutDevBookmarkEntry () | |
Public Attributes | |
sal_Int32 | nLinkId |
ID of the link pointing to the bookmark, or -1 if the entry denotes a destination instead of a link. More... | |
sal_Int32 | nDestId |
ID of the named destination denoted by the bookmark, or -1 if the entry denotes a link instead of a named destination. More... | |
OUString | aBookmark |
link target name, respectively destination name More... | |
Definition at line 43 of file pdfextoutdevdata.hxx.
|
inline |
Definition at line 57 of file pdfextoutdevdata.hxx.
OUString vcl::PDFExtOutDevBookmarkEntry::aBookmark |
link target name, respectively destination name
Definition at line 55 of file pdfextoutdevdata.hxx.
Referenced by toolkitform::describePDFControl().
sal_Int32 vcl::PDFExtOutDevBookmarkEntry::nDestId |
ID of the named destination denoted by the bookmark, or -1 if the entry denotes a link instead of a named destination.
Definition at line 51 of file pdfextoutdevdata.hxx.
Referenced by toolkitform::describePDFControl().
sal_Int32 vcl::PDFExtOutDevBookmarkEntry::nLinkId |
ID of the link pointing to the bookmark, or -1 if the entry denotes a destination instead of a link.
Definition at line 47 of file pdfextoutdevdata.hxx.