Home
last modified time | relevance | path

Searched refs:nSpacePos (Results 1 – 4 of 4) sorted by path

/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx1775 xub_StrLen nSpacePos, nTxtPos = GetBigIndent( nSpacePos ); in BuildNegIndent() local
1792 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()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1995 sal_Int32 nSpacePos = 0; in CountWords() local
1998 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx1024 xub_StrLen nSpacePos = aStr.Search( ' ', 1 ); in Read_Field() local
1025 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()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4947 sal_uInt16 nSpacePos = STRING_LEN; in ImplGetTextLines() local
4951 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 66 milliseconds