Home
last modified time | relevance | path

Searched refs:CharColor (Results 1 – 25 of 111) sorted by relevance

12345

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/bot/curses/
H A DCursesWindow.java20 import jcurses.system.CharColor;
53 chatLog.setColors(new CharColor(CharColor.WHITE, CharColor.BLACK)); in CursesWindow()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DCharacter.h24 typedef unsigned char CharColor[4]; typedef
30 CharColor color; /* 32 bits (+ 2) */
31 CharColor outline_color; /* 32 bits (+ 2) */
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/python/
H A Dcheck_change_color.py63 cursor.CharColor = self.RED
64 self.assertEqual(cursor.CharColor, self.RED)
79 self.assertEqual(xDoc.getText().createTextCursor().CharColor, self.RED)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/python/
H A Dcheck_change_color.py63 cursor.CharColor = self.RED
64 self.assertEqual(cursor.CharColor, self.RED)
79 self.assertEqual(xDoc.getText().createTextCursor().CharColor, self.RED)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Danimationfactory.cxx735 case AttributeType::CharColor: in classifyAttributeName()
784 case AttributeType::CharColor: in createNumberPropertyAnimation()
929 case AttributeType::CharColor: in createEnumPropertyAnimation()
1026 case AttributeType::CharColor: in createColorPropertyAnimation()
1140 case AttributeType::CharColor: in createStringPropertyAnimation()
1192 case AttributeType::CharColor: in createBoolPropertyAnimation()
H A Dattributemap.cxx45 { "charcolor", AttributeType::CharColor }, in mapAttributeName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/inc/
H A Dattributemap.hxx37 CharColor, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/inc/
H A Dattributemap.hxx39 CharColor, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dattributemap.cxx42 { "charcolor", AttributeType::CharColor }, in mapAttributeName()
H A Danimationfactory.cxx936 case AttributeType::CharColor: in classifyAttributeName()
987 case AttributeType::CharColor: in createNumberPropertyAnimation()
1154 case AttributeType::CharColor: in createEnumPropertyAnimation()
1261 case AttributeType::CharColor: in createColorPropertyAnimation()
1385 case AttributeType::CharColor: in createStringPropertyAnimation()
1441 case AttributeType::CharColor: in createBoolPropertyAnimation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScAutoFormatFieldObj.csv29 "ScAutoFormatFieldObj";"com::sun::star::sheet::TableAutoFormatField";"CharColor"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScAutoFormatFieldObj.csv29 "ScAutoFormatFieldObj";"com::sun::star::sheet::TableAutoFormatField";"CharColor"
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/examples/beanshell/Highlight/
H A DButtonPressHandler.bsh87 PropertyValue cv = new PropertyValue("CharColor", -1,
H A Dhighlighter.bsh57 cv = new PropertyValue("CharColor", -1, new Integer(color),
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scripting/examples/beanshell/Highlight/
H A DButtonPressHandler.bsh87 PropertyValue cv = new PropertyValue("CharColor", -1,
H A Dhighlighter.bsh57 cv = new PropertyValue("CharColor", -1, new Integer(color),
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/objdsc/sch/
H A Dcom.sun.star.comp.office.ChartTitle.csv25 "ChartTitle";"com::sun::star::style::CharacterProperties";"CharColor"
H A Dcom.sun.star.comp.office.ChXChartAxis.csv41 "ChXChartAxis";"com::sun::star::style::CharacterProperties";"CharColor"
H A Dcom.sun.star.comp.office.ChXDataPoint.csv45 "ChXDataPoint";"com::sun::star::style::CharacterProperties";"CharColor"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/objdsc/sch/
H A Dcom.sun.star.comp.office.ChartTitle.csv25 "ChartTitle";"com::sun::star::style::CharacterProperties";"CharColor"
H A Dcom.sun.star.comp.office.ChXDataPoint.csv45 "ChXDataPoint";"com::sun::star::style::CharacterProperties";"CharColor"
H A Dcom.sun.star.comp.office.ChXChartAxis.csv41 "ChXChartAxis";"com::sun::star::style::CharacterProperties";"CharColor"
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8attributeoutput.hxx214 virtual void CharColor( const SvxColorItem& ) override;
H A Dattributeoutputbase.hxx385 virtual void CharColor( const SvxColorItem& ) = 0;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8attributeoutput.hxx214 virtual void CharColor( const SvxColorItem& ) override;

12345