Searched refs:aSourcePath (Results 1 – 2 of 2) sorted by relevance
1323 OUString aSourcePath = aInetObj.GetMainURL( INetURLObject::NO_DECODE ); in ExportAsPackage() local1324 if( xSFA->exists( aSourcePath ) ) in ExportAsPackage()1325 xSFA->kill( aSourcePath ); in ExportAsPackage()1332 ::ucbhelper::Content sourceContent( aSourcePath, xCmdEnv ); in ExportAsPackage()1396 if( xSFA->exists( aSourcePath ) ) in ExportAsPackage()1397 xSFA->kill( aSourcePath ); in ExportAsPackage()
5513 ::rtl::OUString aSourcePath( rPaths[0] ); in ImportGraphics()5515 aSourcePath = rPaths[0] + ::rtl::OUString::createFromAscii( "/" ); in ImportGraphics()5519 ::rtl::OUString aPath = aSourcePath + rPaths[i]; in ImportGraphics()5533 aPath = aSourcePath + rPaths[k]; in ImportGraphics()5551 bool result = ImportGraphic( aSourcePath + rPaths[i] ); in ImportGraphics()
Completed in 48 milliseconds