Lines Matching refs:Sheet

2059 …ddress.Sheet ), static_cast< SCCOL >( thisAddress.EndColumn ), static_cast< SCROW >( thisAddress.E…  in Address()
2714 if ( cell1.Sheet != cell2.Sheet ) in Range()
2716 parentRangeAddress.Sheet = cell1.Sheet; in Range()
2723 if ( parentRangeAddress.Sheet != cell1.Sheet in Range()
2724 || parentRangeAddress.Sheet != cell2.Sheet in Range()
2918 table::CellAddress aNotePos( aRangePos.Sheet, aRangePos.StartColumn, aRangePos.StartRow ); in AddComment()
3348 SCTAB nTab = thisRangeAddress.Sheet; in Sort()
3418 …, static_cast< SCROW >( thisRangeAddress.EndRow ), static_cast< SCTAB >( thisRangeAddress.Sheet )); in Sort()
3419 … static_cast< SCROW >( thisRangeAddress.EndRow ), static_cast< SCTAB >( thisRangeAddress.Sheet ) ); in Sort()
3721 …ginalWidth( static_cast< SCCOL >( rAddress.StartColumn ), static_cast< SCTAB >( rAddress.Sheet ) ); in getCalcColWidth()
3731 sal_uInt16 nWidth = pDoc->GetOriginalHeight( rAddress.StartRow, rAddress.Sheet ); in getCalcRowHeight()
3774 …idth( static_cast< SCCOL >( thisAddress.StartColumn ), static_cast< SCTAB >( thisAddress.Sheet ) ); in getColumnWidth()
3818 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, thisAddress.Sheet, SC_SIZE_DIRECT, in setColumnWidth()
3945 …16 nCurTwips = pShell->GetDocument()->GetOriginalHeight( thisAddress.StartRow, thisAddress.Sheet ); in getRowHeight()
3982 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, thisAddress.Sheet, SC_SIZE_DIRECT, in setRowHeight()
4007 nBreak = pDoc->HasRowBreak(thisAddress.StartRow, thisAddress.Sheet); in getPageBreak()
4009 nBreak = pDoc->HasColBreak(thisAddress.StartColumn, thisAddress.Sheet); in getPageBreak()
4040 …ress aAddr( static_cast<SCCOL>(thisAddress.StartColumn), thisAddress.StartRow, thisAddress.Sheet ); in setPageBreak()
4213 if ( dbAddress.Sheet == nSheet ) in lcl_GetAutoFiltRange()
4396 sal_Int16 nSheet = thisAddress.Sheet; in AutoFilter()
4439 …pDocument->GetDataArea( autoFiltAddress.Sheet, nStartCol, nStartRow, nEndCol, nEndRow, sal_True, t… in AutoFilter()
4677 …ddress.Sheet ), static_cast< SCCOL >( thisAddress.EndColumn ), static_cast< SCROW >( thisAddress.E… in Insert()
4719 aFunc.SetWidthOrHeight( bDirection, 1, nColArr, thisAddress.Sheet, SC_SIZE_OPTIMAL, in Autofit()
4994 …ScOutlineTable* pOutlineTable = pDoc->GetOutlineTable(static_cast<SCTAB>(thisAddress.Sheet), sal_T… in getShowDetail()
5068 …olumn ), static_cast< SCROW >( aCellAddress.StartRow ), static_cast< SCTAB >( aCellAddress.Sheet ), in MergeArea()
5069 …olumn ), static_cast< SCROW >( aCellAddress.EndRow ), static_cast< SCTAB >( aCellAddress.Sheet ) ); in MergeArea()
5251 table::CellAddress thisCell( thisAddress.Sheet, thisAddress.StartColumn, thisAddress.StartRow ); in GoalSeek()
5252 …table::CellAddress changingCell( changingCellAddr.Sheet, changingCellAddr.StartColumn, changingCel… in GoalSeek()