Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1485 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()
H A Deppt.hxx548 sal_uInt32 mnCharColor; member in PortionObj
H A Deppt.cxx2035 rLev.mnFontColor = aPortionObj.mnCharColor; in SetStyleSheet()

Completed in 53 milliseconds