Home
last modified time | relevance | path

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

/trunk/main/svtools/source/edit/
H A Dxtextedt.cxx56 sal_uInt16 nMatchChar = maGroupChars.Search( GetText( rCursor.GetPara() ).GetChar( nPos ) ); in MatchGroup() local
57 if ( nMatchChar != STRING_NOTFOUND ) in MatchGroup()
59 if ( ( nMatchChar % 2 ) == 0 ) in MatchGroup()
62 sal_Unicode nSC = maGroupChars.GetChar( nMatchChar ); in MatchGroup()
63 sal_Unicode nEC = maGroupChars.GetChar( nMatchChar+1 ); in MatchGroup()
98 xub_Unicode nEC = maGroupChars.GetChar( nMatchChar ); in MatchGroup()
99 xub_Unicode nSC = maGroupChars.GetChar( nMatchChar-1 ); in MatchGroup()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx3550 sal_uInt16 nMatchChar = aGroupChars.Search( pNode->GetChar( nPos ) ); in MatchGroup() local
3551 if ( nMatchChar != STRING_NOTFOUND ) in MatchGroup()
3554 if ( ( nMatchChar % 2 ) == 0 ) in MatchGroup()
3557 xub_Unicode nSC = aGroupChars.GetChar( nMatchChar ); in MatchGroup()
3558 DBG_ASSERT( aGroupChars.Len() > (nMatchChar+1), "Ungueltige Gruppe von MatchChars!" ); in MatchGroup()
3559 xub_Unicode nEC = aGroupChars.GetChar( nMatchChar+1 ); in MatchGroup()
3595 xub_Unicode nEC = aGroupChars.GetChar( nMatchChar ); in MatchGroup()
3596 xub_Unicode nSC = aGroupChars.GetChar( nMatchChar-1 ); in MatchGroup()

Completed in 40 milliseconds