Home
last modified time | relevance | path

Searched refs:rxCanvas (Results 1 – 25 of 58) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterCanvasHelper.cxx70 if ( ! rxCanvas.is() || ! rxCanvas->getDevice().is()) in PaintRectangle()
84 rxCanvas->getDevice())); in PaintRectangle()
96 rxCanvas, in PaintRectangle()
108 rxCanvas, in PaintRectangle()
119 rxCanvas, in PaintRectangle()
136 if ( ! rxCanvas.is() || ! rxCanvas->getDevice().is()) in PaintTiledBitmap()
175 rxCanvas->drawBitmap( in PaintTiledBitmap()
191 if ( ! rxCanvas.is() || ! rxCanvas->getDevice().is()) in PaintBitmap()
210 rxCanvas->drawBitmap( in PaintBitmap()
224 if ( ! rxCanvas.is() || ! rxCanvas->getDevice().is()) in PaintColor()
[all …]
H A DPresenterUIPainter.cxx35 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in PaintHorizontalBitmapComposite() argument
82 rxCanvas->getDevice())); in PaintHorizontalBitmapComposite()
86 rxCanvas->drawBitmap(rxLeftBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
100 rxCanvas->getDevice())); in PaintHorizontalBitmapComposite()
105 rxCanvas->drawBitmap(rxRightBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
123 rxCanvas->getDevice())); in PaintHorizontalBitmapComposite()
137 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in PaintVerticalBitmapComposite() argument
184 rxCanvas->getDevice())); in PaintVerticalBitmapComposite()
188 rxCanvas->drawBitmap(rxTopBitmap, aViewState, aRenderState); in PaintVerticalBitmapComposite()
203 rxCanvas->getDevice())); in PaintVerticalBitmapComposite()
[all …]
H A DPresenterToolBar.cxx361 mxCanvas(rxCanvas), in PresenterToolBar()
1184 maSize = CreateBoundingSize(rxCanvas); in GetBoundingSize()
1443 OSL_ASSERT(rxCanvas.is()); in Paint()
1603 OSL_ASSERT(rxCanvas.is()); in Paint()
1656 OSL_ASSERT(rxCanvas.is()); in Paint()
1664 mpFont->PrepareFont(rxCanvas); in Paint()
1686 rxCanvas->drawTextLayout( in Paint()
1951 OSL_ASSERT(rxCanvas.is()); in Paint()
1971 rxCanvas->drawBitmap( in Paint()
2000 OSL_ASSERT(rxCanvas.is()); in Paint()
[all …]
H A DPresenterBitmapContainer.cxx39 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in PresenterBitmapContainer() argument
43 mxCanvas(rxCanvas), in PresenterBitmapContainer()
64 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in PresenterBitmapContainer() argument
68 mxCanvas(rxCanvas), in PresenterBitmapContainer()
144 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in LoadBitmap() argument
160 rxCanvas, in LoadBitmap()
190 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in LoadBitmap() argument
193 OSL_ASSERT(rxCanvas.is()); in LoadBitmap()
209 rxPresenterHelper->loadBitmap(sFileName, rxCanvas)); in LoadBitmap()
218 rxPresenterHelper->loadBitmap(sFileName, rxCanvas)); in LoadBitmap()
[all …]
H A DPresenterSlideSorter.cxx777 rxCanvas, in ClearBackground()
848 rxCanvas); in PaintPreview()
1689 rxCanvas, in PaintButtonBackground()
1736 rxCanvas); in CurrentSlideFrameRenderer()
1794 rxCanvas, in PaintCurrentSlideFrame()
1805 rxCanvas, in PaintCurrentSlideFrame()
1816 rxCanvas, in PaintCurrentSlideFrame()
1827 rxCanvas, in PaintCurrentSlideFrame()
1838 rxCanvas, in PaintCurrentSlideFrame()
1847 rxCanvas, in PaintCurrentSlideFrame()
[all …]
H A DPresenterTheme.hxx61 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
65 void ProvideCanvas (const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
87 bool PrepareFont (const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
91 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
94 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
H A DPresenterCanvasHelper.hxx45 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
52 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
78 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
88 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
96 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
H A DPresenterTheme.cxx248 mxCanvas(rxCanvas) in PresenterTheme()
276 if ( ! mxCanvas.is() && rxCanvas.is()) in ProvideCanvas()
278 mxCanvas = rxCanvas; in ProvideCanvas()
489 const Reference<rendering::XCanvas>& rxCanvas) in PrepareFont() argument
494 if ( ! rxCanvas.is()) in PrepareFont()
498 mxFont = CreateFont(rxCanvas, nCellSize); in PrepareFont()
504 const Reference<rendering::XCanvas>& rxCanvas, in CreateFont() argument
519 return rxCanvas->createFont( in CreateFont()
526 const Reference<rendering::XCanvas>& rxCanvas, in GetCellSizeForDesignSize() argument
533 if ( ! rxCanvas.is()) in GetCellSizeForDesignSize()
[all …]
H A DPresenterPaneBorderPainter.cxx65 const Reference<rendering::XCanvas>& rxCanvas) const;
201 ProvideTheme(rxCanvas); in paintBorder()
206 mpRenderer->SetCanvas(rxCanvas); in paintBorder()
236 ProvideTheme(rxCanvas); in paintBorderWithCallout()
241 mpRenderer->SetCanvas(rxCanvas); in paintBorderWithCallout()
288 mpTheme->ProvideCanvas(rxCanvas); in ProvideTheme()
303 mpRenderer->SetCanvas(rxCanvas); in ProvideTheme()
392 if (mxCanvas != rxCanvas) in SetCanvas()
394 mxCanvas = rxCanvas; in SetCanvas()
866 const Reference<rendering::XCanvas>& rxCanvas) const in GetFont()
[all …]
H A DPresenterBitmapContainer.hxx92 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
98 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
115 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
133 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
H A DPresenterPaneBorderPainter.hxx99 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
106 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
127 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
H A DPresenterUIPainter.hxx39 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
46 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterCanvasHelper.cxx70 if ( ! rxCanvas.is() || ! rxCanvas->getDevice().is()) in PaintRectangle()
84 rxCanvas->getDevice())); in PaintRectangle()
96 rxCanvas, in PaintRectangle()
108 rxCanvas, in PaintRectangle()
119 rxCanvas, in PaintRectangle()
136 if ( ! rxCanvas.is() || ! rxCanvas->getDevice().is()) in PaintTiledBitmap()
175 rxCanvas->drawBitmap( in PaintTiledBitmap()
191 if ( ! rxCanvas.is() || ! rxCanvas->getDevice().is()) in PaintBitmap()
210 rxCanvas->drawBitmap( in PaintBitmap()
224 if ( ! rxCanvas.is() || ! rxCanvas->getDevice().is()) in PaintColor()
[all …]
H A DPresenterUIPainter.cxx35 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in PaintHorizontalBitmapComposite() argument
82 rxCanvas->getDevice())); in PaintHorizontalBitmapComposite()
86 rxCanvas->drawBitmap(rxLeftBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
100 rxCanvas->getDevice())); in PaintHorizontalBitmapComposite()
105 rxCanvas->drawBitmap(rxRightBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
123 rxCanvas->getDevice())); in PaintHorizontalBitmapComposite()
137 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in PaintVerticalBitmapComposite() argument
184 rxCanvas->getDevice())); in PaintVerticalBitmapComposite()
188 rxCanvas->drawBitmap(rxTopBitmap, aViewState, aRenderState); in PaintVerticalBitmapComposite()
203 rxCanvas->getDevice())); in PaintVerticalBitmapComposite()
[all …]
H A DPresenterToolBar.cxx351 mxCanvas(rxCanvas), in PresenterToolBar()
1167 maSize = CreateBoundingSize(rxCanvas); in GetBoundingSize()
1425 OSL_ASSERT(rxCanvas.is()); in Paint()
1568 OSL_ASSERT(rxCanvas.is()); in Paint()
1621 OSL_ASSERT(rxCanvas.is()); in Paint()
1629 mpFont->PrepareFont(rxCanvas); in Paint()
1651 rxCanvas->drawTextLayout( in Paint()
1848 OSL_ASSERT(rxCanvas.is()); in Paint()
1864 rxCanvas->fillPolyPolygon( in Paint()
1893 OSL_ASSERT(rxCanvas.is()); in Paint()
[all …]
H A DPresenterBitmapContainer.cxx39 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in PresenterBitmapContainer() argument
43 mxCanvas(rxCanvas), in PresenterBitmapContainer()
64 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in PresenterBitmapContainer() argument
68 mxCanvas(rxCanvas), in PresenterBitmapContainer()
144 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in LoadBitmap() argument
160 rxCanvas, in LoadBitmap()
190 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in LoadBitmap() argument
193 OSL_ASSERT(rxCanvas.is()); in LoadBitmap()
209 rxPresenterHelper->loadBitmap(sFileName, rxCanvas)); in LoadBitmap()
218 rxPresenterHelper->loadBitmap(sFileName, rxCanvas)); in LoadBitmap()
[all …]
H A DPresenterSlideSorter.cxx779 rxCanvas, in ClearBackground()
850 rxCanvas); in PaintPreview()
1691 rxCanvas, in PaintButtonBackground()
1738 rxCanvas); in CurrentSlideFrameRenderer()
1796 rxCanvas, in PaintCurrentSlideFrame()
1807 rxCanvas, in PaintCurrentSlideFrame()
1818 rxCanvas, in PaintCurrentSlideFrame()
1829 rxCanvas, in PaintCurrentSlideFrame()
1840 rxCanvas, in PaintCurrentSlideFrame()
1849 rxCanvas, in PaintCurrentSlideFrame()
[all …]
H A DPresenterTheme.hxx61 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
65 void ProvideCanvas (const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
87 bool PrepareFont (const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
91 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
94 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
H A DPresenterCanvasHelper.hxx45 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
52 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
78 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
88 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
96 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
H A DPresenterPaneBorderPainter.cxx65 const Reference<rendering::XCanvas>& rxCanvas) const;
201 ProvideTheme(rxCanvas); in paintBorder()
206 mpRenderer->SetCanvas(rxCanvas); in paintBorder()
236 ProvideTheme(rxCanvas); in paintBorderWithCallout()
241 mpRenderer->SetCanvas(rxCanvas); in paintBorderWithCallout()
288 mpTheme->ProvideCanvas(rxCanvas); in ProvideTheme()
303 mpRenderer->SetCanvas(rxCanvas); in ProvideTheme()
392 if (mxCanvas != rxCanvas) in SetCanvas()
394 mxCanvas = rxCanvas; in SetCanvas()
867 const Reference<rendering::XCanvas>& rxCanvas) const in GetFont()
[all …]
H A DPresenterTheme.cxx248 mxCanvas(rxCanvas) in PresenterTheme()
276 if ( ! mxCanvas.is() && rxCanvas.is()) in ProvideCanvas()
278 mxCanvas = rxCanvas; in ProvideCanvas()
490 const Reference<rendering::XCanvas>& rxCanvas) in PrepareFont() argument
495 if ( ! rxCanvas.is()) in PrepareFont()
499 mxFont = CreateFont(rxCanvas, nCellSize); in PrepareFont()
505 const Reference<rendering::XCanvas>& rxCanvas, in CreateFont() argument
520 return rxCanvas->createFont( in CreateFont()
527 const Reference<rendering::XCanvas>& rxCanvas, in GetCellSizeForDesignSize() argument
534 if ( ! rxCanvas.is()) in GetCellSizeForDesignSize()
[all …]
H A DPresenterBitmapContainer.hxx92 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
98 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
115 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
133 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
H A DPresenterPaneBorderPainter.hxx99 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
106 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
127 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/presenter/
H A DCanvasUpdateRequester.hxx50 Instance(const css::uno::Reference<css::rendering::XSpriteCanvas>& rxCanvas);
56 const css::uno::Reference<css::rendering::XSpriteCanvas>& rxCanvas);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/presenter/
H A DCanvasUpdateRequester.hxx49 const css::uno::Reference<css::rendering::XSpriteCanvas>& rxCanvas);
54 …xplicit CanvasUpdateRequester (const css::uno::Reference<css::rendering::XSpriteCanvas>& rxCanvas);

123