Home
last modified time | relevance | path

Searched refs:m_pURL (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx455 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()
[all …]
/trunk/main/cui/source/inc/
H A Dinsdlg.hxx110 INetURLObject* m_pURL; member in SvInsertPlugInDialog
142 INetURLObject* m_pURL; member in SvInsertAppletDialog

Completed in 22 milliseconds