Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx474 OUString aCurDocumentURL = aDocumentURL; in execute() local
509 bOK = rValue >>= aCurDocumentURL; in execute()
510 if (aCurDocumentURL.getLength() in execute()
511 && !LoadFromURL_impl( xCurModel, xCurDocSh, aCurDocumentURL, sal_False )) in execute()
512 …NSTASCII_USTRINGPARAM ( "Failed to create document from URL: " ) ) + aCurDocumentURL, static_cast … in execute()
632 if (pView && aCurDocumentURL.getLength()) in execute()
724 if (aCurDocumentURL.getLength()) in execute()
728 aURLObj.SetSmartURL( aCurDocumentURL ); in execute()