Home
last modified time | relevance | path

Searched refs:rUrlField (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx303 String lclGetUrlRepresentation( const SvxURLField& rUrlField ) in lclGetUrlRepresentation() argument
305 String aRepr( rUrlField.GetRepresentation() ); in lclGetUrlRepresentation()
307 return aRepr.Len() ? aRepr : rUrlField.GetURL(); in lclGetUrlRepresentation()
325 String XclExpHyperlinkHelper::ProcessUrlField( const SvxURLField& rUrlField ) in ProcessUrlField() argument
334 mxLinkRec.reset( new XclExpHyperlink( GetRoot(), rUrlField, maScPos ) ); in ProcessUrlField()
340 ScGlobal::AddToken( maUrlList, rUrlField.GetURL(), '\n' ); in ProcessUrlField()
344 return aUrlRepr.Len() ? aUrlRepr : lclGetUrlRepresentation( rUrlField ); in ProcessUrlField()
H A Dxecontent.cxx382 XclExpHyperlink::XclExpHyperlink( const XclExpRoot& rRoot, const SvxURLField& rUrlField, const ScAd… in XclExpHyperlink() argument
388 const String& rUrl = rUrlField.GetURL(); in XclExpHyperlink()
389 const String& rRepr = rUrlField.GetRepresentation(); in XclExpHyperlink()
/trunk/main/sc/source/filter/inc/
H A Dxehelper.hxx203 String ProcessUrlField( const SvxURLField& rUrlField );
H A Dxecontent.hxx105 const SvxURLField& rUrlField, const ScAddress& rScPos );

Completed in 38 milliseconds