Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx107 aGroupChars( RTL_CONSTASCII_USTRINGPARAM( "{}()[]" ) ) in ImpEditEngine()
3550 sal_uInt16 nMatchChar = aGroupChars.Search( pNode->GetChar( nPos ) ); 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()
H A Dediteng.cxx2082 pImpEditEngine->aGroupChars = rChars; in SetGroupChars()
2088 return pImpEditEngine->aGroupChars; in GetGroupChars()
H A Dimpedit.hxx441 XubString aGroupChars; member in ImpEditEngine

Completed in 49 milliseconds