Lines Matching refs:newName
2347 void SAL_CALL ODbaseTable::rename( const ::rtl::OUString& newName ) throw(::com::sun::star::sdbc::S… in rename() argument
2352 if(m_pTables && m_pTables->hasByName(newName)) in rename()
2353 throw ElementExistException(newName,*this); in rename()
2356 renameImpl(newName); in rename()
2358 ODbaseTable_BASE::rename(newName); in rename()
2367 const ::rtl::OUString& newName,const String& _sExtension) in renameFile()
2382 String sNewName(newName); in renameFile()
2401 throw ElementExistException(newName,NULL); in renameFile()
2406 void SAL_CALL ODbaseTable::renameImpl( const ::rtl::OUString& newName ) throw(::com::sun::star::sdb… in renameImpl() argument
2414 renameFile(m_pConnection,m_Name,newName,m_pConnection->getExtension()); in renameImpl()
2418 renameFile(m_pConnection,m_Name,newName,sExt); in renameImpl()