Lines Matching refs:pURL
611 SvxURLField* pURL = (SvxURLField*)pField; in getPresentation() local
613 aRet = pURL->GetURL(); in getPresentation()
615 aRet = pURL->GetRepresentation(); in getPresentation()
697 SvxURLField* pURL = (SvxURLField*)pField; // ist eine Kopie in der ScUnoEditEngine in setPropertyValue() local
703 pURL->SetURL( aStrVal ); in setPropertyValue()
708 pURL->SetRepresentation( aStrVal ); in setPropertyValue()
713 pURL->SetTargetFrame( aStrVal ); in setPropertyValue()
776 SvxURLField* pURL = (SvxURLField*)pField; in getPropertyValue() local
779 aRet <<= rtl::OUString( pURL->GetURL() ); in getPropertyValue()
781 aRet <<= rtl::OUString( pURL->GetRepresentation() ); in getPropertyValue()
783 aRet <<= rtl::OUString( pURL->GetTargetFrame() ); in getPropertyValue()