Lines Matching refs:thisAddress

2058 	table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress();  in Address()  local
2059thisAddress.StartColumn ), static_cast< SCROW >( thisAddress.StartRow ), static_cast< SCTAB >( thi… in Address()
3645 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Delete() local
3664 bool bFullRow = ( thisAddress.StartColumn == 0 && thisAddress.EndColumn == MAXCOL ); in Delete()
3665 sal_Int32 nCols = thisAddress.EndColumn - thisAddress.StartColumn; in Delete()
3666 sal_Int32 nRows = thisAddress.EndRow - thisAddress.StartRow; in Delete()
3673 xCellRangeMove->removeRange( thisAddress, mode ); in Delete()
3767 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in getColumnWidth() local
3768 sal_Int32 nStartCol = thisAddress.StartColumn; in getColumnWidth()
3769 sal_Int32 nEndCol = thisAddress.EndColumn; in getColumnWidth()
3773 thisAddress.StartColumn = nCol; in getColumnWidth()
3774 …nt()->GetOriginalWidth( static_cast< SCCOL >( thisAddress.StartColumn ), static_cast< SCTAB >( thi… in getColumnWidth()
3810 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in setColumnWidth() local
3815 nColArr[0] = thisAddress.StartColumn; in setColumnWidth()
3816 nColArr[1] = thisAddress.EndColumn; in setColumnWidth()
3818 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, thisAddress.Sheet, SC_SIZE_DIRECT, in setColumnWidth()
3930 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in getRowHeight() local
3932 sal_Int32 nStartRow = thisAddress.StartRow; in getRowHeight()
3933 sal_Int32 nEndRow = thisAddress.EndRow; in getRowHeight()
3944 thisAddress.StartRow = nRow; in getRowHeight()
3945 …Int16 nCurTwips = pShell->GetDocument()->GetOriginalHeight( thisAddress.StartRow, thisAddress.Shee… in getRowHeight()
3973 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in setRowHeight() local
3979 nRowArr[0] = thisAddress.StartRow; in setRowHeight()
3980 nRowArr[1] = thisAddress.EndRow; in setRowHeight()
3982 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, thisAddress.Sheet, SC_SIZE_DIRECT, in setRowHeight()
3994 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in getPageBreak() local
3997 if (thisAddress.StartRow==0) in getPageBreak()
4007 nBreak = pDoc->HasRowBreak(thisAddress.StartRow, thisAddress.Sheet); in getPageBreak()
4009 nBreak = pDoc->HasColBreak(thisAddress.StartColumn, thisAddress.Sheet); in getPageBreak()
4032 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in setPageBreak() local
4033 if ((thisAddress.StartColumn==0) && (thisAddress.StartRow==0)) in setPageBreak()
4037 if (thisAddress.StartRow==0) in setPageBreak()
4040 …ScAddress aAddr( static_cast<SCCOL>(thisAddress.StartColumn), thisAddress.StartRow, thisAddress.Sh… in setPageBreak()
4395 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in AutoFilter() local
4396 sal_Int16 nSheet = thisAddress.Sheet; in AutoFilter()
4667 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Insert() local
4669 xCellRangeMove->insertCells( thisAddress, mode ); in Insert()
4677thisAddress.StartColumn ), static_cast< SCROW >( thisAddress.StartRow ), static_cast< SCTAB >( thi… in Insert()
4706 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Autofit() local
4710 nColArr[0] = thisAddress.StartColumn; in Autofit()
4711 nColArr[1] = thisAddress.EndColumn; in Autofit()
4716 nColArr[0] = thisAddress.StartRow; in Autofit()
4717 nColArr[1] = thisAddress.EndRow; in Autofit()
4719 aFunc.SetWidthOrHeight( bDirection, 1, nColArr, thisAddress.Sheet, SC_SIZE_OPTIMAL, in Autofit()
4988 table::CellRangeAddress thisAddress = helper.getCellRangeAddressable()->getRangeAddress(); in getShowDetail() local
4989 …if( (thisAddress.StartRow == thisAddress.EndRow && thisAddress.EndRow == aOutlineAddress.EndRow )… in getShowDetail()
4990 …(thisAddress.StartColumn == thisAddress.EndColumn && thisAddress.EndColumn == aOutlineAddress.EndC… in getShowDetail()
4992 sal_Bool bColumn =thisAddress.StartRow == thisAddress.EndRow ? sal_False:sal_True; in getShowDetail()
4994 …ScOutlineTable* pOutlineTable = pDoc->GetOutlineTable(static_cast<SCTAB>(thisAddress.Sheet), sal_T… in getShowDetail()
4998 SCCOLROW nPos = bColumn ? (SCCOLROW)(thisAddress.EndColumn-1):(SCCOLROW)(thisAddress.EndRow-1); in getShowDetail()
5031 table::CellRangeAddress thisAddress = helper.getCellRangeAddressable()->getRangeAddress(); in setShowDetail() local
5032 …if( (thisAddress.StartRow == thisAddress.EndRow && thisAddress.EndRow == aOutlineAddress.EndRow )… in setShowDetail()
5033 …(thisAddress.StartColumn == thisAddress.EndColumn && thisAddress.EndColumn == aOutlineAddress.EndC… in setShowDetail()
5121 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in AutoFill() local
5126 ScUnoConversion::FillScRange( sourceRange, thisAddress ); in AutoFill()
5247 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in GoalSeek() local
5251 table::CellAddress thisCell( thisAddress.Sheet, thisAddress.StartColumn, thisAddress.StartRow ); in GoalSeek()
5303 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in AutoOutline() local
5308 xSheetOutline->autoOutline( thisAddress ); in AutoOutline()
5328 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in ClearOutline() local
5342 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in groupUnGroup() local
5345 xSheetOutline->ungroup( thisAddress, nOrient ); in groupUnGroup()
5347 xSheetOutline->group( thisAddress, nOrient ); in groupUnGroup()