Home
last modified time | relevance | path

Searched refs:aSelectionTextColor (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dheadbar.cxx320 Color aSelectionTextColor(COL_TRANSPARENT); in ImplDrawItem() local
341 …DrawSelectionBackground(rRenderContext, *this, aRect, 1, true, false, false, &aSelectionTextColor); in ImplDrawItem()
343 …DrawSelectionBackground(rRenderContext, *this, aRect, 0, true, false, false, &aSelectionTextColor); in ImplDrawItem()
444 if (aSelectionTextColor != COL_TRANSPARENT) in ImplDrawItem()
447 rRenderContext.SetTextColor(aSelectionTextColor); in ImplDrawItem()
453 if (aSelectionTextColor != COL_TRANSPARENT) in ImplDrawItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Dheadbar.cxx321 Color aSelectionTextColor(COL_TRANSPARENT); in ImplDrawItem() local
342 …DrawSelectionBackground(rRenderContext, *this, aRect, 1, true, false, false, &aSelectionTextColor); in ImplDrawItem()
344 …DrawSelectionBackground(rRenderContext, *this, aRect, 0, true, false, false, &aSelectionTextColor); in ImplDrawItem()
445 if (aSelectionTextColor != COL_TRANSPARENT) in ImplDrawItem()
448 rRenderContext.SetTextColor(aSelectionTextColor); in ImplDrawItem()
454 if (aSelectionTextColor != COL_TRANSPARENT) in ImplDrawItem()