Home
last modified time | relevance | path

Searched refs:hMathFontConv (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A Dxmlimp.cxx278 FontToSubsFontConverter hMathFontConv; member in SvXMLImport_Impl
312 , hMathFontConv( nullptr )
1716 if( !mpImpl->hMathFontConv ) in ConvStarMathCharToStarSymbol()
1718 mpImpl->hMathFontConv = CreateFontToSubsFontConverter( "StarMath", in ConvStarMathCharToStarSymbol()
1720 SAL_WARN_IF( !mpImpl->hMathFontConv, "xmloff.core", "Got no symbol font converter" ); in ConvStarMathCharToStarSymbol()
1722 if( mpImpl->hMathFontConv ) in ConvStarMathCharToStarSymbol()
1724 cNew = ConvertFontToSubsFontChar( mpImpl->hMathFontConv, c ); in ConvStarMathCharToStarSymbol()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A Dxmlimp.cxx261 FontToSubsFontConverter hMathFontConv; member in SvXMLImport_Impl
293 , hMathFontConv( nullptr ) in SvXMLImport_Impl()
1796 if( !mpImpl->hMathFontConv ) in ConvStarMathCharToStarSymbol()
1798 mpImpl->hMathFontConv = CreateFontToSubsFontConverter( "StarMath", in ConvStarMathCharToStarSymbol()
1800 SAL_WARN_IF( !mpImpl->hMathFontConv, "xmloff.core", "Got no symbol font converter" ); in ConvStarMathCharToStarSymbol()
1802 if( mpImpl->hMathFontConv ) in ConvStarMathCharToStarSymbol()
1804 cNew = ConvertFontToSubsFontChar( mpImpl->hMathFontConv, c ); in ConvStarMathCharToStarSymbol()