Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/UnoControls/source/controls/
H A Dprogressbar.cxx44 , m_nBackgroundColor ( PROGRESSBAR_DEFAULT_BACKGROUNDCOLOR ) in ProgressBar()
157 m_nBackgroundColor = Color(nColor); in setBackgroundColor()
315 rGraphics->setFillColor ( sal_Int32(m_nBackgroundColor) ); in impl_paint()
316 rGraphics->setLineColor ( sal_Int32(m_nBackgroundColor) ); in impl_paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/UnoControls/source/controls/
H A Dprogressbar.cxx44 , m_nBackgroundColor ( PROGRESSBAR_DEFAULT_BACKGROUNDCOLOR ) in ProgressBar()
157 m_nBackgroundColor = Color(ColorTransparency, nColor); in setBackgroundColor()
302 rGraphics->setFillColor ( sal_Int32(m_nBackgroundColor) ); in impl_paint()
303 rGraphics->setLineColor ( sal_Int32(m_nBackgroundColor) ); in impl_paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/core/api/
H A DSection.cxx109 ,m_nBackgroundColor(COL_TRANSPARENT) in OSection()
248 return m_bBacktransparent ? static_cast<sal_Int32>(COL_TRANSPARENT) : m_nBackgroundColor; in getBackColor()
256 set(PROPERTY_BACKCOLOR,_backgroundcolor,m_nBackgroundColor); in setBackColor()
269 set(PROPERTY_BACKCOLOR,static_cast<sal_Int32>(COL_TRANSPARENT),m_nBackgroundColor); in setBackTransparent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/core/api/
H A DSection.cxx114 ,m_nBackgroundColor(COL_TRANSPARENT) in OSection()
253 return sal_Int32(m_bBacktransparent ? COL_TRANSPARENT : m_nBackgroundColor); in getBackColor()
261 set(PROPERTY_BACKCOLOR,_backgroundcolor,m_nBackgroundColor); in setBackColor()
274 set(PROPERTY_BACKCOLOR,static_cast<sal_Int32>(COL_TRANSPARENT),m_nBackgroundColor); in setBackTransparent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/UnoControls/source/inc/
H A Dprogressbar.hxx127 Color m_nBackgroundColor; // (alpha,r,g,b) member in unocontrols::ProgressBar
/dports/editors/libreoffice6/libreoffice-6.4.7.2/UnoControls/source/inc/
H A Dprogressbar.hxx135 Color m_nBackgroundColor; // (alpha,r,g,b) member in unocontrols::ProgressBar
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/core/inc/
H A DSection.hxx64 …l_Int32 m_nBackgroundColor;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/core/inc/
H A DSection.hxx66 …l_Int32 m_nBackgroundColor;