Home
last modified time | relevance | path

Searched refs:newName (Results 1 – 25 of 56) sorted by last modified time

123

/trunk/main/oox/source/token/
H A Dtokens.txt3426 newName
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2347 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()
[all …]
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx4393 rtl::OUString newName = aTmpName8 + OUString::createFromAscii("/tmpname"); in TEST_F()
4395 nError1 = ::osl::File::move( aTmpName3, newName ); in TEST_F()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java661 public void rename(String oldName, String newName) in rename() argument
665 String nname = zipName(newName); in rename()
673 "target file/folder " + newName + " exists"); // I18N in rename()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx2767 aNewName = newName( aNewPrefix,aOldPrefix,aOldName ); in getContentExchangedEventListeners()
2986 new_Name = newName( dstUnqPath,srcUnqPath,old_Name ); in copyPersistentSet()
H A Dbc.cxx1258 !aRequestImpl->newName().getLength() ) in insert()
1268 m_aUncPath += rtl::Uri::encode( aRequestImpl->newName(), in insert()
H A Dfilinsreq.hxx210 rtl::OUString newName() const in newName() function in fileaccess::XInteractionRequestImpl
H A Dfilglob.cxx195 rtl::OUString newName( in newName() function
H A Dfilglob.hxx67 extern rtl::OUString newName( const rtl::OUString& aNewPrefix,
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java200 String newName = (String) value; in createPartControl()
201 String msg = validateName(newName); in createPartControl()
203 controlInfo.name = newName; in createPartControl()
205 item.setText(1, newName); in createPartControl()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java364 String newName = new String("PPP" + ++newParaStyleNr); in buildDocument() local
365 pStyle.setName(newName); in buildDocument()
420 String newName = new String("TTT" + ++newTextStyleNr); in buildDocument() local
421 trStyle.setName(newName); in buildDocument()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyle.java136 public void setName(String newName) { in setName() argument
137 name = newName; in setName()
/trunk/main/winaccessibility/source/service/
H A DAccObjectManagerAgent.cxx102 void AccObjectManagerAgent::UpdateAccName( XAccessible* pXAcc, Any newName) in UpdateAccName() argument
105 pWinManager->SetAccName( pXAcc, newName ); in UpdateAccName()
H A DAccObjectWinManager.cxx1060 void AccObjectWinManager::SetAccName( XAccessible* pXAcc, Any newName) in SetAccName() argument
1064 pAccObj->SetName( newName ); in SetAccName()
/trunk/main/winaccessibility/inc/
H A DAccObject.hxx107 void SetName( com::sun::star::uno::Any newName);
H A DAccObjectManagerAgent.hxx75 …pdateAccName( com::sun::star::accessibility::XAccessible* pXAcc, com::sun::star::uno::Any newName);
H A DAccObjectWinManager.hxx143 … SetAccName( com::sun::star::accessibility::XAccessible* pXAcc, com::sun::star::uno::Any newName);
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx530 - xNamed::setName( newName ) in move()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx649 const char *newName = NULL; in setPropertyValues() local
690 newName = sNewTitle.getStr(); in setPropertyValues()
693 if (!newName || !oldName || strcmp(newName, oldName)) in setPropertyValues()
696 g_warning ("Set new name to '%s'", newName); in setPropertyValues()
706 g_file_info_set_name(pNewInfo, newName); in setPropertyValues()
736 aNewURL += rtl::OUString( newName, strlen(newName), RTL_TEXTENCODING_UTF8 ); in setPropertyValues()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx806 char *newName = OUStringToGnome( aNewTitle ); in setPropertyValues() local
808 if( !newName || !m_info.name || strcmp( newName, m_info.name ) ) { in setPropertyValues()
810 g_warning ("Set new name to '%s'", newName); in setPropertyValues()
819 newInfo.name = newName; in setPropertyValues()
822 g_free (newName); in setPropertyValues()
H A Dgvfs_content.hxx102 ::rtl::OUString makeNewURL ( const char *newName );
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr.cxx485 OUString newName( xNewTD->getName() ); in insert() local
487 getByHierarchicalName( newName ), UNO_QUERY ); in insert()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelContainer.java583 …public void renameParcel(String oldName, String newName) throws com.sun.star.container.NoSuchEleme… in renameParcel() argument
585 LogUtils.DEBUG(" ** ParcelContainer Renaming parcel " + oldName + " to " + newName ); in renameParcel()
595 newName ); in renameParcel()
617 p.rename( newName ); in renameParcel()
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DParcelBrowseNode.java205 String newName; in invoke() local
220 newName = dialogFactory.showInputDialog(title, prompt); in invoke()
224 newName = JOptionPane.showInputDialog(null, prompt, title, in invoke()
229 newName = (String) AnyConverter.toString(aParams[0]); in invoke()
232 if ( newName == null || newName.equals("")) in invoke()
293 String newName = null; in invoke() local
310 newName = dialogFactory.showInputDialog(title, prompt); in invoke()
314 newName = JOptionPane.showInputDialog(null, prompt, title, in invoke()
319 newName = (String) AnyConverter.toString(aParams[0]); in invoke()
321 container.renameParcel( getName(), newName ); in invoke() local
[all …]
H A DScriptBrowseNode.java258 String newName = (String) AnyConverter.toString(aParams[0]); in invoke() local
265 newName + "." + provider.getScriptEditor().getExtension(); in invoke()

Completed in 200 milliseconds

123