Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/uno/
H A Dunomailmerge.cxx477 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()
[all …]

Completed in 22 milliseconds