Lines Matching refs:SfxMedium

143 extern sal_uInt32 CheckPasswd_Impl( SfxObjectShell*, SfxItemPool&, SfxMedium* );
191 sal_Bool SfxObjectShell::SaveAs( SfxMedium& rMedium ) in SaveAs()
465 sal_Bool SfxObjectShell::Load( SfxMedium& rMedium ) in Load()
470 sal_Bool SfxObjectShell::DoInitNew( SfxMedium* pMed ) in DoInitNew()
498 pMedium = new SfxMedium; in DoInitNew()
554 pMedium = new SfxMedium( xStorage, String() ); in ImportFromGeneratedStream_Impl()
590 sal_Bool SfxObjectShell::DoLoad( SfxMedium *pMed ) in DoLoad()
900 sal_uInt32 SfxObjectShell::HandleFilter( SfxMedium* pMedium, SfxObjectShell* pDoc ) 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()
1127 SfxMedium &rMedium, // Medium, in das gespeichert werden soll in SaveTo_Impl()
1859 sal_Bool SfxObjectShell::DisconnectStorage_Impl( SfxMedium& rSrcMedium, SfxMedium& rTargetMedium ) in DisconnectStorage_Impl()
1911 SfxMedium* pMediumArg ) in ConnectTmpStorage_Impl()
1996 sal_Bool SfxObjectShell::DoSaveObjectAs( SfxMedium& rMedium, sal_Bool bCommit ) in DoSaveObjectAs()
2039 sal_Bool SfxObjectShell::DoSaveAs( SfxMedium& rMedium ) in DoSaveAs()
2059 sal_Bool SfxObjectShell::DoSaveCompleted( SfxMedium* pNewMed ) in DoSaveCompleted()
2073 SfxMedium* pOld = pMedium; in DoSaveCompleted()
2212 SfxMedium& /*rMedium*/ /* <SfxMedium>, welches die Quell-Datei beschreibt in ConvertFrom() argument
2267 sal_Bool SfxObjectShell::InsertFrom( SfxMedium& rMedium ) in InsertFrom()
2362 sal_Bool SfxObjectShell::ImportFrom( SfxMedium& rMedium ) in ImportFrom()
2478 sal_Bool SfxObjectShell::ExportTo( SfxMedium& rMedium ) in ExportTo()
2587 SfxMedium& /*rMedium*/ /* <SfxMedium>, welches die Ziel-Datei beschreibt in ConvertTo() argument
2647 SfxMedium* pRetrMedium = GetMedium(); in DoSave_Impl()
2658SfxMedium* pMediumTmp = new SfxMedium( pRetrMedium->GetName(), pRetrMedium->GetOpenMode(), pRetrMe… in DoSave_Impl()
2743 SfxMedium *pMed = new SfxMedium( in Save_Impl()
2824 SfxMedium *pActMed = GetMedium(); in CommonSaveAs_Impl()
2959SfxMedium *pNewFile = new SfxMedium( rFileName, STREAM_READWRITE | STREAM_SHARE_DENYWRITE | STREAM… in PreDoSaveAs_Impl()
3057 sal_Bool SfxObjectShell::LoadFrom( SfxMedium& /*rMedium*/ ) in LoadFrom() argument
3210 sal_Bool SfxObjectShell::LoadOwnFormat( SfxMedium& rMedium ) in LoadOwnFormat()
3249 sal_Bool SfxObjectShell::SaveAsOwnFormat( SfxMedium& rMedium ) in SaveAsOwnFormat()
3314 sal_Bool SfxObjectShell::SaveAsChildren( SfxMedium& rMedium ) in SaveAsChildren()
3572 DoSaveCompleted( new SfxMedium( xStorage, GetMedium()->GetBaseURL() ) ); in SwitchPersistance()