Home
last modified time | relevance | path

Searched refs:xBitmap (Results 1 – 25 of 59) sorted by last modified time

123

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1223 const Reference<rendering::XBitmap> xBitmap( in startShowImpl() local
1226 if (xBitmap.is()) in startShowImpl()
1232 makeAny( xBitmap ), in startShowImpl()
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java153 XBitmap xBitmap = null; in checkContextMenuInterceptor() local
165 xBitmap = (XBitmap) AnyConverter.toObject(new Type(XBitmap.class), oProp); in checkContextMenuInterceptor()
195 … ContextMenuInterceptor aContextMenuInterceptor = new ContextMenuInterceptor(xBitmap); in checkContextMenuInterceptor()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1820 …Reference< ::com::sun::star::awt::XBitmap > xBitmap( VCLUnoHelper::CreateBitmap(static_cast< SdrG… in getPropertyValueImpl() local
1821 rValue <<= xBitmap; in getPropertyValueImpl()
/trunk/main/slideshow/source/engine/
H A Drehearsetimingsactivity.cxx316 const Reference<rendering::XBitmap> xBitmap( rView->getCanvas()->getUNOCanvas(), in calcSpriteRectangle() local
318 if( !xBitmap.is() ) in calcSpriteRectangle()
321 const geometry::IntegerSize2D realSize( xBitmap->getSize() ); in calcSpriteRectangle()
H A Dslideshowimpl.cxx1813 uno::Reference<rendering::XBitmap> xBitmap; in setProperty() local
1814 if (! (rProperty.Value >>= xBitmap)) in setProperty()
1817 mpWaitSymbol = WaitSymbol::create( xBitmap, in setProperty()
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()
H A Dwaitsymbol.hxx51 ::com::sun::star::rendering::XBitmap>& xBitmap,
66 ::com::sun::star::rendering::XBitmap>& xBitmap,
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx1739 const uno::Reference< awt::XBitmap > xBitmap( xScanMgr->getBitmap( aContext ) ); in ScannerEventHdl() local
1741 if( xBitmap.is() ) in ScannerEventHdl()
1743 const BitmapEx aScanBmp( VCLUnoHelper::GetBitmap( xBitmap ) ); in ScannerEventHdl()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx1740 …uno::Reference< container::XNameAccess > xBitmap( xFact->createInstance( OUString(RTL_CONSTASCII_U… in _ExportStyles() local
1741 if( xBitmap.is() ) in _ExportStyles()
1745 if( xBitmap->hasElements() ) in _ExportStyles()
1747 uno::Sequence< OUString > aNamesSeq ( xBitmap->getElementNames() ); in _ExportStyles()
1755 uno::Any aValue = xBitmap->getByName( rStrName ); in _ExportStyles()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx753 …uno::Reference< container::XNameContainer > xBitmap( xModelFactory->createInstance( OUString(RTL_C… in Import() local
754 if( xBitmap.is() ) in Import()
755 xBitmap->removeByName( aName ); in Import()
/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/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx473 void fillBitmap( const uno::Reference< rendering::XBitmap >& xBitmap, in fillBitmap() argument
485 const geometry::IntegerSize2D aBmpSize( xBitmap->getSize() ); in fillBitmap()
497 tools::bitmapFromXBitmap( xBitmap ) ); in fillBitmap()
/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()
/trunk/main/xmloff/source/style/
H A Dxmlnume.cxx134 uno::Reference< ::com::sun::star::awt::XBitmap > xBitmap; in exportLevelStyle() local
201 rProp.Value >>= xBitmap; in exportLevelStyle()
357 DBG_ASSERT( !xBitmap.is(), in exportLevelStyle()
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/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/toolkit/source/awt/
H A Dvclxgraphics.cxx353 uno::Reference< awt::XBitmap > xBitmap( rxBitmapHandle, uno::UNO_QUERY ); in draw() local
354 BitmapEx aBmpEx = VCLUnoHelper::GetBitmap( xBitmap ); in draw()
/trunk/main/sdext/source/presenter/
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 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()
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 DPresenterSlideSorter.cxx1870 Reference<rendering::XBitmap> xBitmap ( in CreateBitmap() local
1873 if ( ! xBitmap.is()) in CreateBitmap()
1876 Reference<rendering::XBitmapCanvas> xBitmapCanvas (xBitmap, UNO_QUERY); in CreateBitmap()
1915 return xBitmap; in CreateBitmap()
1988 Reference<rendering::XBitmap> xBitmap (mpCenterLabelBitmap->GetNormalBitmap()); in CalculateLabelSize() local
1989 if (xBitmap.is()) in CalculateLabelSize()
1990 nHeight = xBitmap->getSize().Height; in CalculateLabelSize()
H A DPresenterPaneBorderPainter.cxx744 Reference<rendering::XBitmap> xBitmap (rpBitmap->GetNormalBitmap(), UNO_QUERY); in PaintBitmap() local
745 if ( ! xBitmap.is()) in PaintBitmap()
826 if (xBitmap.is()) in PaintBitmap()
828 xBitmap, in PaintBitmap()
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()
/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,

Completed in 205 milliseconds

123