Lines Matching refs:nStart
139 sal_uInt16 nStart = 0; in ImplDrawDefault() local
142 while( nStart < pText->Len() && pText->GetChar( nStart ) == ' ' ) in ImplDrawDefault()
143 nStart++; in ImplDrawDefault()
144 while( nStart+nLen < pText->Len() && pText->GetChar( nStart+nLen ) != ' ' ) in ImplDrawDefault()
146 while( nStart < pText->Len() && nLines-- ) in ImplDrawDefault()
151 … while ( nStart+nNext < pText->Len() && pText->GetChar( nStart+nNext ) == ' ' ) in ImplDrawDefault()
153 … while ( nStart+nNext < pText->Len() && pText->GetChar( nStart+nNext ) != ' ' ) in ImplDrawDefault()
155 nTextWidth = pOutDev->GetTextWidth( *pText, nStart, nNext ); in ImplDrawDefault()
160 while ( nStart+nNext < pText->Len() ); in ImplDrawDefault()
163 nTextWidth = pOutDev->GetTextWidth( *pText, nStart, n ); in ImplDrawDefault()
165 nTextWidth = pOutDev->GetTextWidth( *pText, nStart, --n ); in ImplDrawDefault()
166 pOutDev->DrawText( aPoint, *pText, nStart, n ); in ImplDrawDefault()
169 nStart = sal::static_int_cast<sal_uInt16>(nStart + nLen); in ImplDrawDefault()
171 while( nStart < pText->Len() && pText->GetChar( nStart ) == ' ' ) in ImplDrawDefault()
173 nStart++; in ImplDrawDefault()