Home
last modified time | relevance | path

Searched refs:pDestDoc (Results 1 – 25 of 25) sorted by relevance

/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx595 ScDocument* pDestDoc = pDocSh->GetDocument(); in InitDocShell() local
605 pDestDoc->CopyStdStylesFrom( pDoc ); in InitDocShell()
620 pDestDoc->ShowCol( nCol, 0, sal_False ); in InitDocShell()
632 pDestDoc->ShowRow( nRow, 0, sal_False ); in InitDocShell()
694 nPosX += pDestDoc->GetColWidth( nCol, 0 ); in InitDocShell()
707 long nAdd = pDestDoc->GetColWidth( nCol, 0 ); in InitDocShell()
733 pDestDoc->UpdateChartListenerCollection(); in InitDocShell()
762 if (!pDestDoc) in StripRefs()
764 pDestDoc = pDoc; in StripRefs()
815 pDestDoc->ApplyAttr( nCol,nRow,nDestTab, in StripRefs()
[all …]
H A Ddrwtrans.cxx745 ScDocument* pDestDoc = pDocSh->GetDocument(); in InitDocShell() local
746 pDestDoc->InitDrawLayer( pDocSh ); in InitDocShell()
748 SdrModel* pDestModel = pDestDoc->GetDrawLayer(); in InitDocShell()
776 ScViewOptions aViewOpt( pDestDoc->GetViewOptions() ); in InitDocShell()
778 pDestDoc->SetViewOptions( aViewOpt ); in InitDocShell()
/trunk/main/sc/source/core/tool/
H A Dconsoli.cxx698 pDestDoc->SetString( nCol, nRow, nTab, aCornerText ); in OutputToDocument()
729 pDestDoc->SetError( sal::static_int_cast<SCCOL>(nCol+nArrX), in OutputToDocument()
732 pDestDoc->SetValue( sal::static_int_cast<SCCOL>(nCol+nArrX), in OutputToDocument()
760 pDestDoc->InsertRow( 0,nTab, MAXCOL,nTab, nRow+nArrY, nNeeded ); in OutputToDocument()
785 ScBaseCell* pCell = new ScFormulaCell( pDestDoc, aDest, &aRefArr ); in OutputToDocument()
786 pDestDoc->PutCell( aDest.Col(), aDest.Row(), aDest.Tab(), pCell ); in OutputToDocument()
807 ScBaseCell* pCell = new ScFormulaCell( pDestDoc, aDest, &aArr ); in OutputToDocument()
808 pDestDoc->PutCell( aDest.Col(), aDest.Row(), aDest.Tab(), pCell ); in OutputToDocument()
820 pDestDoc->ShowRow( nOutRow, nTab, sal_False ); in OutputToDocument()
821 pDestDoc->UpdateOutlineRow( nOutStart, nOutEnd, nTab, sal_False ); in OutputToDocument()
[all …]
H A Dcharthelper.cxx142 …AdjustRangesOfChartsOnDestinationPage( ScDocument* pSrcDoc, ScDocument* pDestDoc, const SCTAB nSrc… in AdjustRangesOfChartsOnDestinationPage() argument
144 if( !pSrcDoc || !pDestDoc ) in AdjustRangesOfChartsOnDestinationPage()
146 ScDrawLayer* pDrawLayer = pDestDoc->GetDrawLayer(); in AdjustRangesOfChartsOnDestinationPage()
161 … Reference< chart2::XChartDocument > xChartDoc( pDestDoc->GetChartByName( aChartName ) ); in AdjustRangesOfChartsOnDestinationPage()
166 pDestDoc->GetChartRanges( aChartName, aRangesVector, pSrcDoc ); in AdjustRangesOfChartsOnDestinationPage()
172 … lcl_AdjustRanges( rScRangeList, nSrcTab, nDestTab, pDestDoc->GetTableCount() ); in AdjustRangesOfChartsOnDestinationPage()
174 pDestDoc->SetChartRanges( aChartName, aRangesVector ); in AdjustRangesOfChartsOnDestinationPage()
183 void ScChartHelper::UpdateChartsOnDestinationPage( ScDocument* pDestDoc, const SCTAB nDestTab ) in UpdateChartsOnDestinationPage() argument
185 if( !pDestDoc ) in UpdateChartsOnDestinationPage()
187 ScDrawLayer* pDrawLayer = pDestDoc->GetDrawLayer(); in UpdateChartsOnDestinationPage()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx140 SwDoc* pDestDoc = rCpyPam.GetDoc(); in lcl_CopyBookmarks() local
142 ::sw::UndoGuard const undoGuard(pDestDoc->GetIDocumentUndoRedo()); in lcl_CopyBookmarks()
194 pDestDoc->getIDocumentMarkAccess()->renameMark(pNewMark, pMark->GetName()); in lcl_CopyBookmarks()
533 SwDoc* pDestDoc = rDestNd.GetDoc(); in CopyCollFmt() local
534 SwAttrSet aPgBrkSet( pDestDoc->GetAttrPool(), aBreakSetRange ); in CopyCollFmt()
548 rDestNd.ChgFmtColl( pDestDoc->CopyTxtColl( *GetTxtColl() )); in CopyCollFmt()
603 SwDoc* pDestDoc = rCpyPam.GetDoc(); in lcl_DeleteRedlines() local
658 RedlineMode_t eOld = pDestDoc->GetRedlineMode(); in lcl_DeleteRedlines()
661 ::sw::UndoGuard const undoGuard(pDestDoc->GetIDocumentUndoRedo()); in lcl_DeleteRedlines()
664 pDestDoc->DeleteAndJoin( *(SwPaM*)pDelPam->GetNext() ); in lcl_DeleteRedlines()
[all …]
H A Dnodes.cxx223 SwDoc* pDestDoc = rNds.GetDoc() != GetDoc() ? rNds.GetDoc() : 0; in ChgNode() local
224 OSL_ENSURE(!pDestDoc, "SwNodes::ChgNode(): " in ChgNode()
227 if( !bRestPersData && !bSavePersData && pDestDoc ) in ChgNode()
252 if( pDestDoc ) in ChgNode()
258 SwNumRule* pDestRule = pDestDoc->FindNumRulePtr( sNumRule ); in ChgNode()
262 pDestDoc->MakeNumRule( sNumRule, pNumRule ); in ChgNode()
298 bool const bToUndo = !pDestDoc && in ChgNode()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx2513 ScDocument* pDestDoc = NULL; in MoveTable() local
2555 pDestDoc = pDestShell->GetDocument(); in MoveTable()
2559 if (pDestDoc != pDoc) in MoveTable()
2563 while (pDestDoc->GetTableCount() > 1) in MoveTable()
2564 pDestDoc->DeleteTab(0); in MoveTable()
2565 pDestDoc->RenameTab( 0, in MoveTable()
2606 nDestTab=pDestDoc->GetTableCount(); in MoveTable()
2612 pDestDoc->CreateValidTabName( aName ); in MoveTable()
2638 pDestDoc->SetScenario(nDestTab1,sal_True); in MoveTable()
2657 pDestDoc->GetName(nDestTab, sName); in MoveTable()
[all …]
H A Dtabvwshf.cxx537 ScDocument* pDestDoc = pScSh->GetDocument(); in ExecuteTable() local
538 nTableCount = pDestDoc->GetTableCount(); in ExecuteTable()
539 bDoIt = pDestDoc->IsDocEditable(); in ExecuteTable()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx982 ScPatternAttr* ScPatternAttr::PutInPool( ScDocument* pDestDoc, ScDocument* pSrcDoc ) const in PutInPool() argument
986 ScPatternAttr* pDestPattern = new ScPatternAttr(pDestDoc->GetPool()); in PutInPool()
991 if ( pDestDoc != pSrcDoc ) in PutInPool()
1000 pDestDoc->GetStyleSheetPool(), in PutInPool()
1001 pDestDoc->GetFormatExchangeList() ); in PutInPool()
1026 nNewIndex = pDestDoc->AddCondFormat( *pOldData ); in PutInPool()
1032 ScStyleSheetPool* pDestSPool = pDestDoc->GetStyleSheetPool(); in PutInPool()
1057 nNewIndex = pDestDoc->AddValidationEntry( *pOldData ); in PutInPool()
1061 else if ( nAttrId == ATTR_VALUE_FORMAT && pDestDoc->GetFormatExchangeList() ) in PutInPool()
1066 …sal_uInt32* pNewFormat = static_cast<sal_uInt32*>(pDestDoc->GetFormatExchangeList()->Get(nOldForma… in PutInPool()
[all …]
H A Ddocument.cxx1478 if( !pDestDoc->aDocName.Len() ) in CopyToDocument()
1479 pDestDoc->aDocName = aDocName; in CopyToDocument()
1486 if (pTab[i] && pDestDoc->pTab[i]) in CopyToDocument()
1491 pDestDoc->SetAutoCalc( bOldAutoCalc ); in CopyToDocument()
1513 if (pTab[i] && pDestDoc->pTab[i]) in UndoToDocument()
1532 if( !pDestDoc->aDocName.Len() ) in CopyToDocument()
1533 pDestDoc->aDocName = aDocName; in CopyToDocument()
1537 if (pTab[i] && pDestDoc->pTab[i]) in CopyToDocument()
1542 pDestDoc->SetAutoCalc( bOldAutoCalc ); in CopyToDocument()
1562 if (pTab[i] && pDestDoc->pTab[i]) in UndoToDocument()
[all …]
H A Ddpglobal.cxx55 …bool ChkDPTableOverlap( ScDocument *pDestDoc, std::list<ScDPObject> & rClipboard, SCCOL nClipStart… in ChkDPTableOverlap() argument
57 if ( ScDPCollection* pDPCollection = pDestDoc->GetDPCollection() ) in ChkDPTableOverlap()
H A Ddocumen8.cxx1149 void ScDocument::CopyDdeLinks( ScDocument* pDestDoc ) const in CopyDdeLinks()
1156 pDestDoc->LoadDdeLinks(*pClipData); in CopyDdeLinks()
1168 ScDdeLink* pNew = new ScDdeLink( pDestDoc, *(ScDdeLink*)pBase ); in CopyDdeLinks()
1170 pDestDoc->pLinkManager->InsertDDELink( pNew, in CopyDdeLinks()
H A Dtable2.cxx560 ScDocument* pDestDoc = pTransClip->pDocument; in TransposeClip() local
586 ScBaseCell* pNew = new ScFormulaCell( pDestDoc, aDestPos, &aArr ); in TransposeClip()
599 pNew = aCol[nCol].CreateRefCell( pDestDoc, aDestPos, aIter.GetIndex(), nFlags ); in TransposeClip()
606 … pNew = pCell->CloneWithNote( aOwnPos, *pDestDoc, aDestPos, SC_CLONECELL_STARTLISTENING ); in TransposeClip()
616 pNew = pCell->CloneWithNote( aOwnPos, *pDestDoc, aDestPos ); in TransposeClip()
H A Ddocumen3.cxx660 void ScDocument::CopyUpdated( ScDocument* pPosDoc, ScDocument* pDestDoc ) in CopyUpdated() argument
664 if (pTab[nTab] && pPosDoc->pTab[nTab] && pDestDoc->pTab[nTab]) in CopyUpdated()
665 pTab[nTab]->CopyUpdated( pPosDoc->pTab[nTab], pDestDoc->pTab[nTab] ); in CopyUpdated()
H A Dcolumn3.cxx600 ScFormulaCell* ScColumn::CreateRefCell( ScDocument* pDestDoc, const ScAddress& rDestPos, in CreateRefCell() argument
661 return new ScFormulaCell( pDestDoc, rDestPos, &aArr ); in CreateRefCell()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx314 SwDoc* pDestDoc = pDestShell->GetDoc(); in CopyDrawSel() local
335 SdrObject* pNew = pDestDoc->CloneSdrObj( *pObj, bIsMove && in CopyDrawSel()
336 GetDoc() == pDestDoc, sal_False ); in CopyDrawSel()
395 SfxItemSet aSet( pDestDoc->GetAttrPool(),aFrmFmtSetRange); in CopyDrawSel()
397 SdrObject* pNew = pDestDoc->CloneSdrObj( *pObj, bIsMove && in CopyDrawSel()
398 GetDoc() == pDestDoc, sal_True ); in CopyDrawSel()
399 pFmt = pDestDoc->InsertDrawObj( *pDestShell->GetCrsr(), *pNew, aSet ); in CopyDrawSel()
402 pFmt = pDestDoc->CopyLayoutFmt( *pFmt, aAnchor, true, true ); in CopyDrawSel()
/trunk/main/sc/inc/
H A Dcharthelper.hxx49 …static void AdjustRangesOfChartsOnDestinationPage( ScDocument* pSrcDoc, ScDocument* pDestDoc, cons…
50 static void UpdateChartsOnDestinationPage( ScDocument* pDestDoc, const SCTAB nDestTab );
H A Ddocument.hxx691 SC_DLLPUBLIC void CopyDdeLinks( ScDocument* pDestDoc ) const;
1146 sal_uInt16 nFlags, sal_Bool bMarked, ScDocument* pDestDoc,
1150 sal_uInt16 nFlags, sal_Bool bMarked, ScDocument* pDestDoc,
1154 sal_uInt16 nFlags, sal_Bool bMarked, ScDocument* pDestDoc,
1157 sal_uInt16 nFlags, sal_Bool bMarked, ScDocument* pDestDoc,
1168 SC_DLLPUBLIC void CopyUpdated( ScDocument* pPosDoc, ScDocument* pDestDoc );
H A Dconsoli.hxx121 void OutputToDocument( ScDocument* pDestDoc, SCCOL nCol, SCROW nRow, SCTAB nTab );
H A Dpatattr.hxx115 ScPatternAttr* PutInPool( ScDocument* pDestDoc, ScDocument* pSrcDoc ) const;
H A Ddpglobal.hxx197 …bool ChkDPTableOverlap( ScDocument *pDestDoc, std::list<ScDPObject> & rClipboard, SCCOL nClipStart…
H A Dcolumn.hxx203 ScFormulaCell* CreateRefCell( ScDocument* pDestDoc, const ScAddress& rDestPos,
/trunk/main/sw/inc/
H A Dtxttxmrk.hxx46 void CopyTOXMark( SwDoc* pDestDoc );
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx160 ScDocument* pDestDoc, const ScAddress& rDestPos ) in lcl_CopyData() argument
215 pDestDoc->CopyFromClip( aNewRange, aDestMark, IDF_ALL & ~IDF_FORMULA, NULL, pClipDoc, sal_False ); in lcl_CopyData()
/trunk/main/sc/source/ui/inc/
H A Dtransobj.hxx70 ScDocument* pDestDoc=0,

Completed in 198 milliseconds