Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/
H A Delement.cxx31 = std::vector<SmMlAttributePos>(std::begin(starmathdatabase::MlAttributeListMi), in SmImplAttributeType()
32 std::end(starmathdatabase::MlAttributeListMi)); in SmImplAttributeType()
37 std::end(starmathdatabase::MlAttributeListMerror)); in SmImplAttributeType()
41 = std::vector<SmMlAttributePos>(std::begin(starmathdatabase::MlAttributeListMn), in SmImplAttributeType()
42 std::end(starmathdatabase::MlAttributeListMn)); in SmImplAttributeType()
46 = std::vector<SmMlAttributePos>(std::begin(starmathdatabase::MlAttributeListMo), in SmImplAttributeType()
47 std::end(starmathdatabase::MlAttributeListMo)); in SmImplAttributeType()
51 = std::vector<SmMlAttributePos>(std::begin(starmathdatabase::MlAttributeListMrow), in SmImplAttributeType()
52 std::end(starmathdatabase::MlAttributeListMrow)); in SmImplAttributeType()
68 m_aAttributeList = starmathdatabase::makeMlAttributeList(m_aAttributePosList); in SmImplAttributeType()
[all …]
H A Ddef.cxx12 SmMlAttributePos starmathdatabase::MlAttributeListEmpty[] = {
18 SmMlAttributePos starmathdatabase::MlAttributeListMath[] = {
24 SmMlAttributePos starmathdatabase::MlAttributeListMi[] = {
36 SmMlAttributePos starmathdatabase::MlAttributeListMerror[] = {
45 SmMlAttributePos starmathdatabase::MlAttributeListMn[] = {
57 SmMlAttributePos starmathdatabase::MlAttributeListMo[] = {
79 SmMlAttributePos starmathdatabase::MlAttributeListMrow[] = {
88 SmMlAttributePos starmathdatabase::MlAttributeListMtext[] = {
100 SmMlAttributePos starmathdatabase::MlAttributeListMstyle[] = {
H A Dstarmathdatabase.cxx219 SmToken starmathdatabase::Identify_Prefix_SmXMLOperatorContext_Impl(sal_Unicode cChar) in Identify_Prefix_SmXMLOperatorContext_Impl()
266 SmToken starmathdatabase::Identify_Postfix_SmXMLOperatorContext_Impl(sal_Unicode cChar) in Identify_Postfix_SmXMLOperatorContext_Impl()
360 const SmColorTokenTableEntry starmathdatabase::aColorTokenTableParse[]
517 const SmColorTokenTableEntry starmathdatabase::aColorTokenTableHTML[]
667 const SmColorTokenTableEntry starmathdatabase::aColorTokenTableDVIPS[]
674 const SmColorTokenTableEntry starmathdatabase::aColorTokenTableMATHML[] = {
695 const SmColorTokenTableEntry starmathdatabase::aColorTokenTableERROR[]
698 SmColorTokenTableEntry starmathdatabase::Identify_Color_Parser(sal_uInt32 cColor) in Identify_Color_Parser()
712 SmColorTokenTableEntry starmathdatabase::Identify_Color_HTML(sal_uInt32 cColor) in Identify_Color_HTML()
723 SmColorTokenTableEntry starmathdatabase::Identify_Color_MATHML(sal_uInt32 cColor) in Identify_Color_MATHML()
[all …]
H A Dmathmlimport.cxx278 xFastParser->setCustomEntityNames(starmathdatabase::icustomMathmlHtmlEntities); in ReadThroughComponent()
286 xParser->setCustomEntityNames(starmathdatabase::icustomMathmlHtmlEntities); in ReadThroughComponent()
678 aSmColorTokenTableEntry = starmathdatabase::Identify_ColorName_HTML(sColor); in ApplyAttrs()
680 aSmColorTokenTableEntry = starmathdatabase::Identify_Color_Parser( in ApplyAttrs()
1087 aToken = starmathdatabase::Identify_PrefixPostfix_SmXMLOperatorContext_Impl(cBegin); in endFastElement()
1089 aToken = starmathdatabase::Identify_Prefix_SmXMLOperatorContext_Impl(cBegin); in endFastElement()
1094 aToken = starmathdatabase::Identify_PrefixPostfix_SmXMLOperatorContext_Impl(cEnd); in endFastElement()
1096 aToken = starmathdatabase::Identify_Postfix_SmXMLOperatorContext_Impl(cEnd); in endFastElement()
1411 = starmathdatabase::Identify_Prefix_SmXMLOperatorContext_Impl(aToken.cMathChar[0]); in TCharacters()
1418 bToken = starmathdatabase::Identify_PrefixPostfix_SmXMLOperatorContext_Impl( in TCharacters()
[all …]
H A Dxparsmlbase.cxx22 icustomMathmlHtmlEntitiesData[starmathdatabase::STARMATH_MATHMLHTML_ENTITY_NUMBER] = {
2153 starmathdatabase::icustomMathmlHtmlEntities(
2154 icustomMathmlHtmlEntitiesData, starmathdatabase::STARMATH_MATHMLHTML_ENTITY_NUMBER);
2164 starmathdatabase::icustomMathmlHtmlEntitiesExport(icustomMathmlHtmlEntitiesNamesExportData, 2);
H A Dmathmlexport.cxx244 xSaxWriter->setCustomEntityNames(starmathdatabase::icustomMathmlHtmlEntitiesExport); in WriteThroughComponent()
1151 = OUString::createFromAscii(starmathdatabase::Identify_Color_MATHML(nc).pIdent); in ExportFont()
H A DmathmlMo.cxx22 static moOperatorData moOperatorDataDictionaryData[starmathdatabase::MATHML_MO_COUNT]
1124 std::vector<moOperatorData> starmathdatabase::moOperatorDataDictionary(
1125 moOperatorDataDictionaryData, moOperatorDataDictionaryData + starmathdatabase::MATHML_MO_COUNT);
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dparsebase.cxx24 const char* starmathdatabase::SmParseErrorDesc[] = {
45 OUString starmathdatabase::getParseErrorDesc(SmParseError err) in getParseErrorDesc()
47 return SmResId(starmathdatabase::SmParseErrorDesc[static_cast<uint_fast8_t>(err)]); in getParseErrorDesc()
H A Dparse.cxx24 AbstractSmParser* starmathdatabase::GetDefaultSmParser() in GetDefaultSmParser()
38 AbstractSmParser* starmathdatabase::GetVersionSmParser(sal_uInt16 nVersion) in GetVersionSmParser()
H A Dparse5.cxx993 m_aCurToken = starmathdatabase::Identify_ColorName_Parser(aName); in NextTokenColor()
996 m_aCurToken = starmathdatabase::Identify_ColorName_DVIPSNAMES(aName); in NextTokenColor()
999 m_aCurToken = starmathdatabase::Identify_ColorName_Parser(aName); in NextTokenColor()
2667 sStrBuf.append(starmathdatabase::getParseErrorDesc(eError)); in DoError()
H A DElementsDockingWindow.cxx296 maParser.reset(starmathdatabase::GetVersionSmParser(m_nSmSyntaxVersion)); in SmElementsControl()
1163 maParser.reset(starmathdatabase::GetVersionSmParser(nSmSyntaxVersion)); in setSmSyntaxVersion()
H A Ddocument.cxx106 maParser.reset(starmathdatabase::GetVersionSmParser(mnSmSyntaxVersion)); in SetSmSyntaxVersion()
H A Dvisitors.cxx2167 Append( starmathdatabase::Identify_Color_Parser( nc ).pIdent ); in Visit()
2174 Append( starmathdatabase::Identify_Color_Parser( nc ).pIdent ); in Visit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dparse.hxx28 namespace starmathdatabase namespace
H A Dparsebase.hxx83 namespace starmathdatabase namespace
H A Dnodetype.hxx57 namespace starmathdatabase namespace
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/mathml/
H A Dxparsmlbase.hxx24 namespace starmathdatabase namespace
H A DmathmlMo.hxx102 namespace starmathdatabase namespace
H A Delement.hxx216 namespace starmathdatabase namespace
H A Dattribute.hxx167 namespace starmathdatabase namespace
H A Dstarmathdatabase.hxx199 namespace starmathdatabase namespace
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/
H A DLibrary_sm.mk110 starmath/source/mathml/starmathdatabase \
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedvarsglobal.writeonly.results157 starmath/inc/mathml/starmathdatabase.hxx:189
159 starmath/inc/mathml/starmathdatabase.hxx:190
H A Dunusedmethods.results1389 starmath/inc/mathml/starmathdatabase.hxx:274
1390 struct SmColorTokenTableEntry starmathdatabase::Identify_Color_HTML(unsigned int)
1391 starmath/inc/mathml/starmathdatabase.hxx:294
1392 struct SmColorTokenTableEntry starmathdatabase::Identify_Color_DVIPSNAMES(unsigned int)
1400 _Bool starmathdatabase::isStructuralNode(enum SmNodeType)
1402 _Bool starmathdatabase::isBinOperatorNode(enum SmNodeType)
1404 _Bool starmathdatabase::isUnOperatorNode(enum SmNodeType)
1406 _Bool starmathdatabase::isOperatorNode(enum SmNodeType)
1408 _Bool starmathdatabase::isStandaloneNode(enum SmNodeType)
1410 class AbstractSmParser * starmathdatabase::GetDefaultSmParser()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog77136 - Rely on starmathdatabase instead of long switch in code.
111360 Added documentation on starmathdatabase.
117361 …and register it in starmathdatabse.cxx. Do not forget to change array size in starmathdatabase.hxx.
117371 …- It will add in the code "color " + starmathdatabase::Identify_Color_DVIPSNAMES( colorvalue ).pId…
117373 …- It will add in the code "color " + starmathdatabase::Identify_Color_DVIPSNAMES( colorvalue ).pId…
117928 - Added starmathdatabase. Will grow in the future.