Searched refs:aNewUrl (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/ui/docshell/ |
H A D | tablink.cxx | 190 String aNewUrl( ScGlobal::GetAbsDocName( rNewFile, pImpl->m_pDocSh ) ); in Refresh() local 191 sal_Bool bNewUrlName = (aNewUrl != aFileName); in Refresh() 213 SfxMedium* pMed = new SfxMedium(aNewUrl, STREAM_STD_READ, sal_False, pFilter, pSet); in Refresh() 282 ScGlobal::GetDocTabName( aNewUrl, aTabName ), in Refresh() 377 pDoc->SetString( 1,1,nTab, aNewUrl ); in Refresh() 388 pDoc->SetLink( nTab, nMode, aNewUrl, rNewFilter, aNewOpt, in Refresh() 396 aFileName = aNewUrl; in Refresh()
|
H A D | arealink.cxx | 246 String aNewUrl( ScGlobal::GetAbsDocName( rNewFile, pImpl->m_pDocSh ) ); in Refresh() local 247 sal_Bool bNewUrlName = (aNewUrl != aFileName); in Refresh() 267 SfxMedium* pMed = new SfxMedium(aNewUrl, STREAM_STD_READ, sal_False, pFilter); in Refresh() 432 aNewUrl, rNewFilter, aNewOpt, in Refresh() 440 aFileName = aNewUrl; in Refresh()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | exsrcbrw.cxx | 312 ::com::sun::star::util::URL aNewUrl = aURL; in queryDispatch() 317 m_xUrlTransformer->parseStrict( aNewUrl ); in queryDispatch() 320 aNewUrl.Mark = ::rtl::OUString::createFromAscii("DB/FormGridView"); in queryDispatch() 325 m_xUrlTransformer->assemble(aNewUrl); in queryDispatch() 329 xReturn = xFrameDispatcher->queryDispatch(aNewUrl, aTargetFrameName, FrameSearchFlag::PARENT); in queryDispatch()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xicontent.cxx | 370 String aNewUrl(sal_Unicode('#')), aTabName; in ConvertToValidTabName() local 395 aNewUrl.Append(sal_Unicode('\'')); in ConvertToValidTabName() 396 aNewUrl.Append(aTabName); in ConvertToValidTabName() 398 aNewUrl.Append(sal_Unicode('\'')); in ConvertToValidTabName() 404 aNewUrl.Append(c); in ConvertToValidTabName() 412 rUrl = aNewUrl; in ConvertToValidTabName()
|
Completed in 32 milliseconds