Home
last modified time | relevance | path

Searched refs:rDestDoc (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Dpostit.cxx536 ScPostIt* ScPostIt::Clone( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddress& rDestPo… in Clone() argument
539 …return bCloneCaption ? new ScPostIt( rDestDoc, rDestPos, *this ) : new ScPostIt( rDestDoc, rDestPo… in Clone()
H A Dcell.cxx106 ScBaseCell* lclCloneCell( const ScBaseCell& rSrcCell, ScDocument& rDestDoc, const ScAddress& rDestP… in lclCloneCell() argument
115 return new ScEditCell( static_cast< const ScEditCell& >( rSrcCell ), rDestDoc ); in lclCloneCell()
117 …return new ScFormulaCell( static_cast< const ScFormulaCell& >( rSrcCell ), rDestDoc, rDestPos, nCl… in lclCloneCell()
128 ScBaseCell* ScBaseCell::CloneWithoutNote( ScDocument& rDestDoc, int nCloneFlags ) const in CloneWithoutNote() argument
134 return lclCloneCell( *this, rDestDoc, aDestPos, nCloneFlags ); in CloneWithoutNote()
137 ScBaseCell* ScBaseCell::CloneWithoutNote( ScDocument& rDestDoc, const ScAddress& rDestPos, int nClo… in CloneWithoutNote() argument
139 return lclCloneCell( *this, rDestDoc, rDestPos, nCloneFlags ); in CloneWithoutNote()
142 ScBaseCell* ScBaseCell::CloneWithNote( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddr… in CloneWithNote() argument
144 ScBaseCell* pNewCell = lclCloneCell( *this, rDestDoc, rDestPos, nCloneFlags ); in CloneWithNote()
150 pNewCell->TakeNote( mpNote->Clone( rOwnPos, rDestDoc, rDestPos, bCloneCaption ) ); in CloneWithNote()
H A Dcolumn3.cxx827 ScBaseCell* ScColumn::CloneCell(SCSIZE nIndex, sal_uInt16 nFlags, ScDocument& rDestDoc, const ScAdd… in CloneCell() argument
847 pNew = rSource.CloneWithoutNote( rDestDoc, rDestPos ); in CloneCell()
853 pNew = rSource.CloneWithoutNote( rDestDoc, rDestPos ); in CloneCell()
860 pNew = rSource.CloneWithoutNote( rDestDoc, rDestPos ); in CloneCell()
862 else if ( (bCloneValue || bCloneDateTime || bCloneString) && !rDestDoc.IsUndo() ) in CloneCell()
873 ScFormulaCell* pErrCell = new ScFormulaCell( &rDestDoc, rDestPos ); in CloneCell()
895 pNew = new ScEditCell( aString, &rDestDoc ); in CloneCell()
917 ScPostIt* pNewNote = pNote->Clone( aOwnPos, rDestDoc, rDestPos, bCloneCaption ); in CloneCell()
H A Dcolumn.cxx1362 ScDocument& rDestDoc = *rDestCol.pDocument; in CopyUpdated() local
1374 … ScBaseCell* pNew = pItems[nThisIndex].pCell->CloneWithNote( aOwnPos, rDestDoc, aDestPos ); in CopyUpdated()
/trunk/main/sw/source/core/fields/
H A Dreffld.cxx907 void Check( SwDoc& rDoc, SwDoc& rDestDoc, SwGetRefField& rFld,
916 void _RefIdsMap::Check( SwDoc& rDoc, SwDoc& rDestDoc, SwGetRefField& rFld, in SV_IMPL_PTRARR()
926 if( 0 != ( pType = rDestDoc.GetFldType( RES_SETEXPFLD, aName, false ) )) in SV_IMPL_PTRARR()
949 for( n = rDestDoc.GetFtnIdxs().Count(); n; ) in SV_IMPL_PTRARR()
950 aIds.Insert( rDestDoc.GetFtnIdxs()[ --n ]->GetSeqRefNo() ); in SV_IMPL_PTRARR()
1015 void SwGetRefFieldType::MergeWithOtherDoc( SwDoc& rDestDoc ) in MergeWithOtherDoc() argument
1017 if( &rDestDoc != pDoc && in MergeWithOtherDoc()
1018 rDestDoc.GetSysFldType( RES_GETREFFLD )->GetDepends() ) in MergeWithOtherDoc()
1047 pMap->Check( *pDoc, rDestDoc, rRefFld, sal_True ); in MergeWithOtherDoc()
1053 aFntMap.Check( *pDoc, rDestDoc, rRefFld, sal_False ); in MergeWithOtherDoc()
/trunk/main/sw/inc/
H A Dreffld.hxx80 void MergeWithOtherDoc( SwDoc& rDestDoc );
/trunk/main/sc/inc/
H A Dpostit.hxx100 ScDocument& rDestDoc, const ScAddress& rDestPos,
H A Dcolumn.hxx411 …ScBaseCell* CloneCell(SCSIZE nIndex, sal_uInt16 nFlags, ScDocument& rDestDoc, const ScAddress& rDe…
H A Dcell.hxx88 …ScBaseCell* CloneWithoutNote( ScDocument& rDestDoc, int nCloneFlags = SC_CLONECELL_DEFAULT ) c…
92 …ScBaseCell* CloneWithoutNote( ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags…
96 …ScBaseCell* CloneWithNote( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddress& rD…
/trunk/main/basctl/source/inc/
H A Dbasidesh.hxx231 const ScriptDocument& rSourceDoc, const String& rSourceLibName, const ScriptDocument& rDestDoc,
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx218 const ScriptDocument& rDestDoc( aDestDesc.GetDocument() ); in NotifyAcceptDrop() local
356 const ScriptDocument& rDestDoc( aDestDesc.GetDocument() ); in NotifyCopyingMoving() local
374 if ( rSourceDoc != rDestDoc || aSourceLibName != aDestLibName ) in NotifyCopyingMoving()
399 BasicIDE::MarkDocumentModified( rDestDoc ); in NotifyCopyingMoving()
410 aSourceLibName, rDestDoc, aDestLibName, aSourceName ); in NotifyCopyingMoving()
419 BasicIDE::MarkDocumentModified( rDestDoc ); in NotifyCopyingMoving()
441 BasicIDE::MarkDocumentModified( rDestDoc ); in NotifyCopyingMoving()
451 aSourceLibName, rDestDoc, aDestLibName, aSourceName ); in NotifyCopyingMoving()
454 if ( rDestDoc.insertDialog( aDestLibName, aSourceName, xISP ) ) in NotifyCopyingMoving()
455 BasicIDE::MarkDocumentModified( rDestDoc ); in NotifyCopyingMoving()
[all …]

Completed in 61 milliseconds