Home
last modified time | relevance | path

Searched refs:nSpaceStt (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/sw/source/core/edit/
H A Dautofmt.cxx1797 xub_StrLen nSpaceStt = nSpacePos; in BuildNegIndent() local
1798 while( nSpaceStt && IsSpace( rStr.GetChar( --nSpaceStt ) ) ) in BuildNegIndent()
1800 ++nSpaceStt; in BuildNegIndent()
1802 if( bInsTab && '\t' == rStr.GetChar( nSpaceStt ) ) // ein Tab, das belassen wir in BuildNegIndent()
1804 ++nSpaceStt; in BuildNegIndent()
1814 if( nSpaceStt < nSpacePos ) in BuildNegIndent()
1817 aDelPam.GetMark()->nContent = nSpaceStt; in BuildNegIndent()

Completed in 28 milliseconds