Searched refs:m_nBackgroundColor (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/UnoControls/source/controls/ |
H A D | progressbar.cxx | 68 , m_nBackgroundColor ( DEFAULT_BACKGROUNDCOLOR ) in ProgressBar() 213 m_nBackgroundColor = nColor ; in setBackgroundColor() 386 rGraphics->setFillColor ( m_nBackgroundColor ) ; in impl_paint() 387 rGraphics->setLineColor ( m_nBackgroundColor ) ; in impl_paint()
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | Section.cxx | 75 ,m_nBackgroundColor(COL_TRANSPARENT) in OSection() 124 ,m_nBackgroundColor(COL_TRANSPARENT) in OSection() 299 return m_bBacktransparent ? COL_TRANSPARENT : m_nBackgroundColor; in getBackColor() 307 set(PROPERTY_BACKCOLOR,_backgroundcolor,m_nBackgroundColor); in setBackColor() 320 set(PROPERTY_BACKCOLOR,static_cast<sal_Int32>(COL_TRANSPARENT),m_nBackgroundColor); in setBackTransparent()
|
/aoo4110/main/UnoControls/source/inc/ |
H A D | progressbar.hxx | 431 sal_Int32 m_nBackgroundColor ; // (alpha,r,g,b) member in unocontrols::ProgressBar
|
/aoo4110/main/reportdesign/source/core/inc/ |
H A D | Section.hxx | 60 ::sal_Int32 m_nBackgroundColor;
|
Completed in 32 milliseconds