Home
last modified time | relevance | path

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

/trunk/main/sax/source/tools/
H A Dconverter.cxx515 int lcl_gethex( int nChar ) in lcl_gethex() function
533 rColor = lcl_gethex( rValue[1] ) * 16 + lcl_gethex( rValue[2] ); in convertColor()
536 rColor |= ( lcl_gethex( rValue[3] ) * 16 + lcl_gethex( rValue[4] ) ); in convertColor()
539 rColor |= ( lcl_gethex( rValue[5] ) * 16 + lcl_gethex( rValue[6] ) ); in convertColor()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx588 int lcl_gethex( int nChar ) in lcl_gethex() function
609 lcl_gethex( rValue[1] ) * 16 + lcl_gethex( rValue[2] ) ) ); in convertColor()
613 lcl_gethex( rValue[3] ) * 16 + lcl_gethex( rValue[4] ) ) ); in convertColor()
617 lcl_gethex( rValue[5] ) * 16 + lcl_gethex( rValue[6] ) ) ); in convertColor()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx829 static int lcl_gethex( int nChar ) in lcl_gethex() function
932 aColor.SetRed( (sal_uInt8)(lcl_gethex( aString[1] ) * 16 + lcl_gethex( aString[2] )) ); in convertAnimationValue()
933 aColor.SetGreen( (sal_uInt8)(lcl_gethex( aString[3] ) * 16 + lcl_gethex( aString[4] )) ); in convertAnimationValue()
934 aColor.SetBlue( (sal_uInt8)(lcl_gethex( aString[5] ) * 16 + lcl_gethex( aString[6] )) ); in convertAnimationValue()

Completed in 39 milliseconds