Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunoframe.cxx199 const ::uno::Any* pRGBCol = 0; in FillBaseProperties() local
200 GetProperty(RES_BACKGROUND, MID_BACK_COLOR_R_G_B, pRGBCol ); in FillBaseProperties()
215 pGrTranparency || pColTrans || pRGBCol) in FillBaseProperties()
222 if(pRGBCol) in FillBaseProperties()
223 bRet &= ((SfxPoolItem&)aBrush).PutValue(*pRGBCol, MID_BACK_COLOR_R_G_B); in FillBaseProperties()