Searched refs:rOtherDoc (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | documen4.cxx | 761 ScDocument& rOtherDoc, SCROW nOtherRow, SCTAB nOtherTab, in RowDifferences() argument 800 ScDocument& rOtherDoc, SCCOL nOtherCol, SCTAB nOtherTab, in ColDifferences() argument 937 void ScDocument::CompareDocument( ScDocument& rOtherDoc ) in CompareDocument() argument 943 SCTAB nOtherCount = rOtherDoc.GetTableCount(); in CompareDocument() 957 if (!rOtherDoc.IsScenario(nTemp)) in CompareDocument() 959 rOtherDoc.GetName( nTemp, aOtherName ); in CompareDocument() 1010 rOtherDoc.GetCellArea( nOtherTab, nOtherEndCol, nOtherEndRow ); in CompareDocument() 1045 rOtherDoc, nThisTab, nOtherTab, nEndRow, NULL, NULL, 0 ); in CompareDocument() 1047 rOtherDoc, nThisTab, nOtherTab, nThisEndCol, in CompareDocument() 1178 pOtherCell = rOtherDoc.GetCell( aOtherPos ); in CompareDocument() [all …]
|
/aoo42x/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()
|
/aoo42x/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 …
|
/aoo42x/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 );
|
Completed in 40 milliseconds