Home
last modified time | relevance | path

Searched refs:set_font_color (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/freedink-engine/freedink-108.4/src/
H A Dgfx_fonts.h52 extern void set_font_color(int no, int red, int green, int blue);
H A Dgfx_fonts.c302 void set_font_color(int no, int red, int green, int blue) in set_font_color() function
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/pyKst/demo/
H A Dequation_histogram.py50 L2.set_font_color("red")
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dinfobar.cxx299 m_xPrimaryMessage->set_font_color(Color(aMessageColor)); in SetForeAndBackgroundColors()
300 m_xSecondaryMessage->set_font_color(Color(aMessageColor)); in SetForeAndBackgroundColors()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dsalvtables.hxx411 virtual void set_font_color(const Color& rColor) override;
594 virtual void set_font_color(const Color& rColor) override;
1307 virtual void set_font_color(const Color& rColor) override;
1402 static void set_font_color(SvTreeListEntry* pEntry, const Color& rColor);
1471 virtual void set_font_color(int pos, const Color& rColor) override;
1473 virtual void set_font_color(const weld::TreeIter& rIter, const Color& rColor) override;
/dports/devel/liborcus/liborcus-0.16.1/include/orcus/spreadsheet/
H A Dfactory.hpp86 …virtual void set_font_color(color_elem_t alpha, color_elem_t red, color_elem_t green, color_elem_t…
H A Dimport_interface.hpp162 …virtual void set_font_color(color_elem_t alpha, color_elem_t red, color_elem_t green, color_elem_t…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dglbltree.cxx439 m_xTreeView->set_font_color(*xEntry, COL_LIGHTRED); in Display()
441 m_xTreeView->set_font_color(*xEntry, COL_AUTO); in Display()
495 m_xTreeView->set_font_color(i, COL_LIGHTRED); in Display()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Dacredlin.cxx489 rTreeView.set_font_color(*xEntry, COL_LIGHTBLUE); in AppendChangeAction()
493 rTreeView.set_font_color(*xEntry, COL_GREEN); in AppendChangeAction()
738 rTreeView.set_font_color(*xEntry, COL_LIGHTBLUE); in InsertChangeActionContent()
1327 rTreeView.set_font_color(*xEntry, COL_GRAY); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Dacredlin.cxx483 rTreeView.set_font_color(*xEntry, COL_LIGHTBLUE); in AppendChangeAction()
487 rTreeView.set_font_color(*xEntry, COL_GREEN); in AppendChangeAction()
732 rTreeView.set_font_color(*xEntry, COL_LIGHTBLUE); in InsertChangeActionContent()
1321 rTreeView.set_font_color(*xEntry, COL_GRAY); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A DAnnotationWin2.cxx875 mxMetadataAuthor->set_font_color(aColorAnchor); in SetColor()
877 mxMetadataDate->set_font_color(aColorAnchor); in SetColor()
879 mxMetadataResolved->set_font_color(aColorAnchor); in SetColor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dweld.hxx1035 virtual void set_font_color(int pos, const Color& rColor) = 0;
1135 virtual void set_font_color(const TreeIter& rIter, const Color& rColor) = 0;
1667 virtual void set_font_color(const Color& rColor) = 0;
2101 virtual void set_font_color(const Color& rColor) = 0;
2146 virtual void set_font_color(const Color& rColor) = 0;
/dports/devel/liborcus/liborcus-0.16.1/src/spreadsheet/
H A Dfactory_styles.cpp88 void import_styles::set_font_color(color_elem_t alpha, color_elem_t red, color_elem_t green, color_… in set_font_color() function in orcus::spreadsheet::import_styles
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dformat.py147 def set_font_color(self, font_color): member in Format
/dports/textproc/p5-PDF-API2-Simple/PDF-API2-Simple-1.1.5/lib/PDF/API2/
H A DSimple.pm1221 sub set_font_color { subroutine
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dweldutils.cxx187 m_rEntry.set_font_color(pColor ? *pColor : COL_AUTO); in SetEntryTextColor()
H A Dsalvtables.cxx3349 void SalInstanceEntry::set_font_color(const Color& rColor) in set_font_color() function in SalInstanceEntry
3510 void SalInstanceTreeView::set_font_color(SvTreeListEntry* pEntry, const Color& rColor) in set_font_color() function in SalInstanceTreeView
3949 void SalInstanceTreeView::set_font_color(int pos, const Color& rColor) in set_font_color() function in SalInstanceTreeView
3952 set_font_color(pEntry, rColor); in set_font_color()
3955 void SalInstanceTreeView::set_font_color(const weld::TreeIter& rIter, const Color& rColor) in set_font_color() function in SalInstanceTreeView
3958 set_font_color(rVclIter.iter, rColor); in set_font_color()
5740 void SalInstanceLabel::set_font_color(const Color& rColor) in set_font_color() function in SalInstanceLabel
5824 void SalInstanceTextView::set_font_color(const Color& rColor) in set_font_color() function in SalInstanceTextView
/dports/devel/liborcus/liborcus-0.16.1/src/liborcus/
H A Dgnumeric_sheet_context.cpp776 styles.set_font_color(0, front_color.red, front_color.green, front_color.blue); in end_font()
H A Dxls_xml_context.cpp1820 styles->set_font_color( in commit_default_style()
1862 styles->set_font_color(255, in commit_styles()
H A Dodf_styles_context.cpp790 mp_styles->set_font_color(0, red, green, blue); in start_text_properties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/annotations/
H A Dannotationwindow.cxx563 mxMeta->set_font_color(bHighContrast ? maColorLight : maColorDark); in SetColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dorcusinterface.hxx497 virtual void set_font_color( orcus::spreadsheet::color_elem_t alpha,
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/pyKst/
H A Dpykst.py2846 self.set_font_color(font_color)
2905 def set_font_color(self, color): member in Label
2956 def set_font_color(self, color): member in Legend
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dorcusinterface.hxx504 virtual void set_font_color( orcus::spreadsheet::color_elem_t alpha,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dweld.hxx802 virtual void set_font_color(int pos, const Color& rColor) const = 0;
882 virtual void set_font_color(const TreeIter& rIter, const Color& rColor) const = 0;

12