Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx226 …Color aArrowColor = mbHasHiddenMember ? mpStyle->GetHighlightLinkColor() : mpStyle->GetButtonTextC… in drawPopupButton() local
227 mpOutDev->SetLineColor(aArrowColor); in drawPopupButton()
228 mpOutDev->SetFillColor(aArrowColor); in drawPopupButton()
/trunk/main/vcl/source/control/
H A Dbutton.cxx1058 Color aArrowColor( COL_BLACK ); in ImplDrawPushButtonContent() local
1063 aArrowColor = rStyleSettings.GetShadowColor(); in ImplDrawPushButtonContent()
1066 aArrowColor = Color( COL_LIGHTGREEN ); in ImplDrawPushButtonContent()
1072 aArrowColor, bBlack ); in ImplDrawPushButtonContent()