Home
last modified time | relevance | path

Searched refs:sDocUrl (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx223 rtl::OUString sDocUrl; in fillArgsForLoading_Impl() local
236 sDocUrl = aURL.Complete; in fillArgsForLoading_Impl()
240 aArgs[nInd++].Value <<= sDocUrl; in fillArgsForLoading_Impl()
/AOO42X/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx123 String sDocUrl; in GetBasePath() local
133 sDocUrl = pPItem->GetValue(); in GetBasePath()
137 sBasePath = sDocUrl.Copy( 0, sDocUrl.SearchBackward( '/' ) + 1 ); in GetBasePath()