Home
last modified time | relevance | path

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

/aoo4110/main/writerfilter/source/dmapper/
H A DCellColorHandler.cxx215 sal_Int32 nFore = m_nColor; in getProperties() local
218 sal_uInt32 nRed = ((nFore & 0xff0000)>>0x10) * nWW8BrushStyle; in getProperties()
219 sal_uInt32 nGreen = ((nFore & 0xff00)>>0x8) * nWW8BrushStyle; in getProperties()
220 sal_uInt32 nBlue = (nFore & 0xff) * nWW8BrushStyle; in getProperties()
/aoo4110/main/sc/source/filter/ftools/
H A Dftools.cxx140 sal_uInt8 ScfTools::GetMixedColorComp( sal_uInt8 nFore, sal_uInt8 nBack, sal_uInt8 nTrans ) in GetMixedColorComp() argument
142 sal_Int32 nTemp = ((static_cast< sal_Int32 >( nBack ) - nFore) * nTrans) / 0x80 + nFore; in GetMixedColorComp()
/aoo4110/main/sc/source/ui/vba/
H A Dvbainterior.cxx251 ScVbaInterior::GetMixedColorComp( sal_uInt8 nFore, sal_uInt8 nBack, sal_uInt8 nTrans ) in GetMixedColorComp() argument
253 sal_uInt32 nTemp = ((static_cast< sal_Int32 >( nBack ) - nFore) * nTrans) / 0x80 + nFore; in GetMixedColorComp()
H A Dvbainterior.hxx56 sal_uInt8 GetMixedColorComp( sal_uInt8 nFore, sal_uInt8 nBack, sal_uInt8 nTrans );
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par6.cxx4688 ColorData nFore(SwWW8ImplReader::GetCol(b)); in SwWW8Shade() local
4699 SetShade(nFore, nBack, b); in SwWW8Shade()
4702 void SwWW8Shade::SetShade(ColorData nFore, ColorData nBack, sal_uInt16 nIndex) in SetShade() argument
4779 if (nFore == COL_AUTO) in SetShade()
4780 nFore = COL_BLACK; in SetShade()
4800 Color aForeColor(nFore); in SetShade()
4874 sal_uInt32 nFore = wwUtility::BGRToRGB(SVBT32ToUInt32(rpData)); in ExtractColour() local
4886 SwWW8Shade aShade(nFore, nBack, nIndex); in ExtractColour()
H A Dww8par.hxx552 SwWW8Shade(ColorData nFore, ColorData nBack, sal_uInt16 nIndex) in SwWW8Shade() argument
554 SetShade(nFore, nBack, nIndex); in SwWW8Shade()
557 void SetShade(ColorData nFore, ColorData nBack, sal_uInt16 nIndex);
/aoo4110/main/sc/source/filter/inc/
H A Dftools.hxx277 static sal_uInt8 GetMixedColorComp( sal_uInt8 nFore, sal_uInt8 nBack, sal_uInt8 nTrans );

Completed in 79 milliseconds