Lines Matching refs:sal_uInt16

49     sal_uInt16                      mnDDHeight;
105 …virtual void SetPosSizePixel( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags = …
117 void SetDropDownLineCount( sal_uInt16 nLines );
118 sal_uInt16 GetDropDownLineCount() const;
129 sal_uInt16 InsertEntry( const XubString& rStr, sal_uInt16 nPos = COMBOBOX_APPEND );
130sal_uInt16 InsertEntry( const XubString& rStr, const Image& rImage, sal_uInt16 nPos = COM…
133 void RemoveEntry( sal_uInt16 nPos );
137 sal_uInt16 GetEntryPos( const XubString& rStr ) const;
138 sal_uInt16 GetEntryPos( const void* pData ) const;
139 Image GetEntryImage( sal_uInt16 nPos ) const;
140 XubString GetEntry( sal_uInt16 nPos ) const;
141 sal_uInt16 GetEntryCount() const;
147 long CalcWindowSizePixel( sal_uInt16 nLines ) const;
156 void SetBorderStyle( sal_uInt16 nBorderStyle );
158 void SetSeparatorPos( sal_uInt16 n );
160 sal_uInt16 GetSeparatorPos() const;
179 Size CalcSize( sal_uInt16 nColumns, sal_uInt16 nLines ) const;
180 void GetMaxVisColumnsAndLines( sal_uInt16& rnCols, sal_uInt16& rnLines ) const;
184 void SetMaxMRUCount( sal_uInt16 n );
185 sal_uInt16 GetMaxMRUCount() const;
186 sal_uInt16 GetMRUCount() const;
187 void SetEntryData( sal_uInt16 nPos, void* pNewData );
188 void* GetEntryData( sal_uInt16 nPos ) const;
190 void SetTopEntry( sal_uInt16 nPos );
191 void ShowProminentEntry( sal_uInt16 nPos );
192 sal_uInt16 GetTopEntry() const;
197 sal_uInt16 GetDisplayLineCount() const;
199 sal_uInt16 GetSelectEntryCount() const;
200 sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const;
201 sal_Bool IsEntryPosSelected( sal_uInt16 nPos ) const;
202 void SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect = sal_True );
204 Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const;
225 long GetIndexForPoint( const Point& rPoint, sal_uInt16& rPos ) const;