Home
last modified time | relevance | path

Searched refs:SmColorTokenTableEntry (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/mathml/
H A Dstarmathdatabase.hxx202 extern const SmColorTokenTableEntry aColorTokenTableParse[159];
203 extern const SmColorTokenTableEntry aColorTokenTableHTML[148];
204 extern const SmColorTokenTableEntry aColorTokenTableMATHML[16];
205 extern const SmColorTokenTableEntry aColorTokenTableDVIPS[5];
206 extern const SmColorTokenTableEntry aColorTokenTableERROR[1];
266 SmColorTokenTableEntry Identify_Color_Parser(sal_uInt32 cColor);
274 SmColorTokenTableEntry Identify_Color_HTML(sal_uInt32 cColor);
286 SmColorTokenTableEntry Identify_Color_MATHML(sal_uInt32 cColor);
294 SmColorTokenTableEntry Identify_Color_DVIPSNAMES(sal_uInt32 cColor);
305 const SmColorTokenTableEntry* Identify_ColorName_Parser(const OUString& colorname);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dtoken.hxx166 struct SmColorTokenTableEntry struct
172 SmColorTokenTableEntry() in SmColorTokenTableEntry() function
179 SmColorTokenTableEntry(const SmColorTokenTableEntry* amColorTokenTableEntry) in SmColorTokenTableEntry() function
186 SmColorTokenTableEntry(const std::unique_ptr<SmColorTokenTableEntry> amColorTokenTableEntry) in SmColorTokenTableEntry() function
193 SmColorTokenTableEntry(const char* name, SmTokenType ctype, Color ncolor) in SmColorTokenTableEntry() argument
200 SmColorTokenTableEntry(const char* name, SmTokenType ctype, sal_uInt32 ncolor) in SmColorTokenTableEntry() function
263 void operator=(const SmColorTokenTableEntry& aTokenTableEntry) in operator =()
272 void operator=(const SmColorTokenTableEntry* aTokenTableEntry) in operator =()
281 void operator=(const std::unique_ptr<SmColorTokenTableEntry>& aTokenTableEntry) in operator =()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/
H A Dstarmathdatabase.cxx707 return SmColorTokenTableEntry("", TRGB, cColor); in Identify_Color_Parser()
709 return SmColorTokenTableEntry("", TRGBA, cColor); in Identify_Color_Parser()
718 return SmColorTokenTableEntry("", TRGB, cColor); in Identify_Color_HTML()
720 return SmColorTokenTableEntry("", TRGBA, cColor); in Identify_Color_HTML()
729 return SmColorTokenTableEntry("", TRGB, cColor); in Identify_Color_MATHML()
731 return SmColorTokenTableEntry("", TRGBA, cColor); in Identify_Color_MATHML()
740 return SmColorTokenTableEntry("", TRGB, cColor); in Identify_Color_DVIPSNAMES()
742 return SmColorTokenTableEntry("", TRGBA, cColor); in Identify_Color_DVIPSNAMES()
766 return SmColorTokenTableEntry("", TRGB, col); in Identify_ColorName_HTML()
776 return SmColorTokenTableEntry("", TERROR, COL_SM_BLACK); in Identify_ColorName_HTML()
[all …]
H A Dmathmlimport.cxx677 SmColorTokenTableEntry aSmColorTokenTableEntry; in ApplyAttrs()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedmethods.results1390 struct SmColorTokenTableEntry starmathdatabase::Identify_Color_HTML(unsigned int)
1392 struct SmColorTokenTableEntry starmathdatabase::Identify_Color_DVIPSNAMES(unsigned int)
1412SmColorTokenTableEntry::SmColorTokenTableEntry(const class std::unique_ptr<struct SmColorTokenTabl…
1414 _Bool SmColorTokenTableEntry::equals(const class rtl::OUString &) const
1416 _Bool SmColorTokenTableEntry::equals(class Color) const
H A Dconstantparam.constructors.results794 void SmColorTokenTableEntry::SmColorTokenTableEntry(const char *,enum SmTokenType,unsigned int)
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog78698 Clean up SmColorTokenTableEntry
78700 Remove useless member SmColorTokenTableEntry::cIdent
78706 Since SmColorTokenTableEntry is used as pointer remove useless operators