Home
last modified time | relevance | path

Searched refs:bOwns (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dgfxlink.cxx63 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()
/trunk/main/vcl/inc/vcl/
H A Dgfxlink.hxx146 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 19 milliseconds