Searched refs:nSpacePos (Results 1 – 4 of 4) sorted by relevance
1995 sal_Int32 nSpacePos = 0; in CountWords() local1998 nSpacePos = -1; in CountWords()1999 … while ( ( nSpacePos = aScriptText.indexOf( ' ', nSpacePos + 1 ) ) != -1 ) in CountWords()2004 nSpacePos = -1; in CountWords()2005 … while ( ( nSpacePos = aScriptText.indexOf( 12288, nSpacePos + 1 ) ) != -1 ) in CountWords()
1775 xub_StrLen nSpacePos, nTxtPos = GetBigIndent( nSpacePos ); in BuildNegIndent() local1792 if( '\t' == rStr.GetChar( nSpacePos+1 )) // ein Tab, das belassen wir in BuildNegIndent()1794 --nSpacePos; in BuildNegIndent()1798 xub_StrLen nSpaceStt = nSpacePos; in BuildNegIndent()1812 aDelPam.GetPoint()->nContent.Assign( pAktTxtNd, nSpacePos ); in BuildNegIndent()1815 if( nSpaceStt < nSpacePos ) in BuildNegIndent()
1024 xub_StrLen nSpacePos = aStr.Search( ' ', 1 ); in Read_Field() local1025 if ( nSpacePos == STRING_NOTFOUND ) in Read_Field()1026 nSpacePos = aStr.Len(); in Read_Field()1029 ((( nDotPos != STRING_NOTFOUND ) && ( nDotPos < nSpacePos )) || in Read_Field()1030 (( 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 159 milliseconds