Lines Matching refs:sal_Int32

62     sal_Int32                   mnType;             /// Data type.
66 sal_Int32 nType = CSV_TYPE_DEFAULT, in ScCsvColState()
125 sal_Int32 mnFirstImpLine; /// First imported line (0-based).
144 void SetFirstImportedLine( sal_Int32 nLine );
147 sal_Int32 GetNoScrollCol( sal_Int32 nPos ) const;
160 void InsertSplit( sal_Int32 nPos );
162 void RemoveSplit( sal_Int32 nPos );
164 void MoveSplit( sal_Int32 nPos, sal_Int32 nNewPos );
172 SC_DLLPRIVATE bool ImplInsertSplit( sal_Int32 nPos );
174 SC_DLLPRIVATE bool ImplRemoveSplit( sal_Int32 nPos );
193 sal_Int32 GetColumnX( sal_uInt32 nColIndex ) const;
195 sal_uInt32 GetColumnFromX( sal_Int32 nX ) const;
198 …inline sal_Int32 GetColumnPos( sal_uInt32 nColIndex ) const { return maSplits[ nColInde… in GetColumnPos()
200 sal_uInt32 GetColumnFromPos( sal_Int32 nPos ) const;
202 sal_Int32 GetColumnWidth( sal_uInt32 nColIndex ) const;
209 sal_Int32 GetSelColumnType() const;
211 void SetSelColumnType( sal_Int32 nType );
224 SC_DLLPRIVATE sal_Int32 GetColumnType( sal_uInt32 nColIndex ) const;
226 …SC_DLLPRIVATE void SetColumnType( sal_uInt32 nColIndex, sal_Int32 nColType …
272 sal_Int32 nLine, const String& rTextLine,
275 void ImplSetTextLineFix( sal_Int32 nLine, const String& rTextLine );
278 const String& GetCellText( sal_uInt32 nColIndex, sal_Int32 nLine ) const;
307 inline sal_Int32 GetWidth() const { return maWinSize.Width(); } in GetWidth()
309 inline sal_Int32 GetHeight() const { return maWinSize.Height(); } in GetHeight()
336 SC_DLLPRIVATE void ImplDrawHorzScrolled( sal_Int32 nOldPos );
339 SC_DLLPRIVATE void ImplInvertCursor( sal_Int32 nPos );