Searched refs:ImplCreate (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/vcl/inc/ |
H A D | impbmp.hxx | 67 sal_Bool ImplCreate( const Size& rSize, sal_uInt16 nBitCount, const BitmapPalette& rPal ); 68 sal_Bool ImplCreate( const ImpBitmap& rImpBitmap ); 69 sal_Bool ImplCreate( const ImpBitmap& rImpBitmap, SalGraphics* pGraphics ); 70 sal_Bool ImplCreate( const ImpBitmap& rImpBitmap, sal_uInt16 nNewBitCount );
|
/aoo42x/main/vcl/source/gdi/ |
H A D | impbmp.cxx | 63 sal_Bool ImpBitmap::ImplCreate( const Size& rSize, sal_uInt16 nBitCount, const BitmapPalette& rPal ) in ImplCreate() function in ImpBitmap 71 sal_Bool ImpBitmap::ImplCreate( const ImpBitmap& rImpBitmap ) in ImplCreate() function in ImpBitmap 80 sal_Bool ImpBitmap::ImplCreate( const ImpBitmap& rImpBitmap, SalGraphics* pGraphics ) in ImplCreate() function in ImpBitmap 87 sal_Bool ImpBitmap::ImplCreate( const ImpBitmap& rImpBitmap, sal_uInt16 nNewBitCount ) in ImplCreate() function in ImpBitmap
|
H A D | bmpacc.cxx | 46 ImplCreate( rBitmap ); in BitmapReadAccess() 58 ImplCreate( rBitmap ); in BitmapReadAccess() 70 void BitmapReadAccess::ImplCreate( Bitmap& rBitmap ) in ImplCreate() function in BitmapReadAccess 95 if( pNewImpBmp->ImplCreate( *pImpBmp, rBitmap.GetBitCount() ) ) in ImplCreate() 325 ImplCreate( maBitmap ); in ReAccess()
|
H A D | bitmap.cxx | 144 mpImpBmp->ImplCreate( rSizePixel, nBitCount, pRealPal ? *pRealPal : aPal ); in Bitmap() 447 mpImpBmp->ImplCreate( *pOldImpBmp ); in ImplMakeUnique() 1788 if( pImpDispBmp->ImplCreate( *mpImpBmp, pDisplay->mpGraphics ) ) in CreateDisplayBitmap()
|
H A D | impvect.cxx | 349 void ImplCreate();
|
/aoo42x/main/svtools/source/contnr/ |
H A D | imivctl.hxx | 554 void ImplCreate(); 555 void Create() { if( !pColumns ) ImplCreate(); } in Create()
|
H A D | imivctl2.cxx | 73 void IcnCursor_Impl::ImplCreate() in ImplCreate() function in IcnCursor_Impl
|
H A D | svimpicn.cxx | 657 void ImplCreate(); 658 void Create() { if( !pColumns ) ImplCreate(); } in Create() 3087 void ImpIcnCursor::ImplCreate() in ImplCreate() function in ImpIcnCursor
|
/aoo42x/main/extensions/source/scanner/ |
H A D | twain.hxx | 59 void ImplCreate();
|
H A D | scanwin.cxx | 112 void ImplCreate();
|
/aoo42x/main/vcl/inc/os2/ |
H A D | salsound.h | 85 bool ImplCreate();
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | bmpacc.hxx | 102 SAL_DLLPRIVATE void ImplCreate( Bitmap& rBitmap );
|
H A D | menu.hxx | 412 SAL_DLLPRIVATE static Window* ImplCreate( Window* pParent, Window* pWindow, MenuBar* pMenu );
|
/aoo42x/main/vcl/source/window/ |
H A D | syswin.cxx | 1001 …mpWindowImpl->mpBorderWindow)->SetMenuBarWindow( pNewWindow = MenuBar::ImplCreate( mpWindowImpl->m… in SetMenuBar()
|
H A D | menu.cxx | 3393 Window* MenuBar::ImplCreate( Window* pParent, Window* pWindow, MenuBar* pMenu ) in ImplCreate() function in MenuBar
|
Completed in 1231 milliseconds