Lines Matching refs:m_aURL
54 ,m_aURL (this, CUI_RES(CMB_URL)) in ODocumentLinkDialog()
70 m_aURL.SetFilter(sTemp); in ODocumentLinkDialog()
73 m_aURL.SetModifyHdl( LINK(this, ODocumentLinkDialog, OnTextModified) ); in ODocumentLinkDialog()
77 m_aURL.SetDropDownLineCount(10); in ODocumentLinkDialog()
82 m_aURL.SetDropDownLineCount( 5 ); in ODocumentLinkDialog()
89 m_aURL.SetText(_rURL); in set()
97 _rURL = m_aURL.GetText(); in get()
104 m_aOK.Enable( (0 != m_aName.GetText().Len()) && ( 0 != m_aURL.GetText().Len() ) ); in validate()
111 ::rtl::OUString sURL = m_aURL.GetText(); in IMPL_LINK()
130 sMsg.SearchAndReplaceAscii("$file$", m_aURL.GetText()); in IMPL_LINK()
139 sMsg.SearchAndReplaceAscii("$file$", m_aURL.GetText()); in IMPL_LINK()
177 String sPath = m_aURL.GetText(); in IMPL_LINK()
200 m_aURL.GrabFocus(); in IMPL_LINK()
204 m_aURL.SetText(aTransformer.get(OFileNotation::N_SYSTEM)); in IMPL_LINK()