Searched refs:aTestURL (Results 1 – 2 of 2) sorted by relevance
341 URL aTestURL = aURL; in getPresentation() local342 sal_Bool bParseResult = parseSmart( aTestURL, aTestURL.Protocol ); in getPresentation()345 if ( !bWithPassword && aTestURL.Password.getLength() > 0 ) in getPresentation()348 aTestURL.Password = ::rtl::OUString::createFromAscii( "<******>" ); in getPresentation()349 assemble( aTestURL ); in getPresentation()354 …INetURLObject::translateToExternal( aTestURL.Complete, sPraesentationURL, INetURLObject::DECODE_UN… in getPresentation()
297 INetURLObject aTestURL( rBaseURL ); in ImplLoadSubDirs() local300 aTestURL.Append( aTestFile ); in ImplLoadSubDirs()301 …SvStream* pTestStm = ::utl::UcbStreamHelper::CreateStream( aTestURL.GetMainURL( INetURLObject::NO_… in ImplLoadSubDirs()311 KillFile( aTestURL ); in ImplLoadSubDirs()
Completed in 12 milliseconds