Searched refs:StartURL (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8attributeoutput.hxx | 81 virtual bool StartURL( const String &rUrl, const String &rTarget );
|
| H A D | attributeoutputbase.hxx | 187 virtual bool StartURL( const String& rUrl, const String& rTarget ) = 0;
|
| H A D | rtfattributeoutput.hxx | 121 virtual bool StartURL( const String& rUrl, const String& rTarget );
|
| H A D | docxattributeoutput.hxx | 111 virtual bool StartURL( const String& rUrl, const String& rTarget );
|
| H A D | wrtww8gr.cxx | 376 m_pAttrOutput->StartURL( rURL.GetURL(), rURL.GetTargetFrameName() ); in OutGrf()
|
| H A D | wrtw8nds.cxx | 905 bool WW8AttributeOutput::StartURL( const String &rUrl, const String &rTarget ) in StartURL() function in WW8AttributeOutput 1190 … if ( m_rExport.AttrOutput().StartURL( rINet->GetValue(), rINet->GetTargetFrame() ) ) in OutAttrWithRange()
|
| H A D | wrtw8esh.cxx | 1148 m_rExport.AttrOutput().StartURL( pURL->GetURL(), pURL->GetTargetFrame() ); in OutEEField()
|
| H A D | docxattributeoutput.cxx | 817 bool DocxAttributeOutput::StartURL( const String& rUrl, const String& rTarget ) in StartURL() function in DocxAttributeOutput
|
| H A D | rtfattributeoutput.cxx | 656 bool RtfAttributeOutput::StartURL( const String& rUrl, const String& rTarget ) in StartURL() function in RtfAttributeOutput
|