Home
last modified time | relevance | path

Searched refs:aColor (Results 76 – 100 of 324) sorted by path

12345678910>>...13

/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx216 Color aColor( nItemId == 0 ? Color( COL_TRANSPARENT ) : m_aColorSet.GetItemColor( nItemId ) ); in IMPL_LINK() local
226 m_pCondition->ApplyCommand( m_nSlotId, aColor ); in IMPL_LINK()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx982 util::Color aColor( COL_TRANSPARENT ); in lcl_extractBackgroundColor() local
985 OSL_VERIFY( _rDispatchArgs[0].Value >>= aColor ); in lcl_extractBackgroundColor()
990 aColor = aMap.getUnpackedValueOrDefault( PROPERTY_FONTCOLOR, aColor ); in lcl_extractBackgroundColor()
992 return aColor; in lcl_extractBackgroundColor()
1447 const util::Color aColor( lcl_extractBackgroundColor( aArgs ) ); in Execute() local
1448 …tyAtControls_throw(RID_STR_UNDO_CHANGEFONT,PROPERTY_CONTROLBACKGROUND,uno::makeAny(aColor),aArgs) ) in Execute()
1453 xSection->setBackColor( aColor ); in Execute()
1482 … const util::Color aColor = aMap.getUnpackedValueOrDefault(PROPERTY_FONTCOLOR,util::Color()); in Execute() local
1483 …setPropertyAtControls_throw(RID_STR_UNDO_CHANGEFONT,PROPERTY_CHARCOLOR,uno::makeAny(aColor),aArgs); in Execute()
H A DStartMarker.cxx159 const Color aColor(m_nColor); in setColor() local
161 if ( aColor.GetLuminance() < 128 ) in setColor()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc3909 AliRscInst aColor;
3914 aColor = aCmpInst.CreateColor( pColorType );
3920 if( aColor.WriteRc( aMem ).IsOk() ){
/trunk/main/sc/inc/
H A Dautoform.hxx95 SvxColorItem aColor; member in ScAutoFormatDataField
140 const SvxColorItem& GetColor() const { return aColor; } in GetColor()
172 void SetColor( const SvxColorItem& rColor ) { aColor = rColor; } in SetColor()
/trunk/main/sc/source/core/data/
H A Dattarray.cxx656 Color aColor( pLine->GetColor() ); in ApplyLineStyleArea() local
659 SET_LINECOLOR( pNewBoxItem->GetTop(), aColor ); in ApplyLineStyleArea()
660 SET_LINECOLOR( pNewBoxItem->GetBottom(), aColor ); in ApplyLineStyleArea()
661 SET_LINECOLOR( pNewBoxItem->GetLeft(), aColor ); in ApplyLineStyleArea()
662 SET_LINECOLOR( pNewBoxItem->GetRight(), aColor ); in ApplyLineStyleArea()
665 SET_LINECOLOR( pNewTLBRItem->GetLine(), aColor ); in ApplyLineStyleArea()
667 SET_LINECOLOR( pNewBLTRItem->GetLine(), aColor ); in ApplyLineStyleArea()
H A Ddocumen2.cxx1337 Color aColor( aColorChanger.GetColor() ); in IsCellInChangeTrack() local
1338 *pColCellBoder = aColor; in IsCellInChangeTrack()
1357 Color aColor( aColorChanger.GetColor() ); in IsCellInChangeTrack() local
1358 *pColCellBoder = aColor; in IsCellInChangeTrack()
H A Dpatattr.cxx244 Color aColor; in GetFont() local
327 aColor = ((const SvxColorItem*)pItem)->GetValue(); in GetFont()
358 aColor = ((const SvxColorItem&) in GetFont()
410 if ( ( aColor.GetColor() == COL_AUTO && eAutoMode != SC_AUTOCOL_RAW ) || in GetFont()
414 aColor.SetColor( COL_BLACK ); in GetFont()
460 aColor.SetColor( COL_WHITE ); in GetFont()
465 aColor.SetColor( COL_BLACK ); in GetFont()
470 aColor = aSysTextColor; in GetFont()
486 rFont.SetColor( aColor ); in GetFont()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx245 aColor( ATTR_FONT_COLOR ), in ScAutoFormatDataField()
278 aColor( rCopy.aColor ), in ScAutoFormatDataField()
340 READ( aColor, SvxColorItem, rVersions.nColorVersion) in Load()
410 READ( aColor, SvxColorItem, rVersions.nColorVersion) in LoadOld()
452 aColor.Store ( rStream, aColor.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx727 Color aColor( RGB_COLORDATA( in RegisterColor() local
731 return GetPalette().InsertColor( aColor, EXC_COLOR_CHARTAREA ); in RegisterColor()
H A Dxichart.cxx266 Color aColor = rPal.GetColor( XclChartHelper::GetSeriesFillAutoColorIdx( nFormatIdx ) ); in GetSeriesFillAutoColor() local
268 return ScfTools::GetMixedColor( aColor, rPal.GetColor( EXC_COLOR_CHWINDOWBACK ), nTrans ); in GetSeriesFillAutoColor()
H A Dxiescher.cxx771 Color aColor( COL_TRANSPARENT ); in GetSolidLineColor() local
776 aColor = GetSolidLineColor( aAutoData ); in GetSolidLineColor()
780 aColor = GetPalette().GetColor( rLineData.mnColorIdx ); in GetSolidLineColor()
782 return aColor; in GetSolidLineColor()
787 Color aColor( COL_TRANSPARENT ); in GetSolidFillColor() local
792 aColor = GetSolidFillColor( aAutoData ); in GetSolidFillColor()
798 aColor = XclTools::GetPatternColor( aPattColor, aBackColor, rFillData.mnPattern ); in GetSolidFillColor()
800 return aColor; in GetSolidFillColor()
H A Dxistyle.cxx108 Color aColor; in ReadPalette() local
111 rStrm >> aColor; in ReadPalette()
112 maColorTable[ nIndex ] = aColor.GetColor(); in ReadPalette()
H A Dxlchart.cxx829 Color aColor; in ReadEscherProperties() local
834 rAreaHlp >> eApiStyle >> aColor >> nTransparency; in ReadEscherProperties()
845 ::insert_value( nEscherColor, aColor.GetBlue(), 16, 8 ); in ReadEscherProperties()
846 ::insert_value( nEscherColor, aColor.GetGreen(), 8, 8 ); in ReadEscherProperties()
847 ::insert_value( nEscherColor, aColor.GetRed(), 0, 8 ); in ReadEscherProperties()
882 rHatchHlp >> eApiStyle >> aHatchName >> aColor >> bFillBackground; in ReadEscherProperties()
888 … rEscherFmt.mxEscherSet->CreateEmbeddedHatchProperties( aHatch, aColor, bFillBackground ); in ReadEscherProperties()
1055 Color aColor; in WriteAreaProperties() local
1062aColor = XclTools::GetPatternColor( rAreaFmt.maPattColor, rAreaFmt.maBackColor, rAreaFmt.mnPattern… in WriteAreaProperties()
1068 rAreaHlp << eFillStyle << aColor << nTransparency; in WriteAreaProperties()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx1086 Color aColor = rColorItem.GetValue(); in WriteCell() local
1089 if ( aColor.GetColor() == COL_AUTO ) in WriteCell()
1090 aColor.SetColor( COL_BLACK ); in WriteCell()
1093 lcl_AppendHTMLColorTripel( aStr, aColor ); in WriteCell()
H A Dhtmlpars.cxx987 Color aColor; in TableDataOn() local
988 pOption->GetColor( aColor ); in TableDataOn()
990 SvxBrushItem( aColor, ATTR_BACKGROUND ) ); in TableDataOn()
1521 Color aColor; in FontOn() local
1522 pOption->GetColor( aColor ); in FontOn()
2524 Color aColor; in ProcessFormatOptions() local
2525 aIter->GetColor( aColor ); in ProcessFormatOptions()
2526 rItemSet.Put( SvxBrushItem( aColor, ATTR_BACKGROUND ) ); in ProcessFormatOptions()
2947 Color aColor; in FontOn() local
2948 aIter->GetColor( aColor ); in FontOn()
[all …]
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx1742 Sc10ColAttr aColor; in LoadColAttr() local
1753 if (nError == 0) LoadAttr(aColor); in LoadColAttr()
1804 nLimit = aColor.Count; in LoadColAttr()
1805 pColData = aColor.pData; in LoadColAttr()
2043 sal_uInt16 nBColor = ( aColor.pData[ nColorIndex ].Value & 0x00F0 ) >> 4; in LoadColAttr()
2044 sal_uInt16 nRColor = ( aColor.pData[ nColorIndex ].Value & 0x0F00 ) >> 8; in LoadColAttr()
2079 if( aRaster.pData[ nRasterIndex ].Row < aColor.pData[ nColorIndex ].Row ) in LoadColAttr()
2087 nEnd = static_cast<SCROW>(aColor.pData[ nColorIndex ].Row); in LoadColAttr()
2088 if( nColorIndex < ( aColor.Count - 1 ) ) in LoadColAttr()
2093 nEnd = static_cast<SCROW>(aColor.pData[ nColorIndex ].Row); in LoadColAttr()
[all …]
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx320 …Color aColor = Color( (sal_uInt8)nValue, (sal_uInt8)( nValue >> 8 ), (sal_uInt8)( nValue >> 16 ) ); in ProcessEscherObj() local
322 if(aColor == rSett.GetHelpColor().GetColor()) in ProcessEscherObj()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3819 Color aColor; in WriteScenario() local
3821 pDoc->GetScenarioData(static_cast<SCTAB>(nCurrentTable), sComment, aColor, nFlags); in WriteScenario()
3825 SvXMLUnitConverter::convertColor(aBuffer, aColor); in WriteScenario()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx526 Color aColor; in getBorderAttrs() local
527 sal_Bool bIn = mpDoc ? mpDoc->IsCellInChangeTrack(maCellAddress,&aColor) : sal_False; in getBorderAttrs()
530 aTopBorder.Color = aColor.GetColor(); in getBorderAttrs()
531 aBottomBorder.Color = aColor.GetColor(); in getBorderAttrs()
532 aLeftBorder.Color = aColor.GetColor(); in getBorderAttrs()
533 aRightBorder.Color = aColor.GetColor(); in getBorderAttrs()
/trunk/main/sc/source/ui/cctrl/
H A Dcbuttonw.cxx147 Color aColor( bState ? COL_LIGHTBLUE : rSett.GetButtonTextColor().GetColor() ); in ImpDrawArrow() local
148 pOut->SetFillColor( aColor ); in ImpDrawArrow()
149 pOut->SetLineColor( aColor ); in ImpDrawArrow()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx1083 Color aColor( maTextColor ); in ImplDrawCellText() local
1084 maBackgrDev.SetLineColor( aColor ); in ImplDrawCellText()
1096 Color aColor( maTextColor ); in ImplDrawCellText() local
1097 maBackgrDev.SetLineColor( aColor ); in ImplDrawCellText()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2780 Color aColor; in DeleteTable() local
2782 pDoc->GetScenarioData( nTab, aComment, aColor, nScenFlags ); in DeleteTable()
2783 pUndoDoc->SetScenarioData( nTab, aComment, aColor, nScenFlags ); in DeleteTable()
H A Ddocsh4.cxx867 Color aColor; in Execute() local
869 aDocument.GetScenarioData( nTab, aComment, aColor, nFlags ); in Execute()
890 pNewDlg->SetScenarioData( aName, aComment, aColor, nFlags ); in Execute()
893 pNewDlg->GetScenarioData( aName, aComment, aColor, nFlags ); in Execute()
894 ModifyScenario( nTab, aName, aComment, aColor, nFlags ); in Execute()
H A Ddocsh5.cxx753 Color aColor; in UseScenario() local
755 aDocument.GetScenarioData( i, aComment, aColor, nScenFlags ); in UseScenario()
756 pUndoDoc->SetScenarioData( i, aComment, aColor, nScenFlags ); in UseScenario()

Completed in 322 milliseconds

12345678910>>...13