Home
last modified time | relevance | path

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

12

/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/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 …]
/trunk/test/testcommon/source/org/openoffice/test/common/
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()
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()
/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/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/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/test/testuno/source/fvt/uno/sd/shape/
H A DShapeTypes.java61 String filePath = null; field in ShapeTypes
74 if (filePath != null) in tearDown()
75 FileUtil.deleteFile(filePath); in tearDown()
163 filePath = Testspace.getPath("tmp/presentationtest." + sExtension); in saveAndReloadDoc()
173 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
176 unoApp.loadDocument(filePath)); in saveAndReloadDoc()
H A DShapeProperties.java81 String filePath = null; field in ShapeProperties
94 if (filePath != null) in tearDown()
95 FileUtil.deleteFile(filePath); in tearDown()
389 filePath = Testspace.getPath("tmp/presentationtest." + sExtension); in saveAndReloadDoc()
399 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
402 unoApp.loadDocument(filePath)); in saveAndReloadDoc()
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DLineProperties.java64 String filePath = null; field in LineProperties
77 if (filePath != null) in tearDown()
78 FileUtil.deleteFile(filePath); in tearDown()
181 filePath = Testspace.getPath("tmp/textboxline." + sExtension); in saveAndReloadDoc()
191 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
194 unoApp.loadDocument(filePath)); in saveAndReloadDoc()
H A DFillProperties.java68 String filePath = null; field in FillProperties
81 if (filePath != null) in tearDown()
82 FileUtil.deleteFile(filePath); in tearDown()
247 filePath = Testspace.getPath("tmp/textboxfill." + sExtension); in saveAndReloadDoc()
257 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
260 unoApp.loadDocument(filePath)); in saveAndReloadDoc()
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartData.java84 String filePath = null; field in ChartData
99 if (filePath != null) in tearDown()
100 FileUtil.deleteFile(filePath); in tearDown()
236 filePath = Testspace.getPath("tmp/chartdata." + sExtension); in saveAsAndReloadDoc()
246 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAsAndReloadDoc()
249 unoApp.loadDocument(filePath)); in saveAsAndReloadDoc()
H A DChartTypes.java65 String filePath = null; field in ChartTypes
78 if (filePath != null) in tearDown()
79 FileUtil.deleteFile(filePath); in tearDown()
276 filePath = Testspace.getPath("tmp/presentationtest." + sExtension); in saveAndReloadDoc()
286 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
289 unoApp.loadDocument(filePath)); in saveAndReloadDoc()
H A DChartProperties.java75 String filePath = null; field in ChartProperties
90 if (filePath != null) in tearDown()
91 FileUtil.deleteFile(filePath); in tearDown()
392 unoApp.loadDocument(filePath)); in testTitleAndSubTitle()
513 filePath = Testspace.getPath("tmp/chartproperties." + sExtension); in saveAsAndReloadDoc()
523 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAsAndReloadDoc()
526 unoApp.loadDocument(filePath)); in saveAsAndReloadDoc()
/trunk/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Border.java133 private XDrawPage load(String filePath) throws Exception{ in load() argument
135 app.loadDocument(filePath)); in load()
144 String filePath = Testspace.getPath("temp/"+fileName+"."+fileType); in testGraphicBorder_ODP() local
163 XDrawPage CurrentPage = load(filePath); in testGraphicBorder_ODP()
181 String filePath = Testspace.getPath("temp/"+fileName+"."+fileType); in testGraphicBorder_PPT() local
200 XDrawPage CurrentPage = load(filePath); in testGraphicBorder_PPT()
H A DGraphicPro_Position.java121 private XDrawPage load(String filePath) throws Exception{ in load() argument
123 app.loadDocument(filePath)); in load()
131 String filePath = Testspace.getPath("temp/"+fileName+"."+m_fileType); in testPosition() local
141 XDrawPage CurrentPage = load(filePath); in testPosition()
H A DGraphicPro_Size.java116 private XDrawPage load(String filePath) throws Exception{ in load() argument
118 app.loadDocument(filePath)); in load()
126 String filePath = Testspace.getPath("temp/"+fileName+"."+m_fileType); in testGraphicSize() local
136 XDrawPage CurrentPage = load(filePath); in testGraphicSize()
/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/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/slideshow/
H A DSlideShow.java59 String filePath = null; field in SlideShow
175 filePath = Testspace.getPath("tmp/slideshow." + sExtension); in saveAndReloadDoc()
185 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
188 unoApp.loadDocument(filePath)); in saveAndReloadDoc()
H A DCustomShow.java63 String filePath = null; field in CustomShow
210 filePath = Testspace.getPath("tmp/customshow." + sExtension); in saveAndReloadDoc()
220 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
223 unoApp.loadDocument(filePath)); in saveAndReloadDoc()
/trunk/test/testuno/source/fvt/uno/sd/animation/
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/paragraph/
H A DParagraphTextProperty.java67 String filePath=null; field in ParagraphTextProperty
172 filePath = Testspace.getPath("tmp/paragraphtextproperty." in saveAndReloadDoc()
183 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
186 unoApp.loadDocument(filePath)); in saveAndReloadDoc()
H A DParagraphStyle.java69 String filePath=null; field in ParagraphStyle
205 filePath = Testspace.getPath("tmp/paragraphstyle." in saveAndReloadDoc()
216 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
219 unoApp.loadDocument(filePath)); in saveAndReloadDoc()

Completed in 101 milliseconds

12