Lines Matching refs:sal_uInt16

158 	for(sal_uInt16 nKey = 0; nKey < pOptions->aKeys.Count(); ++nKey)  in operator <()
202 double SwSortElement::GetValue( sal_uInt16 nKey ) const in GetValue()
228 String SwSortTxtElement::GetKey(sal_uInt16 nId) const in GetKey()
238 sal_uInt16 nDCount = pOptions->aKeys[nId]->nColumnId, i = 1; in GetKey()
259 SwSortBoxElement::SwSortBoxElement( sal_uInt16 nRC ) in SwSortBoxElement()
274 String SwSortBoxElement::GetKey(sal_uInt16 nKey) const in GetKey()
277 sal_uInt16 nCol = pOptions->aKeys[nKey]->nColumnId-1; in GetKey()
303 double SwSortBoxElement::GetValue( sal_uInt16 nKey ) const in GetValue()
306 sal_uInt16 nCol = pOptions->aKeys[nKey]->nColumnId-1; in GetValue()
339 for ( sal_uInt16 n = 0; n < GetSpzFrmFmts()->Count(); ++n ) in SortText()
442 for ( sal_uInt16 n = 0; n < aSortArr.Count(); ++n ) in SortText()
541 sal_uInt16 nStart = 0; in SortTbl()
599 sal_uInt16 nCount = (rOpt.eDirection == SRT_ROWS) ? in SortTbl()
608 sal_uInt16 i; in SortTbl()
650 void MoveRow(SwDoc* pDoc, const FlatFndBox& rBox, sal_uInt16 nS, sal_uInt16 nT, in MoveRow()
653 for( sal_uInt16 i=0; i < rBox.GetCols(); ++i ) in MoveRow()
698 void MoveCol(SwDoc* pDoc, const FlatFndBox& rBox, sal_uInt16 nS, sal_uInt16 nT, in MoveCol()
701 for(sal_uInt16 i=0; i < rBox.GetRows(); ++i) in MoveCol()
846 sal_uInt16 nBoxes(0); in CheckLineSymmetry()
849 for(sal_uInt16 i=0; i < rLines.Count(); ++i) in CheckLineSymmetry()
874 sal_uInt16 nLines(0); in CheckBoxSymmetry()
877 for(sal_uInt16 i=0; i < rBoxes.Count(); ++i) in CheckBoxSymmetry()
898 sal_uInt16 FlatFndBox::GetColCount(const _FndBox& rBox) in GetColCount()
905 sal_uInt16 nSum = 0; in GetColCount()
906 for( sal_uInt16 i=0; i < rLines.Count(); ++i ) in GetColCount()
909 sal_uInt16 nCount = 0; in GetColCount()
911 for( sal_uInt16 j=0; j < rBoxes.Count(); ++j ) in GetColCount()
927 sal_uInt16 FlatFndBox::GetRowCount(const _FndBox& rBox) in GetRowCount()
933 sal_uInt16 nLines = 0; in GetRowCount()
934 for(sal_uInt16 i=0; i < rLines.Count(); ++i) in GetRowCount()
937 sal_uInt16 nLn = 1; in GetRowCount()
938 for(sal_uInt16 j=0; j < rBoxes.Count(); ++j) in GetRowCount()
959 sal_uInt16 nOldRow = nRow; in FillFlat()
960 for( sal_uInt16 i=0; i < rLines.Count(); ++i ) in FillFlat()
964 sal_uInt16 nOldCol = nCol; in FillFlat()
965 for( sal_uInt16 j = 0; j < rBoxes.Count(); ++j ) in FillFlat()
973 sal_uInt16 nOff = nRow * nCols + nCol; in FillFlat()
1016 const _FndBox* FlatFndBox::GetBox(sal_uInt16 n_Col, sal_uInt16 n_Row) const in GetBox()
1018 sal_uInt16 nOff = n_Row * nCols + n_Col; in GetBox()
1025 const SfxItemSet* FlatFndBox::GetItemSet(sal_uInt16 n_Col, sal_uInt16 n_Row) const in GetItemSet()