Lines Matching refs:n

250 	xub_StrLen n;  in lcl_TabToBlankAtSttEnd()  local
252 for( n = 0; n < rTxt.Len() && ' ' >= ( c = rTxt.GetChar( n )); ++n ) in lcl_TabToBlankAtSttEnd()
254 rTxt.SetChar( n, ' ' ); in lcl_TabToBlankAtSttEnd()
255 for( n = rTxt.Len(); n && ' ' >= ( c = rTxt.GetChar( --n )); ) in lcl_TabToBlankAtSttEnd()
257 rTxt.SetChar( n, ' ' ); in lcl_TabToBlankAtSttEnd()
264 xub_StrLen n; in lcl_DelTabsAtSttEnd() local
266 for( n = 0; n < rTxt.Len() && ' ' >= ( c = rTxt.GetChar( n )); ++n ) in lcl_DelTabsAtSttEnd()
268 rTxt.Erase( n--, 1 ); in lcl_DelTabsAtSttEnd()
269 for( n = rTxt.Len(); n && ' ' >= ( c = rTxt.GetChar( --n )); ) in lcl_DelTabsAtSttEnd()
271 rTxt.Erase( n, 1 ); in lcl_DelTabsAtSttEnd()
355 for( sal_uInt16 n = 0; n < rSortCntBoxes.Count(); ++n ) in DelBoxNode() local
356 rSortCntBoxes[ n ]->pSttNd = 0; in DelBoxNode()
1144 for( sal_uInt16 n = 0; n < aLines.Count(); ++n ) in SetTabCols() local
1145 _CheckBoxWidth( *aLines[ n ], nSize ); in SetTabCols()
1614 for( sal_uInt16 n = aSortCntBoxes.Count(); n; ) in GetTblBox() local
1615 if( aSortCntBoxes[ --n ]->GetSttIdx() == nSttIdx ) in GetTblBox()
1616 return aSortCntBoxes[ n ]; in GetTblBox()
1626 for( sal_uInt16 n = 0; n < aSortCntBoxes.Count(); ++n ) in IsTblComplex() local
1627 if( aSortCntBoxes[ n ]->GetUpper()->GetUpper() ) in IsTblComplex()
2185 xub_StrLen n; in ChgTextToNum() local
2187 for( n = 0; n < rOrig.Len() && '\x9' == rOrig.GetChar( n ); ++n ) in ChgTextToNum()
2189 for( ; n < rOrig.Len() && '\x01' == rOrig.GetChar( n ); ++n ) in ChgTextToNum()
2191 SwIndex aIdx( pTNd, n ); in ChgTextToNum()
2192 for( n = rOrig.Len(); n && '\x9' == rOrig.GetChar( --n ); ) in ChgTextToNum()
2194 n -= aIdx.GetIndex() - 1; in ChgTextToNum()
2199 SwIndex aResetIdx( aIdx, n ); in ChgTextToNum()
2209 pTNd->EraseText( aIdx, n, in ChgTextToNum()
2648 for( sal_uInt16 n = 0; n < pHts->Count(); ++n ) in IsValidNumTxtNd() local
2650 const SwTxtAttr* pAttr = (*pHts)[ n ]; in IsValidNumTxtNd()