Lines Matching refs:mpSwapFile

131 		mpSwapFile		( NULL ),  in ImpGraphic()
148 mpSwapFile ( rImpGraphic.mpSwapFile ), in ImpGraphic()
157 if( mpSwapFile ) in ImpGraphic()
158 mpSwapFile->nRefCount++; in ImpGraphic()
182 mpSwapFile ( NULL ), in ImpGraphic()
199 mpSwapFile ( NULL ), in ImpGraphic()
215 mpSwapFile( NULL ), in ImpGraphic()
233 mpSwapFile ( NULL ), in ImpGraphic()
250 mpSwapFile ( NULL ), in ImpGraphic()
302 mpSwapFile = rImpGraphic.mpSwapFile; in operator =()
304 if( mpSwapFile ) in operator =()
305 mpSwapFile->nRefCount++; in operator =()
419 if( mpSwapFile ) in ImplClear()
421 if( mpSwapFile->nRefCount > 1 ) in ImplClear()
422 mpSwapFile->nRefCount--; in ImplClear()
427 ::ucbhelper::Content aCnt( mpSwapFile->aSwapURL.GetMainURL( INetURLObject::NO_DECODE ), in ImplClear()
446 delete mpSwapFile; in ImplClear()
449 mpSwapFile = NULL; in ImplClear()
1272 mpSwapFile = new ImpSwapFile; in ImplReadEmbedded()
1273 mpSwapFile->nRefCount = 1; in ImplReadEmbedded()
1274 mpSwapFile->aSwapURL = aTmpURL; in ImplReadEmbedded()
1454 mpSwapFile = new ImpSwapFile; in ImplSwapOut()
1455 mpSwapFile->nRefCount = 1; in ImplSwapOut()
1456 mpSwapFile->aSwapURL = aTmpURL; in ImplSwapOut()
1538 if( mpSwapFile ) in ImplSwapIn()
1539 aSwapURL = mpSwapFile->aSwapURL.GetMainURL( INetURLObject::NO_DECODE ); in ImplSwapIn()
1552 if( !mpSwapFile ) in ImplSwapIn()
1558 if( mpSwapFile ) in ImplSwapIn()
1560 if( mpSwapFile->nRefCount > 1 ) in ImplSwapIn()
1561 mpSwapFile->nRefCount--; in ImplSwapIn()
1585 delete mpSwapFile; in ImplSwapIn()
1588 mpSwapFile = NULL; in ImplSwapIn()