Home
last modified time | relevance | path

Searched refs:rBackgroundColor (Results 1 – 25 of 47) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qt5/
H A DQt5Graphics_Controls.cxx69 if (rBackgroundColor != COL_AUTO) in lcl_ApplyBackgroundColorToStyleOption()
71 QColor aColor = toQColor(rBackgroundColor); in lcl_ApplyBackgroundColorToStyleOption()
166 lcl_ApplyBackgroundColorToStyleOption(rOption, rBackgroundColor); in draw()
181 lcl_ApplyBackgroundColorToStyleOption(rOption, rBackgroundColor); in draw()
196 lcl_ApplyBackgroundColorToStyleOption(rOption, rBackgroundColor); in draw()
215 lcl_ApplyBackgroundColorToStyleOption(option, rBackgroundColor); in drawFrame()
250 const Color& rBackgroundColor) in drawNativeControl() argument
438 draw(QStyle::CE_ToolBar, option, m_image.get(), rBackgroundColor, in drawNativeControl()
604 draw(QStyle::CC_SpinBox, option, m_image.get(), rBackgroundColor, in drawNativeControl()
632 drawFrame(QStyle::PE_Frame, m_image.get(), rBackgroundColor, in drawNativeControl()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/html/
H A Dhtmlex.hxx177 …graphToHTMLString( SdrOutliner const * pOutliner, sal_Int32 nPara, const Color& rBackgroundColor );
178 …extAttribToHTMLString( SfxItemSet const * pSet, HtmlState* pState, const Color& rBackgroundColor );
180 …UString CreateTextForTitle( SdrOutliner* pOutliner, SdPage* pPage, const Color& rBackgroundColor );
181 …age( SdrOutliner* pOutliner, SdPage const * pPage, bool bHeadLine, const Color& rBackgroundColor );
182 …ing CreateTextForNotesPage( SdrOutliner* pOutliner, SdPage* pPage, const Color& rBackgroundColor );
216 const Color& rBackgroundColor, bool bHeadLine);
219 SdrOutliner* pOutliner, const Color& rBackgroundColor, bool bHeadLine);
222 SdrOutliner* pOutliner, const Color& rBackgroundColor);
H A Dhtmlex.cxx1188 return ParagraphToHTMLString(pOutliner,0, rBackgroundColor); in CreateTextForTitle()
1197 bool bHeadLine, const Color& rBackgroundColor) in CreateTextForPage() argument
1218 WriteTable(aStr, pTableObject, pOutliner, rBackgroundColor); in CreateTextForPage()
1233 WriteTable(aStr, pTableObject, pOutliner, rBackgroundColor); in CreateTextForPage()
1283 const Color& rBackgroundColor, bool bHeadLine) in WriteObjectGroup() argument
1307 const Color& rBackgroundColor, bool bHeadLine) in WriteOutlinerParagraph() argument
1326 OUString aParaText = ParagraphToHTMLString(pOutliner, nIndex, rBackgroundColor); in WriteOutlinerParagraph()
1367 const Color& rBackgroundColor ) in CreateTextForNotesPage() argument
1385 aStr.append(ParagraphToHTMLString(pOutliner, nPara, rBackgroundColor)); in CreateTextForNotesPage()
1424 aStr.append(TextAttribToHTMLString( &aSet, &aState, rBackgroundColor )); in ParagraphToHTMLString()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/html/
H A Dhtmlex.hxx175 …graphToHTMLString( SdrOutliner const * pOutliner, sal_Int32 nPara, const Color& rBackgroundColor );
176 …extAttribToHTMLString( SfxItemSet const * pSet, HtmlState* pState, const Color& rBackgroundColor );
178 …UString CreateTextForTitle( SdrOutliner* pOutliner, SdPage* pPage, const Color& rBackgroundColor );
179 …age( SdrOutliner* pOutliner, SdPage const * pPage, bool bHeadLine, const Color& rBackgroundColor );
180 …ing CreateTextForNotesPage( SdrOutliner* pOutliner, SdPage* pPage, const Color& rBackgroundColor );
214 const Color& rBackgroundColor, bool bHeadLine);
217 SdrOutliner* pOutliner, const Color& rBackgroundColor, bool bHeadLine);
220 SdrOutliner* pOutliner, const Color& rBackgroundColor);
H A Dhtmlex.cxx1182 return ParagraphToHTMLString(pOutliner,0, rBackgroundColor); in CreateTextForTitle()
1191 bool bHeadLine, const Color& rBackgroundColor) in CreateTextForPage() argument
1212 WriteTable(aStr, pTableObject, pOutliner, rBackgroundColor); in CreateTextForPage()
1227 WriteTable(aStr, pTableObject, pOutliner, rBackgroundColor); in CreateTextForPage()
1277 const Color& rBackgroundColor, bool bHeadLine) in WriteObjectGroup() argument
1301 const Color& rBackgroundColor, bool bHeadLine) in WriteOutlinerParagraph() argument
1320 OUString aParaText = ParagraphToHTMLString(pOutliner, nIndex, rBackgroundColor); in WriteOutlinerParagraph()
1361 const Color& rBackgroundColor ) in CreateTextForNotesPage() argument
1379 aStr.append(ParagraphToHTMLString(pOutliner, nPara, rBackgroundColor)); in CreateTextForNotesPage()
1418 aStr.append(TextAttribToHTMLString( &aSet, &aState, rBackgroundColor )); in ParagraphToHTMLString()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/primitive2d/
H A DPolyPolygonHatchPrimitive2D.cxx48 const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::BColor& rBackgroundColor, in PolyPolygonHatchPrimitive2D() argument
53 , maBackgroundColor(rBackgroundColor) in PolyPolygonHatchPrimitive2D()
60 const basegfx::BColor& rBackgroundColor, const attribute::FillHatchAttribute& rFillHatch) in PolyPolygonHatchPrimitive2D() argument
64 , maBackgroundColor(rBackgroundColor) in PolyPolygonHatchPrimitive2D()
H A Dmediaprimitive2d.cxx96 const basegfx::BColor& rBackgroundColor, in MediaPrimitive2D() argument
102 maBackgroundColor(rBackgroundColor), in MediaPrimitive2D()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/qt5/
H A DQt5Graphics_Controls.hxx54 const Color& rBackgroundColor) override;
70 const Color& rBackgroundColor, QStyle::State const state = QStyle::State_None,
73 const Color& rBackgroundColor, QStyle::State const state = QStyle::State_None,
76 const Color& rBackgroundColor, QStyle::State const state = QStyle::State_None);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/drawinglayer/primitive2d/
H A DPolyPolygonHatchPrimitive2D.hxx60 const basegfx::BColor& rBackgroundColor,
64 const basegfx::BColor& rBackgroundColor,
H A Dmediaprimitive2d.hxx66 const basegfx::BColor& rBackgroundColor,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dinfobar.cxx41 void GetInfoBarColors(InfobarType ibType, BColor& rBackgroundColor, BColor& rForegroundColor, in GetInfoBarColors() argument
49 rBackgroundColor = basegfx::BColor(0.741, 0.898, 0.973); in GetInfoBarColors()
53 rBackgroundColor = basegfx::BColor(0.874, 0.949, 0.749); in GetInfoBarColors()
57 rBackgroundColor = basegfx::BColor(0.996, 0.937, 0.702); in GetInfoBarColors()
61 rBackgroundColor = basegfx::BColor(1.0, 0.729, 0.729); in GetInfoBarColors()
70 rBackgroundColor = rSettings.GetLightColor().getBColor(); in GetInfoBarColors()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dinfobar.cxx41 void GetInfoBarColors(InfobarType ibType, BColor& rBackgroundColor, BColor& rForegroundColor, BCol… in GetInfoBarColors() argument
48 rBackgroundColor = basegfx::BColor(0.741, 0.898, 0.973); in GetInfoBarColors()
52 rBackgroundColor = basegfx::BColor(0.874,0.949,0.749); in GetInfoBarColors()
56 rBackgroundColor = basegfx::BColor(0.996,0.937,0.702); in GetInfoBarColors()
60 rBackgroundColor = basegfx::BColor(1.0,0.729,0.729); in GetInfoBarColors()
69 rBackgroundColor = rSettings.GetLightColor().getBColor(); in GetInfoBarColors()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/primitive2d/
H A Dmediaprimitive2d.cxx98 const basegfx::BColor& rBackgroundColor, in MediaPrimitive2D() argument
104 maBackgroundColor(rBackgroundColor), in MediaPrimitive2D()
H A Dpolypolygonprimitive2d.cxx358 const basegfx::BColor& rBackgroundColor, in PolyPolygonHatchPrimitive2D() argument
363 maBackgroundColor(rBackgroundColor), in PolyPolygonHatchPrimitive2D()
371 const basegfx::BColor& rBackgroundColor, in PolyPolygonHatchPrimitive2D() argument
376 maBackgroundColor(rBackgroundColor), in PolyPolygonHatchPrimitive2D()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/attribute/
H A Dsdrallfillattributeshelper.cxx188 const basegfx::BColor& rBackgroundColor = maFillAttribute->getColor(); in getAverageColor() local
191 aRetval = basegfx::interpolate(rColor, rBackgroundColor, 0.5); in getAverageColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/attribute/
H A Dsdrallfillattributeshelper.cxx190 const basegfx::BColor& rBackgroundColor = maFillAttribute->getColor(); in getAverageColor() local
193 aRetval = basegfx::interpolate(rColor, rBackgroundColor, 0.5); in getAverageColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/drawinglayer/primitive2d/
H A Dmediaprimitive2d.hxx69 const basegfx::BColor& rBackgroundColor,
H A Dpolypolygonprimitive2d.hxx322 const basegfx::BColor& rBackgroundColor,
327 const basegfx::BColor& rBackgroundColor,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/headless/
H A DCustomWidgetDraw.hxx41 const Color& rBackgroundColor) override;
/dports/math/R-cran-igraph/igraph/src/simpleraytracer/
H A DRayTracer.h35 void BackgroundColor(const Color& rBackgroundColor);
H A DRayTracer.cpp249 void RayTracer::BackgroundColor(const Color& rBackgroundColor) in BackgroundColor() argument
251 mBackgroundColor = rBackgroundColor; in BackgroundColor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A DWidgetDrawInterface.hxx67 const OUString& aCaptions, const Color& rBackgroundColor);
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dnativecontrols.cxx260 const Color& rBackgroundColor ) in DrawNativeControl() argument
287 …eControl(nType, nPart, screenRegion, nState, *aScreenCtrlValue, aCaption, *this, rBackgroundColor); in DrawNativeControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Duitool.hxx70 void ApplyCharBackground(const Color& rBackgroundColor, SwWrtShell& rShell);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Duitool.hxx72 void ApplyCharBackground(const Color& rBackgroundColor, SwWrtShell& rShell);

12