/aoo41x/main/svx/source/sidebar/tools/ |
H A D | ValueSetWithTextControl.cxx | 295 const Color aTextColor = rStyleSettings.GetFieldTextColor(); in UserDraw() local 312 aFont.SetColor(aTextColor); in UserDraw() 316 pDev->SetLineColor(aTextColor); in UserDraw() 334 pVDev->SetLineColor(aTextColor); in UserDraw() 442 const Color aTextColor = rStyleSettings.GetFieldTextColor(); in UserDraw() local 449 aFont.SetColor(aTextColor); in UserDraw() 486 const Color aTextColor = rStyleSettings.GetFieldTextColor(); in UserDraw() local 493 aFont.SetColor(aTextColor); in UserDraw()
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 439 Color aTextColor( mpVDev->GetTextColor() ); in Impl_writeText() local 441 if ( aTextColor.GetColor() == COL_BLACK ) in Impl_writeText() 442 aTextColor = Color( COL_WHITE ); in Impl_writeText() 444 if ( aTextColor.GetColor() == COL_WHITE ) in Impl_writeText() 461 Impl_writeText( rPos, rText, pDXArray, nWidth, aTextColor ); in Impl_writeText() 471 Color aTextColor( mpVDev->GetTextColor() ); in Impl_writeText() local 474 if ( (aTextColor.GetColor() == COL_BLACK) || (aTextColor.GetLuminance() < 8) ) in Impl_writeText() 540 Impl_writePolyPolygon( aPolyPoygon, sal_True, aTextColor, aTextColor ); in Impl_writeText() 677 mpTag->addRGB( aTextColor ); in Impl_writeText() 734 Impl_writePolygon( aPoly, sal_True, aTextColor, aTextColor ); in Impl_writeText() [all …]
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | StateSetView.java | 108 Color aTextColor = g.getColor(); in PaintAllStates() local 121 g.setColor (aTextColor); in PaintAllStates() 163 g.setColor (aTextColor); in PaintAllStates()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | VertSplitView.cxx | 88 Color aTextColor = rStyleSettings.GetButtonTextColor(); in ImplInitSettings() local 90 aTextColor = GetControlForeground(); in ImplInitSettings() 91 SetTextColor( aTextColor ); in ImplInitSettings()
|
/aoo41x/main/toolkit/test/accessibility/ov/ |
H A D | StateSetView.java | 180 Color aTextColor = g.getColor(); in PaintAllStates() local 193 g.setColor (aTextColor); in PaintAllStates() 215 g.setColor (aTextColor); in PaintAllStates()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | edtwin.hxx | 74 static Color aTextColor; //Textfarbe, fuer die Giesskanne member in SwEditWin 256 Color GetTextColor() { return aTextColor; } in GetTextColor() 258 void SetTextColor(const Color& rCol ) { aTextColor = rCol; } in SetTextColor()
|
/aoo41x/main/sc/source/ui/formdlg/ |
H A D | privsplt.cxx | 362 Color aTextColor = rStyleSettings.GetButtonTextColor(); in ImplInitSettings() local 364 aTextColor = GetControlForeground(); in ImplInitSettings() 365 SetTextColor( aTextColor ); in ImplInitSettings()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | RtfReader.cxx | 347 Any aTextColor; in CreateTable() local 349 aTextColor <<= m_vecColor[0]; in CreateTable() 351 bOk = !executeWizard(aTableName,aTextColor,aFont) && m_xTable.is(); in CreateTable()
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableDesignView.cxx | 177 Color aTextColor = rStyleSettings.GetButtonTextColor(); in ImplInitSettings() local 179 aTextColor = GetControlForeground(); in ImplInitSettings() 180 SetTextColor( aTextColor ); in ImplInitSettings()
|
/aoo41x/main/svx/source/dialog/ |
H A D | svxbmpnumvalueset.cxx | 173 const Color aTextColor = rStyleSettings.GetFieldTextColor(); in UserDraw() local 184 pDev->SetLineColor(aTextColor); in UserDraw() 193 aRuleFont.SetColor(aTextColor); in UserDraw() 201 aFont.SetColor(aTextColor); in UserDraw()
|
H A D | fntctrl.cxx | 438 Color aTextColor( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in InitSettings() local 441 aTextColor = GetControlForeground(); in InitSettings() 442 SetTextColor( aTextColor ); in InitSettings()
|
H A D | dlgctrl.cxx | 221 Color aTextColor( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in InitSettings() local 224 aTextColor = GetControlForeground(); in InitSettings() 225 SetTextColor( aTextColor ); in InitSettings() 2081 Color aTextColor(aColorConfig.GetColorValue(svtools::FONTCOLOR).nColor); in InitSettings() local 2085 aTextColor = GetControlForeground(); in InitSettings() 2088 getBufferDevice().SetTextColor(aTextColor); in InitSettings()
|
H A D | charmap.cxx | 447 Color aTextColor( rStyleSettings.GetDialogTextColor() ); in InitSettings() local 450 aTextColor = GetControlForeground(); in InitSettings() 451 SetTextColor( aTextColor ); in InitSettings()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | about.cxx | 402 Color aTextColor( rSettings.GetWindowTextColor() ); in ApplyStyleSettings() local 403 maVersionText.SetControlForeground( aTextColor ); in ApplyStyleSettings() 404 maCopyrightEdit.SetControlForeground( aTextColor ); in ApplyStyleSettings() 405 maBuildInfoEdit.SetControlForeground( aTextColor ); in ApplyStyleSettings()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | StartMarker.cxx | 160 Color aTextColor = GetTextColor(); in setColor() local 162 aTextColor = COL_WHITE; in setColor() 163 m_aText.SetTextColor(aTextColor); in setColor()
|
/aoo41x/main/sd/source/ui/table/ |
H A D | TableDesignPane.cxx | 831 Color aTextColor( COL_AUTO ); in CreateDesignPreview() local 843 aTextColor = xCellInfo->maTextColor; in CreateDesignPreview() 847 if( aTextColor.GetColor() == COL_AUTO ) in CreateDesignPreview() 848 aTextColor.SetColor( bIsPageDark ? COL_WHITE : COL_BLACK ); in CreateDesignPreview() 849 pAccess->SetLineColor( aTextColor ); in CreateDesignPreview()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 997 ::Color aTextColor = ::vcl::unotools::doubleSequenceToColor( in createTextAction() 999 bool bIsDark = (aTextColor.GetColor() == COL_BLACK) in createTextAction() 1000 || (aTextColor.GetLuminance() < 8); in createTextAction() 1003 aShadowColor.SetTransparency( aTextColor.GetTransparency() ); in createTextAction() 1021 ::Color aTextColor = ::vcl::unotools::doubleSequenceToColor( in createTextAction() 1029 if( aTextColor.GetColor() == COL_BLACK ) in createTextAction() 1031 aTextColor = ::Color( COL_WHITE ); in createTextAction() 1034 aTextColor, xColorSpace ); in createTextAction() 1037 if( aTextColor.GetColor() == COL_WHITE ) in createTextAction() 1039 aReliefColor.SetTransparency( aTextColor.GetTransparency() ); in createTextAction()
|
/aoo41x/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 3323 aStyleSet.SetDialogTextColor( aTextColor ); in updateSettings() 3324 aStyleSet.SetButtonTextColor( aTextColor ); in updateSettings() 3325 aStyleSet.SetRadioCheckTextColor( aTextColor ); in updateSettings() 3326 aStyleSet.SetGroupTextColor( aTextColor ); in updateSettings() 3327 aStyleSet.SetLabelTextColor( aTextColor ); in updateSettings() 3328 aStyleSet.SetInfoTextColor( aTextColor ); in updateSettings() 3329 aStyleSet.SetWindowTextColor( aTextColor ); in updateSettings() 3330 aStyleSet.SetFieldTextColor( aTextColor ); in updateSettings() 3335 aStyleSet.SetHelpTextColor( aTextColor ); in updateSettings() 3408 aStyleSet.SetMenuTextColor( aTextColor ); in updateSettings() [all …]
|
/aoo41x/main/svtools/source/control/ |
H A D | roadmap.cxx | 233 Color aTextColor = rStyleSettings.GetFieldTextColor(); in implInit() local 235 aFont.SetColor( aTextColor ); in implInit() 763 Color aTextColor = rStyleSettings.GetFieldTextColor(); in DataChanged() local 765 aFont.SetColor( aTextColor ); in DataChanged()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 272 Color aTextColor = rStyleSettings.GetButtonTextColor(); in Paint() local 274 aNormFont.SetColor( aTextColor ); in Paint() 276 aBoldFont.SetColor( aTextColor ); in Paint() 279 SetTextColor( ( bBoldSet && !bHighContrast ) ? aSelTextColor : aTextColor ); in Paint()
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | editbrowsebox.cxx | 860 Color aTextColor = rStyleSettings.GetFieldTextColor(); in ImplInitSettings() local 863 aTextColor = GetControlForeground(); in ImplInitSettings() 864 GetDataWindow().SetControlForeground(aTextColor); in ImplInitSettings() 869 GetDataWindow().SetTextColor( aTextColor ); in ImplInitSettings()
|
H A D | datwin.cxx | 274 Color aTextColor = rStyleSettings.GetWindowTextColor(); in InitSettings_Impl() local 276 aTextColor = pWin->GetControlForeground(); in InitSettings_Impl() 277 pWin->SetTextColor( aTextColor ); in InitSettings_Impl()
|
/aoo41x/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1469 Color aTextColor = ((const SvxColorItem&) pSet->Get( EE_CHAR_COLOR )).GetValue(); in TextAttribToHTMLString() local 1470 if( aTextColor == COL_AUTO ) in TextAttribToHTMLString() 1473 aTextColor = COL_BLACK; in TextAttribToHTMLString() 1475 aStr += pState->SetColor( aTextColor ); in TextAttribToHTMLString() 2706 Color aTextColor( maTextColor ); in CreateBodyTag() local 2707 if( (aTextColor == COL_AUTO) && (!maBackColor.IsDark()) ) in CreateBodyTag() 2708 aTextColor = COL_BLACK; in CreateBodyTag() 2711 aStr += ColorToHTMLString( aTextColor ); in CreateBodyTag()
|
/aoo41x/main/svtools/source/edit/ |
H A D | svmedit.cxx | 1064 Color aTextColor = rStyleSettings.GetFieldTextColor(); in ImplInitSettings() local 1066 aTextColor = GetControlForeground(); in ImplInitSettings() 1068 aTextColor = rStyleSettings.GetDisableColor(); in ImplInitSettings() 1076 TheFont.SetColor( aTextColor ); in ImplInitSettings() 1083 pImpSvMEdit->GetTextWindow()->SetTextColor( aTextColor ); in ImplInitSettings()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 4657 Color aTextColor( aOldColor ); in ImplDrawSpecialText() local 4663 if ( aTextColor.GetColor() == COL_BLACK ) in ImplDrawSpecialText() 4664 aTextColor = Color( COL_WHITE ); in ImplDrawSpecialText() 4672 if ( aTextColor.GetColor() == COL_WHITE ) in ImplDrawSpecialText() 4692 SetTextColor( aTextColor ); in ImplDrawSpecialText() 4699 if ( aTextColor != aOldColor ) in ImplDrawSpecialText() 5034 Color aTextColor( aFont.GetColor() ); in SetFont() local 5037 aTextColor = Color( COL_BLACK ); in SetFont() 5039 aTextColor = Color( COL_WHITE ); in SetFont() 5050 aTextColor = Color( (aTextColor.GetRed() >> 1 ) | 0x80, in SetFont() [all …]
|