/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/ |
H A D | navigationbar.cxx | 82 m_aBackgroundColor = _pOriginal->m_aBackgroundColor; in ONavigationBarModel() 118 REGISTER_VOID_PROP( BACKGROUNDCOLOR, m_aBackgroundColor, sal_Int32 ); in implInitPropertyContainer() 201 if ( m_aBackgroundColor.hasValue() ) in write() 220 m_aBackgroundColor >>= nBackgroundColor; in write() 278 m_aBackgroundColor <<= _rxInStream->readLong(); in read() 280 m_aBackgroundColor.clear(); in read()
|
H A D | Grid.cxx | 469 rValue = m_aBackgroundColor; in getFastPropertyValue() 548 …bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aBackgroundColor, cppu::UnoType… in convertFastPropertyValue() 622 m_aBackgroundColor = rValue; in setFastPropertyValue_NoBroadcast() 795 if (m_aBackgroundColor.getValueType().getTypeClass() == TypeClass_LONG) in write() 843 _rxOutStream->writeLong(getINT32(m_aBackgroundColor)); in write() 973 m_aBackgroundColor <<= nValue; in read()
|
H A D | navigationbar.hxx | 44 css::uno::Any m_aBackgroundColor; member in frm::ONavigationBarModel
|
H A D | Grid.hxx | 64 css::uno::Any m_aBackgroundColor; member in frm::OGridControlModel
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/ |
H A D | navigationbar.cxx | 77 m_aBackgroundColor = _pOriginal->m_aBackgroundColor; in ONavigationBarModel() 113 REGISTER_VOID_PROP( BACKGROUNDCOLOR, m_aBackgroundColor, sal_Int32 ); in implInitPropertyContainer() 196 if ( m_aBackgroundColor.hasValue() ) in write() 215 m_aBackgroundColor >>= nBackgroundColor; in write() 273 m_aBackgroundColor <<= _rxInStream->readLong(); in read() 275 m_aBackgroundColor.clear(); in read()
|
H A D | Grid.cxx | 475 rValue = m_aBackgroundColor; in getFastPropertyValue() 554 …bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aBackgroundColor, cppu::UnoType… in convertFastPropertyValue() 628 m_aBackgroundColor = rValue; in setFastPropertyValue_NoBroadcast() 801 if (m_aBackgroundColor.getValueType().getTypeClass() == TypeClass_LONG) in write() 849 _rxOutStream->writeLong(getINT32(m_aBackgroundColor)); in write() 979 m_aBackgroundColor <<= nValue; in read()
|
H A D | navigationbar.hxx | 49 css::uno::Any m_aBackgroundColor; member in frm::ONavigationBarModel
|
H A D | Grid.hxx | 66 css::uno::Any m_aBackgroundColor; member in frm::OGridControlModel
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/ |
H A D | infobar.cxx | 100 basegfx::BColor m_aBackgroundColor; member in __anone66ded180111::SfxCloseButton 107 … GetInfoBarColors(InfobarType::WARNING, m_aBackgroundColor, m_aForegroundColor, aMessageColor); in SfxCloseButton() 138 Color aBackgroundColor(m_aBackgroundColor); in Paint() 171 m_aBackgroundColor = rColor; in setBackgroundColor() 244 GetInfoBarColors(eType,m_aBackgroundColor,m_aForegroundColor,aMessageColor); in SetForeAndBackgroundColors() 246 static_cast<SfxCloseButton*>(m_pCloseBtn.get())->setBackgroundColor(m_aBackgroundColor); in SetForeAndBackgroundColors() 284 new PolyPolygonColorPrimitive2D(B2DPolyPolygon(aPolygon), m_aBackgroundColor); in Paint() 402 pInfoBar->m_aBackgroundColor = aBackgroundColor; in appendInfoBar()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/ |
H A D | infobar.cxx | 125 aSeq[0] = new PolyPolygonColorPrimitive2D(B2DPolyPolygon(aPolygon), m_aBackgroundColor); in SetCloseButtonImage() 297 GetInfoBarColors(eType, m_aBackgroundColor, m_aForegroundColor, aMessageColor); in SetForeAndBackgroundColors() 302 Color aBackgroundColor(m_aBackgroundColor); in SetForeAndBackgroundColors() 387 pInfoBar->m_aBackgroundColor = aBackgroundColor; in appendInfoBar()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/ |
H A D | richtextmodel.cxx | 96 m_aBackgroundColor = _pOriginal->m_aBackgroundColor; in ORichTextModel() 184 …REGISTER_VOID_PROP_2( BACKGROUNDCOLOR, m_aBackgroundColor, sal_Int32, BOUND, MAYBEDE… in implRegisterProperties()
|
H A D | richtextmodel.hxx | 63 css::uno::Any m_aBackgroundColor; member in frm::ORichTextModel
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/ |
H A D | richtextmodel.cxx | 91 m_aBackgroundColor = _pOriginal->m_aBackgroundColor; in ORichTextModel() 179 …REGISTER_VOID_PROP_2( BACKGROUNDCOLOR, m_aBackgroundColor, sal_Int32, BOUND, MAYBEDE… in implRegisterProperties()
|
H A D | richtextmodel.hxx | 64 css::uno::Any m_aBackgroundColor; member in frm::ORichTextModel
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/libreofficekit/qa/gtktiledviewer/ |
H A D | gtv-application-window.hxx | 28 std::string m_aBackgroundColor; member
|
H A D | gtv-application.cxx | 156 priv->m_pRenderingArgs->m_aBackgroundColor = std::string(backgroundColor); in gtv_application_handle_local_options()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/libreofficekit/qa/gtktiledviewer/ |
H A D | gtv-application-window.hxx | 29 std::string m_aBackgroundColor; member
|
H A D | gtv-application.cxx | 147 priv->m_pRenderingArgs->m_aBackgroundColor = std::string(backgroundColor); in gtv_application_handle_local_options()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/ |
H A D | infobar.hxx | 87 basegfx::BColor m_aBackgroundColor; member in SfxInfoBarWindow
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/ |
H A D | infobar.hxx | 92 basegfx::BColor m_aBackgroundColor; member in SfxInfoBarWindow
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/ |
H A D | baside2.hxx | 431 Color const & GetBackgroundColor () const { return m_aBackgroundColor; }; in GetBackgroundColor() 440 Color m_aBackgroundColor; member in basctl::ModulWindowLayout::SyntaxColors
|
H A D | baside2.cxx | 1579 if (bFirst || aDocColor != m_aBackgroundColor) in NewConfig() 1581 m_aBackgroundColor = aDocColor; in NewConfig() 1584 pEditor->SetBackground(Wallpaper(m_aBackgroundColor)); in NewConfig()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/ |
H A D | baside2.hxx | 450 Color const & GetBackgroundColor () const { return m_aBackgroundColor; }; in GetBackgroundColor() 459 Color m_aBackgroundColor; member in basctl::ModulWindowLayout::SyntaxColors
|
H A D | baside2.cxx | 1562 if (bFirst || aDocColor != m_aBackgroundColor) in NewConfig() 1564 m_aBackgroundColor = aDocColor; in NewConfig() 1567 pEditor->SetBackground(Wallpaper(m_aBackgroundColor)); in NewConfig()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/ |
H A D | unusedfields.writeonly.results | 474 GtvRenderingArgs m_aBackgroundColor std::string
|