Searched refs:rTransferable (Results 1 – 14 of 14) sorted by relevance
/trunk/main/sd/source/ui/view/ |
H A D | ViewClipboard.cxx | 65 SdPage* pMasterPage = GetFirstMasterPage (rTransferable); in HandlePageDrop() 67 AssignMasterPage (rTransferable, pMasterPage); in HandlePageDrop() 69 InsertSlides (rTransferable, DetermineInsertPosition (rTransferable)); in HandlePageDrop() 79 if (rTransferable.HasPageBookmarks()) in GetFirstMasterPage() 135 const SdTransferable& rTransferable, in AssignMasterPage() argument 156 if ( ! rTransferable.HasPageBookmarks()) in AssignMasterPage() 215 const SdTransferable& rTransferable, in InsertSlides() argument 226 if (rTransferable.HasPageBookmarks()) in InsertSlides() 230 pBookmarkList = &rTransferable.GetPageBookmarks(); in InsertSlides() 231 pDataDocSh = rTransferable.GetPageDocShell(); in InsertSlides() [all …]
|
/trunk/main/sd/source/ui/inc/ |
H A D | ViewClipboard.hxx | 48 virtual void HandlePageDrop (const SdTransferable& rTransferable); 57 SdPage* GetFirstMasterPage (const SdTransferable& rTransferable); 63 const SdTransferable& rTransferable, 70 const SdTransferable& rTransferable); 83 const SdTransferable& rTransferable,
|
H A D | sdtreelb.hxx | 297 SdTransferable& rTransferable,
|
/trunk/main/sw/source/ui/uiview/ |
H A D | uivwimp.cxx | 256 void SwView_Impl::AddTransferable(SwTransferable& rTransferable) in AddTransferable() argument 259 rTransferable.m_refCount++;; in AddTransferable() 261 xTransferable = Reference<XUnoTunnel> (&rTransferable); in AddTransferable() 263 rTransferable.m_refCount--; in AddTransferable()
|
H A D | view.cxx | 1887 void SwView::AddTransferable(SwTransferable& rTransferable) in AddTransferable() argument 1889 GetViewImpl()->AddTransferable(rTransferable); in AddTransferable()
|
/trunk/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsClipboard.hxx | 110 const SdTransferable& rTransferable); 113 const SdTransferable& rTransferable,
|
/trunk/main/vcl/aqua/source/dtrans/ |
H A D | DataFlavorMapping.cxx | 587 …apper::getDataProvider( const NSString* systemFlavor, Reference<XTransferable> rTransferable) const in getDataProvider() 595 Any data = rTransferable->getTransferData(oOOFlavor); in getDataProvider()
|
H A D | DataFlavorMapping.hxx | 100 …com::sun::star::uno::Reference< com::sun::star::datatransfer::XTransferable > rTransferable) const;
|
/trunk/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 1742 SdTransferable& rTransferable, in AddShapeToTransferable() argument 1787 rTransferable.SetStartPos(aDragPos); in AddShapeToTransferable() 1788 rTransferable.SetObjectDescriptor( aObjectDescriptor ); in AddShapeToTransferable()
|
/trunk/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsClipboard.cxx | 933 const SdTransferable& rTransferable, in InsertSlides() argument 937 rTransferable, in InsertSlides()
|
/trunk/main/sw/source/ui/inc/ |
H A D | uivwimp.hxx | 148 void AddTransferable(SwTransferable& rTransferable);
|
H A D | view.hxx | 647 void AddTransferable(SwTransferable& rTransferable);
|
/trunk/main/editeng/source/editeng/ |
H A D | editeng.cxx | 2870 … ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& rTransferable ) in HasValidData() argument 2874 if ( rTransferable.is() ) in HasValidData() 2879 bValidData = rTransferable->isDataFlavorSupported( aFlavor ); in HasValidData()
|
/trunk/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 475 …::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& rTransferable );
|
Completed in 91 milliseconds