Lines Matching refs:Is
87 if ( xMed.Is() ) in ~SvFileObject()
138 if( !xMed.Is() ) in GetData()
153 ( !bWaitForData && ( xMed.Is() || // wurde als URL geladen in GetData()
154 ( bSynchron && LoadFile_Impl() && xMed.Is() ) )) ) in GetData()
165 !GetGraphic_Impl( aGrf, xMed.Is() ? xMed->GetInStream() : 0 )) in GetData()
167 if( !xMed.Is() ) in GetData()
213 if( xMed.Is() && !bSynchron && bClearMedium ) in GetData()
244 if( pShell.Is() ) in Connect()
285 if( bWaitForData || !bLoadAgain || xMed.Is() || pDownLoadData ) in LoadFile_Impl()
310 bClearMedium = !xMed.Is(); in LoadFile_Impl()
346 nRes = xMed.Is() ? GRFILTER_OPENERROR in GetGraphic_Impl()
390 if( xMed.Is() && !pStream ) in GetGraphic_Impl()
544 if( pThis->xMed.Is() ) in IMPL_STATIC_LINK()
597 SvStream* pStrm = pThis->xMed.Is() ? pThis->xMed->GetInStream() : 0; in IMPL_STATIC_LINK()
670 ( bSynchron && pThis->LoadFile_Impl() && xMed.Is() ) ) in IsDataComplete()