Searched refs:pSourceShell (Results 1 – 5 of 5) sorted by relevance
68 pSourceShell( NULL ), in ScLinkedAreaDlg()119 if (pSourceShell) in IMPL_LINK()121 SfxMedium* pMed = pSourceShell->GetMedium(); in IMPL_LINK()149 if ( pSourceShell ) in LoadDocument()152 pSourceShell->DoClose(); in LoadDocument()153 pSourceShell = NULL; in LoadDocument()167 pSourceShell = aLoader.GetDocShell(); in LoadDocument()168 if ( pSourceShell ) in LoadDocument()170 sal_uLong nErr = pSourceShell->GetErrorCode(); in LoadDocument()174 aSourceRef = pSourceShell; in LoadDocument()[all …]
859 sal_Bool SwNewDBMgr::MergeMailFiles(SwWrtShell* pSourceShell, in MergeMailFiles() argument863 … sal_Bool bSynchronizedDoc = pSourceShell->IsLabelDoc() && pSourceShell->GetSectionFmtCount() > 1; in MergeMailFiles()902 SfxDispatcher* pSfxDispatcher = pSourceShell->GetView().GetViewFrame()->GetDispatcher(); in MergeMailFiles()903 SwDocShell* pSourrceDocSh = pSourceShell->GetView().GetDocShell(); in MergeMailFiles()908 SfxMedium* pOrig = pSourceShell->GetView().GetDocShell()->GetMedium(); in MergeMailFiles()970 pSourceShell->SttEndDoc(sal_True); in MergeMailFiles()971 nStartingPageNo = pSourceShell->GetVirtPageNum(); in MergeMailFiles()972 sStartingPageDesc = sModifiedStartingPageDesc = pSourceShell->GetPageDesc( in MergeMailFiles()973 pSourceShell->GetCurPageDesc()).GetName(); in MergeMailFiles()975 lcl_CopyCompatibilityOptions( *pSourceShell, *pTargetShell); in MergeMailFiles()[all …]
67 ScDocShell* pSourceShell; member in ScLinkedAreaDlg
103 void SetDragSource( ScDocShell* pSourceShell, const ScMarkData& rMark );
529 void ScTransferObj::SetDragSource( ScDocShell* pSourceShell, const ScMarkData& rMark ) in SetDragSource() argument533 xDragSourceRanges = new ScCellRangesObj( pSourceShell, aRanges ); in SetDragSource()