Searched refs:AnalyzeURL (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 823 bool AttributeOutputBase::AnalyzeURL( const String& rUrl, const String& /*rTarget*/, String* pLinkU… in AnalyzeURL() function in AttributeOutputBase 874 bool WW8AttributeOutput::AnalyzeURL( const String& rUrl, const String& rTarget, String* pLinkURL, S… in AnalyzeURL() function in WW8AttributeOutput 876 bool bBookMarkOnly = AttributeOutputBase::AnalyzeURL( rUrl, rTarget, pLinkURL, pMark ); in AnalyzeURL() 916 bool bBookMarkOnly = AnalyzeURL( rUrl, rTarget, &sURL, &sMark ); in StartURL()
|
H A D | ww8attributeoutput.hxx | 413 …virtual bool AnalyzeURL( const String& rURL, const String& rTarget, String* pLinkURL, String* pMar…
|
H A D | attributeoutputbase.hxx | 565 …virtual bool AnalyzeURL( const String& rUrl, const String& rTarget, String* pLinkURL, String* pMar…
|
H A D | docxattributeoutput.hxx | 518 …virtual bool AnalyzeURL( const String& rURL, const String& rTarget, String* pLinkURL, String* pMar…
|
H A D | docxattributeoutput.cxx | 783 bool DocxAttributeOutput::AnalyzeURL( const String& rUrl, const String& rTarget, String* pLinkURL, … in AnalyzeURL() function in DocxAttributeOutput 785 bool bBookMarkOnly = AttributeOutputBase::AnalyzeURL( rUrl, rTarget, pLinkURL, pMark ); in AnalyzeURL() 822 bool bBookmarkOnly = AnalyzeURL( rUrl, rTarget, &sUrl, &sMark ); in StartURL()
|
Completed in 60 milliseconds