Searched refs:SFX_STREAM_READONLY (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sfx2/source/doc/ |
H A D | docinsert.cxx | 110 sURL, SFX_STREAM_READONLY, sal_False, in CreateMedium() 146 sURL, SFX_STREAM_READONLY, sal_False, in CreateMediumList()
|
H A D | docfile.cxx | 1574 nStorOpenMode = SFX_STREAM_READONLY; in GetStorage() 3285 nStorOpenMode = bReadOnly ? SFX_STREAM_READONLY : SFX_STREAM_READWRITE; in SfxMedium() 4183 nStorOpenMode = SFX_STREAM_READONLY; in SwitchDocumentToTempFile()
|
H A D | objmisc.cxx | 492 pMedium->SetOpenMode( SFX_STREAM_READONLY, pMedium->IsDirect(), sal_True ); in SetReadOnly()
|
/aoo42x/main/sfx2/source/inc/ |
H A D | openflag.hxx | 31 #define SFX_STREAM_READONLY (STREAM_READ | STREAM_SHARE_DENYWRITE) // + !bDirect macro
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | sfxhtml.cxx | 249 pDLMedium = new SfxMedium( rURL, SFX_STREAM_READONLY, sal_False ); in StartFileDownload()
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 420 nOpenMode = SFX_STREAM_READONLY; in ExecReload_Impl() 455 nOpenMode = pEditItem->GetValue() ? SFX_STREAM_READWRITE : SFX_STREAM_READONLY; in ExecReload_Impl() 525 pMed->SetOpenMode( SFX_STREAM_READONLY, pMed->IsDirect() ); in ExecReload_Impl()
|
H A D | frame.cxx | 378 sal_Bool bReadOnly = pMed->GetOpenMode() == SFX_STREAM_READONLY; in GetViewData_Impl()
|
Completed in 63 milliseconds