Searched refs:bOwns (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | gfxlink.cxx | 63 GfxLink::GfxLink( sal_uInt8* pBuf, sal_uInt32 nSize, GfxLinkType nType, sal_Bool bOwns ) : in GfxLink() argument 66 DBG_ASSERT( (pBuf != NULL && nSize) || (!bOwns && nSize == 0), in GfxLink() 74 if( bOwns ) in GfxLink()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | gfxlink.hxx | 146 GfxLink( sal_uInt8* pBuf, sal_uInt32 nBufSize, GfxLinkType nType, sal_Bool bOwns ); 158 void SetData( sal_uInt8* pBuf, sal_uInt32 nSize, GfxLinkType nType, sal_Bool bOwns );
|
Completed in 43 milliseconds