Lines Matching refs:aURLObj
758 INetURLObject aURLObj( aFile ); in GetFormatted() local
760 if( INET_PROT_NOT_VALID == aURLObj.GetProtocol() ) in GetFormatted()
767 aURLObj.SetURL( aURLStr ); in GetFormatted()
772 if( INET_PROT_NOT_VALID == aURLObj.GetProtocol() ) in GetFormatted()
777 else if( INET_PROT_FILE == aURLObj.GetProtocol() ) in GetFormatted()
782 aString = aURLObj.getFSysPath(INetURLObject::FSYS_DETECT); in GetFormatted()
786 aURLObj.removeSegment(INetURLObject::LAST_SEGMENT, false); in GetFormatted()
788 aURLObj.setFinalSlash(); in GetFormatted()
789 aString = aURLObj.getFSysPath(INetURLObject::FSYS_DETECT); in GetFormatted()
793 aString = aURLObj.getBase(INetURLObject::LAST_SEGMENT,true,INetURLObject::DECODE_UNAMBIGUOUS); in GetFormatted()
797 aString = aURLObj.getName(INetURLObject::LAST_SEGMENT,true,INetURLObject::DECODE_UNAMBIGUOUS); in GetFormatted()
806 aString = aURLObj.GetMainURL( INetURLObject::DECODE_TO_IURI ); in GetFormatted()
810 aURLObj.removeSegment(INetURLObject::LAST_SEGMENT, false); in GetFormatted()
812 aURLObj.setFinalSlash(); in GetFormatted()
813 aString = aURLObj.GetMainURL( INetURLObject::DECODE_TO_IURI ); in GetFormatted()
817 aString = aURLObj.getBase(); in GetFormatted()
821 aString = aURLObj.getName(); in GetFormatted()