Home
last modified time | relevance | path

Searched refs:SetSwapStreamHdl (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/svx/source/svdraw/
H A Dsvdograf.cxx422 pGraphic->SetSwapStreamHdl( LINK( this, SdrGrafObj, ImpSwapHdl ), getCacheTimeInMs() ); in SdrGrafObj()
449 pGraphic->SetSwapStreamHdl( LINK( this, SdrGrafObj, ImpSwapHdl ), getCacheTimeInMs() ); in SdrGrafObj()
476 pGraphic->SetSwapStreamHdl( LINK( this, SdrGrafObj, ImpSwapHdl ), getCacheTimeInMs() ); in SdrGrafObj()
510 pGraphic->SetSwapStreamHdl( LINK( this, SdrGrafObj, ImpSwapHdl ), getCacheTimeInMs() ); in SetGraphicObject()
/AOO42X/main/sw/source/core/graphic/
H A Dndgrf.cxx108 maGrfObj.SetSwapStreamHdl( LINK( this, SwGrfNode, SwapGraphic ), getCacheTimeInMs() ); in SwGrfNode()
127 maGrfObj.SetSwapStreamHdl( LINK( this, SwGrfNode, SwapGraphic ), getCacheTimeInMs() ); in SwGrfNode()
150 maGrfObj.SetSwapStreamHdl( LINK( this, SwGrfNode, SwapGraphic ), getCacheTimeInMs() ); in SwGrfNode()
/AOO42X/main/svtools/inc/svtools/
H A Dgrfmgr.hxx337 void SetSwapStreamHdl();
338 …void SetSwapStreamHdl( const Link& rHdl, const sal_uLong nSwapOutTimeout = 0UL …
/AOO42X/main/svtools/source/graphic/
H A Dgrfmgr.cxx560 void GraphicObject::SetSwapStreamHdl() in SetSwapStreamHdl() function in GraphicObject
571 void GraphicObject::SetSwapStreamHdl( const Link& rHdl, const sal_uLong nSwapOutTimeout ) in SetSwapStreamHdl() function in GraphicObject
1414 rGraphicObj.SetSwapStreamHdl(); in operator >>()