Home
last modified time | relevance | path

Searched refs:aCol (Results 51 – 75 of 118) sorted by path

12345

/trunk/main/svx/inc/svx/sidebar/
H A DColorControl.hxx72 const Color aCol,
/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/svx/source/dialog/
H A D_bmpmask.cxx53 nR = aCol.GetRed(); nG = aCol.GetGreen(); nB = aCol.GetBlue(); \
821 Color aCol; in ImpMask() local
872 aCol = pAct->GetColor(); in ImpMask()
888 aCol = pAct->GetColor(); in ImpMask()
904 aCol = pAct->GetColor(); in ImpMask()
920 aCol = pAct->GetColor(); in ImpMask()
936 aCol = pAct->GetColor(); in ImpMask()
953 aCol = aFont.GetColor(); in ImpMask()
958 aFont.SetColor( aCol ); in ImpMask()
973 aCol = aWall.GetColor(); in ImpMask()
[all …]
/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/svx/source/svdraw/
H A Dsvdfmtf.cxx1655 … const sal_uInt8 aCol(basegfx::fround((1.0 - (fOpOld * fOpNew)) * 255.0)); in DoAction() local
1657 pOld->SetPixel(y, x, BitmapColor(aCol)); in DoAction()
1675 … const sal_uInt8 aCol(basegfx::fround((1.0 - (fOpOld * fOpNew)) * 255.0)); in DoAction() local
1677 pOld->SetPixel(y, x, BitmapColor(aCol)); in DoAction()
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/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/core/access/
H A Dacctable.cxx546 Int32Set_Impl::const_iterator aCol( GetRows().begin() ); in GetRowIter() local
549 ::std::advance( aCol, in GetRowIter()
552 return aCol; in GetRowIter()
558 Int32Set_Impl::const_iterator aCol = GetColumns().begin(); in GetColumnIter() local
561 ::std::advance( aCol, in GetColumnIter()
564 return aCol; in GetColumnIter()
1431 Int32Set_Impl::const_iterator aCol( in getAccessibleColumn() local
1434 GetTableData().GetColumns().begin(), aCol ) ); in getAccessibleColumn()
/trunk/main/sw/source/core/crsr/
H A Dviscrs.cxx200 Color aCol; in Paint() local
205 case 0: aCol = RGB_COLORDATA( nVal, nVal, 0xFF ); break; in Paint()
206 case 1: aCol = RGB_COLORDATA( 0xFF, 0xc8, nVal ); break; in Paint()
207 case 2: aCol = RGB_COLORDATA( nVal, 0xFF, nVal ); break; in Paint()
208 case 3: aCol = RGB_COLORDATA( 0xFF, nVal, nVal ); break; in Paint()
210 aCol = aCol.GetColor() ^ COL_WHITE; in Paint()
212 pWin->SetFillColor( aCol ); in Paint()
213 pWin->SetLineColor( aCol ); in Paint()
/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()
H A Dpoolfmt.cxx1222 Color aCol( COL_BLUE ); in GetFmtFromPool() local
1223 aSet.Put( SvxColorItem( aCol, RES_CHRATR_COLOR ) ); in GetFmtFromPool()
1233 Color aCol( COL_RED ); in GetFmtFromPool() local
1234 aSet.Put( SvxColorItem( aCol, RES_CHRATR_COLOR ) ); in GetFmtFromPool()
1243 Color aCol( COL_CYAN ); in GetFmtFromPool() local
1244 aSet.Put( SvxColorItem( aCol, RES_CHRATR_COLOR ) ); in GetFmtFromPool()
1305 Color aCol( COL_BLACK ); in GetFmtFromPool() local
1306 SvxBorderLine aLine( &aCol, DEF_LINE_WIDTH_0 ); in GetFmtFromPool()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx149 Color aCol( bHTML ? COL_GRAY : COL_BLACK ); in lcl_SetDfltBoxAttr() local
150 SvxBorderLine aLine( &aCol, DEF_LINE_WIDTH_0 ); in lcl_SetDfltBoxAttr()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx956 SwFmtCol aCol; in _UpdateAttr() local
965 aCol.Init( nCol, 0, 1000 ); in _UpdateAttr()
967 ChgColumns( aCol, GetFmt()->GetCol() ); in _UpdateAttr()
H A Dsectfrm.cxx2505 SwFmtCol aCol; in _UpdateAttr() local
2514 aCol.Init( nCol, 0, 1000 ); in _UpdateAttr()
2524 ChgColumns( aCol, rNewCol, bChgFtn ); in _UpdateAttr()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1085 Color aCol( COL_LIGHTRED ); in DrawRedArrow() local
1090 lcl_DrawSpecial( *this, rPor, aRect, &aCol, cChar, nOptions ); in DrawRedArrow()
H A Dporrst.cxx480 Color aCol( SwViewOption::GetFieldShadingsColor() ); in Paint() local
482 pOut->SetFillColor( aCol ); in Paint()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx737 const Color aCol( rInf.GetOut().GetLineColor() ); in lcl_DrawLineForWrongListData() local
839 rInf.GetOut().SetLineColor( aCol ); in lcl_DrawLineForWrongListData()
1756 Color aCol( rInf.GetOut().GetLineColor() ); in DrawText() local
1757 sal_Bool bColSave = aCol != *pWaveCol; in DrawText()
1806 rInf.GetOut().SetLineColor( aCol ); in DrawText()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx910 SwFmtCol aCol ( static_cast < const :: SwFmtCol & > ( rFromSet.Get ( RES_COL ) ) ); in lcl_FillCol()
911 ((SfxPoolItem&)aCol).PutValue( *pAny, MID_COLUMNS); in lcl_FillCol()
912 rToSet.Put(aCol); in lcl_FillCol()
/trunk/main/sw/source/filter/html/
H A Dhtmlforw.cxx1103 Color aCol(*(sal_Int32*)aTmp .getValue()); in OutHTML_DrawFrmFmtAsControl() local
1104 aItemSet.Put( SvxBrushItem( aCol, RES_CHRATR_BACKGROUND ) ); in OutHTML_DrawFrmFmtAsControl()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx961 SwFmtCol aCol; in ReadFly() local
966 aCol.Init( nCols, nColSpace, sal_uInt16( nWidth ) ); in ReadFly()
971 SwColumn* pCol = aCol.GetColumns()[ i ]; in ReadFly()
988 pSet->Put( aCol ); in ReadFly()
H A Dswparrtf.cxx548 aCol.Init( nCols, nColSpace, nNettoWidth ); in SetCols()
553 aCol._SetOrtho(false); in SetCols()
559 SwColumn* pCol = aCol.GetColumns()[ i ]; in SetCols()
568 aCol.SetWishWidth( nWishWidth ); in SetCols()
571 rFmt.SetFmtAttr(aCol); in SetCols()
2773 SwFmtCol aCol; in lcl_SetFmtCol() local
2777 aCol.Init( nCols, nColSpace, USHRT_MAX ); in lcl_SetFmtCol()
2780 aCol._SetOrtho( sal_False ); in lcl_SetFmtCol()
2784 SwColumn* pCol = aCol.GetColumns()[ i ]; in lcl_SetFmtCol()
2793 aCol.SetWishWidth( nWishWidth ); in lcl_SetFmtCol()
[all …]
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx525 SwWriteTableCol aCol( nStartCPos + nParentLineWidth ); in CollectTableRowsCols() local
526 ASSERT( aCols.Seek_Entry(&aCol), in CollectTableRowsCols()
635 SwWriteTableCol aCol( nParentLineWidth ); in FillTableRowsCols() local
636 bOutAtRow = aCols.Seek_Entry(&aCol,&nEndCol) && in FillTableRowsCols()
674 SwWriteTableCol aCol( nCPos ); in FillTableRowsCols() local
678 aCols.Seek_Entry( &aCol, &nCol ); in FillTableRowsCols()
/trunk/main/sw/source/filter/ww1/
H A Dw1sprm.cxx425 SwFmtCol aCol; in Start() local
426 aCol.Init(nCols, nColSpace, nNettoWidth); in Start()
427 rOut.GetPageDesc().GetMaster().SetFmtAttr(aCol); in Start()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1566 SwFmtCol aCol(rCol); in SectionProperties() local
1567 aCol.SetAdjustValue(rSectionLR.GetLeft()+rSectionLR.GetRight()); in SectionProperties()
1568 aSet.Put(aCol); in SectionProperties()
H A Dww8graf.cxx217 Color aCol( WW8TransCol( rL.lnpc ) ); // LinienFarbe in SetStdAttr() local
218 rSet.Put( XLineColorItem( aEmptyStr, aCol ) ); in SetStdAttr()

Completed in 243 milliseconds

12345