Home
last modified time | relevance | path

Searched refs:rCellAddr (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/oox/source/xls/
H A Dsheetdatabuffer.cxx82 bool CellFormulaModel::isValidArrayRef( const CellAddress& rCellAddr ) in isValidArrayRef() argument
85 (maFormulaRef.Sheet == rCellAddr.Sheet) && in isValidArrayRef()
86 (maFormulaRef.StartColumn == rCellAddr.Column) && in isValidArrayRef()
87 (maFormulaRef.StartRow == rCellAddr.Row); in isValidArrayRef()
90 bool CellFormulaModel::isValidSharedRef( const CellAddress& rCellAddr ) in isValidSharedRef() argument
93 (maFormulaRef.Sheet == rCellAddr.Sheet) && in isValidSharedRef()
94 … (maFormulaRef.StartColumn <= rCellAddr.Column) && (rCellAddr.Column <= maFormulaRef.EndColumn) && in isValidSharedRef()
95 (maFormulaRef.StartRow <= rCellAddr.Row) && (rCellAddr.Row <= maFormulaRef.EndRow); in isValidSharedRef()
202 CellBlock::RichStringCell::RichStringCell( const CellAddress& rCellAddr, const RichStringRef& rxStr… in RichStringCell() argument
203 maCellAddr( rCellAddr ), in RichStringCell()
[all …]
/AOO42X/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx67 bool isValidArrayRef( const ::com::sun::star::table::CellAddress& rCellAddr );
69 bool isValidSharedRef( const ::com::sun::star::table::CellAddress& rCellAddr );
131 const ::com::sun::star::table::CellAddress& rCellAddr,
161 CellBlock* getCellBlock( const ::com::sun::star::table::CellAddress& rCellAddr );
227 const ::com::sun::star::table::CellAddress& rCellAddr,
236 const ::com::sun::star::table::CellAddress& rCellAddr,
248 const ::com::sun::star::table::CellAddress& rCellAddr,
312 …void set( const ::com::sun::star::table::CellAddress& rCellAddr, sal_Int32 nXfId, s…
313 …bool tryExpand( const ::com::sun::star::table::CellAddress& rCellAddr, sal_Int32 nX…