Lines Matching refs:mpFont
91 mpFont(), in PresenterNotesView()
108 mpFont.reset(new PresenterTheme::FontDescriptor( in PresenterNotesView()
110 maSeparatorColor = mpFont->mnColor; in PresenterNotesView()
111 mpTextView->SetFont(mpFont); in PresenterNotesView()
440 Scroll(-gnLineScrollFactor * mpFont->mnSize); in keyPressed()
445 Scroll(+gnLineScrollFactor * mpFont->mnSize); in keyPressed()
720 const sal_Int32 nNewSize (mpFont->mnSize + nSizeChange); in ChangeFontSize()
723 mpFont->mnSize = nNewSize; in ChangeFontSize()
724 mpFont->mxFont = NULL; in ChangeFontSize()
725 mpTextView->SetFont(mpFont); in ChangeFontSize()
778 mpScrollBar->SetLineHeight(mpFont->mnSize*1.2); in UpdateScrollBar()