Lines Matching refs:aCellAddress

852 	table::CellRangeAddress aCellAddress;  in GetEndAddress()  local
859 aCellAddress = xCellAddress->getRangeAddress(); in GetEndAddress()
861 return aCellAddress; in GetEndAddress()
1195 table::CellAddress aCellAddress; in WriteRowContent() local
1800 … ExportFormatRanges(0, 0, aCell.aCellAddress.Column - 1, aCell.aCellAddress.Row, nTable); in _ExportContent()
1806 if ((aPrevCell.aCellAddress.Row == aCell.aCellAddress.Row) && in _ExportContent()
1807 … (aPrevCell.aCellAddress.Column + nEqualCells + 1 == aCell.aCellAddress.Column)) in _ExportContent()
1821 … ExportFormatRanges(aPrevCell.aCellAddress.Column + nEqualCells + 1, aPrevCell.aCellAddress.Row, in _ExportContent()
1822 … aCell.aCellAddress.Column - 1, aCell.aCellAddress.Row, nTable); in _ExportContent()
1831 … ExportFormatRanges(aPrevCell.aCellAddress.Column + nEqualCells + 1, aPrevCell.aCellAddress.Row, in _ExportContent()
2512 table::CellRangeAddress aCellAddress(GetEndAddress(xTable, nTable)); in _ExportAutoStyles() local
2513 if (aCellAddress.EndColumn > nColumns) in _ExportAutoStyles()
2516 pColumnStyles->AddNewTable(nTable, aCellAddress.EndColumn); in _ExportAutoStyles()
2539 if (aCellAddress.EndColumn > nColumns) in _ExportAutoStyles()
2543 for (sal_Int32 i = nColumns + 1; i <= aCellAddress.EndColumn; ++i) in _ExportAutoStyles()
2552 table::CellRangeAddress aCellAddress(GetEndAddress(xTable, nTable)); in _ExportAutoStyles() local
2553 if (aCellAddress.EndRow > nRows) in _ExportAutoStyles()
2556 pRowStyles->AddNewTable(nTable, aCellAddress.EndRow); in _ExportAutoStyles()
2578 if (aCellAddress.EndRow > nRows) in _ExportAutoStyles()
2581 … pRowStyles->AddFieldStyleName(nTable, nRows + 1, nIndex, aCellAddress.EndRow); in _ExportAutoStyles()
2811 table::CellRangeAddress& aCellAddress, sal_Bool& bIsFirst) const in IsMatrix() argument
2819 ScUnoConversion::FillApiRange( aCellAddress, aMatrixRange ); in IsMatrix()
2820 if ((aCellAddress.StartColumn == aCell.Col() && aCellAddress.StartRow == aCell.Row()) && in IsMatrix()
2821 (aCellAddress.EndColumn > aCell.Col() || aCellAddress.EndRow > aCell.Row())) in IsMatrix()
2826 else if (aCellAddress.StartColumn != aCell.Col() || aCellAddress.StartRow != aCell.Row() || in IsMatrix()
2827 aCellAddress.EndColumn != aCell.Col() || aCellAddress.EndRow != aCell.Row()) in IsMatrix()
2903 ScUnoConversion::FillScAddress( aCellPos, aCell.aCellAddress ); in WriteCell()
3038 …t> xText(xCurrentTableCellRange->getCellByPosition(aCell.aCellAddress.Column, aCell.aCellAddress.R… in WriteCell()
3213 … = pDoc->GetMMRect(static_cast<SCCOL>(rMyCell.aCellAddress.Column), static_cast<SCROW>(rMyCell.aCe… in WriteShapes()
3214 …ic_cast<SCCOL>(rMyCell.aCellAddress.Column), static_cast<SCROW>(rMyCell.aCellAddress.Row), static_… in WriteShapes()
3215 sal_Bool bNegativePage(pDoc->IsNegativePage(rMyCell.aCellAddress.Sheet)); in WriteShapes()
3521 rCell.bIsEditCell = IsEditCell(rCell.aCellAddress, &rCell); in IsEditCell()
3537 ScAddress aAddr(static_cast<SCCOL>(rCell.aCellAddress.Column), in IsMultiLineFormulaCell()
3538 static_cast<SCROW>(rCell.aCellAddress.Row), in IsMultiLineFormulaCell()
3539 static_cast<SCTAB>(rCell.aCellAddress.Sheet)); in IsMultiLineFormulaCell()
3592 ScUnoConversion::FillScAddress( aCellPos1, aCell1.aCellAddress ); in IsCellEqual()
3594 ScUnoConversion::FillScAddress( aCellPos2, aCell2.aCellAddress ); in IsCellEqual()