Home
last modified time | relevance | path

Searched defs:getTextFillColor (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/drawinglayer/primitive2d/
H A Dtextprimitive2d.hxx163 const Color& getTextFillColor() const { return maTextFillColor; } in getTextFillColor() function in drawinglayer::primitive2d::TextSimplePortionPrimitive2D
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/drawinglayer/primitive2d/
H A Dtextprimitive2d.hxx168 const Color& getTextFillColor() const { return maTextFillColor; } in getTextFillColor() function in drawinglayer::primitive2d::TextSimplePortionPrimitive2D
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/inc/
H A Dwmfemfhelper.hxx147 const basegfx::BColor& getTextFillColor() const { return maTextFillColor; } in getTextFillColor() function in wmfemfhelper::PropertyHolder
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/inc/
H A Dwmfemfhelper.hxx143 const basegfx::BColor& getTextFillColor() const { return maTextFillColor; } in getTextFillColor() function in wmfemfhelper::PropertyHolder
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/
H A DTextMergeViewer.java1347 private RGB getTextFillColor(Diff diff, boolean showAdditionRemoval) { in getTextFillColor() method in TextMergeViewer.ChangeHighlighter