Lines Matching refs:m_aFTPURL
106 m_aFTPURL(aFTPURL), in FTPContent()
120 m_aFTPURL(Identifier->getContentIdentifier(), in FTPContent()
298 m_pFCP->forHost(m_aFTPURL.host(), in execute()
299 m_aFTPURL.port(), in execute()
300 m_aFTPURL.username(), in execute()
305 m_aFTPURL.ident(false, false), in execute()
306 m_aFTPURL.host(), // ServerName in execute()
311 m_aFTPURL.username(), in execute()
333 m_aFTPURL.host(), in execute()
334 m_aFTPURL.port(), in execute()
335 m_aFTPURL.username(), in execute()
376 value.Value <<= m_aFTPURL.ident(false,false); in execute()
388 excep.Server = m_aFTPURL.host(); in execute()
398 excep.Server = m_aFTPURL.host(); in execute()
411 value.Value <<= m_aFTPURL.ident(false,false); in execute()
480 m_aFTPURL.del(); in execute()
504 new FTPInputStream(m_aFTPURL.open())); in execute()
508 new FTPInputStream(m_aFTPURL.open())); in execute()
534 value.Value <<= m_aFTPURL.ident(false,false); in execute()
555 m_aFTPURL.list(sal_Int16(aOpenCommand.Mode)); in execute()
699 xIdent(new FTPContentIdentifier(m_aFTPURL.parent(false))); in getParent()
717 return m_aFTPURL.parent(); in getParentURL()
781 m_aFTPURL.insert(bReplace,&data); in insert()
783 m_aFTPURL.mkdir(bReplace); in insert()
789 excep.Name = m_aFTPURL.child(); in insert()
810 new XInteractionRequestImpl(m_aFTPURL.child()); in insert()
840 FTPDirentry aDirEntry = m_aFTPURL.direntry(); in getPropertyValues()
905 m_aFTPURL.child(Title); in setPropertyValues()
907 new FTPContentIdentifier(m_aFTPURL.ident(false,false)); in setPropertyValues()
911 rtl::OUString OldTitle = m_aFTPURL.ren(Title); in setPropertyValues()
949 exchange(new FTPContentIdentifier(m_aFTPURL.ident(false,false))); in setPropertyValues()