Home
last modified time | relevance | path

Searched refs:filePath (Results 26 – 41 of 41) sorted by relevance

12

/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DCustomAnimation.java69 String filePath = null; field in CustomAnimation
285 filePath = Testspace.getPath("tmp/shapeanimation." + sExtension); in saveAndReloadDoc()
295 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
298 unoApp.loadDocument(filePath)); in saveAndReloadDoc()
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx57 xmlDocPtr HelpCompiler::getSourceDocument(const fs::path &filePath) in getSourceDocument() argument
65 res = xmlParseFile(filePath.native_file_string().c_str()); in getSourceDocument()
68 res = xmlParseFile(filePath.native_file_string().c_str()); in getSourceDocument()
89 xmlDocPtr doc = xmlParseFile(filePath.native_file_string().c_str()); in getSourceDocument()
93 doc = xmlParseFile(filePath.native_file_string().c_str()); in getSourceDocument()
H A DHelpCompiler.hxx304 xmlDocPtr getSourceDocument(const fs::path &filePath);
/trunk/main/idlc/source/
H A Didlccompile.cxx258 OString filePath; in compileFile() local
263 filePath = fileName.copy(0, index); in compileFile()
265 if ( filePath.getLength() ) in compileFile()
268 cppArgs.append(filePath); in compileFile()
/trunk/test/testuno/source/fvt/uno/db/
H A DDBAccess.java148 String filePath = Testspace.getPath("tmp/basetest." + sExtension); in saveAndReloadDoc() local
157 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
160 app.loadDocument(filePath)); in saveAndReloadDoc()
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java580 String filePath = Testspace.getPath(scTempDir + fullFileName); in reloadFile() local
581 …heetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, unoApp.loadDocument(filePath)); in reloadFile()
593 public static XSpreadsheetDocument openFile(String filePath, UnoApp app) throws Exception { in openFile() argument
594 …adsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, app.loadDocument(filePath)); in openFile()
H A DSWUtil.java103 public static XTextDocument openDocument(String filePath, UnoApp app) throws Exception { in openDocument() argument
105 return (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.loadDocument(filePath)); in openDocument()
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx87 static BOOL rebaseImage( const std::string& filePath, LPVOID address ) in rebaseImage() argument
95 filePath.c_str(), in rebaseImage()
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java165 public XInputStream getFileStream( String filePath ) in getFileStream() argument
167 return new StreamSimulator(filePath, true, m_xMSF); in getFileStream()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DInstallData.java440 public void setGetUidPath(String filePath) { in setGetUidPath() argument
441 getUidPath = filePath; in setGetUidPath()
/trunk/main/lingucomponent/source/languageguessing/
H A Dguesslang.cxx252 const rtl::OUString &filePath ) in SetFingerPrintsDB() argument
256 OString path = OUStringToOString( filePath, osl_getThreadTextEncoding() ); in SetFingerPrintsDB()
/trunk/main/scripting/source/storage/
H A DScriptStorage.cxx429 OUString filePath = xStringUri.copy( startPath + searchStringLength, in createForFilesystem() local
447 scriptData.parcelURI = filePath; in createForFilesystem()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java756 public static long getFileSize(String filePath){ in getFileSize() argument
757 return getFileSize(new File(filePath)); in getFileSize()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx1803 char filePath[_MAX_PATH]; in SaveTo_Impl() local
1817 strcpy( filePath, CHAR_POINTER( aSystemFileURL)); in SaveTo_Impl()
1820 printf( "file name: %s\n", filePath); in SaveTo_Impl()
1826 _splitpath ( filePath, NULL, NULL, NULL, fileExt); in SaveTo_Impl()
1845 rc = _ea_put( &eaType, filePath, 0, ".TYPE"); in SaveTo_Impl()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/main/sal/osl/w32/
H A Dfile_dirvol.cxx1820 rtl_uString *filePath, in osl_setFileTime() argument
1837 error=_osl_getSystemPathFromFileURL(filePath, &sysPath, sal_False); in osl_setFileTime()

Completed in 105 milliseconds

12