Lines Matching refs:eProt
614 INetProtocol eProt = INetURLObject::CompareProtocolScheme( aText ); in run() local
623 …if( eProt == INET_PROT_NOT_VALID || eProt == eSmartProt || (eSmartProt == INET_PROT_NOT_VALID && e… in run()
628 if ( eProt == INET_PROT_NOT_VALID ) in run()
646 …ReadFolder( aURLObject.GetMainURL( INetURLObject::NO_DECODE ), aMatch, eProt == INET_PROT_NOT_VALI… in run()
671 if( eProt != INET_PROT_NOT_VALID && aCurObj.GetProtocol() != eProt ) in run()
683 if( eProt == INET_PROT_NOT_VALID && !bFull ) in run()
691 if( eProt == INET_PROT_NOT_VALID ) in run()
727 if( eProt == INET_PROT_NOT_VALID ) in run()
885 void SvtURLBox::SetSmartProtocol( INetProtocol eProt ) in SetSmartProtocol() argument
887 if ( eSmartProtocol != eProt ) in SetSmartProtocol()
889 eSmartProtocol = eProt; in SetSmartProtocol()