/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/ |
H A D | element.cxx | 31 = 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 D | def.cxx | 12 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 D | starmathdatabase.cxx | 219 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 D | mathmlimport.cxx | 278 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 D | xparsmlbase.cxx | 22 icustomMathmlHtmlEntitiesData[starmathdatabase::STARMATH_MATHMLHTML_ENTITY_NUMBER] = { 2153 starmathdatabase::icustomMathmlHtmlEntities( 2154 icustomMathmlHtmlEntitiesData, starmathdatabase::STARMATH_MATHMLHTML_ENTITY_NUMBER); 2164 starmathdatabase::icustomMathmlHtmlEntitiesExport(icustomMathmlHtmlEntitiesNamesExportData, 2);
|
H A D | mathmlexport.cxx | 244 xSaxWriter->setCustomEntityNames(starmathdatabase::icustomMathmlHtmlEntitiesExport); in WriteThroughComponent() 1151 = OUString::createFromAscii(starmathdatabase::Identify_Color_MATHML(nc).pIdent); in ExportFont()
|
H A D | mathmlMo.cxx | 22 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 D | parsebase.cxx | 24 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 D | parse.cxx | 24 AbstractSmParser* starmathdatabase::GetDefaultSmParser() in GetDefaultSmParser() 38 AbstractSmParser* starmathdatabase::GetVersionSmParser(sal_uInt16 nVersion) in GetVersionSmParser()
|
H A D | parse5.cxx | 993 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 D | ElementsDockingWindow.cxx | 296 maParser.reset(starmathdatabase::GetVersionSmParser(m_nSmSyntaxVersion)); in SmElementsControl() 1163 maParser.reset(starmathdatabase::GetVersionSmParser(nSmSyntaxVersion)); in setSmSyntaxVersion()
|
H A D | document.cxx | 106 maParser.reset(starmathdatabase::GetVersionSmParser(mnSmSyntaxVersion)); in SetSmSyntaxVersion()
|
H A D | visitors.cxx | 2167 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 D | parse.hxx | 28 namespace starmathdatabase namespace
|
H A D | parsebase.hxx | 83 namespace starmathdatabase namespace
|
H A D | nodetype.hxx | 57 namespace starmathdatabase namespace
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/mathml/ |
H A D | xparsmlbase.hxx | 24 namespace starmathdatabase namespace
|
H A D | mathmlMo.hxx | 102 namespace starmathdatabase namespace
|
H A D | element.hxx | 216 namespace starmathdatabase namespace
|
H A D | attribute.hxx | 167 namespace starmathdatabase namespace
|
H A D | starmathdatabase.hxx | 199 namespace starmathdatabase namespace
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/ |
H A D | Library_sm.mk | 110 starmath/source/mathml/starmathdatabase \
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/ |
H A D | unusedvarsglobal.writeonly.results | 157 starmath/inc/mathml/starmathdatabase.hxx:189 159 starmath/inc/mathml/starmathdatabase.hxx:190
|
H A D | unusedmethods.results | 1389 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 D | ChangeLog | 77136 - 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.
|