Home
last modified time | relevance | path

Searched refs:filePath (Results 1 – 25 of 41) sorted by path

12

/trunk/main/filter/qa/complex/filter/detection/typeDetection/ !
H A DHelper.java225 public XInputStream getFileStream( String filePath ) in getFileStream() argument
227 return new StreamSimulator(filePath, true, m_param); in getFileStream()
/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/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/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ !
H A DConvert.java308 private static String filePath; field in Convert.ParameterChecker
355filePath = (source.getParent()==null)?"":source.getParent()+File.separator; //extractPath(sourceNa… in checkClParameters()
477 new File(new String(filePath + fileName + ".dbg")))); in createContentOfClParameters()
483 logString = new String(filePath + fileName + ".log"); in createContentOfClParameters()
502 Convert.secondSourceName=filePath+fileName+".sdf"; in createContentOfClParameters()
509 sourceName = filePath + fileName + "." + sourceType; in createContentOfClParameters()
522 targetName = filePath + fileName + "." + targetType; in createContentOfClParameters()
/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/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/migrationanalysis/src/wizard/ !
H A DWizard.frm3280 Dim filePath As String
3283 If fso.FileExists(filePath) Then
3284 fso.DeleteFile filePath, True
3407 Dim filePath As String
3412 missingFile = filePath
3418 missingFile = filePath
3424 missingFile = filePath
3430 missingFile = filePath
3436 missingFile = filePath
3442 missingFile = filePath
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/ !
H A DFileLogWriter.java66 public void addFileLog(String filePath){ in addFileLog() argument
70 mFileWriters.put(filePath, new FileWriter(filePath)); in addFileLog()
77 public void removeFileLog(String filePath){ in removeFileLog() argument
78 if(filePath != null) in removeFileLog()
79 mFileWriters.remove(filePath); in removeFileLog()
/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()
/trunk/main/scripting/source/runtimemgr/ !
H A DScriptNameResolverImpl.cxx547 OUString filePath;
558 filePath = scriptURI.copy( locationPos + filesysString.getLength() + 1 );
562 filePath = scriptURI.copy( locationPos + filesysStrLen,
588 filePath+=fileName;
590 ::rtl::OUStringToOString( filePath,
592 return filePath;
/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/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/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/main/soltools/mkdepend/ !
H A Dcollectdircontent.cxx3 PathFilePair IncludesCollection::split_path(const string& filePath) { in split_path() argument
6 string::size_type pos = filePath.rfind (sepU); in split_path()
7 string::size_type posW = filePath.rfind (sepW); in split_path()
10 string dirName = filePath.substr(0, pos); in split_path()
11 return PathFilePair(dirName, filePath.substr(pos + 1, filePath.length())); in split_path()
13 return PathFilePair(".", filePath); in split_path()
48 bool IncludesCollection::exists(string filePath) { in exists() argument
50 transform(filePath.begin(), filePath.end(), filePath.begin(), ::tolower); in exists()
52 PathFilePair dirFile = split_path(filePath); in exists()
80 int call_IncludesCollection_exists(IncludesCollection* m, const char * filePath) { in call_IncludesCollection_exists() argument
[all …]
H A Dcollectdircontent.hxx32 PathFilePair split_path(const string& filePath);
36 bool exists(string filePath);
52 int call_IncludesCollection_exists(struct IncludesCollection* m, const char* filePath);
/trunk/test/testassistant/lib/ !
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/test/testcommon/source/org/openoffice/test/common/ !
H A DFileProvider.java251 …private static void filter(String filePath, ArrayList<Object[]> list, ArrayList<ArrayList<String>>… in filter() argument
253 Object[] data = { filePath}; in filter()
261 if (pattern != null && filePath.matches(pattern)) { in filter()
263 data[0] = filePath; in filter()
H A DFileUtil.java756 public static long getFileSize(String filePath){ in getFileSize() argument
757 return getFileSize(new File(filePath)); in getFileSize()
H A DTestspace.java58 public static String getPath(String filePath) { in getPath() argument
59 return getFile(filePath).getAbsolutePath(); in getPath()
62 public static String getUrl(String filePath) { in getUrl() argument
63 return FileUtil.getUrl(getFile(filePath)); in getUrl()
70 public static File getFile(String filePath) { in getFile() argument
71 File file = new File(filePath); in getFile()
75 return new File(testspace, filePath); in getFile()
/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/fvt/uno/ffc/ !
H A DFFCTest.java261 private XComponent loadSampleFile(String filePath) throws IOException, IllegalArgumentException { in loadSampleFile() argument
262 if (!"".equals(filePath)) { in loadSampleFile()
264 if (filePath.endsWith("x")) {//ooxml sample file in loadSampleFile()
271 String filePathLowCase = filePath.toLowerCase(); in loadSampleFile()
300 String urlPath = Testspace.getUrl(filePath); in loadSampleFile()
/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()
H A DTextAnimation.java68 String filePath = null; field in TextAnimation
188 filePath = Testspace.getPath("tmp/customshow." + sExtension); in saveAndReloadDoc()
198 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
201 unoApp.loadDocument(filePath)); in saveAndReloadDoc()
/trunk/test/testuno/source/fvt/uno/sd/character/ !
H A DCheckCharacterStyle.java74 private String filePath = null; field in CheckCharacterStyle
98 if(FileUtil.fileExists(filePath)) in setUp()
101 app.loadDocument(filePath)); in setUp()
137 app.saveDocument(m_xSDComponent, filePath); in testFontColor()
141 app.loadDocument(filePath)); in testFontColor()
152 app.saveDocument(m_xSDComponent, filePath); in testFontUnderline()
156 app.loadDocument(filePath)); in testFontUnderline()
167 app.saveDocument(m_xSDComponent, filePath); in testFontSize()
171 app.loadDocument(filePath)); in testFontSize()
185 app.loadDocument(filePath)); in testFontBoldStyle()
[all …]

Completed in 157 milliseconds

12