Searched refs:IsDirect (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/extensions/source/update/check/ |
H A D | updateinfo.hxx | 32 bool IsDirect; member 35 DownloadSource(bool bIsDirect, const rtl::OUString& aURL) : IsDirect(bIsDirect), URL(aURL) {}; in DownloadSource() 36 DownloadSource(const DownloadSource& ds) : IsDirect(ds.IsDirect), URL(ds.URL) {}; in DownloadSource() 38 …DownloadSource & operator=( const DownloadSource & ds ) { IsDirect = ds.IsDirect; URL = ds.URL; re… in operator =()
|
H A D | updatecheck.cxx | 908 if( aInfo.Sources[0].IsDirect ) in download() 1263 else if(m_aUpdateInfo.Sources[0].IsDirect) in showDialog() 1320 if( iter->IsDirect ) in setUpdateInfo() 1328 iter->IsDirect ) in setUpdateInfo() 1361 if( m_aUpdateInfo.Sources[0].IsDirect ) in setUpdateInfo() 1491 if( rInfo.Sources[0].IsDirect ) in getUIState()
|
H A D | updatecheckconfig.cxx | 464 uno::makeAny(rInfo.Sources[0].IsDirect ? sal_True : sal_False), in storeUpdateFound()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | docfile.hxx | 208 sal_Bool IsDirect() const { return bDirect? sal_True: sal_False; } in IsDirect() function in SfxMedium
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 504 pMed->SetOpenMode( nOpenMode, pMed->IsDirect() ); in ExecReload_Impl() 525 pMed->SetOpenMode( SFX_STREAM_READONLY, pMed->IsDirect() ); in ExecReload_Impl()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objmisc.cxx | 492 pMedium->SetOpenMode( SFX_STREAM_READONLY, pMedium->IsDirect(), sal_True ); in SetReadOnly()
|
H A D | objstor.cxx | 2658 …edium( pRetrMedium->GetName(), pRetrMedium->GetOpenMode(), pRetrMedium->IsDirect(), pFilter, pSet … in DoSave_Impl()
|
H A D | docfile.cxx | 2713 bDirect = rMedium.IsDirect(); in SfxMedium()
|
Completed in 95 milliseconds