Searched refs:aNewLinkURL (Results 1 – 2 of 2) sorted by relevance
559 String aNewLinkURL; in UpdateLinkURL_Impl() local560 GetDoc()->GetLinkManager().GetDisplayNames( mpObjectLink, 0, &aNewLinkURL, 0, 0 ); in UpdateLinkURL_Impl()561 if ( !aNewLinkURL.EqualsIgnoreCaseAscii( maLinkURL ) ) in UpdateLinkURL_Impl()580 aArgs[0].Value <<= ::rtl::OUString( aNewLinkURL ); in UpdateLinkURL_Impl()583 maLinkURL = aNewLinkURL; in UpdateLinkURL_Impl()
975 String aNewLinkURL; in UpdateLinkURL_Impl() local976 pLinkManager->GetDisplayNames( mpImpl->mpObjectLink, 0, &aNewLinkURL, 0, 0 ); in UpdateLinkURL_Impl()977 if ( !aNewLinkURL.EqualsIgnoreCaseAscii( mpImpl->maLinkURL ) ) in UpdateLinkURL_Impl()993 aArgs[0].Value <<= ::rtl::OUString( aNewLinkURL ); in UpdateLinkURL_Impl()996 mpImpl->maLinkURL = aNewLinkURL; in UpdateLinkURL_Impl()
Completed in 34 milliseconds