Home
last modified time | relevance | path

Searched refs:nAdjSource (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx717 SCTAB nAdjSource = nOldTab; in Redo() local
719 ++nAdjSource; // new position of source table after CopyTab in Redo()
721 if ( pDoc->IsScenario(nAdjSource) ) in Redo()
727 pDoc->GetScenarioData(nAdjSource, aComment, aColor, nScenFlags ); in Redo()
729 sal_Bool bActive = pDoc->IsActiveScenario(nAdjSource); in Redo()
731 sal_Bool bVisible=pDoc->IsVisible(nAdjSource); in Redo()
735 if ( pDoc->IsTabProtected( nAdjSource ) ) in Redo()
736 pDoc->CopyTabProtection(nAdjSource, nNewTab); in Redo()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx920 SCTAB nAdjSource = nSrcTab; in MoveTable() local
922 ++nAdjSource; // new position of source table after CopyTab in MoveTable()
924 if ( aDocument.IsTabProtected( nAdjSource ) ) in MoveTable()
925 aDocument.CopyTabProtection(nAdjSource, nDestTab); in MoveTable()

Completed in 16 milliseconds