Searched refs:aCurOutputURL (Results 1 – 1 of 1) sorted by relevance
475 OUString aCurOutputURL = aOutputURL; in execute() local516 bOK = rValue >>= aCurOutputURL; in execute()517 if (aCurOutputURL.getLength()) in execute()519 if (!UCB_IsDirectory(aCurOutputURL)) in execute()520 …CONSTASCII_USTRINGPARAM ( "URL does not point to a directory: " ) ) + aCurOutputURL, static_cast <… in execute()521 if (UCB_IsReadOnlyFileName(aCurOutputURL)) in execute()522 …( OUString ( RTL_CONSTASCII_USTRINGPARAM ( "URL is read-only: " ) ) + aCurOutputURL, static_cast <… in execute()731 if (!aCurOutputURL.getLength()) in execute()735 aCurOutputURL = aURLObj.GetMainURL( INetURLObject::DECODE_TO_IURI ); in execute()740 if (!aCurOutputURL.getLength()) in execute()[all …]