Searched refs:mnCharColor (Results 1 – 3 of 3) sorted by relevance
1485 sal_uInt32 nCharColor = pPortion->mnCharColor; in ImplWritePortions()2084 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()2112 mnCharColor = rPortionObj.mnCharColor; in ImplConstruct()
548 sal_uInt32 mnCharColor; member in PortionObj
2035 rLev.mnFontColor = aPortionObj.mnCharColor; in SetStyleSheet()
Completed in 46 milliseconds