Lines Matching refs:pDestDoc

595 		ScDocument* pDestDoc = pDocSh->GetDocument();  in InitDocShell()  local
599 pDestDoc->SetDocOptions( pDoc->GetDocOptions() ); // #i42666# in InitDocShell()
603 pDestDoc->RenameTab( 0, aTabName, sal_False ); // no UpdateRef (empty) in InitDocShell()
605 pDestDoc->CopyStdStylesFrom( pDoc ); in InitDocShell()
617 pDestDoc->SetLayoutRTL(0, pDoc->IsLayoutRTL(nSrcTab)); in InitDocShell()
620 pDestDoc->ShowCol( nCol, 0, sal_False ); in InitDocShell()
622 pDestDoc->SetColWidth( nCol, 0, pDoc->GetColWidth( nCol, nSrcTab ) ); in InitDocShell()
625 pDestDoc->GetRowFlagsArrayModifiable(0); in InitDocShell()
632 pDestDoc->ShowRow( nRow, 0, sal_False ); in InitDocShell()
635 pDestDoc->SetRowHeight( nRow, 0, pDoc->GetOriginalHeight( nRow, nSrcTab ) ); in InitDocShell()
654 pDestDoc->CopyFromClip( aDestRange, aDestMark, IDF_ALL, NULL, pDoc, sal_False ); in InitDocShell()
657 StripRefs( pDoc, nStartX,nStartY, nEndX,nEndY, pDestDoc, 0,0 ); in InitDocShell()
660 pDestDoc->ExtendMerge( aMergeRange, sal_True ); in InitDocShell()
662 pDoc->CopyDdeLinks( pDestDoc ); // copy values of DDE Links in InitDocShell()
676 ScStyleSheetPool* pDestPool = pDestDoc->GetStyleSheetPool(); in InitDocShell()
685 pDestDoc->SetViewOptions( pDoc->GetViewOptions() ); in InitDocShell()
694 nPosX += pDestDoc->GetColWidth( nCol, 0 ); in InitDocShell()
695 nPosY += pDestDoc->GetRowHeight( 0, nStartY-1, 0 ); in InitDocShell()
707 long nAdd = pDestDoc->GetColWidth( nCol, 0 ); in InitDocShell()
714 long nAdd = pDestDoc->GetRowHeight( nRow, 0 ); in InitDocShell()
732 if ( pDestDoc->IsChartListenerCollectionNeedsUpdate() ) in InitDocShell()
733 pDestDoc->UpdateChartListenerCollection(); in InitDocShell()
760 ScDocument* pDestDoc, SCCOL nSubX, SCROW nSubY ) in StripRefs() argument
762 if (!pDestDoc) in StripRefs()
764 pDestDoc = pDoc; in StripRefs()
774 while (nDestTab<MAXTAB && !pDestDoc->HasTable(nDestTab)) in StripRefs()
777 if (!pDoc->HasTable(nSrcTab) || !pDestDoc->HasTable(nDestTab)) in StripRefs()
812 if ( ((const SvxHorJustifyItem*) pDestDoc->GetAttr( in StripRefs()
815 pDestDoc->ApplyAttr( nCol,nRow,nDestTab, in StripRefs()
828 pNew = new ScEditCell( aStr, pDestDoc ); in StripRefs()
832 pDestDoc->PutCell( nCol,nRow,nDestTab, pNew ); in StripRefs()
837 pDestDoc->GetAttr(nCol,nRow,nDestTab, ATTR_VALUE_FORMAT))->GetValue(); in StripRefs()
842 pDestDoc->ApplyAttr( nCol,nRow,nDestTab, in StripRefs()