LibreOffice Module sd (master) 1
|
#include <sdxfer.hxx>
Classes | |
class | UserData |
User data objects can be used to store information temporarily at the transferable. More... | |
Public Member Functions | |
SdTransferable (SdDrawDocument *pSrcDoc, ::sd::View *pWorkView, bool bInitOnGetData) | |
virtual | ~SdTransferable () override |
void | SetDocShell (const SfxObjectShellRef &rRef) |
const SfxObjectShellRef & | GetDocShell () const |
void | SetWorkDocument (const SdDrawDocument *pWorkDoc) |
const SdDrawDocument * | GetWorkDocument () const |
void | SetView (const ::sd::View *pView) |
const ::sd::View * | GetView () const |
void | SetObjectDescriptor (std::unique_ptr< TransferableObjectDescriptor > pObjDesc) |
void | SetStartPos (const Point &rStartPos) |
const Point & | GetStartPos () const |
void | SetInternalMove (bool bSet) |
bool | IsInternalMove () const |
bool | HasSourceDoc (const SdDrawDocument *pDoc) const |
void | SetPageBookmarks (std::vector< OUString > &&rPageBookmarks, bool bPersistent) |
bool | IsPageTransferable () const |
bool | HasPageBookmarks () const |
const std::vector< OUString > & | GetPageBookmarks () const |
::sd::DrawDocShell * | GetPageDocShell () const |
bool | SetTableRTF (SdDrawDocument *) |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual void | DragFinished (sal_Int8 nDropAction) override |
SdDrawDocument * | GetSourceDoc () const |
void | AddUserData (const std::shared_ptr< UserData > &rpData) |
Add a user data object. More... | |
sal_Int32 | GetUserDataCount () const |
Return the number of user data objects. More... | |
std::shared_ptr< UserData > | GetUserData (const sal_Int32 nIndex) const |
Return the specified user data object. More... | |
Public Member Functions inherited from TransferDataContainer | |
TransferDataContainer () | |
virtual | ~TransferDataContainer () override |
void | CopyINetBookmark (const INetBookmark &rBkmk) |
void | CopyString (const OUString &rStr) |
void | CopyString (SotClipboardFormatId nFmt, const OUString &rStr) |
void | CopyByteString (SotClipboardFormatId nFormatId, const OString &rStr) |
void | CopyAnyData (SotClipboardFormatId nFormatId, const char *pData, sal_uLong nLen) |
bool | HasAnyData () const |
void | StartDrag (vcl::Window *pWindow, sal_Int8 nDragSourceActions, const Link< sal_Int8, void > &rCallback) |
virtual void | DragFinished (sal_Int8 nDropAction) override |
void | StartDrag (vcl::Window *pWindow, sal_Int8 nDragSourceActions) |
Public Member Functions inherited from TransferableHelper | |
virtual css::uno::Any SAL_CALL | getTransferData (const css::datatransfer::DataFlavor &rFlavor) override |
virtual css::uno::Sequence< css::datatransfer::DataFlavor > SAL_CALL | getTransferDataFlavors () override |
virtual sal_Bool SAL_CALL | isDataFlavorSupported (const css::datatransfer::DataFlavor &rFlavor) override |
virtual css::uno::Any SAL_CALL | getTransferData2 (const css::datatransfer::DataFlavor &rFlavor, const OUString &rDestDoc) override |
virtual sal_Bool SAL_CALL | isComplex () override |
void | PrepareOLE (const TransferableObjectDescriptor &rObjDesc) |
void | CopyToClipboard (const css::uno::Reference< css::datatransfer::clipboard::XClipboard > &rClipboard) const |
void | CopyToClipboard (vcl::Window *pWindow) const |
void | CopyToPrimarySelection () const |
void | StartDrag (vcl::Window *pWindow, sal_Int8 nDragSourceActions) |
Public Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
Static Public Member Functions | |
static SdTransferable * | getImplementation (const css::uno::Reference< css::uno::XInterface > &rxData) noexcept |
Static Public Member Functions inherited from TransferableHelper | |
static void | ClearPrimarySelection () |
Protected Member Functions | |
virtual void | AddSupportedFormats () override |
virtual bool | GetData (const css::datatransfer::DataFlavor &rFlavor, const OUString &rDestDoc) override |
virtual bool | WriteObject (tools::SvRef< SotTempStream > &rxOStm, void *pUserObject, sal_uInt32 nUserObjectId, const css::datatransfer::DataFlavor &rFlavor) override |
virtual void | ObjectReleased () override final |
Protected Member Functions inherited from TransferableHelper | |
~TransferableHelper () | |
const css::uno::Reference< css::datatransfer::clipboard::XClipboard > & | getOwnClipboard () const |
void | implCallOwnLostOwnership (const css::uno::Reference< css::datatransfer::clipboard::XClipboard > &_rxClipboard, const css::uno::Reference< css::datatransfer::XTransferable > &_rxTrans) |
void | AddFormat (SotClipboardFormatId nFormat) |
void | AddFormat (const css::datatransfer::DataFlavor &rFlavor) |
void | RemoveFormat (SotClipboardFormatId nFormat) |
void | RemoveFormat (const css::datatransfer::DataFlavor &rFlavor) |
bool | HasFormat (SotClipboardFormatId nFormat) |
void | ClearFormats () |
bool | SetAny (const css::uno::Any &rAny) |
bool | SetString (const OUString &rString) |
bool | SetBitmapEx (const BitmapEx &rBitmap, const css::datatransfer::DataFlavor &rFlavor) |
bool | SetGDIMetaFile (const GDIMetaFile &rMtf) |
bool | SetGraphic (const Graphic &rGraphic) |
bool | SetImageMap (const ImageMap &rIMap) |
bool | SetTransferableObjectDescriptor (const TransferableObjectDescriptor &rDesc) |
bool | SetINetBookmark (const INetBookmark &rBmk, const css::datatransfer::DataFlavor &rFlavor) |
bool | SetINetImage (const INetImage &rINtImg, const css::datatransfer::DataFlavor &rFlavor) |
bool | SetObject (void *pUserObject, sal_uInt32 nUserObjectId, const css::datatransfer::DataFlavor &rFlavor) |
virtual void | AddSupportedFormats ()=0 |
virtual bool | GetData (const css::datatransfer::DataFlavor &rFlavor, const OUString &rDestDoc)=0 |
virtual bool | WriteObject (tools::SvRef< SotTempStream > &rxOStm, void *pUserObject, sal_uInt32 nUserObjectId, const css::datatransfer::DataFlavor &rFlavor) |
virtual void | DragFinished (sal_Int8 nDropAction) |
virtual void | ObjectReleased () |
void | CopyToSelection (const css::uno::Reference< css::datatransfer::clipboard::XClipboard > &rClipboard) const |
Private Member Functions | |
SdTransferable (const SdTransferable &)=delete | |
SdTransferable & | operator= (const SdTransferable &)=delete |
void | CreateObjectReplacement (SdrObject *pObj) |
void | CreateData () |
Private Attributes | |
SfxObjectShellRef | maDocShellRef |
::sd::DrawDocShell * | mpPageDocShell |
std::vector< OUString > | maPageBookmarks |
std::unique_ptr< TransferableDataHelper > | mpOLEDataHelper |
std::unique_ptr< TransferableObjectDescriptor > | mpObjDesc |
const ::sd::View * | mpSdView |
::sd::View * | mpSdViewIntern |
SdDrawDocument * | mpSdDrawDocument |
SdDrawDocument * | mpSdDrawDocumentIntern |
SdDrawDocument * | mpSourceDoc |
VclPtr< VirtualDevice > | mpVDev |
std::optional< INetBookmark > | moBookmark |
std::optional< Graphic > | moGraphic |
std::unique_ptr< ImageMap > | mpImageMap |
::tools::Rectangle | maVisArea |
Point | maStartPos |
bool | mbInternalMove: 1 |
bool | mbOwnDocument: 1 |
bool | mbOwnView: 1 |
bool | mbLateInit: 1 |
bool | mbPageTransferable: 1 |
bool | mbPageTransferablePersistent: 1 |
::std::vector< std::shared_ptr< UserData > > | maUserData |
Definition at line 40 of file sdxfer.hxx.
SdTransferable::SdTransferable | ( | SdDrawDocument * | pSrcDoc, |
::sd::View * | pWorkView, | ||
bool | bInitOnGetData | ||
) |
Definition at line 78 of file sdxfer.cxx.
References CreateData(), mbLateInit, mpSourceDoc, and SfxListener::StartListening().
|
overridevirtual |
Definition at line 103 of file sdxfer.cxx.
References tools::SvRef< typename T >::clear(), VclPtr< class reference_type >::disposeAndClear(), SfxObjectShell::DoClose(), SfxListener::EndListening(), tools::SvRef< typename T >::get(), tools::SvRef< typename T >::is(), maDocShellRef, maUserData, mbOwnDocument, mbOwnView, moBookmark, moGraphic, mpImageMap, mpObjDesc, mpOLEDataHelper, mpSdDrawDocumentIntern, mpSdView, mpSdViewIntern, mpSourceDoc, mpVDev, and ObjectReleased().
|
privatedelete |
|
overrideprotectedvirtual |
Reimplemented from TransferDataContainer.
Reimplemented in SdPageObjsTLV::SdPageObjsTransferable.
Definition at line 376 of file sdxfer.cxx.
References TransferableHelper::AddFormat(), CreateData(), lcl_HasOnlyControls(), lcl_HasOnlyOneTable(), mbLateInit, mbPageTransferable, mbPageTransferablePersistent, moBookmark, moGraphic, mpImageMap, mpObjDesc, mpOLEDataHelper, and mpSdDrawDocument.
void SdTransferable::AddUserData | ( | const std::shared_ptr< UserData > & | rpData | ) |
Add a user data object.
When it was added before (and not removed) then this call is ignored.
Definition at line 706 of file sdxfer.cxx.
References maUserData.
Referenced by sd::slidesorter::controller::DragAndDropContext::DragAndDropContext().
|
private |
Definition at line 242 of file sdxfer.cxx.
References SdStyleSheetPool::CopyCellSheets(), SdStyleSheetPool::CopyGraphicSheets(), SdStyleSheetPool::CopyLayoutSheets(), SdStyleSheetPool::CopyTableStyles(), VclPtr< class reference_type >::Create(), E3dView::CreateMarkedObjModel(), CreateObjectReplacement(), SdDrawDocument::CreatingDataObj(), SdrMarkView::GetAllMarkedBoundRect(), Application::GetDefaultDevice(), SdDrawDocument::GetDocSh(), SdPage::GetLayoutName(), SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMarkView::GetMarkedObjectList(), SdrMark::GetMarkedSdrObj(), SdrPaintView::GetModel(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), SdrPageView::GetPage(), SdrModel::GetPageCount(), SdrModel::GetScaleUnit(), SdDrawDocument::GetSdPage(), SdrPaintView::GetSdrPageView(), SdrPage::GetSize(), SdrModel::GetStyleSheetPool(), SdrMarkView::hideMarkHandles(), tools::SvRef< typename T >::is(), tools::Rectangle::IsEmpty(), maDocShellRef, SdrMarkView::MarkAllObj(), maVisArea, mbOwnDocument, mbOwnView, mpSdDrawDocument, mpSdDrawDocumentIntern, mpSdView, mpSdViewIntern, mpSourceDoc, mpVDev, SdrObject::NbcMove(), nPos, SD_LT_SEPARATOR, SdPage::SetLayoutName(), tools::Rectangle::SetPos(), tools::Rectangle::SetSize(), SdPage::SetSize(), FmFormView::ShowSdrPage(), Standard, tools::Rectangle::TopLeft(), Point::X(), and Point::Y().
Referenced by AddSupportedFormats(), GetData(), and SdTransferable().
|
private |
Definition at line 143 of file sdxfer.cxx.
References aLabel, Any, aURL, DynCastSdrTextObj(), SdDrawDocument::GetAnimationInfo(), SvxFieldItem::GetField(), EditTextObject::GetField(), SvxIMapInfo::GetImageMap(), SvxIMapInfo::GetIMapInfo(), SdrObject::GetObjIdentifier(), SdrObject::GetObjInventor(), OutlinerParaObject::GetTextObject(), SdrUnoObj::GetUnoControlModel(), SdrObject::HasFillStyle(), SdrObject::HasLineStyle(), SdrObject::IsUnoObj(), moBookmark, moGraphic, mpImageMap, mpOLEDataHelper, mpSourceDoc, and pData.
Referenced by CreateData().
|
overridevirtual |
Reimplemented from TransferDataContainer.
Reimplemented in SdPageObjsTLV::SdPageObjsTransferable.
Definition at line 636 of file sdxfer.cxx.
References DragFinished(), and mpSdView.
Referenced by SdPageObjsTLV::SdPageObjsTransferable::DragFinished(), and DragFinished().
|
overrideprotectedvirtual |
Reimplemented from TransferDataContainer.
Reimplemented in SdPageObjsTLV::SdPageObjsTransferable.
Definition at line 442 of file sdxfer.cxx.
References tools::SvRef< typename T >::clear(), CreateData(), E3dView::CreateMarkedObjModel(), SdDrawDocument::CreatingDataObj(), tools::SvRef< typename T >::get(), sd::View::GetDoc(), SdDrawDocument::GetDocumentType(), SotExchange::GetFormat(), SdrExchangeView::GetMarkedObjBitmapEx(), SdrExchangeView::GetMarkedObjMetaFile(), SdDrawDocument::GetOnlineSpell(), TransferableHelper::HasFormat(), tools::SvRef< typename T >::is(), lcl_HasOnlyOneTable(), maDocShellRef, maVisArea, mbOwnDocument, moBookmark, moGraphic, mpImageMap, mpObjDesc, mpOLEDataHelper, mpSdDrawDocument, mpSdDrawDocumentIntern, mpSdViewIntern, SD_MOD, SDTRANSFER_OBJECTTYPE_DRAWMODEL, SDTRANSFER_OBJECTTYPE_DRAWOLE, TransferableHelper::SetAny(), TransferableHelper::SetBitmapEx(), TransferableHelper::SetGDIMetaFile(), TransferableHelper::SetGraphic(), TransferableHelper::SetImageMap(), TransferableHelper::SetINetBookmark(), TransferableHelper::SetObject(), SdDrawDocument::SetOnlineSpell(), TransferableHelper::SetString(), SetTableRTF(), and TransferableHelper::SetTransferableObjectDescriptor().
|
inline |
Definition at line 48 of file sdxfer.hxx.
Referenced by SdDrawDocument::AllocSdDrawDocument(), sd::slidesorter::view::InsertionIndicatorOverlay::Create(), sd::slidesorter::controller::SlotManager::FuSupport(), sd::slidesorter::controller::SlotManager::GetClipboardState(), sd::View::InsertData(), sd::ViewClipboard::InsertSlides(), and sd::slidesorter::controller::Clipboard::PasteTransferable().
|
staticnoexcept |
Definition at line 724 of file sdxfer.cxx.
Referenced by sd::View::InsertData().
|
inline |
Definition at line 69 of file sdxfer.hxx.
Referenced by sd::slidesorter::view::InsertionIndicatorOverlay::Create(), sd::ViewClipboard::GetFirstMasterPage(), sd::ViewClipboard::InsertSlides(), and sd::slidesorter::controller::Clipboard::PasteTransferable().
|
inline |
|
inline |
Definition at line 80 of file sdxfer.hxx.
Referenced by sd::slidesorter::controller::Clipboard::CreateTransferableUserData().
|
inline |
Definition at line 59 of file sdxfer.hxx.
Referenced by sd::slidesorter::controller::Clipboard::ExecuteDrop(), and sd::View::InsertData().
std::shared_ptr< SdTransferable::UserData > SdTransferable::GetUserData | ( | const sal_Int32 | nIndex | ) | const |
Return the specified user data object.
When the index is not valid, ie not in the range [0,count) then an empty pointer is returned.
Definition at line 716 of file sdxfer.cxx.
References o3tl::make_unsigned(), maUserData, and nIndex.
Referenced by sd::slidesorter::controller::TransferableData::GetFromTransferable().
sal_Int32 SdTransferable::GetUserDataCount | ( | ) | const |
Return the number of user data objects.
Definition at line 711 of file sdxfer.cxx.
References maUserData.
Referenced by sd::slidesorter::controller::TransferableData::GetFromTransferable().
|
inline |
Definition at line 54 of file sdxfer.hxx.
Referenced by sd::View::AcceptDrop(), sd::slidesorter::controller::Clipboard::ExecuteDrop(), and sd::View::InsertData().
|
inline |
Definition at line 51 of file sdxfer.hxx.
Referenced by sd::View::InsertData().
|
inline |
|
inline |
Definition at line 64 of file sdxfer.hxx.
Referenced by sd::ViewClipboard::InsertSlides(), and sd::slidesorter::controller::Clipboard::PasteTransferable().
|
inline |
Definition at line 62 of file sdxfer.hxx.
Referenced by sd::View::DragFinished().
|
inline |
Definition at line 67 of file sdxfer.hxx.
Referenced by sd::slidesorter::controller::Clipboard::AcceptDrop(), sd::View::AcceptDrop(), sd::slidesorter::controller::Clipboard::DoPaste(), sd::View::InsertData(), and sd::slidesorter::controller::Clipboard::IsDropAccepted().
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 729 of file sdxfer.cxx.
References SfxListener::EndListening(), SfxHint::GetId(), SdrHint::GetKind(), mpSdView, mpSdViewIntern, and mpSourceDoc.
|
finaloverrideprotectedvirtual |
Reimplemented from TransferableHelper.
Definition at line 642 of file sdxfer.cxx.
References SdModule::pTransferClip, SdModule::pTransferDrag, SdModule::pTransferSelection, and SD_MOD.
Referenced by ~SdTransferable().
|
privatedelete |
|
inline |
Definition at line 47 of file sdxfer.hxx.
Referenced by SdDrawDocument::AllocSdDrawDocument().
|
inline |
Definition at line 61 of file sdxfer.hxx.
Referenced by sd::View::DragFinished(), and sd::View::InsertData().
void SdTransferable::SetObjectDescriptor | ( | std::unique_ptr< TransferableObjectDescriptor > | pObjDesc | ) |
Definition at line 658 of file sdxfer.cxx.
References mpObjDesc, and TransferableHelper::PrepareOLE().
Referenced by SdPageObjsTLV::AddShapeToTransferable().
void SdTransferable::SetPageBookmarks | ( | std::vector< OUString > && | rPageBookmarks, |
bool | bPersistent | ||
) |
Definition at line 664 of file sdxfer.cxx.
References SdrModel::ClearModel(), SdDrawDocument::CreateFirstPages(), SdDrawDocument::GetDocSh(), SdDrawDocument::GetSdPage(), FmFormView::HideSdrPage(), SdDrawDocument::InsertBookmarkAsPage(), maPageBookmarks, SdrMarkView::MarkAllObj(), mbPageTransferable, mbPageTransferablePersistent, mpPageDocShell, mpSdDrawDocument, mpSdViewIntern, mpSourceDoc, FmFormView::ShowSdrPage(), and Standard.
Referenced by sd::slidesorter::controller::Clipboard::CreateTransferableUserData().
|
inline |
Definition at line 58 of file sdxfer.hxx.
Referenced by SdPageObjsTLV::AddShapeToTransferable().
bool SdTransferable::SetTableRTF | ( | SdDrawDocument * | pModel | ) |
Definition at line 763 of file sdxfer.cxx.
References Any, sdr::table::ExportAsRTF(), SvMemoryStream::GetData(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), SdrModel::GetPage(), TransferableHelper::SetAny(), and SvMemoryStream::TellEnd().
Referenced by GetData().
void SdTransferable::SetView | ( | const ::sd::View * | pView | ) |
Definition at line 754 of file sdxfer.cxx.
References SfxListener::EndListening(), mpSdView, and SfxListener::StartListening().
Referenced by sd::slidesorter::controller::Clipboard::CreateTransferableUserData(), sd::ViewShell::Deactivate(), and sd::View::DragFinished().
|
inline |
Definition at line 50 of file sdxfer.hxx.
Referenced by sd::slidesorter::controller::Clipboard::CreateTransferableUserData().
|
overrideprotectedvirtual |
Reimplemented from TransferableHelper.
Definition at line 561 of file sdxfer.cxx.
References SdrModel::BurnInStyleSheetAttributes(), SfxObjectShell::DoSaveCompleted(), SfxObjectShell::DoSaveObjectAs(), ERRCODE_NONE, Exception, SdDrawDocument::GetDocumentType(), comphelper::OStorageHelper::GetStorageFromStream(), utl::TempFileFast::GetStream(), Impress, pObject, SDTRANSFER_OBJECTTYPE_DRAWMODEL, SDTRANSFER_OBJECTTYPE_DRAWOLE, SdrModel::setUnoModel(), SfxObjectShell::SetupStorage(), SOFFICE_FILEFORMAT_CURRENT, SvxDrawingLayerExport(), and TOOLS_WARN_EXCEPTION.
|
private |
Definition at line 113 of file sdxfer.hxx.
Referenced by CreateData(), GetData(), and ~SdTransferable().
|
private |
Definition at line 115 of file sdxfer.hxx.
Referenced by SetPageBookmarks().
|
private |
Definition at line 128 of file sdxfer.hxx.
|
private |
Definition at line 135 of file sdxfer.hxx.
Referenced by AddUserData(), GetUserData(), GetUserDataCount(), and ~SdTransferable().
|
private |
Definition at line 127 of file sdxfer.hxx.
Referenced by CreateData(), and GetData().
|
private |
Definition at line 129 of file sdxfer.hxx.
|
private |
Definition at line 132 of file sdxfer.hxx.
Referenced by AddSupportedFormats(), and SdTransferable().
|
private |
Definition at line 130 of file sdxfer.hxx.
Referenced by CreateData(), GetData(), and ~SdTransferable().
|
private |
Definition at line 131 of file sdxfer.hxx.
Referenced by CreateData(), and ~SdTransferable().
|
private |
Definition at line 133 of file sdxfer.hxx.
Referenced by AddSupportedFormats(), and SetPageBookmarks().
|
private |
Definition at line 134 of file sdxfer.hxx.
Referenced by AddSupportedFormats(), and SetPageBookmarks().
|
private |
Definition at line 124 of file sdxfer.hxx.
Referenced by AddSupportedFormats(), CreateObjectReplacement(), GetData(), and ~SdTransferable().
|
private |
Definition at line 125 of file sdxfer.hxx.
Referenced by AddSupportedFormats(), CreateObjectReplacement(), GetData(), and ~SdTransferable().
|
private |
Definition at line 126 of file sdxfer.hxx.
Referenced by AddSupportedFormats(), CreateObjectReplacement(), GetData(), and ~SdTransferable().
|
private |
Definition at line 117 of file sdxfer.hxx.
Referenced by AddSupportedFormats(), GetData(), SetObjectDescriptor(), and ~SdTransferable().
|
private |
Definition at line 116 of file sdxfer.hxx.
Referenced by AddSupportedFormats(), CreateObjectReplacement(), GetData(), and ~SdTransferable().
|
private |
Definition at line 114 of file sdxfer.hxx.
Referenced by SetPageBookmarks().
|
private |
Definition at line 120 of file sdxfer.hxx.
Referenced by AddSupportedFormats(), CreateData(), GetData(), and SetPageBookmarks().
|
private |
Definition at line 121 of file sdxfer.hxx.
Referenced by CreateData(), GetData(), and ~SdTransferable().
|
private |
Definition at line 118 of file sdxfer.hxx.
Referenced by CreateData(), DragFinished(), Notify(), SetView(), and ~SdTransferable().
|
private |
Definition at line 119 of file sdxfer.hxx.
Referenced by CreateData(), GetData(), Notify(), SetPageBookmarks(), and ~SdTransferable().
|
private |
Definition at line 122 of file sdxfer.hxx.
Referenced by CreateData(), CreateObjectReplacement(), Notify(), SdTransferable(), SetPageBookmarks(), and ~SdTransferable().
|
private |
Definition at line 123 of file sdxfer.hxx.
Referenced by CreateData(), and ~SdTransferable().