Searched refs:rNewFile (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sc/source/ui/docshell/ |
H A D | arealink.cxx | 238 sal_Bool ScAreaLink::Refresh( const String& rNewFile, const String& rNewFilter, in Refresh() argument 243 if (!rNewFile.Len() || !rNewFilter.Len()) in Refresh() 246 String aNewUrl( ScGlobal::GetAbsDocName( rNewFile, pImpl->m_pDocSh ) ); in Refresh()
|
H A D | tablink.cxx | 182 sal_Bool ScTableLink::Refresh(const String& rNewFile, const String& rNewFilter, in Refresh() argument 187 if (!rNewFile.Len() || !rNewFilter.Len()) in Refresh() 190 String aNewUrl( ScGlobal::GetAbsDocName( rNewFile, pImpl->m_pDocSh ) ); in Refresh()
|
H A D | externalrefmgr.cxx | 2275 void ScExternalRefManager::switchSrcFile(sal_uInt16 nFileId, const String& rNewFile, const String& … in switchSrcFile() argument 2277 maSrcFiles[nFileId].maFileName = rNewFile; in switchSrcFile()
|
/aoo4110/main/sc/inc/ |
H A D | arealink.hxx | 66 sal_Bool Refresh( const String& rNewFile, const String& rNewFilter,
|
H A D | tablink.hxx | 65 sal_Bool Refresh(const String& rNewFile, const String& rNewFilter,
|
H A D | externalrefmgr.hxx | 605 void switchSrcFile(sal_uInt16 nFileId, const String& rNewFile, const String& rNewFilter);
|
Completed in 39 milliseconds