Home
last modified time | relevance | path

Searched refs:aCellAddress (Results 1 – 13 of 13) sorted by relevance

/AOO42X/main/sc/source/filter/xml/
H A Dxmlsubti.cxx286 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()
321aCellAddress.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 DXMLExportIterator.cxx114 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 Dxmlcelli.cxx450 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()
503aCellAddress.EndColumn + nCols, aCellAddress.EndRow + nRows), uno::UNO_QUERY); in DoMerge()
[all …]
H A Dxmlexprt.cxx852 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 Dxmlcelli.hxx83 com::sun::star::table::CellRangeAddress& aCellAddress) const;
89 … const com::sun::star::table::CellAddress& aCellAddress);
H A DXMLExportIterator.hxx298 com::sun::star::table::CellAddress aCellAddress; member
347 com::sun::star::table::CellAddress aCellAddress; member
H A Dxmlimprt.cxx2720 table::CellAddress aCellAddress; in SetNamedRanges() local
2726aCellAddress, (*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()
2770aCellAddress, (*aItr)->sBaseCellAddress, GetDocument(), FormulaGrammar::CONV_OOO, nOffset )) in SetNamedRanges()
H A Dxmlsubti.hxx132 … com::sun::star::table::CellRangeAddress& aCellAddress) const;
H A Dxmlexprt.hxx246 com::sun::star::table::CellRangeAddress& aCellAddress, sal_Bool& bIsFirst) const;
/AOO42X/main/sc/source/ui/unoobj/
H A Daddruno.cxx163 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 Dvbacondition.cxx106 …table::CellAddress aCellAddress( aCellRangeAddress.Sheet, aCellRangeAddress.StartColumn, aCellRan… in setFormula1() local
107 mxSheetCondition->setSourcePosition(aCellAddress); in setFormula1()
H A Dvbarange.cxx5060 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 DAccessibleSpreadsheet.cxx970 … 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()