Home
last modified time | relevance | path

Searched refs:_rNewName (Results 1 – 25 of 25) sorted by relevance

/aoo4110/main/basctl/source/basicide/
H A Dscriptdocument.cxx304 …ng& _rLibName, const ::rtl::OUString& _rOldName, const ::rtl::OUString& _rNewName, const Reference…
644 …const ::rtl::OUString& _rOldName, const ::rtl::OUString& _rNewName, const Reference< XNameContaine… in renameModuleOrDialog()
682 xDlgPSet->setPropertyValue( DLGED_PROP_NAME, makeAny( _rNewName ) ); in renameModuleOrDialog()
697 xVBAModuleInfo->insertModuleInfo( _rNewName, sModuleInfo ); in renameModuleOrDialog()
700 xLib->insertByName( _rNewName, aElement ); in renameModuleOrDialog()
1430 …tl::OUString& _rLibName, const ::rtl::OUString& _rOldName, const ::rtl::OUString& _rNewName ) const in renameModule()
1432 return m_pImpl->renameModuleOrDialog( E_SCRIPTS, _rLibName, _rOldName, _rNewName, NULL ); in renameModule()
1481 …ng& _rLibName, const ::rtl::OUString& _rOldName, const ::rtl::OUString& _rNewName, const Reference… in renameDialog() argument
1483 …return m_pImpl->renameModuleOrDialog( E_DIALOGS, _rLibName, _rOldName, _rNewName, _rxExistingDialo… in renameDialog()
/aoo4110/main/extensions/source/propctrlr/
H A Dxsdvalidationpropertyhandler.cxx493 …bool XSDValidationPropertyHandler::implPrepareCloneDataCurrentType( ::rtl::OUString& _rNewName ) S… in implPrepareCloneDataCurrentType() argument
511 _rNewName = aDialog.GetName(); in implPrepareCloneDataCurrentType()
516 …bool XSDValidationPropertyHandler::implDoCloneCurrentDataType( const ::rtl::OUString& _rNewName ) … in implDoCloneCurrentDataType() argument
524 if ( !m_pHelper->cloneDataType( pType, _rNewName ) ) in implDoCloneCurrentDataType()
527 m_pHelper->setValidatingDataTypeByName( _rNewName ); in implDoCloneCurrentDataType()
H A Dxsdvalidationpropertyhandler.hxx86 bool implPrepareCloneDataCurrentType( ::rtl::OUString& _rNewName ) SAL_THROW(());
87 bool implDoCloneCurrentDataType( const ::rtl::OUString& _rNewName ) SAL_THROW(());
H A Dxsdvalidationhelper.cxx193 …nst ::rtl::Reference< XSDDataType >& _pDataType, const ::rtl::OUString& _rNewName ) const SAL_THRO… in cloneDataType()
211 xRepository->cloneDataType( xDataType->getName(), _rNewName ); in cloneDataType()
H A Dxsdvalidationhelper.hxx95 …nst ::rtl::Reference< XSDDataType >& _pDataType, const ::rtl::OUString& _rNewName ) const SAL_THRO…
/aoo4110/main/sfx2/source/appl/
H A Dlnkbase2.cxx597 bool SvBaseLink::ExecuteEdit( const String& _rNewName ) in ExecuteEdit() argument
601 if( _rNewName.Len() != 0 ) in ExecuteEdit()
603 SetLinkSourceName( _rNewName ); in ExecuteEdit()
/aoo4110/main/dbaccess/source/core/api/
H A Dtable.cxx323 void SAL_CALL ODBTable::rename( const ::rtl::OUString& _rNewName ) throw(SQLException, ElementExist… in rename() argument
332 getRenameService()->rename(xTable,_rNewName); in rename()
333 ::connectivity::OTable_TYPEDEF::rename(_rNewName); in rename()
H A DTableDeco.cxx470 void SAL_CALL ODBTableDecorator::rename( const ::rtl::OUString& _rNewName ) throw(SQLException, Ele… in rename() argument
481 xRename->rename(_rNewName); in rename()
/aoo4110/main/basctl/source/inc/
H A Dscriptdocument.hxx358 …l::OUString& _rLibName, const ::rtl::OUString& _rOldName, const ::rtl::OUString& _rNewName ) const;
402 const ::rtl::OUString& _rNewName,
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx2186 void SAL_CALL ODocumentDefinition::rename( const ::rtl::OUString& _rNewName ) throw (SQLException, … in rename() argument
2191 if ( _rNewName.equals( m_pImpl->m_aProps.aTitle ) ) in rename()
2196 if ( _rNewName.indexOf( '/' ) != -1 ) in rename()
2199 NameChangeNotifier aNameChangeAndNotify( *this, _rNewName, aGuard ); in rename()
2200 m_pImpl->m_aProps.aTitle = _rNewName; in rename()
2207 throw ElementExistException(_rNewName,*this); in rename()
H A Ddatasource.cxx552 …t Reference< XDocumentDataSource >& _rxDocument, const ::rtl::OUString& _rNewName, DBContextAccess… in setName() argument
559 rModelImpl.m_pImpl->m_sName = _rNewName; in setName()
H A Ddatasource.hxx182 const ::rtl::OUString& _rNewName,
/aoo4110/main/dbaccess/source/ext/macromigration/
H A Dmigrationlog.cxx68 …try( const ScriptType& _eType, const ::rtl::OUString& _rOldName, const ::rtl::OUString& _rNewName ) in LibraryEntry()
71 ,sNewName( _rNewName ) in LibraryEntry()
/aoo4110/main/dbaccess/source/ui/app/
H A DAppView.cxx528 ,const ::rtl::OUString& _rNewName ) in elementReplaced()
531 getDetailView()->elementReplaced(_eType, _rOldName, _rNewName ); in elementReplaced()
H A DAppDetailPageHelper.cxx935 ,const ::rtl::OUString& _rNewName ) in elementReplaced()
940 ::rtl::OUString sNewName = _rNewName; in elementReplaced()
946 static_cast<OTableTreeListBox*>(pTreeView)->addedTable( _rNewName ); in elementReplaced()
H A DAppView.hxx268 ,const ::rtl::OUString& _rNewName );
H A DAppDetailView.cxx963 ,const ::rtl::OUString& _rNewName ) in elementReplaced()
966 m_pControlHelper->elementReplaced( _eType, _rOldName, _rNewName ); in elementReplaced()
H A DAppDetailPageHelper.hxx347 ,const ::rtl::OUString& _rNewName );
H A DAppDetailView.hxx341 ,const ::rtl::OUString& _rNewName );
/aoo4110/main/sfx2/inc/sfx2/
H A Dlnkbase.hxx92 bool ExecuteEdit( const String& _rNewName );
/aoo4110/main/forms/source/xforms/
H A Ddatatypes.cxx110 OXSDDataType* OXSDDataType::clone( const ::rtl::OUString& _rNewName ) const in clone()
112 OXSDDataType* pClone = createClone( _rNewName ); in clone()
H A Ddatatypes.hxx116 OXSDDataType* clone( const ::rtl::OUString& _rNewName ) const;
/aoo4110/main/dbaccess/source/core/inc/
H A Dtable.hxx145 …virtual void SAL_CALL rename( const ::rtl::OUString& _rNewName ) throw(::com::sun::star::sdbc::SQL…
H A DTableDeco.hxx185 …virtual void SAL_CALL rename( const ::rtl::OUString& _rNewName ) throw(::com::sun::star::sdbc::SQL…
/aoo4110/main/dbaccess/source/ui/inc/
H A Ddatasourcemap.hxx146 void renamed(const ::rtl::OUString& _rOldName, const ::rtl::OUString& _rNewName);

Completed in 153 milliseconds