Home
last modified time | relevance | path

Searched refs:mpFont (Results 1 – 25 of 33) sorted by path

12

/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx128 mpFont( rFont ), in TextLayout()
142 mpFont.reset(); in disposing()
200 aVDev.SetFont( mpFont->getVCLFont() ); in queryTextBounds()
309 return mpFont.getRef(); in getFont()
321 rendering::FontRequest aFontRequest = mpFont->getFontRequest(); in useFont()
H A Dcairo_textlayout.hxx106 CanvasFont::Reference mpFont; member in cairocanvas::TextLayout
/trunk/main/canvas/source/directx/
H A Ddx_canvasfont.cxx60 mpFont(), in CanvasFont()
73 mpFont.reset( new Gdiplus::Font( mpFontFamily.get(), in CanvasFont()
83 mpFont.reset(); in disposing()
167 return mpFont; in getFont()
H A Ddx_canvasfont.hxx93 FontSharedPtr mpFont; member in dxcanvas::CanvasFont
H A Ddx_textlayout.cxx50 mpFont( rFont ), in TextLayout()
61 mpFont.reset(); in disposing()
121 mpFont.getRef(), in queryTextBounds()
122 mpFont->getFontMatrix(), in queryTextBounds()
209 return mpFont.getRef(); in getFont()
249 mpFont.getRef(), in draw()
250 mpFont->getFontMatrix(), in draw()
H A Ddx_textlayout.hxx105 CanvasFont::ImplRef mpFont; member in dxcanvas::TextLayout
/trunk/main/canvas/source/null/
H A Dnull_textlayout.cxx49 mpFont( rFont ), in TextLayout()
60 mpFont.reset(); in disposing()
112 ENSURE_OR_THROW( mpFont.get(), in queryTextBounds()
117 const rendering::FontRequest& rFontRequest( mpFont->getFontRequest() ); in queryTextBounds()
215 return mpFont.getRef(); in getFont()
H A Dnull_textlayout.hxx97 CanvasFont::ImplRef mpFont; member in nullcanvas::TextLayout
/trunk/main/canvas/source/vcl/
H A Dtextlayout.cxx92 mpFont( rFont ), in TextLayout()
106 mpFont.reset(); in disposing()
116 aVDev.SetFont( mpFont->getVCLFont() ); in queryTextShapes()
169 aVDev.SetFont( mpFont->getVCLFont() ); in queryInkMeasures()
249 aVDev.SetFont( mpFont->getVCLFont() ); in queryTextBounds()
373 return mpFont.getRef(); in getFont()
H A Dtextlayout.hxx102 CanvasFont::Reference mpFont; member in vclcanvas::TextLayout
/trunk/main/cppcanvas/source/wrapper/
H A Dimpltext.cxx53 mpFont(), in ImplText()
79 mpFont->getUNOFont(), in draw()
89 mpFont = rFont; in setFont()
94 return mpFont; in getFont()
H A Dimpltext.hxx68 FontSharedPtr mpFont; member in cppcanvas::internal::ImplText
/trunk/main/sdext/source/presenter/
H A DPresenterButton.cxx115 mpFont(rpFont), in PresenterButton()
439 if (mpFont.get()!=NULL && !mpFont->mxFont.is() && mxCanvas.is()) in CalculateButtonSize()
440 mpFont->PrepareFont(mxCanvas); in CalculateButtonSize()
441 if (mpFont.get()==NULL || !mpFont->mxFont.is()) in CalculateButtonSize()
444 geometry::RealSize2D aTextSize (PresenterCanvasHelper::GetTextSize(mpFont->mxFont,msText)); in CalculateButtonSize()
548 mpFont, in SetupButtonBitmaps()
H A DPresenterButton.hxx139 const PresenterTheme::SharedFontDescriptor mpFont; member in sdext::presenter::PresenterButton
H A DPresenterHelpView.cxx143 mpFont(), in PresenterHelpView()
170 if (mpFont.get() != NULL) in PresenterHelpView()
360 mpFont->mxFont)); in Paint()
371 mpFont->mxFont)); in Paint()
423 if (mpFont.get() == NULL) in CheckFontSize()
465 mpFont->mxFont = NULL; in CheckFontSize()
466 mpFont->PrepareFont(mxCanvas); in CheckFontSize()
473 if (nBestSize != mpFont->mnSize) in CheckFontSize()
475 mpFont->mnSize = nBestSize; in CheckFontSize()
476 mpFont->mxFont = NULL; in CheckFontSize()
[all …]
H A DPresenterHelpView.hxx112 PresenterTheme::SharedFontDescriptor mpFont; member in sdext::presenter::PresenterHelpView
H A DPresenterNotesView.cxx91 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()
[all …]
H A DPresenterNotesView.hxx168 PresenterTheme::SharedFontDescriptor mpFont; member in sdext::presenter::PresenterNotesView
H A DPresenterPaneBorderPainter.cxx97 PresenterTheme::SharedFontDescriptor mpFont; member in sdext::presenter::__anonf14fb8da0111::RendererPaneStyle
671 rpStyle->mpFont->mnColor); in PaintTitle()
929 mpFont(), in RendererPaneStyle()
951 mpFont = rpTheme->GetFont(rsStyleName); in RendererPaneStyle()
954 if (mpFont.get() != NULL) in RendererPaneStyle()
956 sAnchor = mpFont->msAnchor; in RendererPaneStyle()
957 mnFontXOffset = mpFont->mnXOffset; in RendererPaneStyle()
958 mnFontYOffset = mpFont->mnYOffset; in RendererPaneStyle()
1061 if (mpFont.get() != NULL) in GetFont()
1062 mpFont->PrepareFont(rxCanvas); in GetFont()
[all …]
H A DPresenterSlideSorter.cxx183 PresenterTheme::SharedFontDescriptor mpFont; member in sdext::presenter::PresenterSlideSorter::MouseOverManager
1731 mpFont(), in MouseOverManager()
1747 mpFont = rpTheme->GetFont(A2S("SlideSorterLabelFont")); in MouseOverManager()
1803 if (mpFont.get() != NULL) in SetCanvas()
1804 mpFont->PrepareFont(Reference<rendering::XCanvas>(mxCanvas, UNO_QUERY)); in SetCanvas()
1856 if (mpFont.get()==NULL || !mpFont->mxFont.is()) in CreateBitmap()
1905 PresenterCanvasHelper::SetDeviceColor(aRenderState, mpFont->mnColor); in CreateBitmap()
1909 mpFont->mxFont, in CreateBitmap()
1926 PresenterCanvasHelper::GetTextSize(mpFont->mxFont, rsText).Width); in GetFittingText()
1941 PresenterCanvasHelper::GetTextSize(mpFont->mxFont, sCandidate).Width); in GetFittingText()
[all …]
H A DPresenterTextView.cxx82 mpFont(), in PresenterTextView()
127 mpFont(), in PresenterTextView()
177 if ( ! mpFont || ! mpFont->PrepareFont(mxCanvas)) in SetText()
189 pParagraph->SetupCellArray(mpFont); in SetText()
209 if ( ! mpFont || ! mpFont->PrepareFont(mxCanvas)) in SetText()
220 pParagraph->SetupCellArray(mpFont); in SetText()
277 if ( ! mpFont->PrepareFont(mxCanvas)) in GetTotalTextHeight()
299 mpFont = rpFont; in SetFont()
411 if ( ! mpFont->PrepareFont(mxCanvas)) in Paint()
464 mpFont, in Paint()
[all …]
H A DPresenterTextView.hxx294 PresenterTheme::SharedFontDescriptor mpFont; member in sdext::presenter::PresenterTextView
H A DPresenterTheme.cxx150 PresenterTheme::SharedFontDescriptor mpFont; member in sdext::presenter::__anon954a9b180111::PaneStyle
200 PresenterTheme::SharedFontDescriptor mpFont; member in sdext::presenter::__anon954a9b180111::ViewStyle
1060 pStyle->mpFont = rReadContext.ReadFont( in ProcessPaneStyle()
1110 mpFont(), in PaneStyle()
1166 if (mpFont.get() != NULL) in GetFont()
1167 return mpFont; in GetFont()
1221 pStyle->mpFont = (*iStyle)->mpFont; in ProcessViewStyle()
1233 pStyle->mpFont = pFont; in ProcessViewStyle()
1270 mpFont(), in ViewStyle()
1298 if (mpFont.get() != NULL) in GetFont()
[all …]
H A DPresenterToolBar.cxx1938 mpFont() in Text()
1947 mpFont(rText.mpFont) in Text()
1958 mpFont(rpFont) in Text()
1983 return mpFont; in GetFont()
2000 if (mpFont.get() == NULL) in Paint()
2003 if ( ! mpFont->mxFont.is()) in Paint()
2004 mpFont->PrepareFont(rxCanvas); in Paint()
2005 if ( ! mpFont->mxFont.is()) in Paint()
2030 mpFont->mxFont, in Paint()
2043 if ( ! mpFont->mxFont.is()) in GetBoundingBox()
[all …]
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx1287 return *mpFont; in GetFont()
1354 Font* mpFont; member in numfunc::SwDefBulletConfig
1368 mpFont( 0 ) in SwDefBulletConfig()
1497 delete mpFont; in InitFont()
1499 mpFont = new Font( msFontname, aEmptyStr, Size( 0, 14 ) ); in InitFont()
1500 mpFont->SetWeight( meFontWeight ); in InitFont()
1501 mpFont->SetItalic( meFontItalic ); in InitFont()

Completed in 88 milliseconds

12