Lines Matching refs:sal_Bool

184 sal_Bool SfxObjectShell::Save()  in Save()
191 sal_Bool SfxObjectShell::SaveAs( SfxMedium& rMedium ) in SaveAs()
198 sal_Bool SfxObjectShell::QuerySlotExecutable( sal_uInt16 /*nSlotId*/ ) in QuerySlotExecutable()
232 sal_Bool SfxObjectShell::PutURLContentsToVersionStream_Impl( in PutURLContentsToVersionStream_Impl()
237 sal_Bool bResult = sal_False; in PutURLContentsToVersionStream_Impl()
331 sal_Bool bTemplate ) const in SetupStorage()
420 sal_Bool SfxObjectShell::GeneralInit_Impl( const uno::Reference< embed::XStorage >& xStorage, in GeneralInit_Impl()
421 sal_Bool bTypeMustBeSetAlready ) in GeneralInit_Impl()
459 sal_Bool SfxObjectShell::InitNew( const uno::Reference< embed::XStorage >& xStorage ) in InitNew()
465 sal_Bool SfxObjectShell::Load( SfxMedium& rMedium ) in Load()
470 sal_Bool SfxObjectShell::DoInitNew( SfxMedium* pMed ) in DoInitNew()
533 sal_Bool SfxObjectShell::ImportFromGeneratedStream_Impl( in ImportFromGeneratedStream_Impl()
543 sal_Bool bResult = sal_False; in ImportFromGeneratedStream_Impl()
590 sal_Bool SfxObjectShell::DoLoad( SfxMedium *pMed ) in DoLoad()
600 sal_Bool bOk = sal_False; in DoLoad()
636 sal_Bool bOwnStorageFormat = IsOwnStorageFormat_Impl( *pMedium ); in DoLoad()
637 sal_Bool bHasStorage = IsPackageStorageFormat_Impl( *pMedium ); in DoLoad()
660 sal_Bool bWarnMediaTypeFallback = sal_False; in DoLoad()
732 xSet->setPropertyValue( sLockUpdates, makeAny( (sal_Bool) sal_True ) ); in DoLoad()
743 xSet->setPropertyValue( sLockUpdates, makeAny( (sal_Bool) sal_False ) ); in DoLoad()
919 sal_Bool bAbort = sal_False; in HandleFilter()
1010 sal_Bool SfxObjectShell::IsOwnStorageFormat_Impl(const SfxMedium &rMedium) const in IsOwnStorageFormat_Impl()
1020 sal_Bool SfxObjectShell::IsPackageStorageFormat_Impl(const SfxMedium &rMedium) const in IsPackageStorageFormat_Impl()
1029 sal_Bool SfxObjectShell::DoSave() in DoSave()
1034 sal_Bool bOk = sal_False ; in DoSave()
1111 void Lock_Impl( SfxObjectShell* pDoc, sal_Bool bLock ) in Lock_Impl()
1125 sal_Bool SfxObjectShell::SaveTo_Impl in SaveTo_Impl()
1163 sal_Bool bStorageBasedSource = IsPackageStorageFormat_Impl( *pMedium ); in SaveTo_Impl()
1164 sal_Bool bStorageBasedTarget = IsPackageStorageFormat_Impl( rMedium ); in SaveTo_Impl()
1165 sal_Bool bOwnSource = IsOwnStorageFormat_Impl( *pMedium ); in SaveTo_Impl()
1166 sal_Bool bOwnTarget = IsOwnStorageFormat_Impl( rMedium ); in SaveTo_Impl()
1176 sal_Bool bNeedsDisconnectionOnFail = sal_False; in SaveTo_Impl()
1178 sal_Bool bStoreToSameLocation = sal_False; in SaveTo_Impl()
1181 sal_Bool bTryToPreserveScriptSignature = sal_False; in SaveTo_Impl()
1183 sal_Bool bNoPreserveForOasis = sal_False; in SaveTo_Impl()
1220 sal_Bool bCopyTo = sal_False; in SaveTo_Impl()
1250 const sal_Bool bDoBackup = SvtSaveOptions().IsBackup(); in SaveTo_Impl()
1407 sal_Bool bOldStat = pImp->bForbidReload; in SaveTo_Impl()
1413 sal_Bool bOk = sal_False; in SaveTo_Impl()
1431 sal_Bool bPasswdProvided = sal_False; in SaveTo_Impl()
1859 sal_Bool SfxObjectShell::DisconnectStorage_Impl( SfxMedium& rSrcMedium, SfxMedium& rTargetMedium ) in DisconnectStorage_Impl()
1867 sal_Bool bResult = sal_False; in DisconnectStorage_Impl()
1909 sal_Bool SfxObjectShell::ConnectTmpStorage_Impl( in ConnectTmpStorage_Impl()
1925 sal_Bool bResult = sal_False; in ConnectTmpStorage_Impl()
1996 sal_Bool SfxObjectShell::DoSaveObjectAs( SfxMedium& rMedium, sal_Bool bCommit ) in DoSaveObjectAs()
1998 sal_Bool bOk = sal_False; in DoSaveObjectAs()
2039 sal_Bool SfxObjectShell::DoSaveAs( SfxMedium& rMedium ) in DoSaveAs()
2051 sal_Bool bRet = SaveTo_Impl( rMedium, NULL ); in DoSaveAs()
2059 sal_Bool SfxObjectShell::DoSaveCompleted( SfxMedium* pNewMed ) in DoSaveCompleted()
2063 sal_Bool bOk = sal_True; in DoSaveCompleted()
2064 sal_Bool bMedChanged = pNewMed && pNewMed!=pMedium; in DoSaveCompleted()
2210 sal_Bool SfxObjectShell::ConvertFrom in ConvertFrom()
2267 sal_Bool SfxObjectShell::InsertFrom( SfxMedium& rMedium ) in InsertFrom()
2322 sal_Bool bHasInputStream = sal_False; in InsertFrom()
2323 sal_Bool bHasBaseURL = sal_False; in InsertFrom()
2352 aArgs[nEnd-1].Value <<= (sal_Bool) sal_True; in InsertFrom()
2362 sal_Bool SfxObjectShell::ImportFrom( SfxMedium& rMedium ) in ImportFrom()
2418 sal_Bool bHasInputStream = sal_False; in ImportFrom()
2419 sal_Bool bHasBaseURL = sal_False; in ImportFrom()
2449 sal_Bool bRtn = xLoader->filter( aArgs ); in ImportFrom()
2478 sal_Bool SfxObjectShell::ExportTo( SfxMedium& rMedium ) in ExportTo()
2534 sal_Bool bHasOutputStream = sal_False; in ExportTo()
2535 sal_Bool bHasStream = sal_False; in ExportTo()
2536 sal_Bool bHasBaseURL = sal_False; in ExportTo()
2585 sal_Bool SfxObjectShell::ConvertTo in ConvertTo()
2645 sal_Bool SfxObjectShell::DoSave_Impl( const SfxItemSet* pArgs ) in DoSave_Impl()
2682 sal_Bool bSaved = sal_False; in DoSave_Impl()
2695 sal_Bool bOpen( sal_False ); in DoSave_Impl()
2722 sal_Bool SfxObjectShell::Save_Impl( const SfxItemSet* pSet ) in Save_Impl()
2733 sal_Bool bSaved = sal_False; in Save_Impl()
2763 sal_Bool SfxObjectShell::CommonSaveAs_Impl in CommonSaveAs_Impl()
2803 sal_Bool bSaveTo = pSaveToItem ? pSaveToItem->GetValue() : sal_False; in CommonSaveAs_Impl()
2827 sal_Bool bWasReadonly = IsReadOnly(); in CommonSaveAs_Impl()
2913 sal_Bool SfxObjectShell::PreDoSaveAs_Impl in PreDoSaveAs_Impl()
2977sal_Bool bCopyTo = GetCreateMode() == SFX_CREATE_MODE_EMBEDDED || (pSaveToItem && pSaveToItem->Get… in PreDoSaveAs_Impl()
2994 sal_Bool bOk = sal_False; in PreDoSaveAs_Impl()
3026 sal_Bool bRet( sal_False ); in PreDoSaveAs_Impl()
3057 sal_Bool SfxObjectShell::LoadFrom( SfxMedium& /*rMedium*/ ) in LoadFrom()
3064 sal_Bool SfxObjectShell::IsInformationLost() in IsInformationLost()
3090 sal_Bool SfxObjectShell::CanReload_Impl() in CanReload_Impl()
3195 sal_Bool SfxObjectShell::HasSecurityOptOpenReadOnly() const in HasSecurityOptOpenReadOnly()
3200 sal_Bool SfxObjectShell::IsSecurityOptOpenReadOnly() const in IsSecurityOptOpenReadOnly()
3205 void SfxObjectShell::SetSecurityOptOpenReadOnly( sal_Bool _b ) in SetSecurityOptOpenReadOnly()
3210 sal_Bool SfxObjectShell::LoadOwnFormat( SfxMedium& rMedium ) in LoadOwnFormat()
3249 sal_Bool SfxObjectShell::SaveAsOwnFormat( SfxMedium& rMedium ) in SaveAsOwnFormat()
3257sal_Bool bTemplate = ( rMedium.GetFilter()->IsOwnTemplateFormat() && nVersion > SOFFICE_FILEFORMAT… in SaveAsOwnFormat()
3300 sal_Bool SfxObjectShell::SaveChildren( sal_Bool bObjectsOnly ) in SaveChildren()
3304 sal_Bool bResult = sal_True; in SaveChildren()
3307 sal_Bool bOasis = ( SotStorage::GetVersion( GetStorage() ) > SOFFICE_FILEFORMAT_60 ); in SaveChildren()
3314 sal_Bool SfxObjectShell::SaveAsChildren( SfxMedium& rMedium ) in SaveAsChildren()
3318 sal_Bool bResult = sal_True; in SaveAsChildren()
3327 sal_Bool bOasis = sal_True; in SaveAsChildren()
3340 sal_Bool SfxObjectShell::SaveCompletedChildren( sal_Bool bSuccess ) in SaveCompletedChildren()
3344 sal_Bool bResult = sal_True; in SaveCompletedChildren()
3376 sal_Bool SfxObjectShell::SwitchChildrenPersistance( const uno::Reference< embed::XStorage >& xStora… in SwitchChildrenPersistance()
3377 sal_Bool bForceNonModified ) in SwitchChildrenPersistance()
3387 sal_Bool bResult = sal_True; in SwitchChildrenPersistance()
3396 sal_Bool SfxObjectShell::SaveCompleted( const uno::Reference< embed::XStorage >& xStorage ) in SaveCompleted()
3400 sal_Bool bResult = sal_False; in SaveCompleted()
3401 sal_Bool bSendNotification = sal_False; in SaveCompleted()
3406 sal_Bool bHasContainer = ( pImp->mpObjectContainer != 0 ); in SaveCompleted()
3454 sal_Bool StoragesOfUnknownMediaTypeAreCopied_Impl( const uno::Reference< embed::XStorage >& xSource, in StoragesOfUnknownMediaTypeAreCopied_Impl()
3470 sal_Bool bGotMediaType = sal_False; in StoragesOfUnknownMediaTypeAreCopied_Impl()
3547 sal_Bool SfxObjectShell::SwitchPersistance( const uno::Reference< embed::XStorage >& xStorage ) in SwitchPersistance()
3551 sal_Bool bResult = sal_False; in SwitchPersistance()
3554 sal_Bool bHasContainer = ( pImp->mpObjectContainer != 0 ); in SwitchPersistance()
3581 sal_Bool SfxObjectShell::CopyStoragesOfUnknownMediaType( const uno::Reference< embed::XStorage >& x… in CopyStoragesOfUnknownMediaType()
3587 sal_Bool bResult = sal_True; in CopyStoragesOfUnknownMediaType()
3609 sal_Bool bGotMediaType = sal_False; in CopyStoragesOfUnknownMediaType()
3695 sal_Bool SfxObjectShell::GenerateAndStoreThumbnail( sal_Bool bEncrypted, in GenerateAndStoreThumbnail()
3696 sal_Bool bSigned, in GenerateAndStoreThumbnail()
3697 sal_Bool bIsTemplate, in GenerateAndStoreThumbnail()
3704 sal_Bool bResult = sal_False; in GenerateAndStoreThumbnail()
3737 sal_Bool SfxObjectShell::WriteThumbnail( sal_Bool bEncrypted, in WriteThumbnail()
3738 sal_Bool bSigned, in WriteThumbnail()
3739 sal_Bool bIsTemplate, in WriteThumbnail()
3742 sal_Bool bResult = sal_False; in WriteThumbnail()
3792 sal_Bool SfxObjectShell::QuerySaveSizeExceededModules_Impl( const uno::Reference< task::XInteractio… in QuerySaveSizeExceededModules_Impl()