Lines Matching refs:sal_uInt16

101 		sal_uInt16							m_nVisibleCount;				// Anzahl der max sichtbaren Zeilen
114 …OTableFieldDescRef InsertField( const OJoinExchangeData& jxdSource, sal_uInt16 _nColumnPostion =…
115 …OTableFieldDescRef InsertField( const OTableFieldDescRef& rInfo, sal_uInt16 _nColumnPostion = BR…
116 void InsertColumn( OTableFieldDescRef pEntry, sal_uInt16& _nColumnPostion );
117 void RemoveColumn( sal_uInt16 _nColumnId );
126 const sal_uInt16 nLevel,
128 void DuplicateConditionLevel( const sal_uInt16 nLevel);
131 OTableFieldDescRef AppendNewCol( sal_uInt16 nCnt=1 );
135 sal_uInt16 FieldsCount();
137 void SetColWidth(sal_uInt16 nColId, long lNewWidth);
140 String GetCellContents(sal_Int32 nCellIndex, sal_uInt16 nColId);
141 void SetCellContents(sal_Int32 nCellIndex, sal_uInt16 nColId, const String& strNewText);
145 sal_Bool IsRowVisible(sal_uInt16 _nWhich) const;
146 void SetRowVisible(sal_uInt16 _nWhich, sal_Bool _bVis);
162 virtual void ColumnMoved( sal_uInt16 nColId ) { ColumnMoved(nColId,sal_True); } in ColumnMoved()
163 void ColumnMoved( sal_uInt16 nColId,sal_Bool _bCreateUndo);
183 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
208 …n::star::accessibility::XAccessible > CreateAccessibleCell( sal_Int32 nRow, sal_uInt16 nColumnId );
216 sal_uInt16 nColumnId ) const;
224 virtual void ArrangeControls(sal_uInt16& nX, sal_uInt16 nY);
226 virtual ::svt::CellController* GetController(long nRow, sal_uInt16 nCol);
227 virtual void InitController(::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol);
231 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId) const;
232 virtual void ColumnResized( sal_uInt16 nColId );
234 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId);
236 virtual sal_uInt16 GetDefaultColumnWidth(const String& rName) const;
244 OTableFieldDescRef FindFirstFreeCol(sal_uInt16& _rColumnPosition);
247 void CheckFreeColumns(sal_uInt16& _rColumnPosition);
251 void RemoveField( sal_uInt16 nId );
252 Rectangle GetInvalidRect( sal_uInt16 nColId );
319 …anged(const String& _sOldAlias,const String& _sAlias,sal_Bool& _bListAction,sal_uInt16 _nColumnId);
329 …ring& _sOldFunctionName,const String& _sFunctionName,sal_Bool& _bListAction,sal_uInt16 _nColumnId);
340 …onst String& _sFieldName,OTableFieldDescRef& _pEntry,sal_Bool& _bListAction,sal_uInt16 _nColumnId);