Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx155 const OUString& GetTargetURL();
201 const OUString& GetTargetURL();
606 INetURLObject aURLObj( pEntry->GetTargetURL() ); in GetFileName()
646 return pEntry->GetTargetURL(); in GetPath()
683 return pEntry->GetTargetURL(); in GetTemplatePath()
692 INetURLObject aURLObj( pRegion->GetTargetURL() ); in GetTemplatePath()
741 return pEntry->GetTargetURL(); in GetDefaultTemplatePath()
747 INetURLObject aURLObj( pRegion->GetTargetURL() ); in GetDefaultTemplatePath()
971 pSource->GetTargetURL() ) ) in CopyOrMove()
974 INetURLObject aSourceObj( pSource->GetTargetURL() ); in CopyOrMove()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dinetimg.hxx70 const String& GetTargetURL() const { return aTargetURL; } in GetTargetURL() function in INetImage
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2025 if( aURL.GetURL() != aINetImg.GetTargetURL() || in _PasteTargetURL()
2028 aURL.SetURL( aINetImg.GetTargetURL(), sal_False ); in _PasteTargetURL()