Lines Matching refs:CellAddress

82 bool CellFormulaModel::isValidArrayRef( const CellAddress& rCellAddr )  in isValidArrayRef()
90 bool CellFormulaModel::isValidSharedRef( const CellAddress& rCellAddr ) in isValidSharedRef()
143 void CellBlock::insertRichString( const CellAddress& rAddress, const RichStringRef& rxString, const… in insertRichString()
202 CellBlock::RichStringCell::RichStringCell( const CellAddress& rCellAddr, const RichStringRef& rxStr… in RichStringCell()
236 CellBlock* CellBlockBuffer::getCellBlock( const CellAddress& rCellAddr ) in getCellBlock()
484 void SheetDataBuffer::createSharedFormula( const CellAddress& rCellAddr, const ApiTokenSequence& rT… in createSharedFormula()
514 void SheetDataBuffer::setStandardNumFmt( const CellAddress& rCellAddr, sal_Int16 nStdNumFmt ) in setStandardNumFmt()
595 void SheetDataBuffer::XfIdRange::set( const CellAddress& rCellAddr, sal_Int32 nXfId, sal_Int32 nNum… in set()
604 bool SheetDataBuffer::XfIdRange::tryExpand( const CellAddress& rCellAddr, sal_Int32 nXfId, sal_Int3… in tryExpand()
638 SheetDataBuffer::MergedRange::MergedRange( const CellAddress& rAddress, sal_Int32 nHorAlign ) : in MergedRange()
644 bool SheetDataBuffer::MergedRange::tryExpand( const CellAddress& rAddress, sal_Int32 nHorAlign ) in tryExpand()
657 void SheetDataBuffer::setCellFormula( const CellAddress& rCellAddr, const ApiTokenSequence& rTokens… in setCellFormula()
721 CellAddress aRef1; in finalizeTableOperation()
726 CellAddress aRef2; in finalizeTableOperation()
890 …Reference< XCell > xTopLeft( getCell( CellAddress( getSheetIndex(), rRange.StartColumn, rRange.Sta… in finalizeMergedRange()
896 …PropertySet aTopRightProp( getCell( CellAddress( getSheetIndex(), rRange.EndColumn, rRange.StartRo… in finalizeMergedRange()
905 …PropertySet aBottomLeftProp( getCell( CellAddress( getSheetIndex(), rRange.StartColumn, rRange.End… in finalizeMergedRange()