Lines Matching refs:mpFont
143 mpFont(), in PresenterHelpView()
169 mpFont = mpPresenterController->GetViewFont(mxViewId->getResourceURL()); in PresenterHelpView()
170 if (mpFont.get() != NULL) in PresenterHelpView()
172 mpFont->PrepareFont(mxCanvas); in PresenterHelpView()
329 PresenterCanvasHelper::SetDeviceColor(aRenderState, mpFont->mnColor); in Paint()
360 mpFont->mxFont)); in Paint()
371 mpFont->mxFont)); in Paint()
415 new Block(sLeftText, sRightText, mpFont->mxFont, mnMaximalWidth))); in ProcessString()
423 if (mpFont.get() == NULL) in CheckFontSize()
461 sal_Int32 nFontSizeGuess (::std::max(sal_Int32(1),sal_Int32(mpFont->mnSize * nScale))); in CheckFontSize()
462 if (nHeightDifference<0 && mpFont->mnSize>nBestSize) in CheckFontSize()
463 nBestSize = mpFont->mnSize; in CheckFontSize()
464 mpFont->mnSize = nFontSizeGuess; in CheckFontSize()
465 mpFont->mxFont = NULL; in CheckFontSize()
466 mpFont->PrepareFont(mxCanvas); in CheckFontSize()
470 (*iBlock)->Update(mpFont->mxFont, mnMaximalWidth); in CheckFontSize()
473 if (nBestSize != mpFont->mnSize) in CheckFontSize()
475 mpFont->mnSize = nBestSize; in CheckFontSize()
476 mpFont->mxFont = NULL; in CheckFontSize()
477 mpFont->PrepareFont(mxCanvas); in CheckFontSize()
486 (*iBlock)->Update(mpFont->mxFont, mnMaximalWidth); in CheckFontSize()