Searched refs:_sNewName (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/connectivity/source/sdbcx/ |
H A D | VCollection.cxx | 128 virtual bool rename(const ::rtl::OUString _sOldName,const ::rtl::OUString _sNewName) in rename() argument 137 (*aFind) = m_aNameMap.insert(m_aNameMap.begin(), ObjectEntry(_sNewName,(*aFind)->second)); in rename() 531 void OCollection::renameObject(const ::rtl::OUString _sOldName,const ::rtl::OUString _sNewName) in renameObject() argument 534 OSL_ENSURE(!m_pElements->exists(_sNewName),"Element already exists"); in renameObject() 535 OSL_ENSURE(_sNewName.getLength(),"New name must not be empty!"); in renameObject() 538 if ( m_pElements->rename(_sOldName,_sNewName) ) in renameObject() 540 …nt aEvent(static_cast<XContainer*>(this), makeAny(_sNewName), makeAny(m_pElements->getObject(_sNew… in renameObject()
|
/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | ColumnPropertySet.java | 61 …private void assignPropertyValues(String _sNewName, PropertyValue[] _aNewColPropertyValues, boolea… in assignPropertyValues() argument 89 if (_sNewName != null && sPropName.equals(PropertyNames.PROPERTY_NAME)) in assignPropertyValues() 91 xPropertySet.setPropertyValue(PropertyNames.PROPERTY_NAME, _sNewName); in assignPropertyValues() 120 public void assignNewPropertySet(String _sNewName, XPropertySet _xNewPropertySet) in assignNewPropertySet() argument 125 … _sNewName, propertySet2PropertyValueArray(_xNewPropertySet), false /*setDefaultProperties*/); in assignNewPropertySet()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | ContentHelper.cxx | 685 void OContentHelper::impl_rename_throw(const ::rtl::OUString& _sNewName,bool _bNotify ) in impl_rename_throw() argument 688 if ( _sNewName.equals( m_pImpl->m_aProps.aTitle ) ) in impl_rename_throw() 699 aChanges[0].NewValue <<= _sNewName; in impl_rename_throw() 703 m_pImpl->m_aProps.aTitle = _sNewName; in impl_rename_throw() 710 throw ElementExistException(_sNewName,*this); in impl_rename_throw()
|
H A D | databasecontext.hxx | 190 void databaseDocumentURLChange(const ::rtl::OUString& _sOldName, const ::rtl::OUString& _sNewName);
|
/aoo41x/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VCollection.hxx | 79 virtual bool rename(const ::rtl::OUString _sOldName,const ::rtl::OUString _sNewName) = 0; 189 void renameObject(const ::rtl::OUString _sOldName,const ::rtl::OUString _sNewName);
|
/aoo41x/main/sw/source/core/undo/ |
H A D | SwUndoFmt.cxx | 159 const String & _sNewName, in SwUndoRenameFmt() argument 162 sNewName(_sNewName), pDoc(_pDoc) in SwUndoRenameFmt()
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | ContentHelper.hxx | 155 void impl_rename_throw(const ::rtl::OUString& _sNewName,bool _bNotify = true);
|
Completed in 50 milliseconds