Searched refs:aGroupChars (Results 1 – 3 of 3) sorted by relevance
107 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()
2082 pImpEditEngine->aGroupChars = rChars; in SetGroupChars()2088 return pImpEditEngine->aGroupChars; in GetGroupChars()
441 XubString aGroupChars; member in ImpEditEngine