Home
last modified time | relevance | path

Searched refs:SwapOut (Results 1 – 15 of 15) sorted by relevance

/AOO42X/main/tools/source/stream/
H A Dcachestr.cxx120 void SvCacheStream::SwapOut() in SwapOut() function in SvCacheStream
186 SwapOut(); in PutData()
220 SwapOut(); in FlushData()
/AOO42X/main/svtools/source/graphic/
H A Dgrfmgr.cxx1253 sal_Bool GraphicObject::SwapOut() in SwapOut() function in GraphicObject
1255 sal_Bool bRet = ( !mbAutoSwapped ? maGraphic.SwapOut() : sal_False ); in SwapOut()
1265 sal_Bool GraphicObject::SwapOut( SvStream* pOStm ) in SwapOut() function in GraphicObject
1267 sal_Bool bRet = ( !mbAutoSwapped ? maGraphic.SwapOut( pOStm ) : sal_False ); in SwapOut()
1369 mbAutoSwapped = SwapOut( NULL ); in IMPL_LINK()
1373 mbAutoSwapped = SwapOut(); in IMPL_LINK()
1376 mbAutoSwapped = SwapOut( pStream ); in IMPL_LINK()
/AOO42X/main/sw/source/core/graphic/
H A Dndgrf.cxx437 SwapOut(); in onGraphicChanged()
618 short SwGrfNode::SwapOut() in SwapOut() function in SwGrfNode
632 if ( !maGrfObj.SwapOut() ) in SwapOut()
636 return (short) maGrfObj.SwapOut( NULL ); in SwapOut()
699 return (sal_Bool) SwapOut(); in SavePersistentData()
/AOO42X/main/vcl/inc/vcl/
H A Dgraph.hxx202 sal_Bool SwapOut();
203 sal_Bool SwapOut( SvStream* pOStm );
H A Dgfxlink.hxx176 void SwapOut();
/AOO42X/main/svtools/inc/svtools/
H A Dgrfmgr.hxx414 sal_Bool SwapOut();
415 sal_Bool SwapOut( SvStream* pOStm );
/AOO42X/main/vcl/source/gdi/
H A Dgraph.cxx740 sal_Bool Graphic::SwapOut() in SwapOut() function in Graphic
748 sal_Bool Graphic::SwapOut( SvStream* pOStream ) in SwapOut() function in Graphic
H A Dgfxlink.cxx276 void GfxLink::SwapOut() in SwapOut() function in GfxLink
H A Dimpgraph.cxx1638 mpGfxLink->SwapOut(); in ImplSetLink()
/AOO42X/main/tools/inc/tools/
H A Dcachestr.hxx69 void SwapOut();
/AOO42X/main/sw/inc/
H A Dndgrf.hxx177 short SwapOut();
/AOO42X/main/sw/source/filter/xml/
H A Dxmltexte.cxx237 pGrfNd->SwapOut(); in setTextEmbeddedGraphicURL()
/AOO42X/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx772 pGrfNode->SwapOut(); in GetSwappedInSize()
H A Dwrtww8gr.cxx762 rGrf.SwapOut(); in WriteGrfFromGrfNode()
/AOO42X/main/sw/source/core/doc/
H A Dnotxtfrm.cxx1105 pGrfNd->SwapOut(); in PaintPicture()