Searched refs:nSpacePos (Results 1 – 4 of 4) sorted by relevance
1989 sal_Int32 nSpacePos = 0; in CountWords() local1992 nSpacePos = -1; in CountWords()1993 … while ( ( nSpacePos = aScriptText.indexOf( ' ', nSpacePos + 1 ) ) != -1 ) in CountWords()1998 nSpacePos = -1; in CountWords()1999 … while ( ( nSpacePos = aScriptText.indexOf( 12288, nSpacePos + 1 ) ) != -1 ) in CountWords()
1774 xub_StrLen nSpacePos, nTxtPos = GetBigIndent( nSpacePos ); in BuildNegIndent() local1791 if( '\t' == rStr.GetChar( nSpacePos+1 )) // ein Tab, das belassen wir in BuildNegIndent()1793 --nSpacePos; in BuildNegIndent()1797 xub_StrLen nSpaceStt = nSpacePos; in BuildNegIndent()1811 aDelPam.GetPoint()->nContent.Assign( pAktTxtNd, nSpacePos ); in BuildNegIndent()1814 if( nSpaceStt < nSpacePos ) in BuildNegIndent()
1017 xub_StrLen nSpacePos = aStr.Search( ' ', 1 ); in Read_Field() local1018 if ( nSpacePos == STRING_NOTFOUND ) in Read_Field()1019 nSpacePos = aStr.Len(); in Read_Field()1022 ((( nDotPos != STRING_NOTFOUND ) && ( nDotPos < nSpacePos )) || in Read_Field()1023 (( nSlashPos != STRING_NOTFOUND ) && ( nSlashPos < nSpacePos )))) in Read_Field()
4947 sal_uInt16 nSpacePos = STRING_LEN; in ImplGetTextLines() local4951 nSpacePos = rStr.SearchBackward( sal_Unicode(' '), nSpacePos ); in ImplGetTextLines()4952 if( nSpacePos != STRING_NOTFOUND ) in ImplGetTextLines()4954 if( nSpacePos > nPos ) in ImplGetTextLines()4955 nSpacePos--; in ImplGetTextLines()4956 nW = _rLayout.GetTextWidth( rStr, nPos, nSpacePos-nPos ); in ImplGetTextLines()4960 if( nSpacePos != STRING_NOTFOUND ) in ImplGetTextLines()4962 nBreakPos = nSpacePos; in ImplGetTextLines()
Completed in 116 milliseconds