Home
last modified time | relevance | path

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

/aoo4110/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx487 sal_Int32 nAutoBits = nCol; in OORGBToXLRGB() local
488 nAutoBits &= 0xFF000000; in OORGBToXLRGB()
497 sal_Int32 nRGB = ( nAutoBits | (nBlue << 16) | (nGreen << 8) | nRed ); in OORGBToXLRGB()
503 sal_Int32 nAutoBits = nCol; in XLRGBToOORGB() local
504 nAutoBits &= 0xFF000000; in XLRGBToOORGB()
514 sal_Int32 nRGB = ( nAutoBits | (nRed << 16) | (nGreen << 8) | nBlue ); in XLRGBToOORGB()

Completed in 19 milliseconds