Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx475 OUString aCurOutputURL = aOutputURL; in execute() local
516 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 …]