Home
last modified time | relevance | path

Searched refs:GfxLinkType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dgfxlink.hxx97 enum GfxLinkType enum
132 GfxLinkType meType;
145 GfxLink( const String& rPath, GfxLinkType nType );
146 GfxLink( sal_uInt8* pBuf, sal_uInt32 nBufSize, GfxLinkType nType, sal_Bool bOwns );
152 GfxLinkType GetType() const;
158 void SetData( sal_uInt8* pBuf, sal_uInt32 nSize, GfxLinkType nType, sal_Bool bOwns );
/trunk/main/vcl/source/gdi/
H A Dgfxlink.cxx63 GfxLink::GfxLink( sal_uInt8* pBuf, sal_uInt32 nSize, GfxLinkType nType, sal_Bool bOwns ) : in GfxLink()
158 GfxLinkType GfxLink::GetType() const in GetType()
379 rGfxLink = GfxLink( pBuf, nSize, (GfxLinkType) nType, sal_True ); in operator >>()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx1416 GfxLinkType eLinkType = GFX_LINK_TYPE_NONE; in ImportGraphic()

Completed in 32 milliseconds