Searched refs:StartURL (Results 1 – 9 of 9) sorted by relevance
/aoo41x/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 | 377 m_pAttrOutput->StartURL( rURL.GetURL(), rURL.GetTargetFrameName() ); in OutGrf()
|
H A D | wrtw8nds.cxx | 906 bool WW8AttributeOutput::StartURL( const String &rUrl, const String &rTarget ) in StartURL() function in WW8AttributeOutput 1191 … if ( m_rExport.AttrOutput().StartURL( rINet->GetValue(), rINet->GetTargetFrame() ) ) in OutAttrWithRange()
|
H A D | wrtw8esh.cxx | 1160 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 | 664 bool RtfAttributeOutput::StartURL( const String& rUrl, const String& rTarget ) in StartURL() function in RtfAttributeOutput
|
Completed in 92 milliseconds