LibreOffice Module sw (master) 1
|
#include <navicont.hxx>
Public Member Functions | |
NaviContentBookmark () | |
NaviContentBookmark (OUString aUrl, OUString aDesc, RegionMode nDragType, const SwDocShell *) | |
const OUString & | GetURL () const |
const OUString & | GetDescription () const |
RegionMode | GetDefaultDragType () const |
void | Copy (TransferDataContainer &rData) const |
bool | Paste (const TransferableDataHelper &rData, const OUString &rsDesc) |
Private Attributes | |
OUString | m_aUrl |
OUString | m_aDescription |
tools::Long | m_nDocSh |
RegionMode | m_nDefaultDrag |
Definition at line 35 of file navicont.hxx.
NaviContentBookmark::NaviContentBookmark | ( | ) |
Definition at line 5527 of file content.cxx.
NaviContentBookmark::NaviContentBookmark | ( | OUString | aUrl, |
OUString | aDesc, | ||
RegionMode | nDragType, | ||
const SwDocShell * | pDocSh | ||
) |
Definition at line 5534 of file content.cxx.
void NaviContentBookmark::Copy | ( | TransferDataContainer & | rData | ) | const |
Definition at line 5545 of file content.cxx.
References TransferDataContainer::CopyByteString(), m_aDescription, m_aUrl, m_nDefaultDrag, m_nDocSh, and OUStringToOString().
Referenced by SwContentTree::FillTransferData().
|
inline |
Definition at line 49 of file navicont.hxx.
References m_nDefaultDrag.
Referenced by SwTransferable::PasteData().
|
inline |
Definition at line 48 of file navicont.hxx.
References m_aDescription.
Referenced by SwWrtShell::NavigatorPaste().
|
inline |
Definition at line 47 of file navicont.hxx.
References m_aUrl.
Referenced by SwWrtShell::NavigatorPaste().
bool NaviContentBookmark::Paste | ( | const TransferableDataHelper & | rData, |
const OUString & | rsDesc | ||
) |
Definition at line 5556 of file content.cxx.
References TransferableDataHelper::GetString(), o3tl::getToken(), m_aDescription, m_aUrl, m_nDefaultDrag, m_nDocSh, nPos, and o3tl::toInt32().
Referenced by SwTransferable::PasteData().
|
private |
Definition at line 38 of file navicont.hxx.
Referenced by Copy(), GetDescription(), and Paste().
|
private |
Definition at line 37 of file navicont.hxx.
|
private |
Definition at line 40 of file navicont.hxx.
Referenced by Copy(), GetDefaultDragType(), and Paste().
|
private |
Definition at line 39 of file navicont.hxx.