Home
last modified time | relevance | path

Searched refs:aCol (Results 1 – 25 of 118) sorted by last modified time

12345

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6355 Color aCol; in ImplDrawText() local
6357 aCol = rTargetDevice.GetBackground().GetColor(); in ImplDrawText()
6362 aCol = rStyleSettings.GetFaceColor(); in ImplDrawText()
6364 bHighContrastBlack = aCol.IsDark(); in ImplDrawText()
6365 bHighContrastWhite = aCol.IsBright(); in ImplDrawText()
7056 Color aCol = aWall.GetColor(); in DrawCtrlText() local
7057 bHighContrastBlack = aCol.IsDark(); in DrawCtrlText()
7058 bHighContrastWhite = aCol.IsBright(); in DrawCtrlText()
H A Dbitmap3.cxx3170 pColBuf[ RGB15( aCol.GetRed() >> 3, aCol.GetGreen() >> 3, aCol.GetBlue() >> 3 ) ]++; in ImplReduceMedian()
3217 BitmapColor aCol; in ImplMedianCut() local
3228 aCol.SetRed( (sal_uInt8) ( nR1 << 3 ) ); in ImplMedianCut()
3231 rPal[ (sal_uInt16) rIndex++ ] = aCol; in ImplMedianCut()
3261 rPal[ (sal_uInt16) rIndex++ ] = aCol; in ImplMedianCut()
3377 BitmapColor aCol; in Adjust() local
3474 aCol = pAcc->GetPixel( nY, nX ); in Adjust()
3475 aCol.SetRed( cMapR[ aCol.GetRed() ] ); in Adjust()
3476 aCol.SetGreen( cMapG[ aCol.GetGreen() ] ); in Adjust()
3477 aCol.SetBlue( cMapB[ aCol.GetBlue() ] ); in Adjust()
[all …]
H A Dbitmap4.cxx645 BitmapColor aCol( rPal[ i ] ); in ImplSolarize() local
652 BitmapColor aCol; in ImplSolarize() local
660 aCol = pWriteAcc->GetPixel( nY, nX ); in ImplSolarize()
662 if( aCol.GetLuminance() >= cThreshold ) in ImplSolarize()
706 BitmapColor aCol( (sal_uInt8) 0 ); in ImplSepia() local
723 pWriteAcc->SetPixel( nY, nX, aCol ); in ImplSepia()
736 pWriteAcc->SetPixel( nY, nX, aCol ); in ImplSepia()
798 BitmapColor aCol; in ImplMosaic() local
827 nSumR += aCol.GetRed(); in ImplMosaic()
828 nSumG += aCol.GetGreen(); in ImplMosaic()
[all …]
H A Dbitmap.cxx1304 BitmapColor aCol; in CreateMask() local
1320 nR = aCol.GetRed(); in CreateMask()
1572 BitmapColor aCol; in Replace() local
1643 BitmapColor aCol; in Replace() local
1652 if( nMinR <= aCol.GetRed() && nMaxR >= aCol.GetRed() && in Replace()
1653 nMinG <= aCol.GetGreen() && nMaxG >= aCol.GetGreen() && in Replace()
1654 nMinB <= aCol.GetBlue() && nMaxB >= aCol.GetBlue() ) in Replace()
1734 BitmapColor aCol; in Replace() local
1748 if( pMinR[ i ] <= aCol.GetRed() && pMaxR[ i ] >= aCol.GetRed() && in Replace()
1749 pMinG[ i ] <= aCol.GetGreen() && pMaxG[ i ] >= aCol.GetGreen() && in Replace()
[all …]
H A Doutdev2.cxx597 Color aCol( cCmpVal, cCmpVal, cCmpVal ); in ImplDrawBitmap() local
599 SetLineColor( aCol ); in ImplDrawBitmap()
600 SetFillColor( aCol ); in ImplDrawBitmap()
H A Doutdev6.cxx511 BitmapColor aCol( rPal[ i ] ); in DrawTransparent() local
512 … pMap[ i ] = BitmapColor( (sal_uInt8) rPal.GetBestIndex( aCol.Merge( aFillCol, cTrans ) ) ); in DrawTransparent()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx116 Color aCol( COL_RED ); in lcl_PaintReplacement() local
140 aCol = pFmt->GetColor().GetValue(); in lcl_PaintReplacement()
145 pFont->SetColor( aCol ); in lcl_PaintReplacement()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1096 Color aCol= rStyleSettings.GetFaceColor(); in DrawNet() local
1098 if( aCol.IsRGBEqual( pView->GetBackground().GetColor()) ) in DrawNet()
1099 aCol = rStyleSettings.GetShadowColor(); in DrawNet()
1100 pView->SetLineColor( aCol ); in DrawNet()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4046 Color aCol( rManager.MSO_TEXT_CLR_ToColor( nBulletColor ) ); in ImplGetNumberFormat() local
4047 aFont.SetColor( aCol ); in ImplGetNumberFormat()
4058 rNumberFormat.SetBulletColor( aCol ); in ImplGetNumberFormat()
5942 const BitmapColor aCol( pAcc->GetPixel( nY, nX ) ); in ApplyTo() local
5943 nRt+=aCol.GetRed(); nGn+=aCol.GetGreen(); nBl+=aCol.GetBlue(); in ApplyTo()
6008 Color aCol( rManager.MSO_TEXT_CLR_ToColor( nVal ) ); in ApplyTo() local
6009 rSet.Put( SvxColorItem( aCol, EE_CHAR_COLOR ) ); in ApplyTo()
6011 mrStyleSheet.mpCharSheet[ mnInstance ]->maCharLevel[ mnDepth ].mnFontColorInStyleSheet = aCol; in ApplyTo()
6015 Color aCol( rManager.MSO_TEXT_CLR_ToColor( nVal ) ); in ApplyTo() local
6017 if ( aColorInSheet != aCol ) in ApplyTo()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx1007 SdrHdlColor::SdrHdlColor(const Point& rRef, Color aCol, const Size& rSize, sal_Bool bLum) in SdrHdlColor() argument
1013 aCol = GetLuminance(aCol); in SdrHdlColor()
1016 aMarkerColor = aCol; in SdrHdlColor()
1072 Bitmap SdrHdlColor::CreateColorDropper(Color aCol) in CreateColorDropper() argument
1076 aRetval.Erase(aCol); in CreateColorDropper()
1097 …(sal_uInt8)(::std::min((sal_Int16)((sal_Int16)aCol.GetRed() + (sal_Int16)0x0040), (sal_Int16)0x00f… in CreateColorDropper()
1098 …(sal_uInt8)(::std::min((sal_Int16)((sal_Int16)aCol.GetGreen() + (sal_Int16)0x0040), (sal_Int16)0x0… in CreateColorDropper()
1099 …(sal_uInt8)(::std::min((sal_Int16)((sal_Int16)aCol.GetBlue() + (sal_Int16)0x0040), (sal_Int16)0x00… in CreateColorDropper()
1106 …(sal_uInt8)(::std::max((sal_Int16)((sal_Int16)aCol.GetRed() - (sal_Int16)0x0040), (sal_Int16)0x000… in CreateColorDropper()
1107 …(sal_uInt8)(::std::max((sal_Int16)((sal_Int16)aCol.GetGreen() - (sal_Int16)0x0040), (sal_Int16)0x0… in CreateColorDropper()
[all …]
/trunk/main/sc/source/ui/optdlg/
H A Dtpview.cxx383 Color aCol = pLocalOptions->GetGridColor( &aName ); in InitGridOpt() local
384 sal_uInt16 nSelPos = aColorLB.GetEntryPos( aCol ); in InitGridOpt()
389 aColorLB.SelectEntryPos( aColorLB.InsertEntry( aCol, aName ) ); in InitGridOpt()
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx137 const Color aCol( nCol ); in DrawRect() local
139 pOut->SetFillColor( aCol ); in DrawRect()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4644 ScAttrArray* pAttrArray = pTab[nTab]->aCol[nOldCol].pAttrArray; in ExtendOverlapped()
H A Ddocumen8.cxx501 pColumn = &pTable->aCol[nCol]; in IdleCalcTextWidth()
589 pColumn = &pTable->aCol[nCol]; in IdleCalcTextWidth()
/trunk/main/svx/inc/svx/
H A Dsvdhdl.hxx287 SVX_DLLPRIVATE Bitmap CreateColorDropper(Color aCol);
292 …SdrHdlColor(const Point& rRef, Color aCol = Color(COL_BLACK), const Size& rSize = Size(11, 11), sa…
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx217 Color aCol( WW8TransCol( rL.lnpc ) ); // LinienFarbe in SetStdAttr() local
218 rSet.Put( XLineColorItem( aEmptyStr, aCol ) ); in SetStdAttr()
/trunk/main/svx/source/sidebar/tools/
H A DColorControl.cxx172 void ColorControl::SetCurColorSelect(Color aCol,bool bAvailable) in SetCurColorSelect() argument
175 const bool bIsTransparent(0xff == aCol.GetTransparency()); in SetCurColorSelect()
176 short nCol = bIsTransparent ? 0 : GetItemId_Imp(maVSColor,aCol); in SetCurColorSelect()
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx2028 Color aCol; in ImplDrawFadeArrow() local
2040 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow()
2041 DrawPixel( Point(x, y+6), aCol ); in ImplDrawFadeArrow()
2042 DrawPixel( Point(x+dx, y+1), aCol ); in ImplDrawFadeArrow()
2043 DrawPixel( Point(x+dx, y+5), aCol ); in ImplDrawFadeArrow()
2049 DrawPixel( Point(x, y+1), aCol ); in ImplDrawFadeArrow()
2050 DrawPixel( Point(x, y+5), aCol ); in ImplDrawFadeArrow()
2066 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow()
2067 DrawPixel( Point(x+6, y), aCol ); in ImplDrawFadeArrow()
2075 DrawPixel( Point(x+1, y), aCol ); in ImplDrawFadeArrow()
[all …]
/trunk/main/cui/source/dialogs/
H A Dinsrc.cxx52 aCol(CUI_RES(STR_COL)), in SvxInsRowColDlg()
62 aTmp = aCol; in SvxInsRowColDlg()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1272 ::rtl::OString aCol; in CreateFile()
1273 if ( DBTypeConversion::convertUnicodeString( aName, aCol, m_eEncoding ) > nMaxFieldLength) in CreateFile()
1278 (*m_pFileStream) << aCol.getStr(); in CreateFile()
1279 m_pFileStream->Write(aBuffer, 11 - aCol.getLength()); in CreateFile()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx531 SwFmtCol aCol; in TYPEINIT1() local
532 aCol.Init( nCols, aCol.GetGutterWidth(), aCol.GetWishWidth() ); in TYPEINIT1()
533 aMgr.SetCol( aCol ); in TYPEINIT1()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx1849 SwFmtCol aCol; in InsFrmMode() local
1850 aCol.Init( nCols, aCol.GetGutterWidth(), aCol.GetWishWidth() ); in InsFrmMode()
1851 aMgr.SetCol( aCol ); in InsFrmMode()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx3605 Color aCol; in XFillGradientItem() local
3606 aCol = Color( (sal_uInt8)( nRed >> 8 ), (sal_uInt8)( nGreen >> 8 ), (sal_uInt8)( nBlue >> 8 ) ); in XFillGradientItem()
3607 aGradient.SetStartColor( aCol ); in XFillGradientItem()
3612 aCol = Color( (sal_uInt8)( nRed >> 8 ), (sal_uInt8)( nGreen >> 8 ), (sal_uInt8)( nBlue >> 8 ) ); in XFillGradientItem()
3613 aGradient.SetEndColor(aCol); in XFillGradientItem()
4341 Color aCol; in XFillHatchItem() local
4342 aCol = Color( (sal_uInt8)( nRed >> 8 ), (sal_uInt8)( nGreen >> 8 ), (sal_uInt8)( nBlue >> 8 ) ); in XFillHatchItem()
4343 aHatch.SetColor(aCol); in XFillHatchItem()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2286 SwFmtCol aCol( (const SwFmtCol&)rSet.Get(RES_COL) ); in Init() local
2287 ::FitToActualSize( aCol, (sal_uInt16)rSize.GetWidth() ); in Init()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx3558 Color aCol( COL_LIGHTGRAY ); in Paint() local
3559 aFont.SetColor( aCol ); in Paint()

Completed in 307 milliseconds

12345