Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx853 sal_Unicode cLow = rCC.toLower( rTxt, nPos, 1 ).GetChar(0), cNumTyp; in GetDigitLevel() local
862 if( 256 > cLow &&( (eScan & (LOWER_ROMAN|UPPER_ROMAN)) in GetDigitLevel()
863 ? strchr( "mdclxvi", cLow ) in GetDigitLevel()
864 : strchr( "mlxvi", cLow ) )) in GetDigitLevel()
866 if( 256 > cLow && ( strchr( "mdclxvi", cLow ) )) in GetDigitLevel()
882 ( 3 == nStart || 4 == nStart) && 256 > cLow && in GetDigitLevel()
883 strchr( "mdclxvi", cLow ) && in GetDigitLevel()
931 switch( cLow ) in GetDigitLevel()

Completed in 26 milliseconds