Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx224 FontToSubsFontConverter hMathFontConv; member in SvXMLImport_Impl
255 , hMathFontConv( 0 ) in SvXMLImport_Impl()
275 if( hMathFontConv ) in ~SvXMLImport_Impl()
276 DestroyFontToSubsFontConverter( hMathFontConv ); in ~SvXMLImport_Impl()
1801 if( !mpImpl->hMathFontConv ) in ConvStarMathCharToStarSymbol()
1804 mpImpl->hMathFontConv = CreateFontToSubsFontConverter( sStarMath, in ConvStarMathCharToStarSymbol()
1806 OSL_ENSURE( mpImpl->hMathFontConv, "Got no symbol font converter" ); in ConvStarMathCharToStarSymbol()
1808 if( mpImpl->hMathFontConv ) in ConvStarMathCharToStarSymbol()
1810 cNew = ConvertFontToSubsFontChar( mpImpl->hMathFontConv, c ); in ConvStarMathCharToStarSymbol()