Lines Matching refs:sal_uInt16

153 	sal_uInt16              nCol;
154 sal_uInt16 nColId;
160 sal_uInt16 nColumn, sal_uInt16 nColumnId,
165 sal_uInt16 GetColumn() const { return nCol; } in GetColumn()
166 sal_uInt16 GetColumnId() const { return nColId; } in GetColumnId()
180 long nAbsRow, sal_uInt16 nColumn, sal_uInt16 nColumnId,
253 sal_uInt16 nTitleLines; // number of lines in title row
269 sal_uInt16 nFirstCol; // no. of first visible scrollable column
270 sal_uInt16 nCurColId; // column id of cursor
282 sal_uInt16 nResizeCol; // resize this column in MouseMove
318 SVT_DLLPRIVATE Rectangle ImplFieldRectPixel( long nRow, sal_uInt16 nColId ) const;
319 SVT_DLLPRIVATE sal_uInt16 FrozenColCount() const;
321 SVT_DLLPRIVATE void ColumnInserted( sal_uInt16 nPos );
332 …sal_Bool GoToColumnId( sal_uInt16 nColId, sal_Bool bMakeVisible, sal_Bool bRowColMove =…
333 void SelectColumnPos( sal_uInt16 nCol, sal_Bool _bSelect, sal_Bool bMakeVisible);
334 void SelectColumnId( sal_uInt16 nColId, sal_Bool _bSelect, sal_Bool bMakeVisible) in SelectColumnId()
341 sal_uInt16 ToggleSelectedColumn();
342 void SetToggledSelectedColumn(sal_uInt16 _nSelectedColumnId);
349 sal_uInt16 ColCount() const;
374 sal_uInt16 nColumnId ) const = 0;
392 virtual void VisibleRowsChanged( long nNewTopRow, sal_uInt16 nNumRows);
395 sal_uInt16 GetVisibleRows() in GetVisibleRows()
396 … { return (sal_uInt16)((pDataWin->GetOutputSizePixel().Height() - 1 )/ GetDataRowHeight() + 1); } in GetVisibleRows()
398 sal_uInt16 GetFirstVisibleColNumber() const { return nFirstCol; } in GetFirstVisibleColNumber()
470 virtual sal_Bool IsCursorMoveAllowed( long nNewRow, sal_uInt16 nNewColId ) const;
472 virtual void ColumnMoved( sal_uInt16 nColId );
473 virtual void ColumnResized( sal_uInt16 nColId );
474 virtual long QueryColumnResize( sal_uInt16 nColId, long nWidth );
496 void InsertDataColumn( sal_uInt16 nItemId, const Image& rImage,
498 sal_uInt16 nPos = HEADERBAR_APPEND );
499 void InsertDataColumn( sal_uInt16 nItemId, const XubString& rText,
501 sal_uInt16 nPos = HEADERBAR_APPEND );
502 void InsertDataColumn( sal_uInt16 nItemId,
505 sal_uInt16 nPos = HEADERBAR_APPEND,
508 void SetColumnTitle( sal_uInt16 nColumnId, const String &rTitle );
509 void SetColumnMode( sal_uInt16 nColumnId, BrowserColumnMode nFlags );
510 void SetColumnWidth( sal_uInt16 nColumnId, sal_uLong nWidth );
511 void SetColumnPos( sal_uInt16 nColumnId, sal_uInt16 nPos );
512 void FreezeColumn( sal_uInt16 nColumnId, sal_Bool bFreeze = sal_True );
514 void RemoveColumn( sal_uInt16 nColumnId );
520 void SetTitleLines( sal_uInt16 nLines );
521 sal_uInt16 GetTitleLines() const { return nTitleLines; } in GetTitleLines()
525 String GetColumnTitle( sal_uInt16 nColumnId ) const;
526 BrowserColumnMode GetColumnMode( sal_uInt16 nColumnId ) const;
527 Rectangle GetFieldRect( sal_uInt16 nColumnId ) const;
528 sal_uLong GetColumnWidth( sal_uInt16 nColumnId ) const;
529 sal_uInt16 GetColumnId( sal_uInt16 nPos ) const;
530 sal_uInt16 GetColumnPos( sal_uInt16 nColumnId ) const;
531 sal_Bool IsFrozen( sal_uInt16 nColumnId ) const;
538 sal_Bool MakeFieldVisible( long nRow, sal_uInt16 nColId, sal_Bool bComplete = sal_False );
542 sal_uInt16 GetCurColumnId() const { return nCurColId; } in GetCurColumnId()
545 sal_Bool GoToColumnId( sal_uInt16 nColId );
546 sal_Bool GoToRowColumnId( long nRow, sal_uInt16 nColId );
552 void SelectColumnPos( sal_uInt16 nCol, sal_Bool _bSelect = sal_True ) in SelectColumnPos()
554 void SelectColumnId( sal_uInt16 nColId, sal_Bool _bSelect = sal_True ) in SelectColumnId()
557 sal_uInt16 GetSelectColumnCount() const;
559 bool IsColumnSelected( sal_uInt16 nColumnId ) const;
580 Rectangle GetFieldRectPixel( long nRow, sal_uInt16 nColId,
582 sal_Bool IsFieldVisible( long nRow, sal_uInt16 nColId,
586 sal_uInt16 GetColumnAtXPosPixel( long nX,
592 void RowModified( long nRow, sal_uInt16 nColId = USHRT_MAX );
596 void ReserveControlArea( sal_uInt16 nWidth = USHRT_MAX );
599 void Dispatch( sal_uInt16 nId );
621 …void DoPaintField( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId, Br… in DoPaintField()
638 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
643 sal_uInt16 GetColumnCount() const { return ColCount(); } in GetColumnCount()
712 …virtual Rectangle GetFieldRectPixelAbs(sal_Int32 _nRowId,sal_uInt16 _nColId, sal_Bool _bIsHeader, …
731 CreateAccessibleCell( sal_Int32 nRow, sal_uInt16 nColumnPos );
745 CreateAccessibleColumnHeader( sal_uInt16 nColumnPos );
765 sal_Int32& rnRow, sal_uInt16& rnColumnId, const Point& rPoint );
779 virtual sal_Bool ConvertPointToColumnHeader( sal_uInt16& rnColumnPos, const Point& rPoint );
814 virtual ::rtl::OUString GetColumnDescription( sal_uInt16 _nColumn ) const;
826 sal_Int32 _nRow, sal_uInt16 _nColumn ) const;
833 virtual sal_uInt16 GetCurrColumn() const;
836 virtual sal_Bool GoToCell( sal_Int32 _nRow, sal_uInt16 _nColumn );
837 virtual void SelectColumn( sal_uInt16 _nColumn, sal_Bool _bSelect = sal_True );
843 virtual sal_Bool IsCellVisible( sal_Int32 _nRow, sal_uInt16 _nColumn ) const;
844 virtual String GetAccessibleCellText(long _nRow, sal_uInt16 _nColPos) const;