Lines Matching refs:sal_Int32

42 typedef std::vector<sal_Int32> ScMysalIntVec;
43 typedef std::list<sal_Int32> ScMysalIntList;
57 sal_Int32 nSpannedCols;
58 sal_Int32 nColCount;
59 sal_Int32 nSubTableSpanned;
62 ScMyTableData(sal_Int32 nSheet = -1, sal_Int32 nCol = -1, sal_Int32 nRow = -1);
65 sal_Int32 GetRow() const { return aTableCellPos.Row; } in GetRow()
66 sal_Int32 GetColumn() const { return aTableCellPos.Column; } in GetColumn()
70sal_Int32 GetColsPerCol(const sal_Int32 nIndex) const { return nColsPerC… in GetColsPerCol()
71 …void SetColsPerCol(const sal_Int32 nIndex, sal_Int32 nValue = 1) { nColsPerCol[nIndex] = nV… in SetColsPerCol()
72 sal_Int32 GetRealCols(const sal_Int32 nIndex, const sal_Bool bIsNormal = sal_True) const;
73 …void SetRealCols(const sal_Int32 nIndex, const sal_Int32 nValue) { nRealCols[nIndex] = nVa… in SetRealCols()
74 sal_Int32 GetRowsPerRow(const sal_Int32 nIndex) const { return nRowsPerRow[nIndex]; } in GetRowsPerRow()
75 …void SetRowsPerRow(const sal_Int32 nIndex, const sal_Int32 nValue = 1) { nRowsPerRow[nIndex… in SetRowsPerRow()
76sal_Int32 GetRealRows(const sal_Int32 nIndex) const { return nIndex < 0 ? 0 : nRealRows[nInd… in GetRealRows()
77 …void SetRealRows(const sal_Int32 nIndex, const sal_Int32 nValue) { nRealRows[nIndex] = nVal… in SetRealRows()
78 sal_Int32 GetSpannedCols() const { return nSpannedCols; } in GetSpannedCols()
79 void SetSpannedCols(const sal_Int32 nTempSpannedCols) { nSpannedCols = nTempSpannedCols; } in SetSpannedCols()
80 sal_Int32 GetColCount() const { return nColCount; } in GetColCount()
81 void SetColCount(const sal_Int32 nTempColCount) { nColCount = nTempColCount; } in SetColCount()
82 sal_Int32 GetSubTableSpanned() const { return nSubTableSpanned; } in GetSubTableSpanned()
83 void SetSubTableSpanned(const sal_Int32 nValue) { nSubTableSpanned = nValue; } in SetSubTableSpanned()
84 sal_Int32 GetChangedCols(const sal_Int32 nFromIndex, const sal_Int32 nToIndex) const;
85 void SetChangedCols(const sal_Int32 nValue);
123 sal_Int32 nCurrentColStylePos;
126 sal_Int32 nTableCount;
127 sal_Int32 nCurrentSheet;
131 const sal_Int32 nCol, const sal_Int32 nRow,
134 void DoMerge(sal_Int32 nCount = -1);
147 void NewTable(sal_Int32 nTempSpannedCols);
152 void AddColCount(sal_Int32 nTempColCount);
153 void AddColStyle(const sal_Int32 nRepeat, const rtl::OUString& rCellStyleName);
155 sal_Int32 GetCurrentSheet() const { return nCurrentSheet; } in GetCurrentSheet()
156 sal_Int32 GetCurrentColumn() const { return aTableVec[nTableCount - 1]->GetColCount(); } in GetCurrentColumn()
157 sal_Int32 GetCurrentRow() const { return aTableVec[nTableCount - 1]->GetRow(); } in GetCurrentRow()
172 sal_Int32 nEndX, sal_Int32 nEndY);
174 void AddMatrixRange( sal_Int32 nStartColumn,
175 sal_Int32 nStartRow,
176 sal_Int32 nEndColumn,
177 sal_Int32 nEndRow,
182 sal_Bool IsPartOfMatrix(sal_Int32 nColumn, sal_Int32 nRow);