Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/core/
H A Dxmlimp.cxx226 FontToSubsFontConverter hMathFontConv; member in SvXMLImport_Impl
257 , hMathFontConv( 0 ) in SvXMLImport_Impl()
277 if( hMathFontConv ) in ~SvXMLImport_Impl()
278 DestroyFontToSubsFontConverter( hMathFontConv ); in ~SvXMLImport_Impl()
1803 if( !mpImpl->hMathFontConv ) in ConvStarMathCharToStarSymbol()
1806 mpImpl->hMathFontConv = CreateFontToSubsFontConverter( sStarMath, in ConvStarMathCharToStarSymbol()
1808 OSL_ENSURE( mpImpl->hMathFontConv, "Got no symbol font converter" ); in ConvStarMathCharToStarSymbol()
1810 if( mpImpl->hMathFontConv ) in ConvStarMathCharToStarSymbol()
1812 cNew = ConvertFontToSubsFontChar( mpImpl->hMathFontConv, c ); in ConvStarMathCharToStarSymbol()

Completed in 138 milliseconds