Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/editeng/
H A Dimpedit2.cxx107 aGroupChars( RTL_CONSTASCII_USTRINGPARAM( "{}()[]" ) ) in ImpEditEngine()
3547 sal_uInt16 nMatchChar = aGroupChars.Search( pNode->GetChar( nPos ) ); in MatchGroup()
3554 xub_Unicode nSC = aGroupChars.GetChar( nMatchChar ); in MatchGroup()
3555 DBG_ASSERT( aGroupChars.Len() > (nMatchChar+1), "Ungueltige Gruppe von MatchChars!" ); in MatchGroup()
3556 xub_Unicode nEC = aGroupChars.GetChar( nMatchChar+1 ); in MatchGroup()
3592 xub_Unicode nEC = aGroupChars.GetChar( nMatchChar ); in MatchGroup()
3593 xub_Unicode nSC = aGroupChars.GetChar( nMatchChar-1 ); in MatchGroup()
H A Dediteng.cxx2082 pImpEditEngine->aGroupChars = rChars; in SetGroupChars()
2088 return pImpEditEngine->aGroupChars; in GetGroupChars()
H A Dimpedit.hxx441 XubString aGroupChars; member in ImpEditEngine