Lines Matching refs:m_pURL
455 m_pURL(0) in SvInsertPlugInDialog()
463 delete m_pURL; in ~SvInsertPlugInDialog()
494 if ( !m_pURL ) in Execute()
495 m_pURL = new INetURLObject(); in Execute()
497 *m_pURL = INetURLObject(); in Execute()
503 m_pURL->SetSmartProtocol( INET_PROT_FILE ); in Execute()
504 if ( !aURL.Len() || m_pURL->SetSmartURL( aURL ) ) in Execute()
522 makeAny( ::rtl::OUString( m_pURL->GetMainURL( INetURLObject::NO_DECODE ) ) ) ); in Execute()
602 m_pURL(0) in SvInsertAppletDialog()
621 m_pURL(0) in SvInsertAppletDialog()
631 delete m_pURL; in ~SvInsertAppletDialog()