Searched refs:rOtherDoc (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sc/source/core/data/ |
| H A D | documen4.cxx | 761 ScDocument& rOtherDoc, SCROW nOtherRow, SCTAB nOtherTab, in RowDifferences() argument 777 … const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in RowDifferences() 800 ScDocument& rOtherDoc, SCCOL nOtherCol, SCTAB nOtherTab, in ColDifferences() argument 818 … const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in ColDifferences() 841 … sal_Bool bColumns, ScDocument& rOtherDoc, SCTAB nThisTab, SCTAB nOtherTab, in FindOrder() argument 876 …nComp = ColDifferences( static_cast<SCCOL>(nThisRow), nThisTab, rOtherDoc, static_cast<SCCOL>(i), … in FindOrder() 878 …nComp = RowDifferences( nThisRow, nThisTab, rOtherDoc, i, nOtherTab, static_cast<SCCOL>(nEndCol), … in FindOrder() 937 void ScDocument::CompareDocument( ScDocument& rOtherDoc ) in CompareDocument() argument 943 SCTAB nOtherCount = rOtherDoc.GetTableCount(); in CompareDocument() 957 if (!rOtherDoc.IsScenario(nTemp)) in CompareDocument() [all …]
|
| /AOO41X/main/sc/source/ui/docshell/ |
| H A D | docsh3.cxx | 701 void ScDocShell::CompareDocument( ScDocument& rOtherDoc ) in CompareDocument() argument 725 SfxObjectShell* pOtherSh = rOtherDoc.GetDocumentShell(); in CompareDocument() 752 aDocument.CompareDocument( rOtherDoc ); in CompareDocument() 814 void ScDocShell::MergeDocument( ScDocument& rOtherDoc, bool bShared, bool bCheckDuplicates, sal_uLo… in MergeDocument() argument 820 ScChangeTrack* pSourceTrack = rOtherDoc.GetChangeTrack(); in MergeDocument() 945 …if ( !bCheckDuplicates || !lcl_FindAction( &rOtherDoc, pSourceAction, &aDocument, pFirstSearchActi… in MergeDocument()
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | docsh.hxx | 257 void CompareDocument( ScDocument& rOtherDoc ); 258 …void MergeDocument( ScDocument& rOtherDoc, bool bShared = false, bool bCheckDuplicates …
|
| /AOO41X/main/sc/inc/ |
| H A D | document.hxx | 1648 ScDocument& rOtherDoc, 1652 ScDocument& rOtherDoc, 1657 ScDocument& rOtherDoc, SCTAB nThisTab, SCTAB nOtherTab, 1813 SC_DLLPUBLIC void CompareDocument( ScDocument& rOtherDoc );
|