/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ |
H A D | ResourceManager.java | 60 boolean fileExists = true; in checkFileExistence() 69 fileExists = false; in checkFileExistence() 78 fileExists = true; in checkFileExistence() 86 fileExists = true; in checkFileExistence() 94 if ( ! fileExists ) { in checkFileExistence()
|
/aoo4110/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | copyeditiondata.cxx | 48 Status fileExists(wchar_t const * path) { in fileExists() function 113 Status stat = fileExists(from.get()); in copyEditionData() 128 stat = fileExists(to.get()); in copyEditionData()
|
/aoo4110/main/qadevOOo/tests/java/ifc/view/ |
H A D | _XPrintable.java | 172 boolean fileExists = fAcc.exists(fileURL); in _print() 174 log.println("File "+fileName+" exists = "+fileExists); in _print() 177 result &= fileExists ; in _print()
|
/aoo4110/main/toolkit/source/layout/core/ |
H A D | translate.cxx | 71 fileExists( String const& aFile ) in fileExists() function 89 if ( fileExists( aFile ) ) in getFirstExisting()
|
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/ |
H A D | LinuxHelper.java | 89 boolean fileExists = false; in checkPackageExistence() 102 fileExists = true; in checkPackageExistence() 105 return fileExists; in checkPackageExistence()
|
/aoo4110/main/codemaker/source/codemaker/ |
H A D | global.cxx | 169 sal_Bool fileExists(const OString& fileName) in fileExists() function 225 if (fileExists(targetFileName)) in makeValidTypeFile()
|
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | ModuleCtrl.java | 476 boolean fileExists = false; in packageExists() 488 fileExists = true; in packageExists() 491 return fileExists; in packageExists()
|
/aoo4110/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 77 bFileExists = fileExists( hFileName ); in dump() 1063 bFileExists = fileExists( hFileName ); in dump() 1192 bFileExists = fileExists( hFileName ); in dump()
|
/aoo4110/main/unodevtools/source/skeletonmaker/ |
H A D | cppcompskeleton.cxx | 1098 if (fileExists(compFileName)) in generateSkeleton() 1262 if (fileExists(compFileName)) in generateCalcAddin()
|
H A D | javacompskeleton.cxx | 982 if (fileExists(compFileName)) in generateSkeleton()
|
/aoo4110/main/qadevOOo/tests/java/ifc/text/ |
H A D | _XPagePrintable.java | 142 if (! util.utils.fileExists(xMSF, printFile)){ in _printPages()
|
/aoo4110/main/codemaker/inc/codemaker/ |
H A D | global.hxx | 125 sal_Bool fileExists(const ::rtl::OString& fileName);
|
/aoo4110/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | CheckBulletStyle.java | 71 if(FileUtil.fileExists(m_filePath)) in setUpDocument()
|
H A D | CheckBuildInBullet.java | 109 if(FileUtil.fileExists(m_filePath)) in setUp()
|
H A D | GraphicBulletFromFile.java | 70 if (FileUtil.fileExists(m_filePath)) {//load in setUpDocument()
|
H A D | NumberingBulletTypes.java | 78 if (FileUtil.fileExists(m_filePath)) {//load in setUpDocument()
|
H A D | NumberingProperty.java | 72 if (FileUtil.fileExists(m_filePath)) {//load in setUpDocument()
|
/aoo4110/test/testuno/source/fvt/uno/sd/character/ |
H A D | CheckCharacterStyle.java | 98 if(FileUtil.fileExists(filePath)) in setUp()
|
/aoo4110/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 134 bFileExists = fileExists( hFileName ); in dump() 183 bFileExists = fileExists( cFileName ); in dump() 2550 bFileExists = fileExists( hFileName ); in dump() 2743 bFileExists = fileExists( hFileName ); in dump()
|
/aoo4110/main/sw/qa/complex/writer/ |
H A D | CheckBookmarks.java | 254 if(util.utils.fileExists(m_xMsf, sFileUrl)) in reloadFrom()
|
/aoo4110/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 71 if (FileUtil.fileExists(m_filePath)) {//load in setUpDocument()
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | utils.java | 471 public static boolean fileExists(XMultiServiceFactory msf, String fileURL) { in fileExists() method in utils
|
/aoo4110/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileUtil.java | 730 public static boolean fileExists(String file) { in fileExists() method in FileUtil
|
/aoo4110/test/testassistant/lib/ |
H A D | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/openoffice/test/
org/openoffice/test/common/
... |
/aoo4110/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 745 if (fileExists(filename)) { in writeClassFile() 765 if (fileExists(filename)) { in writeClassFile()
|