Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx267 sal_Bool bIsTemp : 1; member in SfxMedium_Impl
347 bIsTemp( sal_False ), in SfxMedium_Impl()
745 pImp->bIsTemp = sal_True; in CreateFileStream()
1579 pImp->bIsTemp = sal_True; in GetStorage()
2716 pImp->bIsTemp = bTemporary; in SfxMedium()
2717 DBG_ASSERT( ! rMedium.pImp->bIsTemp, "Temporaeres Medium darf nicht kopiert werden" ); in SfxMedium()
3147 pImp->bIsTemp = bTemp; in SetTemporary()
3153 return pImp->bIsTemp; in IsTemporary()
3346 if( pImp->bIsTemp && aName.Len() ) in ~SfxMedium()