Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx301 if (aCellAddress.StartColumn == nCol && aCellAddress.EndColumn == nCol && in IsMerged()
302 aCellAddress.StartRow == nRow && aCellAddress.EndRow == nRow) in IsMerged()
321 aCellAddress.EndColumn, aCellAddress.EndRow), uno::UNO_QUERY); in UnMerge()
337 aCellAddress.EndColumn, aCellAddress.EndRow), uno::UNO_QUERY); in DoMerge()
348 aCellAddress.EndRow in DoMerge()
373 aCellAddress.EndColumn, aCellAddress.EndRow), uno::UNO_QUERY); in InsertRow()
380 aCellAddress.EndColumn, aCellAddress.EndRow + 1), uno::UNO_QUERY); in InsertRow()
383 j += aCellAddress.EndColumn - aCellAddress.StartColumn; in InsertRow()
439 aCellAddress.EndColumn, aCellAddress.EndRow), uno::UNO_QUERY); in InsertColumn()
460 aCellAddress.EndColumn + 1, aCellAddress.EndRow), uno::UNO_QUERY); in InsertColumn()
[all …]
H A DXMLExportIterator.cxx261 if( aFirstAddress == rMyCell.aCellAddress ) in SetCellData()
340 if( aAddress == rMyCell.aCellAddress ) in SetCellData()
430 if( aFirstAddress == rMyCell.aCellAddress ) in SetCellData()
641 if( aCellAddress.Row != rAnno.aCellAddress.Row ) in operator <()
642 return (aCellAddress.Row < rAnno.aCellAddress.Row); in operator <()
644 return (aCellAddress.Column < rAnno.aCellAddress.Column); in operator <()
698 rMyCell.aCellAddress = rAddress; in SetCellData()
748 if ((aCell.aCellAddress.Column == aItr->aCellAddress.Column) && in HasAnnotation()
749 (aCell.aCellAddress.Row == aItr->aCellAddress.Row)) in HasAnnotation()
877 aCell.aCellAddress.Column, aCell.aCellAddress.Row, in GetNext()
[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
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()
567 const table::CellAddress& aCellAddress) in SetCellProperties() argument
577 …PropertySet> xProperties (xCellRange->getCellRangeByPosition(aCellAddress.Column, aCellAddress.Row, in SetCellProperties()
[all …]
H A Dxmlexprt.cxx852 table::CellRangeAddress aCellAddress; in GetEndAddress() local
861 return aCellAddress; in GetEndAddress()
1195 table::CellAddress aCellAddress; in WriteRowContent() local
1806 if ((aPrevCell.aCellAddress.Row == aCell.aCellAddress.Row) && in _ExportContent()
1807 … (aPrevCell.aCellAddress.Column + nEqualCells + 1 == aCell.aCellAddress.Column)) in _ExportContent()
1822 … aCell.aCellAddress.Column - 1, aCell.aCellAddress.Row, nTable); in _ExportContent()
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()
[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.cxx2740 table::CellAddress aCellAddress; in SetNamedRanges() local
2746aCellAddress, (*aItr)->sBaseCellAddress, GetDocument(), FormulaGrammar::CONV_OOO, nOffset )) in SetNamedRanges()
2753 …medRanges->addNewByScopeName( sTabName, (*aItr)->sName, sTempContent, aCellAddress, GetRangeType((… in SetNamedRanges()
2772 …xNamedRanges->addNewByName(sTemp.makeStringAndClear(), sTempContent, aCellAddress, GetRangeType((*… in SetNamedRanges()
2790aCellAddress, (*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;
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 130 milliseconds