Lines Matching refs:mbAutoSwapped
193 mbAutoSwapped = sal_False; in ImplConstruct()
262 mbAutoSwapped = sal_False; in ImplAutoSwapIn()
268 mbAutoSwapped = sal_False; in ImplAutoSwapIn()
288 mbAutoSwapped = ( maGraphic.GetType() != GRAPHIC_NONE ); in ImplAutoSwapIn()
295 mbAutoSwapped = !maGraphic.SwapIn(); in ImplAutoSwapIn()
297 mbAutoSwapped = maGraphic.IsSwapOut(); in ImplAutoSwapIn()
300 mbAutoSwapped = !maGraphic.SwapIn( pStream ); in ImplAutoSwapIn()
313 if( !mbAutoSwapped && mpMgr ) in ImplAutoSwapIn()
422 mbAutoSwapped = sal_False; in operator =()
918 if( mbAutoSwapped ) in GetGraphic()
934 mbAutoSwapped = sal_False; in SetGraphic()
1255 sal_Bool bRet = ( !mbAutoSwapped ? maGraphic.SwapOut() : sal_False ); in SwapOut()
1267 sal_Bool bRet = ( !mbAutoSwapped ? maGraphic.SwapOut( pOStm ) : sal_False ); in SwapOut()
1281 if( mbAutoSwapped ) in SwapIn()
1315 if( mbAutoSwapped ) in SwapIn()
1349 mbAutoSwapped = sal_True; in SetSwapState()
1369 mbAutoSwapped = SwapOut( NULL ); in IMPL_LINK()
1373 mbAutoSwapped = SwapOut(); in IMPL_LINK()
1376 mbAutoSwapped = SwapOut( pStream ); in IMPL_LINK()