/aoo42x/main/soltools/mkdepend/ |
H A D | collectdircontent.cxx | 3 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 D | collectdircontent.hxx | 32 PathFilePair split_path(const string& filePath); 36 bool exists(string filePath); 52 int call_IncludesCollection_exists(struct IncludesCollection* m, const char* filePath);
|
/aoo42x/test/testuno/source/fvt/uno/sd/character/ |
H A D | CheckCharacterStyle.java | 74 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 …]
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | Testspace.java | 58 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 D | FileProvider.java | 251 …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()
|
/aoo42x/main/qadevOOo/runner/stats/ |
H A D | FileLogWriter.java | 66 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()
|
/aoo42x/main/migrationanalysis/src/wizard/ |
H A D | Wizard.frm | 3280 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 …]
|
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | Convert.java | 308 private static String filePath; field in Convert.ParameterChecker 355 …filePath = (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()
|
/aoo42x/test/testuno/source/fvt/uno/sd/shape/ |
H A D | ShapeTypes.java | 61 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 D | ShapeProperties.java | 81 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()
|
/aoo42x/test/testuno/source/fvt/uno/sd/textbox/ |
H A D | LineProperties.java | 64 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 D | FillProperties.java | 68 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()
|
/aoo42x/test/testuno/source/fvt/uno/sd/chart/ |
H A D | ChartData.java | 84 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 D | ChartTypes.java | 65 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 D | ChartProperties.java | 75 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()
|
/aoo42x/test/testuno/source/fvt/uno/sd/graphic/ |
H A D | GraphicPro_Border.java | 133 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 D | GraphicPro_Position.java | 121 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 D | GraphicPro_Size.java | 116 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()
|
/aoo42x/main/scripting/source/runtimemgr/ |
H A D | ScriptNameResolverImpl.cxx | 547 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;
|
/aoo42x/test/testuno/source/fvt/uno/ffc/ |
H A D | FFCTest.java | 261 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()
|
/aoo42x/test/testuno/source/fvt/uno/sd/slideshow/ |
H A D | SlideShow.java | 59 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 D | CustomShow.java | 63 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()
|
/aoo42x/test/testuno/source/fvt/uno/sd/animation/ |
H A D | TextAnimation.java | 68 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()
|
/aoo42x/test/testuno/source/fvt/uno/sd/paragraph/ |
H A D | ParagraphTextProperty.java | 67 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 D | ParagraphStyle.java | 69 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()
|