Searched refs:nSOColor (Results 1 – 2 of 2) sorted by relevance
346 sal_uInt32 EscherPropertyContainer::ImplGetColor( const sal_uInt32 nSOColor, sal_Bool bSwap ) in ImplGetColor() argument350 sal_uInt32 nColor = nSOColor & 0xff00; // GRUEN in ImplGetColor()351 nColor |= (sal_uInt8)( nSOColor ) << 16; // ROT in ImplGetColor()352 nColor |= (sal_uInt8)( nSOColor >> 16 ); // BLAU in ImplGetColor()356 return nSOColor & 0xffffff; in ImplGetColor()5554 sal_uInt32 EscherEx::GetColor( const sal_uInt32 nSOColor, sal_Bool bSwap ) in GetColor() argument5558 sal_uInt32 nColor = nSOColor & 0xff00; // GRUEN in GetColor()5559 nColor |= (sal_uInt8)( nSOColor ) << 16; // ROT in GetColor()5560 nColor |= (sal_uInt8)( nSOColor >> 16 ); // BLAU in GetColor()5564 return nSOColor & 0xffffff; in GetColor()
2083 sal_uInt32 nSOColor = *( (sal_uInt32*)mAny.getValue() ); in ImplGetPortionValues() local2084 mnCharColor = nSOColor & 0xff00ff00; // green and hibyte in ImplGetPortionValues()2085 mnCharColor |= (sal_uInt8)( nSOColor ) << 16; // red and blue is switched in ImplGetPortionValues()2086 mnCharColor |= (sal_uInt8)( nSOColor >> 16 ); in ImplGetPortionValues()2545 sal_uInt32 nSOColor = *( (sal_uInt32*)pValue ); in ImplGetNumberingLevel() local2546 … nBulletColor = nSOColor & 0xff00ff00; // green and hibyte in ImplGetNumberingLevel()2547 nBulletColor |= (sal_uInt8)( nSOColor ) << 16; // red in ImplGetNumberingLevel()2548 nBulletColor |= (sal_uInt8)( nSOColor >> 16 ) | 0xfe000000; // blue in ImplGetNumberingLevel()
Completed in 69 milliseconds