Lines Matching refs:sal_Int32

47     sal_Int32           mnCellType;         /// Data type of the cell value.
48 sal_Int32 mnXfId; /// XF (cell formatting) identifier.
61 sal_Int32 mnFormulaType; /// Type of the formula (regular, array, shared, table).
62 sal_Int32 mnSharedId; /// Identifier of a shared formula (OOXML only).
93 … CellBlock( const WorksheetHelper& rHelper, const ValueRange& rColSpan, sal_Int32 nRow );
102 bool contains( sal_Int32 nCol ) const;
105 ::com::sun::star::uno::Any& getCellAny( sal_Int32 nCol );
119 void fillUnusedCells( sal_Int32 nIndex );
144 const sal_Int32 mnRowLength; /// Number of cells covered by row of this cell block.
145 sal_Int32 mnFirstFreeIndex; /// Relative index of first unused cell in current row.
157 void setColSpans( sal_Int32 nRow, const ValueRangeSet& rColSpans );
167 typedef ::std::map< sal_Int32, ValueRangeVector > ColSpanVectorMap;
168 typedef RefMap< sal_Int32, CellBlock > CellBlockMap;
173 sal_Int32 mnCurrRow; /// Current row index used for buffered cell import.
186 void setColSpans( sal_Int32 nRow, const ValueRangeSet& rColSpans );
197 void setStringCell( const CellModel& rModel, sal_Int32 nStringId );
209 void setFormulaCell( const CellModel& rModel, sal_Int32 nSharedId );
222 sal_Int32 nSharedId,
231 void setRowFormat( sal_Int32 nRow, sal_Int32 nXfId, bool bCustomFormat );
269 void setCellFormat( const CellModel& rModel, sal_Int32 nNumFmtId = -1 );
290 typedef ::std::map< BinAddress, sal_Int32 > SharedFormulaMap;
296 sal_Int32 mnXfId; /// XF identifier for the row range.
300 void set( sal_Int32 nRow, sal_Int32 nXfId );
301 bool tryExpand( sal_Int32 nRow, sal_Int32 nXfId );
309 sal_Int32 mnXfId; /// XF identifier for the range.
310 sal_Int32 mnNumFmtId; /// Number format overriding the XF.
312 … set( const ::com::sun::star::table::CellAddress& rCellAddr, sal_Int32 nXfId, sal_Int32 nNumFmtI…
313 …Expand( const ::com::sun::star::table::CellAddress& rCellAddr, sal_Int32 nXfId, sal_Int32 nNumFmtI…
323 sal_Int32 mnHorAlign; /// Horizontal alignment in the range.
326 … MergedRange( const ::com::sun::star::table::CellAddress& rAddress, sal_Int32 nHorAlign );
327 … tryExpand( const ::com::sun::star::table::CellAddress& rAddress, sal_Int32 nHorAlign );