| /AOO42X/main/sc/source/filter/xml/ |
| H A D | xmlsubti.cxx | 286 table::CellRangeAddress& aCellAddress) const in IsMerged() 300 aCellAddress = xMergeCellAddress->getRangeAddress(); in IsMerged() 301 if (aCellAddress.StartColumn == nCol && aCellAddress.EndColumn == nCol && in IsMerged() 302 aCellAddress.StartRow == nRow && aCellAddress.EndRow == nRow) in IsMerged() 316 table::CellRangeAddress aCellAddress; in UnMerge() local 317 … if (IsMerged(xCurrentCellRange, GetRealCellPos().Column, GetRealCellPos().Row, aCellAddress)) in UnMerge() 320 …e> xMergeable (xCurrentCellRange->getCellRangeByPosition(aCellAddress.StartColumn, aCellAddress.St… in UnMerge() 321 … aCellAddress.EndColumn, aCellAddress.EndRow), uno::UNO_QUERY); in UnMerge() 332 table::CellRangeAddress aCellAddress; in DoMerge() local 333 … if (IsMerged(xCurrentCellRange, GetRealCellPos().Column, GetRealCellPos().Row, aCellAddress)) in DoMerge() [all …]
|
| H A D | XMLExportIterator.cxx | 114 ScUnoConversion::FillScAddress( aAddress, rMyCell.aCellAddress ); in SetCellData() 177 ScUnoConversion::FillScAddress( aAddress, rMyCell.aCellAddress ); in SetCellData() 261 if( aFirstAddress == rMyCell.aCellAddress ) in SetCellData() 340 if( aAddress == rMyCell.aCellAddress ) in SetCellData() 349 if (aAddress == rMyCell.aCellAddress) in SetCellData() 430 if( aFirstAddress == rMyCell.aCellAddress ) in SetCellData() 521 while( (aItr != aEndItr) && (aItr->aPosition == rMyCell.aCellAddress) ) in SetCellData() 587 while( (aItr != aEndItr) && (aItr->aPosition == rMyCell.aCellAddress) ) in SetCellData() 641 if( aCellAddress.Row != rAnno.aCellAddress.Row ) in operator <() 642 return (aCellAddress.Row < rAnno.aCellAddress.Row); in operator <() [all …]
|
| H A D | xmlcelli.cxx | 450 table::CellRangeAddress& aCellAddress) const in IsMerged() 466 aCellAddress = xMergeCellAddress->getRangeAddress(); in IsMerged() 467 if (aCellAddress.StartColumn == nCol && aCellAddress.EndColumn == nCol && in IsMerged() 468 aCellAddress.StartRow == nRow && aCellAddress.EndRow == nRow) in IsMerged() 491 table::CellRangeAddress aCellAddress; in DoMerge() local 492 if (IsMerged(xCellRange, aCellPos.Column, aCellPos.Row, aCellAddress)) in DoMerge() 495 …ergeable> xMergeable (xCellRange->getCellRangeByPosition(aCellAddress.StartColumn, aCellAddress.St… in DoMerge() 496 aCellAddress.EndColumn, aCellAddress.EndRow), uno::UNO_QUERY); in DoMerge() 502 …ergeable> xMergeable (xCellRange->getCellRangeByPosition(aCellAddress.StartColumn, aCellAddress.St… in DoMerge() 503 … aCellAddress.EndColumn + nCols, aCellAddress.EndRow + nRows), uno::UNO_QUERY); in DoMerge() [all …]
|
| H A D | xmlexprt.cxx | 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() [all …]
|
| H A D | xmlcelli.hxx | 83 com::sun::star::table::CellRangeAddress& aCellAddress) const; 89 … const com::sun::star::table::CellAddress& aCellAddress);
|
| H A D | XMLExportIterator.hxx | 298 com::sun::star::table::CellAddress aCellAddress; member 347 com::sun::star::table::CellAddress aCellAddress; member
|
| H A D | xmlimprt.cxx | 2720 table::CellAddress aCellAddress; in SetNamedRanges() local 2726 … aCellAddress, (*aItr)->sBaseCellAddress, GetDocument(), FormulaGrammar::CONV_OOO, nOffset )) in SetNamedRanges() 2733 …medRanges->addNewByScopeName( sTabName, (*aItr)->sName, sTempContent, aCellAddress, GetRangeType((… in SetNamedRanges() 2752 …xNamedRanges->addNewByName(sTemp.makeStringAndClear(), sTempContent, aCellAddress, GetRangeType((*… in SetNamedRanges() 2770 … aCellAddress, (*aItr)->sBaseCellAddress, GetDocument(), FormulaGrammar::CONV_OOO, nOffset )) in SetNamedRanges()
|
| H A D | xmlsubti.hxx | 132 … com::sun::star::table::CellRangeAddress& aCellAddress) const;
|
| H A D | xmlexprt.hxx | 246 com::sun::star::table::CellRangeAddress& aCellAddress, sal_Bool& bIsFirst) const;
|
| /AOO42X/main/sc/source/ui/unoobj/ |
| H A D | addruno.cxx | 163 table::CellAddress aCellAddress; in setPropertyValue() local 164 if ( aValue >>= aCellAddress ) in setPropertyValue() 166 ScUnoConversion::FillScAddress( aRange.aStart, aCellAddress ); in setPropertyValue() 247 table::CellAddress aCellAddress; in getPropertyValue() local 248 ScUnoConversion::FillApiAddress( aCellAddress, aRange.aStart ); in getPropertyValue() 249 aRet <<= aCellAddress; in getPropertyValue()
|
| /AOO42X/main/sc/source/ui/vba/ |
| H A D | vbacondition.cxx | 106 …table::CellAddress aCellAddress( aCellRangeAddress.Sheet, aCellRangeAddress.StartColumn, aCellRan… in setFormula1() local 107 mxSheetCondition->setSourcePosition(aCellAddress); in setFormula1()
|
| H A D | vbarange.cxx | 5060 table::CellRangeAddress aCellAddress = xMergeCellAddress->getRangeAddress(); in MergeArea() local 5061 if( aCellAddress.StartColumn ==0 && aCellAddress.EndColumn==0 && in MergeArea() 5062 aCellAddress.StartRow==0 && aCellAddress.EndRow==0) in MergeArea() 5068 …static_cast< SCCOL >( aCellAddress.StartColumn ), static_cast< SCROW >( aCellAddress.StartRow ), s… in MergeArea() 5069 …static_cast< SCCOL >( aCellAddress.EndColumn ), static_cast< SCROW >( aCellAddress.EndRow ), stati… in MergeArea()
|
| /AOO42X/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleSpreadsheet.cxx | 970 … ScAddress aCellAddress(static_cast<SCCOL>(nColumn), nRow, mpViewShell->GetViewData()->GetTabNo()); in GetAccessibleCellAt() local 971 if ((aCellAddress == m_aFormulaActiveCell) && m_pAccFormulaCell) in GetAccessibleCellAt() 976 …pAccessibleCell = new ScAccessibleCell(this, mpViewShell, aCellAddress, GetAccessibleIndexFormula(… in GetAccessibleCellAt() 980 ScAddress aCellAddress(static_cast<SCCOL>(maRange.aStart.Col() + nColumn), in GetAccessibleCellAt() local 982 if ((aCellAddress == maActiveCell) && mpAccCell) in GetAccessibleCellAt() 987 …pAccessibleCell = new ScAccessibleCell(this, mpViewShell, aCellAddress, getAccessibleIndex(nRow, n… in GetAccessibleCellAt()
|