Searched refs:CopyTab (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh5.cxx | 851 if (aDocument.CopyTab( nTab, nNewTab, pCopyMark )) in MakeScenario() 913 if (!aDocument.CopyTab( nSrcTab, nDestTab )) in MoveTable()
|
/trunk/main/sc/source/ui/view/ |
H A D | tabvwsh5.cxx | 236 GetViewData()->CopyTab( nTab1, nTab2 ); in Notify()
|
H A D | viewdata.cxx | 532 void ScViewData::CopyTab( SCTAB nSrcTab, SCTAB nDestTab ) in CopyTab() function in ScViewData
|
/trunk/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 270 void CopyTab( SCTAB nSrcTab, SCTAB nDestTab );
|
/trunk/main/sc/source/core/data/ |
H A D | documen2.cxx | 818 sal_Bool ScDocument::CopyTab( SCTAB nOldPos, SCTAB nNewPos, const ScMarkData* pOnlyMarked ) in CopyTab() function in ScDocument
|
/trunk/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 712 pDoc->CopyTab( nOldTab, nNewTab ); in Redo()
|
/trunk/main/sc/inc/ |
H A D | document.hxx | 618 sal_Bool CopyTab( SCTAB nOldPos, SCTAB nNewPos,
|
Completed in 221 milliseconds