| /AOO41X/main/tools/inc/tools/ |
| H A D | color.hxx | 116 ColorData mnColor; member in Color 119 Color() { mnColor = COL_BLACK; } in Color() 120 Color( ColorData nColor ) { mnColor = nColor; } in Color() 122 { mnColor = RGB_COLORDATA( nRed, nGreen, nBlue ); } in Color() 124 { mnColor = TRGB_COLORDATA( nTransparency, nRed, nGreen, nBlue ); } in Color() 131 mnColor = RGB_COLORDATA( in Color() 138 sal_uInt8 GetRed() const { return COLORDATA_RED( mnColor ); } in GetRed() 140 sal_uInt8 GetGreen() const { return COLORDATA_GREEN( mnColor ); } in GetGreen() 142 sal_uInt8 GetBlue() const { return COLORDATA_BLUE( mnColor ); } in GetBlue() 144 sal_uInt8 GetTransparency() const { return COLORDATA_TRANSPARENCY( mnColor ); } in GetTransparency() [all …]
|
| /AOO41X/main/basebmp/inc/basebmp/ |
| H A D | color.hxx | 36 sal_uInt32 mnColor; member in basebmp::Color 42 Color() : mnColor(0) {} in Color() 43 explicit Color( sal_uInt32 nVal ) : mnColor(nVal) {} in Color() 45 mnColor( ((sal_uInt32)nRed << 16) | ((sal_uInt32)nGreen << 8) | nBlue ) in Color() 48 void setRed( sal_uInt8 nRed ) { mnColor &= ~0x00FF0000UL; mnColor |= (sal_uInt32)nRed << 16; } in setRed() 49 …void setGreen( sal_uInt8 nGreen ) { mnColor &= ~0x0000FF00UL; mnColor |= (sal_uInt32)nGreen << 8; } in setGreen() 50 void setBlue( sal_uInt8 nBlue ) { mnColor &= ~0x000000FFUL; mnColor |= nBlue; } in setBlue() 52 …void setGrey( sal_uInt8 nGreyVal ) { mnColor = (sal_uInt32)nGreyVal << 16 | (sal_uInt32)nGreyVal <… in setGrey() 54 sal_uInt8 getRed() const { return 0xFF & (sal_uInt8)(mnColor >> 16); } in getRed() 55 sal_uInt8 getGreen() const { return 0xFF & (sal_uInt8)(mnColor >> 8); } in getGreen() [all …]
|
| /AOO41X/main/tools/source/generic/ |
| H A D | color.cxx | 69 mnColor = RGB_COLORDATA( nRed>>8, nGreen>>8, nBlue>>8 ); in Color() 73 mnColor = RGB_COLORDATA( 0, 0, 0 ); in Color() 89 SetRed( (sal_uInt8) VOS_BOUND( (long) COLORDATA_RED( mnColor ) + cLumInc, 0L, 255L ) ); in IncreaseLuminance() 90 SetGreen( (sal_uInt8) VOS_BOUND( (long) COLORDATA_GREEN( mnColor ) + cLumInc, 0L, 255L ) ); in IncreaseLuminance() 91 SetBlue( (sal_uInt8) VOS_BOUND( (long) COLORDATA_BLUE( mnColor ) + cLumInc, 0L, 255L ) ); in IncreaseLuminance() 98 SetRed( (sal_uInt8) VOS_BOUND( (long) COLORDATA_RED( mnColor ) - cLumDec, 0L, 255L ) ); in DecreaseLuminance() 99 SetGreen( (sal_uInt8) VOS_BOUND( (long) COLORDATA_GREEN( mnColor ) - cLumDec, 0L, 255L ) ); in DecreaseLuminance() 100 SetBlue( (sal_uInt8) VOS_BOUND( (long) COLORDATA_BLUE( mnColor ) - cLumDec, 0L, 255L ) ); in DecreaseLuminance() 112 … SetRed( (sal_uInt8) VOS_BOUND( _FRound( COLORDATA_RED( mnColor ) * fM + fOff ), 0L, 255L ) ); in IncreaseContrast() 113 … SetGreen( (sal_uInt8) VOS_BOUND( _FRound( COLORDATA_GREEN( mnColor ) * fM + fOff ), 0L, 255L ) ); in IncreaseContrast() [all …]
|
| /AOO41X/main/filter/source/graphicfilter/icgm/ |
| H A D | bundles.cxx | 35 mnColor = rSource.mnColor; in operator =() 44 mnColor = nColor; in SetColor() 49 return mnColor; in GetColor()
|
| H A D | bundles.hxx | 40 sal_uInt32 mnColor; member in Bundle
|
| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterTheme.cxx | 596 mnColor(0x00000000), in FontDescriptor() 611 mnColor(0x00000000), in FontDescriptor() 621 mnColor = rpDescriptor->mnColor; in FontDescriptor() 904 pDescriptor->mnColor); in ReadFont()
|
| H A D | PresenterTheme.hxx | 96 sal_uInt32 mnColor; member in sdext::presenter::PresenterTheme::FontDescriptor
|
| H A D | PresenterToolBar.cxx | 2026 PresenterCanvasHelper::SetDeviceColor(aRenderState, mpFont->mnColor); in Paint() 2347 PresenterCanvasHelper::SetDeviceColor(aRenderState, pFont->mnColor); in Paint() 2410 PresenterCanvasHelper::SetDeviceColor(aRenderState, pFont->mnColor); in Paint()
|
| H A D | PresenterTextView.cxx | 453 PresenterCanvasHelper::SetDeviceColor(aRenderState, mpFont->mnColor); in Paint() 496 PresenterCanvasHelper::SetDeviceColor(aRenderState, mpFont->mnColor); in Paint()
|
| H A D | PresenterButton.cxx | 486 PresenterCanvasHelper::SetDeviceColor(aRenderState, rpFont->mnColor); in RenderButton()
|
| H A D | PresenterNotesView.cxx | 110 maSeparatorColor = mpFont->mnColor; in PresenterNotesView()
|
| H A D | PresenterHelpView.cxx | 329 PresenterCanvasHelper::SetDeviceColor(aRenderState, mpFont->mnColor); in Paint()
|
| H A D | PresenterSlideSorter.cxx | 360 maSeparatorColor = pFont->mnColor; in PresenterSlideSorter() 1905 PresenterCanvasHelper::SetDeviceColor(aRenderState, mpFont->mnColor); in CreateBitmap()
|
| H A D | PresenterPaneBorderPainter.cxx | 671 rpStyle->mpFont->mnColor); in PaintTitle()
|
| /AOO41X/main/cui/source/dialogs/ |
| H A D | colorpicker.cxx | 1578 sal_Int32 mnColor; member in cui::ColorPicker 1613 , mnColor( 0 ) in ColorPicker() 1658 props[0].Value <<= mnColor; in getPropertyValues() 1670 aProps[n].Value >>= mnColor; in setPropertyValues() 1691 ColorPickerDialog aDlg( VCLUnoHelper::GetWindow( mxParent ), mnColor, mnMode ); in execute() 1694 mnColor = aDlg.GetColor(); in execute()
|
| /AOO41X/main/oox/source/xls/ |
| H A D | stylesbuffer.cxx | 702 mnColor( API_RGB_TRANSPARENT ), in ApiFontData() 1006 maApiData.mnColor = maModel.maColor.getColor( getBaseFilter().getGraphicHelper() ); in finalizeImport() 1148 rPropMap[ PROP_CharColor ] <<= maApiData.mnColor; in writeToPropertyMap() 1888 mnColor( API_RGB_TRANSPARENT ), in ApiSolidFillData() 1897 (rLeft.mnColor == rRight.mnColor) && in operator ==() 2122 maApiData.mnColor = API_RGB_TRANSPARENT; in finalizeImport() 2161 maApiData.mnColor = lclGetMixedColor( nPattColor, nFillColor, nAlpha ); in finalizeImport() 2171 maApiData.mnColor = aIt->second.getColor( rGraphicHelper, API_RGB_WHITE ); in finalizeImport() 2176 maApiData.mnColor = lclGetMixedColor( maApiData.mnColor, nEndColor, 0x40 ); in finalizeImport() 2186 rPropMap[ PROP_CellBackColor ] <<= maApiData.mnColor; in writeToPropertyMap()
|
| /AOO41X/main/oox/inc/oox/xls/ |
| H A D | stylesbuffer.hxx | 240 sal_Int32 mnColor; /// Font color. member 641 sal_Int32 mnColor; /// Fill color. member
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | svdfppt.hxx | 862 sal_uInt32 mnColor; member
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 4828 pCharSet->mnColor = nColor; in SetColor() 5386 aSet.mnColor = nVal; in ReadCharProps() 5736 nRetValue = pCharSet->mnColor; in GetAttrib() 6177 nRetValue = pPortion->pCharSet->mnColor; in GetAttrib() 7268 … pCurrent->mnHylinkOrigColor=pCurrent->pCharSet->mnColor; in PPTTextObj()
|