Lines Matching refs:sal_uInt16

102 	sal_uInt16		nGrfsThatResize;	// Anzahl der Grfs, die beim HTML-Import
104 sal_uInt16 nRowsToRepeat; // number of rows to repeat on every page
138 sal_Bool OldSplitRow( SwDoc*, const SwSelBoxes&, sal_uInt16, sal_Bool );
141 sal_Bool NewSplitRow( SwDoc*, const SwSelBoxes&, sal_uInt16, sal_Bool );
143 void InsertSpannedRow( SwDoc* pDoc, sal_uInt16 nIdx, sal_uInt16 nCnt );
144 sal_Bool _InsertRow( SwDoc*, const SwSelBoxes&, sal_uInt16 nCnt, sal_Bool bBehind );
145 sal_Bool NewInsertCol( SwDoc*, const SwSelBoxes& rBoxes, sal_uInt16 nCnt, sal_Bool );
157 sal_uInt16 IncGrfsThatResize() { return ++nGrfsThatResize; } in IncGrfsThatResize()
158 sal_uInt16 DecGrfsThatResize() { return nGrfsThatResize ? --nGrfsThatResize : 0; } in DecGrfsThatResize()
166 sal_uInt16 GetRowsToRepeat() const { return Min( GetTabLines().Count(), nRowsToRepeat ); } in GetRowsToRepeat()
167 sal_uInt16 _GetRowsToRepeat() const { return nRowsToRepeat; } in _GetRowsToRepeat()
168 void SetRowsToRepeat( sal_uInt16 nNumOfRows ) { nRowsToRepeat = nNumOfRows; } in SetRowsToRepeat()
195 SwSaveRowSpan* CleanUpTopRowSpan( sal_uInt16 nSplitLine );
199 void CleanUpBottomRowSpan( sal_uInt16 nDelLines );
214 sal_Bool SplitRow( SwDoc* pDoc, const SwSelBoxes& rBoxes, sal_uInt16 nCnt=1, in SplitRow()
229 sal_uInt16 nCnt = 1, sal_Bool bBehind = sal_True );
231 sal_uInt16 nCnt = 1, sal_Bool bBehind = sal_True );
232 sal_Bool AppendRow( SwDoc* pDoc, sal_uInt16 nCnt = 1 );
236 sal_Bool SplitCol( SwDoc* pDoc, const SwSelBoxes& rBoxes, sal_uInt16 nCnt=1 );
251 static sal_uInt16 _GetBoxNum( String& rStr,
317 sal_Bool SetColWidth( SwTableBox& rAktBox, sal_uInt16 eType,
319 sal_Bool SetRowHeight( SwTableBox& rAktBox, sal_uInt16 eType,
337 SwTableLine( SwTableLineFmt*, sal_uInt16 nBoxes, SwTableBox *pUp );
391 SwTableBox( SwTableBoxFmt*, sal_uInt16 nLines, SwTableLine *pUp = 0 );
442 sal_uInt16 IsFormulaOrValueBox() const;
460 SwTableBox& FindStartOfRowSpan( const SwTable&, sal_uInt16 nMaxStep = USHRT_MAX );
462 sal_uInt16 nMaxStep = USHRT_MAX ) const in FindStartOfRowSpan()
465 SwTableBox& FindEndOfRowSpan( const SwTable&, sal_uInt16 nMaxStep = USHRT_MAX );
467 sal_uInt16 nMaxStep = USHRT_MAX ) const in FindEndOfRowSpan()