Lines Matching refs:rTransferable
61 void ViewClipboard::HandlePageDrop (const SdTransferable& rTransferable) in HandlePageDrop() argument
65 SdPage* pMasterPage = GetFirstMasterPage (rTransferable); in HandlePageDrop()
67 AssignMasterPage (rTransferable, pMasterPage); in HandlePageDrop()
69 InsertSlides (rTransferable, DetermineInsertPosition (rTransferable)); in HandlePageDrop()
75 SdPage* ViewClipboard::GetFirstMasterPage (const SdTransferable& rTransferable) in GetFirstMasterPage() argument
79 if (rTransferable.HasPageBookmarks()) in GetFirstMasterPage()
83 const List* pBookmarks = &rTransferable.GetPageBookmarks(); in GetFirstMasterPage()
87 DrawDocShell* pDocShell = rTransferable.GetPageDocShell(); in GetFirstMasterPage()
135 const SdTransferable& rTransferable, in AssignMasterPage() argument
156 if ( ! rTransferable.HasPageBookmarks()) in AssignMasterPage()
159 DrawDocShell* pDataDocShell = rTransferable.GetPageDocShell(); in AssignMasterPage()
215 const SdTransferable& rTransferable, in InsertSlides() argument
221 sal_Bool bMergeMasterPages = !rTransferable.HasSourceDoc( pDoc ); in InsertSlides()
226 if (rTransferable.HasPageBookmarks()) in InsertSlides()
230 pBookmarkList = &rTransferable.GetPageBookmarks(); in InsertSlides()
231 pDataDocSh = rTransferable.GetPageDocShell(); in InsertSlides()
238 SfxObjectShell* pShell = rTransferable.GetDocShell(); in InsertSlides()
260 (&rTransferable == SD_MOD()->pTransferDrag), in InsertSlides()