Home
last modified time | relevance | path

Searched refs:CreateBitmap (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/embeddedobj/test/mtexecutor/
H A Dbitmapcreator.cxx64 uno::Reference< uno::XInterface> aResult( VCLUnoHelper::CreateBitmap( aBitmap ), uno::UNO_QUERY ); in createInstance()
88 uno::Reference< uno::XInterface > aResult( VCLUnoHelper::CreateBitmap( aBitmap ), uno::UNO_QUERY ); in createInstanceWithArguments()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx65 extern "C" void* CreateBitmap( void* pJPEGReader, void* pJPEGCreateBitmapParam ) in CreateBitmap() function
67 return ( (JPEGReader*) pJPEGReader )->CreateBitmap( pJPEGCreateBitmapParam ); in CreateBitmap()
340 void* JPEGReader::CreateBitmap( void* pParam ) in CreateBitmap() function in JPEGReader
H A Djpeg.h60 void* CreateBitmap( void* pJPEGReader, void* pJPEGCreateBitmapParam );
H A Djpegc.c151 pDIB = CreateBitmap( pJPEGReader, &aCreateBitmapParam ); in ReadJPEG()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapFactory.hxx48 Bitmap CreateBitmap (
H A DSlsBitmapFactory.cxx66 Bitmap BitmapFactory::CreateBitmap ( in CreateBitmap() function in sd::slidesorter::cache::BitmapFactory
H A DSlsQueueProcessorThread.hxx211 BitmapEx aBitmap (Factory::CreateBitmap (*pRequest, mrView)); in ProcessQueueEntry()
H A DSlsQueueProcessor.cxx212 maBitmapFactory.CreateBitmap(*pSdPage, maPreviewSize, mbDoSuperSampling)); in ProcessOneRequest()
/trunk/main/svtools/source/inc/
H A Djpeg.hxx70 void* CreateBitmap( void* JPEGCreateBitmapParam );
/trunk/main/embedserv/source/embed/
H A Dtracker.cxx90 HBITMAP grayBitmap = CreateBitmap(8, 8, 1, 1, &grayPattern); in HalftoneBrush()
242 HBITMAP hatchBitmap = CreateBitmap(8, 8, 1, 1,&hatchPattern); in Construct()
/trunk/main/vcl/win/source/gdi/
H A Dsalvd.cxx46 hBitmap = CreateBitmap( (int)nDX, (int)nDY, 1, 1, NULL ); in ImplCreateVirDevBitmap()
H A Dsalgdi2.cxx476 HBITMAP hMaskBitmap = CreateBitmap( (int) aSize.Width(), (int) aSize.Height(), 1, 1, NULL ); in drawBitmap()
H A Dsalbmp.cxx647 hNewDDB = CreateBitmap( pBIH->biWidth, pBIH->biHeight, 1, 1, NULL ); in Create()
/trunk/main/sd/source/ui/presenter/
H A DSlideRenderer.cxx120 return VCLUnoHelper::CreateBitmap( in createPreview()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx83 …static ::com::sun::star::uno::Reference< ::com::sun::star::awt::XBitmap> CreateBitmap( const Bitma…
/trunk/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx196 Reference<rendering::XBitmap> CreateBitmap (
1774 mxBitmap = CreateBitmap(msText, maSlideBoundingBox.Width); in Paint()
1849 Reference<rendering::XBitmap> PresenterSlideSorter::MouseOverManager::CreateBitmap ( in CreateBitmap() function in sdext::presenter::PresenterSlideSorter::MouseOverManager
/trunk/main/sc/source/ui/unoobj/
H A Dtarguno.cxx247 rRet <<= uno::Reference< awt::XBitmap > (VCLUnoHelper::CreateBitmap( rImage.GetBitmapEx() )); in SetLinkTargetBitmap()
/trunk/main/svx/source/xoutdev/
H A Dxattrbmp.cxx342 xBmp.set(VCLUnoHelper::CreateBitmap(GetGraphicObject().GetGraphic().GetBitmapEx())); in QueryValue()
/trunk/main/fpicker/source/win32/filepicker/
H A Dhelppopupwindow.cxx103 m_hBitmapShadow = CreateBitmap( 8, 8, 1, 1, aPattern ); in CHelpPopupWindow()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx665 …uno::Reference< awt::XBitmap > xBitmap( VCLUnoHelper::CreateBitmap( BitmapEx( *( pBmpDesc->mpBitma… in DrawBitmap()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx112 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XBitmap> VCLUnoHelper::CreateBitmap( const… in CreateBitmap() function in VCLUnoHelper
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1820 …Reference< ::com::sun::star::awt::XBitmap > xBitmap( VCLUnoHelper::CreateBitmap(static_cast< SdrG… in getPropertyValueImpl()
H A Dunoshape.cxx2820 Reference< awt::XBitmap > xBmp( VCLUnoHelper::CreateBitmap( aBmp ) ); in getPropertyValueImpl()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1652 uno::Reference<awt::XBitmap> xBmp = VCLUnoHelper::CreateBitmap( pGraphic->GetBitmapEx() ); in GetNumberingRuleByIndex()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx1090 VCLUnoHelper::CreateBitmap( BitmapEx( SdResId( bHC ? BMP_PAGE_H : BMP_PAGE ) ) ) ); in getPropertyValue()

Completed in 157 milliseconds

12