Home
last modified time | relevance | path

Searched refs:SwapIn (Results 1 – 21 of 21) sorted by path

/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx416 sal_Bool SwapIn();
417 sal_Bool SwapIn( SvStream* pIStm );
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx260 if( maGraphic.SwapIn() ) in ImplAutoSwapIn()
288 mbAutoSwapped = !maGraphic.SwapIn(); in ImplAutoSwapIn()
293 mbAutoSwapped = !maGraphic.SwapIn( pStream ); in ImplAutoSwapIn()
1270 sal_Bool GraphicObject::SwapIn() in SwapIn() function in GraphicObject
1285 bRet = maGraphic.SwapIn(); in SwapIn()
1304 sal_Bool GraphicObject::SwapIn( SvStream* pIStm ) in SwapIn() function in GraphicObject
1319 bRet = maGraphic.SwapIn( pIStm ); in SwapIn()
/trunk/main/sw/inc/
H A Dndgrf.hxx175 short SwapIn( sal_Bool bWaitForData = sal_False );
H A Dswbaslnk.hxx73 sal_Bool SwapIn( sal_Bool bWaitForData = sal_False, sal_Bool bNativFormat = sal_False );
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx725 pNd->SwapIn(); in Modify()
971 const sal_Bool bSwappedIn = 0 != pGrfNd->SwapIn( bPrn ); in PaintPicture()
/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx274 ((SwGrfNode*)this)->SwapIn( sal_True ); in GetGraphic()
H A Dswbaslnk.cxx387 sal_Bool SwBaseLink::SwapIn( sal_Bool bWaitForData, sal_Bool bNativFormat ) in SwapIn() function in SwBaseLink
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx282 ASSERT( pGrfNode->SwapIn( bWait ) || !bWait, "Grafik konnte nicht geladen werden" ); in GetGraphic()
284 pGrfNode->SwapIn( bWait ); in GetGraphic()
293 ASSERT( pGrfNode->SwapIn( bWait ) || !bWait, "Grafik konnte nicht geladen werden" ); in GetGraphic()
295 pGrfNode->SwapIn( bWait ); in GetGraphic()
723 …ASSERT( ((SwGrfNode*)pNd)->SwapIn( sal_True ) || !sal_True, "Grafik konnte nicht geladen werden" ); in GetIMapGraphic()
725 ((SwGrfNode*)pNd)->SwapIn( sal_True ); in GetIMapGraphic()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1747 pNd->SwapIn( sal_True ); in GetGrfAtPos()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx257 ( (SwBaseLink*) &refLink )->SwapIn(); in ReRead()
324 ( (SwBaseLink*) &refLink )->SwapIn(); in ReRead()
529 short SwGrfNode::SwapIn( in SwapIn() function in SwGrfNode
546 if ( pLink->SwapIn( bWaitForData ) ) in SwapIn()
564 nRet = pLink->SwapIn( bWaitForData ) ? 1 : 0; in SwapIn()
573 nRet = (short) maGrfObj.SwapIn(); in SwapIn()
679 if ( HasEmbeddedStreamName() && !SwapIn() ) in SavePersistentData()
758 pLink->SwapIn( sal_True, sal_True ); in ReleaseLink()
1060 const_cast< SwGrfNode* >( this )->SwapIn(); in MakeCopy()
1103 SwapIn( sal_False ); in IMPL_LINK()
/trunk/main/sw/source/core/undo/
H A Dunins.cxx859 ((SwGrfNode&)rGrfNd).SwapIn( sal_True ); in SaveGraphicData()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx2139 pGrfNode->SwapIn( sal_True ); in getPropertyValue()
/trunk/main/sw/source/filter/html/
H A Dhtmlfly.cxx1590 pGrfNd->SwapIn( sal_True ); in OutHTML_FrmFmtGrfNode()
H A Dhtmlgrin.cxx804 pGrfNd->SwapIn(); in InsertImage()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx770 pGrfNode->SwapIn(); in GetSwappedInSize()
H A Dwrtw8esh.cxx1653 pGrfNd->SwapIn(true); in WriteGrfFlyFrame()
H A Dwrtww8gr.cxx735 const_cast<SwGrfNode&>(rGrfNd).SwapIn(); in WriteGrfFromGrfNode()
/trunk/main/vcl/inc/vcl/
H A Dgfxlink.hxx177 void SwapIn();
H A Dgraph.hxx204 sal_Bool SwapIn();
205 sal_Bool SwapIn( SvStream* pIStm );
/trunk/main/vcl/source/gdi/
H A Dgfxlink.cxx182 ( (GfxLink*) this )->SwapIn(); in GetData()
299 void GfxLink::SwapIn() in SwapIn() function in GfxLink
H A Dgraph.cxx756 sal_Bool Graphic::SwapIn() in SwapIn() function in Graphic
764 sal_Bool Graphic::SwapIn( SvStream* pStrm ) in SwapIn() function in Graphic

Completed in 121 milliseconds