Lines Matching refs:aCurOutputURL
477 OUString aCurOutputURL = aOutputURL; in execute() local
518 bOK = rValue >>= aCurOutputURL; in execute()
519 if (aCurOutputURL.getLength()) in execute()
521 if (!UCB_IsDirectory(aCurOutputURL)) in execute()
522 …CONSTASCII_USTRINGPARAM ( "URL does not point to a directory: " ) ) + aCurOutputURL, static_cast <… in execute()
523 if (UCB_IsReadOnlyFileName(aCurOutputURL)) in execute()
524 …( OUString ( RTL_CONSTASCII_USTRINGPARAM ( "URL is read-only: " ) ) + aCurOutputURL, static_cast <… in execute()
733 if (!aCurOutputURL.getLength()) in execute()
737 aCurOutputURL = aURLObj.GetMainURL( INetURLObject::DECODE_TO_IURI ); in execute()
742 if (!aCurOutputURL.getLength()) in execute()
746 aURLObj.SetSmartURL( aCurOutputURL ); in execute()