Home
last modified time | relevance | path

Searched refs:xBitmap (Results 1 – 25 of 59) sorted by relevance

123

/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx346 virtual void drawMask(const uno::Sequence<beans::PropertyValue>& xBitmap, in drawMask() argument
349 ASSERT_TRUE(xBitmap.getLength()==3) << "drawMask received two properties"; in drawMask()
350 ASSERT_TRUE(xBitmap[0].Name.compareToAscii( "URL" ) == 0) << "drawMask got URL param"; in drawMask()
354 virtual void drawImage(const uno::Sequence<beans::PropertyValue>& xBitmap ) in drawImage() argument
356 ASSERT_TRUE(xBitmap.getLength()==3) << "drawImage received two properties"; in drawImage()
357 ASSERT_TRUE(xBitmap[0].Name.compareToAscii( "URL" ) == 0) << "drawImage got URL param"; in drawImage()
361 virtual void drawColorMaskedImage(const uno::Sequence<beans::PropertyValue>& xBitmap, in drawColorMaskedImage() argument
364 ASSERT_TRUE(xBitmap.getLength()==3) << "drawColorMaskedImage received two properties"; in drawColorMaskedImage()
369 virtual void drawMaskedImage(const uno::Sequence<beans::PropertyValue>& xBitmap, in drawMaskedImage() argument
373 ASSERT_TRUE(xBitmap.getLength()==3) << "drawMaskedImage received two properties #1"; in drawMaskedImage()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx650 if (xBitmap.is()) in PaintBitmap()
672 xBitmap, in PaintBitmap()
733 if (xBitmap.is()) in UpdateWidthOrHeight()
883 if (xBitmap.is()) in UpdateBorders()
885 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()
894 if (xBitmap.is()) in UpdateBorders()
896 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()
1106 if (xBitmap.is()) in UpdateBorders()
1108 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()
1117 if (xBitmap.is()) in UpdateBorders()
[all …]
H A DPresenterToolBar.cxx1763 if (xBitmap.is()) in Paint()
1764 aOffset.Y = xBitmap->getSize().Height; in Paint()
1782 Reference<rendering::XBitmap> xBitmap; in CreateBoundingSize() local
1784 xBitmap = mpMode->mpIcon->GetNormalBitmap(); in CreateBoundingSize()
1785 if (xBitmap.is()) in CreateBoundingSize()
1787 geometry::IntegerSize2D aSize (xBitmap->getSize()); in CreateBoundingSize()
1807 Reference<rendering::XBitmap> xBitmap (mpMode->mpIcon->GetBitmap(GetMode())); in PaintIcon() local
1808 if (xBitmap.is()) in PaintIcon()
1811 + (maSize.Width-xBitmap->getSize().Width) / 2); in PaintIcon()
1813 + (maSize.Height - nTextHeight - xBitmap->getSize().Height) / 2); in PaintIcon()
[all …]
H A DPresenterButton.cxx315 Reference<rendering::XBitmap> xBitmap; in windowPaint() local
317 xBitmap = mxMouseOverBitmap; in windowPaint()
319 xBitmap = mxNormalBitmap; in windowPaint()
320 if ( ! xBitmap.is()) in windowPaint()
332 mxCanvas->drawBitmap(xBitmap, aViewState, aRenderState); in windowPaint()
H A DPresenterWindowManager.cxx1326 Reference<rendering::XBitmap> xBitmap (mpBackgroundBitmap->GetNormalBitmap()); in ProvideBackgroundBitmap() local
1327 if (xBitmap.is()) in ProvideBackgroundBitmap()
1339 aSize.Height = xBitmap->getSize().Height; in ProvideBackgroundBitmap()
1343 aSize.Width = xBitmap->getSize().Width; in ProvideBackgroundBitmap()
1344 mxScaledBackgroundBitmap = xBitmap->getScaledBitmap(aSize, sal_False); in ProvideBackgroundBitmap()
1349 = Reference<rendering::XBitmap>(xBitmap, UNO_QUERY); in ProvideBackgroundBitmap()
/trunk/main/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx74 Reference< XBitmap >& xBitmap, in GetMenuItemAttributes()
87 a >>= xBitmap; in GetMenuItemAttributes()
136 Reference< XBitmap > xBitmap; in InsertSubMenuItems() local
141 GetMenuItemAttributes( xPropSet, aLabel, aCommandURL, aHelpURL, xBitmap, xSubContainer ); in InsertSubMenuItems()
164 if ( xBitmap.is() ) in InsertSubMenuItems()
168 Reference< XUnoTunnel > xUnoTunnel( xBitmap, UNO_QUERY ); in InsertSubMenuItems()
195 aDIBSeq = xBitmap->getDIB(); in InsertSubMenuItems()
200 aDIBSeq = xBitmap->getMaskDIB(); in InsertSubMenuItems()
291 …Reference< XBitmap > xBitmap( static_cast< cppu::OWeakObject* >( new ImageWrapper( aImage )), UNO_… in CreateActionTrigger() local
292 a <<= xBitmap; in CreateActionTrigger()
/trunk/main/embeddedobj/test/Container1/
H A DBitmapPainter.java77 …public BitmapPainter( XJob xJob, XWindow xWindow, XBitmap xBitmap, com.sun.star.awt.Rectangle aDra… in BitmapPainter() argument
96 m_xBitmap = xBitmap; in BitmapPainter()
120 public void setBitmap( XBitmap xBitmap ) in setBitmap() argument
124 m_xBitmap = xBitmap; in setBitmap()
176 XBitmap xBitmap = null; in windowPaint()
182 xBitmap = m_xBitmap; in windowPaint()
191 m_aPaintThread.setPaintRequest( xBitmap, aRect, e.UpdateRect ); in windowPaint()
H A DPaintThread.java75 …public void setPaintRequest( XBitmap xBitmap, com.sun.star.awt.Rectangle aRect, com.sun.star.awt.R… in setPaintRequest() argument
93 m_xBitmap = xBitmap; in setPaintRequest()
115 XBitmap xBitmap = null; in run() local
123 xBitmap = m_xBitmap; in run()
138 if ( xBitmap != null ) in run()
141 XDisplayBitmap xDisplayBitmap = xDevice.createDisplayBitmap( xBitmap ); in run()
143 com.sun.star.awt.Size aSize = xBitmap.getSize(); in run()
/trunk/main/slideshow/source/engine/
H A Dwaitsymbol.cxx52 WaitSymbolSharedPtr WaitSymbol::create( const uno::Reference<rendering::XBitmap>& xBitmap, in create() argument
58 new WaitSymbol( xBitmap, in create()
67 WaitSymbol::WaitSymbol( uno::Reference<rendering::XBitmap> const & xBitmap, in WaitSymbol() argument
70 mxBitmap(xBitmap), in WaitSymbol()
111 const uno::Reference<rendering::XBitmap> xBitmap( rView->getCanvas()->getUNOCanvas(), in calcSpritePos() local
113 const geometry::IntegerSize2D realSize( xBitmap->getSize() ); in calcSpritePos()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper.cxx574 … const uno::Reference< rendering::XBitmap >& xBitmap, in drawBitmap()
578 ENSURE_OR_THROW( xBitmap.is(), in drawBitmap()
588 BitmapProvider* pBitmap = dynamic_cast< BitmapProvider* >(xBitmap.get()); in drawBitmap()
603 xBitmap); in drawBitmap()
611 … const uno::Reference< rendering::XBitmap >& xBitmap, in drawBitmapModulated()
615 ENSURE_OR_THROW( xBitmap.is(), in drawBitmapModulated()
620 return drawBitmap( pCanvas, xBitmap, viewState, renderState ); in drawBitmapModulated()
628 BitmapSharedPtr pBitmap( tools::bitmapFromXBitmap( xBitmap ) ); in drawBitmapModulated()
H A Ddx_impltools.cxx556 BitmapSharedPtr bitmapFromXBitmap( const uno::Reference< rendering::XBitmap >& xBitmap ) in bitmapFromXBitmap() argument
558 BitmapProvider* pBitmapProvider = dynamic_cast< BitmapProvider* >(xBitmap.get()); in bitmapFromXBitmap()
571 const geometry::IntegerSize2D aBmpSize( xBitmap->getSize() ); in bitmapFromXBitmap()
574 if( xBitmap->hasAlpha() ) in bitmapFromXBitmap()
598 xBitmap) ) in bitmapFromXBitmap()
/trunk/main/xmloff/source/style/
H A DFillStyleContext.cxx195 uno::Reference< container::XNameContainer > xBitmap( GetImport().GetBitmapHelper() ); in EndElement() local
199 if(xBitmap.is()) in EndElement()
201 if( xBitmap->hasByName( maStrName ) ) in EndElement()
203 xBitmap->replaceByName( maStrName, maAny ); in EndElement()
207 xBitmap->insertByName( maStrName, maAny ); in EndElement()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx635 void PDFIProcessor::drawMask(const uno::Sequence<beans::PropertyValue>& xBitmap, in drawMask() argument
639 setupImage( m_aImages.addImage(xBitmap) ); in drawMask()
642 void PDFIProcessor::drawImage(const uno::Sequence<beans::PropertyValue>& xBitmap ) in drawImage() argument
644 setupImage( m_aImages.addImage(xBitmap) ); in drawImage()
647 void PDFIProcessor::drawColorMaskedImage(const uno::Sequence<beans::PropertyValue>& xBitmap, in drawColorMaskedImage() argument
651 setupImage( m_aImages.addImage(xBitmap) ); in drawColorMaskedImage()
654 void PDFIProcessor::drawMaskedImage(const uno::Sequence<beans::PropertyValue>& xBitmap, in drawMaskedImage() argument
659 setupImage( m_aImages.addImage(xBitmap) ); in drawMaskedImage()
662 void PDFIProcessor::drawAlphaMaskedImage(const uno::Sequence<beans::PropertyValue>& xBitmap, in drawAlphaMaskedImage() argument
667 setupImage( m_aImages.addImage(xBitmap) ); in drawAlphaMaskedImage()
H A Dpdfiprocessor.hxx177 ::com::sun::star::beans::PropertyValue>& xBitmap,
181 ::com::sun::star::beans::PropertyValue>& xBitmap );
187 ::com::sun::star::beans::PropertyValue>& xBitmap,
191 ::com::sun::star::beans::PropertyValue>& xBitmap,
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx319 … static SurfaceSharedPtr surfaceFromXBitmap( const uno::Reference< rendering::XBitmap >& xBitmap ) in surfaceFromXBitmap() argument
321 CanvasBitmap* pBitmapImpl = dynamic_cast< CanvasBitmap* >( xBitmap.get() ); in surfaceFromXBitmap()
325 SurfaceProvider* pSurfaceProvider = dynamic_cast<SurfaceProvider*>( xBitmap.get() ); in surfaceFromXBitmap()
332 static ::BitmapEx bitmapExFromXBitmap( const uno::Reference< rendering::XBitmap >& xBitmap ) in bitmapExFromXBitmap() argument
335 uno::Reference<rendering::XIntegerReadOnlyBitmap> xIntBmp(xBitmap, in bitmapExFromXBitmap()
403 bHasAlpha = xBitmap->hasAlpha(); in surfaceFromXBitmap()
404 SurfaceSharedPtr pSurface = surfaceFromXBitmap( xBitmap ); in surfaceFromXBitmap()
409 ::BitmapEx aBmpEx = bitmapExFromXBitmap(xBitmap); in surfaceFromXBitmap()
1422 SurfaceSharedPtr pSurface = surfaceFromXBitmap( xBitmap, mpSurfaceProvider, data, bHasAlpha ); in drawBitmap()
1423 geometry::IntegerSize2D aSize = xBitmap->getSize(); in drawBitmap()
[all …]
/trunk/main/sdext/source/pdfimport/inc/
H A Dcontentsink.hxx152 ::com::sun::star::beans::PropertyValue>& xBitmap,
156 ::com::sun::star::beans::PropertyValue>& xBitmap ) = 0;
162 ::com::sun::star::beans::PropertyValue>& xBitmap,
166 ::com::sun::star::beans::PropertyValue>& xBitmap,
/trunk/main/canvas/inc/canvas/base/
H A Dcanvascustomspritebase.hxx123 …awBitmap( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmap >& xBitmap, in drawBitmap() argument
128 tools::verifyArgs(xBitmap, viewState, renderState, in drawBitmap()
134 maSpriteHelper.checkDrawBitmap( this, xBitmap, viewState, renderState ); in drawBitmap()
137 return BaseType::drawBitmap( xBitmap, in drawBitmap()
H A Dcanvasbase.hxx426 …rawBitmap( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmap >& xBitmap, in drawBitmap() argument
430 tools::verifyArgs(xBitmap, viewState, renderState, in drawBitmap()
439 return maCanvasHelper.drawBitmap( this, xBitmap, viewState, renderState ); in drawBitmap()
443 …odulated( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmap >& xBitmap, in drawBitmapModulated() argument
447 tools::verifyArgs(xBitmap, viewState, renderState, in drawBitmapModulated()
456 return maCanvasHelper.drawBitmapModulated( this, xBitmap, viewState, renderState ); in drawBitmapModulated()
/trunk/main/canvas/workben/
H A Dcanvasdemo.cxx375 uno::Reference< rendering::XBitmap > xBitmap(mxCanvas, uno::UNO_QUERY); in drawImages() local
377 if( !xBitmap.is() ) in drawImages()
384 mxCanvas->drawBitmap(xBitmap, maViewState, maRenderState); in drawImages()
612 uno::Reference< rendering::XBitmap > xBitmap(xVDevCanvas, uno::UNO_QUERY); in Paint() local
613 if( !xBitmap.is() ) in Paint()
618 xCanvas->drawBitmap(xBitmap, aRenderer.maViewState, aRenderer.maRenderState); in Paint()
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx535 const css::uno::Reference< css::rendering::XBitmap >& xBitmap, in drawBitmap()
544 xBitmap, MergeViewState(aViewState), aRenderState); in drawBitmap()
552 const css::uno::Reference< css::rendering::XBitmap>& xBitmap, in drawBitmapModulated()
561 xBitmap, MergeViewState(aViewState), aRenderState); in drawBitmapModulated()
794 Reference<rendering::XBitmap> xBitmap (mxSharedCanvas, UNO_QUERY); in hasAlpha() local
795 if (xBitmap.is()) in hasAlpha()
796 return xBitmap->hasAlpha(); in hasAlpha()
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx71 ::BitmapEx bitmapExFromXBitmap( const uno::Reference< rendering::XBitmap >& xBitmap ) in bitmapExFromXBitmap() argument
75 CanvasBitmap* pBitmapImpl = dynamic_cast< CanvasBitmap* >( xBitmap.get() ); in bitmapExFromXBitmap()
83 SpriteCanvas* pCanvasImpl = dynamic_cast< SpriteCanvas* >( xBitmap.get() ); in bitmapExFromXBitmap()
95 xBitmap, uno::UNO_QUERY_THROW ); in bitmapExFromXBitmap()
H A Dcanvashelper.cxx692 … const uno::Reference< rendering::XBitmap >& xBitmap, in implDrawBitmap()
697 ENSURE_ARG_OR_THROW( xBitmap.is(), in implDrawBitmap()
717 BitmapEx aBmpEx( tools::bitmapExFromXBitmap(xBitmap) ); in implDrawBitmap()
880 … const uno::Reference< rendering::XBitmap >& xBitmap, in drawBitmap()
885 xBitmap, in drawBitmap()
892 … const uno::Reference< rendering::XBitmap >& xBitmap, in drawBitmapModulated()
897 xBitmap, in drawBitmapModulated()
/trunk/main/vcl/source/gdi/
H A Dsvgdata.cxx73 const uno::Reference< rendering::XBitmap > xBitmap( in convertPrimitive2DSequenceToBitmapEx() local
82 if(xBitmap.is()) in convertPrimitive2DSequenceToBitmapEx()
84 … const uno::Reference< rendering::XIntegerReadOnlyBitmap> xIntBmp(xBitmap, uno::UNO_QUERY_THROW); in convertPrimitive2DSequenceToBitmapEx()
/trunk/main/canvas/source/tools/
H A Dcanvascustomspritehelper.cxx206 … const uno::Reference< rendering::XBitmap >& xBitmap, in checkDrawBitmap()
212 if( !xBitmap->hasAlpha() ) in checkDrawBitmap()
215 xBitmap->getSize() ); in checkDrawBitmap()
/trunk/main/oox/source/drawingml/
H A Dtextparagraphproperties.cxx309 Reference< com::sun::star::awt::XBitmap > xBitmap( maGraphic, UNO_QUERY ); in pushToPropMap() local
310 if ( xBitmap.is() ) in pushToPropMap()
311 rPropMap[ PROP_Graphic ] <<= xBitmap; in pushToPropMap()

Completed in 144 milliseconds

123