Home
last modified time | relevance | path

Searched refs:aCurObj (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/svtools/source/control/
H A Dinettbc.cxx659 INetURLObject aCurObj; in run() local
667 aCurObj.SetURL( *aPickList.GetObject( nPos ) ); in run()
668 aCurObj.SetSmartURL( aCurObj.GetURLNoPass()); in run()
669 aCurMainURL = aCurObj.GetMainURL( INetURLObject::NO_DECODE ); in run()
671 if( eProt != INET_PROT_NOT_VALID && aCurObj.GetProtocol() != eProt ) in run()
674 if( eSmartProt != INET_PROT_NOT_VALID && aCurObj.GetProtocol() != eSmartProt ) in run()
677 switch( aCurObj.GetProtocol() ) in run()
694 String aScheme( INetURLObject::GetScheme( aCurObj.GetProtocol() ) ); in run()
698 aMatch = aCurObj.GetMainURL( INetURLObject::NO_DECODE ); in run()
701 aCurObj.SetMark( aEmpty ); in run()
[all …]