Home
last modified time | relevance | path

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

12345678910>>...17

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/test/
H A Dtests.cxx355 sal_Int32(3), xBitmap.getLength() ); in drawMask()
357 OUString("URL"), xBitmap[0].Name ); in drawMask()
359 OUString("InputStream"), xBitmap[1].Name ); in drawMask()
365 sal_Int32(3), xBitmap.getLength() ); in drawImage()
367 OUString("URL"), xBitmap[0].Name ); in drawImage()
377 sal_Int32(3), xBitmap.getLength() ); in drawColorMaskedImage()
379 OUString("URL"), xBitmap[0].Name ); in drawColorMaskedImage()
389 sal_Int32(3), xBitmap.getLength() ); in drawMaskedImage()
391 OUString("URL"), xBitmap[0].Name ); in drawMaskedImage()
407 sal_Int32(3), xBitmap.getLength() ); in drawAlphaMaskedImage()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/test/
H A Dtests.cxx359 sal_Int32(3), xBitmap.getLength() ); in drawMask()
361 OUString("URL"), xBitmap[0].Name ); in drawMask()
363 OUString("InputStream"), xBitmap[1].Name ); in drawMask()
369 sal_Int32(3), xBitmap.getLength() ); in drawImage()
371 OUString("URL"), xBitmap[0].Name ); in drawImage()
381 sal_Int32(3), xBitmap.getLength() ); in drawColorMaskedImage()
383 OUString("URL"), xBitmap[0].Name ); in drawColorMaskedImage()
393 sal_Int32(3), xBitmap.getLength() ); in drawMaskedImage()
395 OUString("URL"), xBitmap[0].Name ); in drawMaskedImage()
411 sal_Int32(3), xBitmap.getLength() ); in drawAlphaMaskedImage()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx65 Reference< XBitmap >& xBitmap, in GetMenuItemAttributes()
78 a >>= xBitmap; in GetMenuItemAttributes()
124 Reference< XBitmap > xBitmap; in InsertSubMenuItems() local
128 … GetMenuItemAttributes( xPropSet, aLabel, aCommandURL, aHelpURL, xBitmap, xSubContainer ); in InsertSubMenuItems()
150 if ( xBitmap.is() ) in InsertSubMenuItems()
154 Reference< XUnoTunnel > xUnoTunnel( xBitmap, UNO_QUERY ); in InsertSubMenuItems()
181 aDIBSeq = xBitmap->getDIB(); in InsertSubMenuItems()
186 aDIBSeq = xBitmap->getMaskDIB(); in InsertSubMenuItems()
272 …Reference< XBitmap > xBitmap( static_cast< cppu::OWeakObject* >( new ImageWrapper( aImage )), UNO_… in CreateActionTrigger() local
273 a <<= xBitmap; in CreateActionTrigger()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx65 Reference< XBitmap >& xBitmap, in GetMenuItemAttributes()
78 a >>= xBitmap; in GetMenuItemAttributes()
123 Reference< XBitmap > xBitmap; in InsertSubMenuItems() local
127 … GetMenuItemAttributes( xPropSet, aLabel, aCommandURL, aHelpURL, xBitmap, xSubContainer ); in InsertSubMenuItems()
149 if ( xBitmap.is() ) in InsertSubMenuItems()
153 Reference< XUnoTunnel > xUnoTunnel( xBitmap, UNO_QUERY ); in InsertSubMenuItems()
180 aDIBSeq = xBitmap->getDIB(); in InsertSubMenuItems()
185 aDIBSeq = xBitmap->getMaskDIB(); in InsertSubMenuItems()
272 …Reference< XBitmap > xBitmap( static_cast< cppu::OWeakObject* >( new ImageWrapper( aImage )), UNO_… in CreateActionTrigger() local
273 a <<= xBitmap; in CreateActionTrigger()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/qa/unit/
H A DXTableImportExportTest.cxx57 uno::Reference<awt::XBitmap> xBitmap(aGraphic.GetXGraphic(), css::uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE() local
59 xNameContainer->insertByName("SomeBitmap", uno::makeAny(xBitmap)); in CPPUNIT_TEST_FIXTURE()
74 auto xBitmap = aAny.get<uno::Reference<awt::XBitmap>>(); in CPPUNIT_TEST_FIXTURE() local
75 CPPUNIT_ASSERT(xBitmap.is()); in CPPUNIT_TEST_FIXTURE()
76 uno::Reference<graphic::XGraphic> xGraphic(xBitmap, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/qa/unit/
H A DXTableImportExportTest.cxx52 uno::Reference<awt::XBitmap> xBitmap(aGraphic.GetXGraphic(), css::uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE() local
54 xNameContainer->insertByName("SomeBitmap", uno::makeAny(xBitmap)); in CPPUNIT_TEST_FIXTURE()
69 auto xBitmap = aAny.get<uno::Reference<awt::XBitmap>>(); in CPPUNIT_TEST_FIXTURE() local
70 CPPUNIT_ASSERT(xBitmap.is()); in CPPUNIT_TEST_FIXTURE()
71 uno::Reference<graphic::XGraphic> xGraphic(xBitmap, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embeddedobj/test/Container1/
H A DBitmapPainter.java70 …public BitmapPainter( XJob xJob, XWindow xWindow, XBitmap xBitmap, com.sun.star.awt.Rectangle aDra… in BitmapPainter() argument
85 m_xBitmap = xBitmap; in BitmapPainter()
109 public void setBitmap( XBitmap xBitmap ) in setBitmap() argument
113 m_xBitmap = xBitmap; in setBitmap()
165 XBitmap xBitmap = null; in windowPaint()
170 xBitmap = m_xBitmap; in windowPaint()
174 m_aPaintThread.setPaintRequest( xBitmap, aRect, e.UpdateRect ); in windowPaint()
H A DPaintThread.java72 …public void setPaintRequest( XBitmap xBitmap, com.sun.star.awt.Rectangle aRect, com.sun.star.awt.R… in setPaintRequest() argument
78 m_xBitmap = xBitmap; in setPaintRequest()
98 XBitmap xBitmap = null; in run() local
106 xBitmap = m_xBitmap; in run()
119 if ( xBitmap != null ) in run()
121 XDisplayBitmap xDisplayBitmap = xDevice.createDisplayBitmap( xBitmap ); in run()
123 com.sun.star.awt.Size aSize = xBitmap.getSize(); in run()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embeddedobj/test/Container1/
H A DBitmapPainter.java70 …public BitmapPainter( XJob xJob, XWindow xWindow, XBitmap xBitmap, com.sun.star.awt.Rectangle aDra… in BitmapPainter() argument
85 m_xBitmap = xBitmap; in BitmapPainter()
109 public void setBitmap( XBitmap xBitmap ) in setBitmap() argument
113 m_xBitmap = xBitmap; in setBitmap()
165 XBitmap xBitmap = null; in windowPaint()
170 xBitmap = m_xBitmap; in windowPaint()
174 m_aPaintThread.setPaintRequest( xBitmap, aRect, e.UpdateRect ); in windowPaint()
H A DPaintThread.java72 …public void setPaintRequest( XBitmap xBitmap, com.sun.star.awt.Rectangle aRect, com.sun.star.awt.R… in setPaintRequest() argument
78 m_xBitmap = xBitmap; in setPaintRequest()
98 XBitmap xBitmap = null; in run() local
106 xBitmap = m_xBitmap; in run()
119 if ( xBitmap != null ) in run()
121 XDisplayBitmap xDisplayBitmap = xDevice.createDisplayBitmap( xBitmap ); in run()
123 com.sun.star.awt.Size aSize = xBitmap.getSize(); in run()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/helper/
H A Dmodelobjecthelper.cxx137 uno::Reference<awt::XBitmap> xBitmap(rxGraphic, uno::UNO_QUERY); in insertFillBitmapXGraphic() local
138 if (xBitmap.is()) in insertFillBitmapXGraphic()
139 return maBitmapUrlContainer.insertObject(gaBitmapUrlNameBase, Any(xBitmap), true); in insertFillBitmapXGraphic()
150 uno::Reference<awt::XBitmap> xBitmap; in getFillBitmap() local
153 xBitmap = aAny.get<uno::Reference<awt::XBitmap>>(); in getFillBitmap()
154 return xBitmap; in getFillBitmap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/helper/
H A Dmodelobjecthelper.cxx138 uno::Reference<awt::XBitmap> xBitmap(rxGraphic, uno::UNO_QUERY); in insertFillBitmapXGraphic() local
139 if (xBitmap.is()) in insertFillBitmapXGraphic()
140 return maBitmapUrlContainer.insertObject(gaBitmapUrlNameBase, Any(xBitmap), true); in insertFillBitmapXGraphic()
151 uno::Reference<awt::XBitmap> xBitmap; in getFillBitmap() local
154 xBitmap = aAny.get<uno::Reference<awt::XBitmap>>(); in getFillBitmap()
155 return xBitmap; in getFillBitmap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/globalfilter/
H A Dglobalfilter.cxx131 uno::Reference<awt::XBitmap> xBitmap(xGraphic, uno::UNO_QUERY); in testEmbeddedGraphicRoundtrip() local
132 CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), xBitmap.is()); in testEmbeddedGraphicRoundtrip()
147 uno::Reference<awt::XBitmap> xBitmap(xGraphic, uno::UNO_QUERY); in testEmbeddedGraphicRoundtrip() local
148 CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), xBitmap.is()); in testEmbeddedGraphicRoundtrip()
268 CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), xBitmap.is()); in testImageWithSpecialID()
284 CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), xBitmap.is()); in testImageWithSpecialID()
812 uno::Reference<awt::XBitmap> xBitmap; in testSkipImages() local
825 xBitmap.set(xGraphic, uno::UNO_QUERY); in testSkipImages()
826 if (xBitmap.is()) in testSkipImages()
1030 uno::Reference<awt::XBitmap> xBitmap; in testBulletAsImage() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Dexport-tests.cxx145 uno::Reference<awt::XBitmap> xBitmap; in getBitmapFromTable() local
162 return xBitmap; in getBitmapFromTable()
457 uno::Reference<awt::XBitmap> xBitmap(xGraphic, uno::UNO_QUERY); in testSwappedOutImageExport() local
458 CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), xBitmap.is()); in testSwappedOutImageExport()
474 uno::Reference<awt::XBitmap> xBitmap(xGraphic, uno::UNO_QUERY); in testSwappedOutImageExport() local
475 CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), xBitmap.is()); in testSwappedOutImageExport()
754 uno::Reference<awt::XBitmap> xBitmap(xGraphic, uno::UNO_QUERY); in testImageWithSpecialID() local
755 CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), xBitmap.is()); in testImageWithSpecialID()
772 CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), xBitmap.is()); in testImageWithSpecialID()
1054 uno::Reference<awt::XBitmap> xBitmap; in testBulletsAsImage() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppcanvas/qa/unit/
H A Dtest.cxx46 uno::Reference<rendering::XBitmap> xBitmap = xCanvas->getDevice ()->createCompatibleAlphaBitmap( in testComposite() local
48 CPPUNIT_ASSERT( xBitmap.is() ); in testComposite()
50 uno::Reference< rendering::XBitmapCanvas > xBitmapCanvas( xBitmap, uno::UNO_QUERY ); in testComposite()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppcanvas/qa/unit/
H A Dtest.cxx46 uno::Reference<rendering::XBitmap> xBitmap = xCanvas->getDevice ()->createCompatibleAlphaBitmap( in testComposite() local
48 CPPUNIT_ASSERT( xBitmap.is() ); in testComposite()
50 uno::Reference< rendering::XBitmapCanvas > xBitmapCanvas( xBitmap, uno::UNO_QUERY ); in testComposite()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterScrollBar.cxx468 Reference<rendering::XBitmap> xBitmap (GetBitmap(eArea,rpBitmaps)); in PaintBitmap() local
470 if (!xBitmap.is()) in PaintBitmap()
483 const geometry::IntegerSize2D aBitmapSize (xBitmap->getSize()); in PaintBitmap()
493 xBitmap, in PaintBitmap()
525 Reference<rendering::XBitmap> xBitmap (rpDescriptor->GetNormalBitmap()); in UpdateWidthOrHeight() local
526 if (xBitmap.is()) in UpdateWidthOrHeight()
528 const geometry::IntegerSize2D aBitmapSize (xBitmap->getSize()); in UpdateWidthOrHeight()
626 if (xBitmap.is()) in UpdateBorders()
628 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()
637 if (xBitmap.is()) in UpdateBorders()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterScrollBar.cxx469 Reference<rendering::XBitmap> xBitmap (GetBitmap(eArea,rpBitmaps)); in PaintBitmap() local
471 if (!xBitmap.is()) in PaintBitmap()
484 const geometry::IntegerSize2D aBitmapSize (xBitmap->getSize()); in PaintBitmap()
494 xBitmap, in PaintBitmap()
526 Reference<rendering::XBitmap> xBitmap (rpDescriptor->GetNormalBitmap()); in UpdateWidthOrHeight() local
527 if (xBitmap.is()) in UpdateWidthOrHeight()
529 const geometry::IntegerSize2D aBitmapSize (xBitmap->getSize()); in UpdateWidthOrHeight()
627 if (xBitmap.is()) in UpdateBorders()
629 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()
638 if (xBitmap.is()) in UpdateBorders()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dwaitsymbol.cxx45 WaitSymbolSharedPtr WaitSymbol::create( const uno::Reference<rendering::XBitmap>& xBitmap, in create() argument
51 new WaitSymbol( xBitmap, in create()
60 WaitSymbol::WaitSymbol( uno::Reference<rendering::XBitmap> const & xBitmap, in WaitSymbol() argument
63 mxBitmap(xBitmap), in WaitSymbol()
H A Dpointersymbol.cxx42 PointerSymbolSharedPtr PointerSymbol::create( const uno::Reference<rendering::XBitmap>& xBitmap, in create() argument
48 new PointerSymbol( xBitmap, in create()
57 PointerSymbol::PointerSymbol( uno::Reference<rendering::XBitmap> const & xBitmap, in PointerSymbol() argument
60 mxBitmap(xBitmap), in PointerSymbol()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Dwaitsymbol.cxx48 WaitSymbolSharedPtr WaitSymbol::create( const uno::Reference<rendering::XBitmap>& xBitmap, in create() argument
54 new WaitSymbol( xBitmap, in create()
63 WaitSymbol::WaitSymbol( uno::Reference<rendering::XBitmap> const & xBitmap, in WaitSymbol() argument
66 mxBitmap(xBitmap), in WaitSymbol()
H A Dpointersymbol.cxx45 PointerSymbolSharedPtr PointerSymbol::create( const uno::Reference<rendering::XBitmap>& xBitmap, in create() argument
51 new PointerSymbol( xBitmap, in create()
60 PointerSymbol::PointerSymbol( uno::Reference<rendering::XBitmap> const & xBitmap, in PointerSymbol() argument
63 mxBitmap(xBitmap), in PointerSymbol()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/inc/
H A Dcontentsink.hxx152 css::beans::PropertyValue>& xBitmap,
156 css::beans::PropertyValue>& xBitmap ) = 0;
162 css::beans::PropertyValue>& xBitmap,
166 css::beans::PropertyValue>& xBitmap,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/inc/
H A Dcontentsink.hxx151 css::beans::PropertyValue>& xBitmap,
155 css::beans::PropertyValue>& xBitmap ) = 0;
161 css::beans::PropertyValue>& xBitmap,
165 css::beans::PropertyValue>& xBitmap,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/globalfilter/
H A Dglobalfilter.cxx138 uno::Reference<awt::XBitmap> xBitmap(xGraphic, uno::UNO_QUERY); in testEmbeddedGraphicRoundtrip() local
139 CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), xBitmap.is()); in testEmbeddedGraphicRoundtrip()
154 uno::Reference<awt::XBitmap> xBitmap(xGraphic, uno::UNO_QUERY); in testEmbeddedGraphicRoundtrip() local
155 CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), xBitmap.is()); in testEmbeddedGraphicRoundtrip()
272 CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), xBitmap.is()); in testImageWithSpecialID()
288 CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), xBitmap.is()); in testImageWithSpecialID()
938 uno::Reference<awt::XBitmap> xBitmap; in testSkipImages() local
951 xBitmap.set(xGraphic, uno::UNO_QUERY); in testSkipImages()
952 if (xBitmap.is()) in testSkipImages()
1309 uno::Reference<awt::XBitmap> xBitmap; in testBulletAsImage() local
[all …]

12345678910>>...17