Searched refs:nThisTab (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sc/source/core/data/ |
| H A D | documen4.cxx | 760 sal_uInt16 ScDocument::RowDifferences( SCROW nThisRow, SCTAB nThisTab, in RowDifferences() argument 776 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in RowDifferences() 799 sal_uInt16 ScDocument::ColDifferences( SCCOL nThisCol, SCTAB nThisTab, in ColDifferences() argument 817 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); 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() 945 SCTAB nThisTab; in CompareDocument() local 950 for (nThisTab=0; nThisTab<nThisCount; nThisTab++) in CompareDocument() 953 if (!IsScenario(nThisTab)) // Szenarien weglassen in CompareDocument() [all …]
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | pfuncache.cxx | 73 long nThisTab = 0; in ScPrintFuncCache() local 77 nThisTab = aFunc.GetTotalPages(); in ScPrintFuncCache() 83 nPages[nTab] = nThisTab; in ScPrintFuncCache() 84 nTotalPages += nThisTab; in ScPrintFuncCache()
|
| H A D | gridwin.cxx | 3862 SCTAB nThisTab = pViewData->GetTabNo(); in DropTransferObj() local 3889 ScRange aDest( nDestPosX, nDestPosY, nThisTab, in DropTransferObj() 3890 nDestPosX + nSizeX - 1, nDestPosY + nSizeY - 1, nThisTab ); in DropTransferObj() 3926 … pViewData->GetDocShell()->MoveTable( nSrcTab, nThisTab, !bIsMove, sal_True ); // with Undo in DropTransferObj() 3927 pView->SetTabNo( nThisTab, sal_True ); in DropTransferObj() 3934 if (pThisDoc->HasChartAtPoint( nThisTab, rLogicPos, &aChartName )) in DropTransferObj() 3945 else if ( pThisDoc->GetDPAtCursor( nDestPosX, nDestPosY, nThisTab ) ) in DropTransferObj() 3949 ScAddress aDestPos( nDestPosX, nDestPosY, nThisTab ); in DropTransferObj() 3956 nSourceTab != nThisTab ) in DropTransferObj() 3968 if ( nThisTab == nSourceTab ) in DropTransferObj() [all …]
|
| H A D | preview.cxx | 258 long nThisTab = aPrintFunc.GetTotalPages(); in CalcPages() local 259 nPages[i] = nThisTab; in CalcPages() 260 nTotalPages += nThisTab; in CalcPages()
|
| /AOO41X/main/sc/inc/ |
| H A D | document.hxx | 1647 sal_uInt16 RowDifferences( SCROW nThisRow, SCTAB nThisTab, 1651 sal_uInt16 ColDifferences( SCCOL nThisCol, SCTAB nThisTab, 1657 ScDocument& rOtherDoc, SCTAB nThisTab, SCTAB nOtherTab,
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | compiler.cxx | 3048 SCTAB nThisTab = aPos.Tab(); in IsColRowName() local 3061 if ( jThisTab && !(rNameRange.aStart.Tab() <= nThisTab && in IsColRowName() 3062 nThisTab <= rNameRange.aEnd.Tab()) ) in IsColRowName()
|