Searched refs:pCmp1 (Results 1 – 1 of 1) sorted by relevance
421 const sal_Char *pCmp1 = 0, *pCmp2 = 0, *pCmp3 = 0; in GetNextToken() local430 pCmp1 = sCSS1_UNIT_cm; in GetNextToken()435 pCmp1 = sCSS1_UNIT_em; in GetNextToken()443 pCmp1 = sCSS1_UNIT_inch; in GetNextToken()448 pCmp1 = sCSS1_UNIT_mm; in GetNextToken()453 pCmp1 = sCSS1_UNIT_pt; in GetNextToken()465 DBG_ASSERT( pCmp1, "Wo kommt das erste Zeichen her?" ); in GetNextToken()466 if( aIdent.EqualsIgnoreCaseAscii(pCmp1) ) in GetNextToken()
Completed in 9 milliseconds