/aoo4110/test/testgui/source/testlib/gui/ |
H A D | AppTool.java | 90 public static void open(String path) { in open() 95 public static void saveAs(String path) { in saveAs() 113 public static void saveAndReopen(String path){ in saveAndReopen() 151 public static void submitOpenDlg(String path) { in submitOpenDlg() 156 public static void submitSaveDlg(String path) { in submitSaveDlg() 176 public static void submitSaveDlg(String path, String ext) { in submitSaveDlg() 240 public static void insertPicture(String path) { in insertPicture()
|
/aoo4110/main/desktop/win32/source/ |
H A D | unoinfo.cxx | 45 wchar_t * getBrandPath(wchar_t * path) { in getBrandPath() 63 wchar_t path[MAX_PATH]; in writePath() local 82 wchar_t path[MAX_PATH]; local 98 wchar_t path[MAX_PATH]; local
|
H A D | extendloaderenvironment.cxx | 55 bool contains(WCHAR const * paths, WCHAR const * path, WCHAR const * pathEnd) { in contains() 109 WCHAR path[MAX_PATH]; in extendLoaderEnvironment() local
|
/aoo4110/main/jurt/com/sun/star/lib/util/ |
H A D | NativeLibraryLoader.java | 53 File path = getResource(loader, System.mapLibraryName(libname)); in loadLibrary() local 86 File path = UrlToFileMapper.mapUrlToFile(loader.getResource(name)); in getResource() local 101 File path = UrlToFileMapper.mapUrlToFile(urls[i]); in getResource() local
|
/aoo4110/main/odk/source/com/sun/star/lib/loader/ |
H A D | InstallationFinder.java | 82 String path = null; in getPath() local 143 String path = null; in getPathFromProperty() local 167 String path = null; in getPathFromEnvVar() local 194 String path = null; in getPathFromWindowsRegistry() local 247 String path = null; in getPathFromPathEnvVar() local 306 String path = null; in getPathFromWhich() local 403 String path = null; in getPathFromSVersionFile() local 546 String path = url.getFile(); in getCanonicalPathFromFileURL() local
|
/aoo4110/main/scripting/java/org/openoffice/idesupport/ |
H A D | OfficeInstallation.java | 31 private String path; field in OfficeInstallation 38 public OfficeInstallation(String path) { in OfficeInstallation() 42 public OfficeInstallation(String name, String path) { in OfficeInstallation()
|
H A D | SVersionRCFile.java | 145 String path = tokens.nextToken(); in load() local 154 public static String toFileURL(String path) { in toFileURL() 201 String path = unoil.getParent(); in getPathForUnoil() local
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/loader/ |
H A D | InputResourceKey.java | 37 private final String path; field in InputResourceKey 39 public InputResourceKey(final Object inputRepositoryId, final String path) in InputResourceKey()
|
/aoo4110/main/setup_native/scripts/source/ |
H A D | getuid.c | 37 int chown (const char *path, uid_t owner, gid_t group) {return 0;} in chown() 38 int lchown (const char *path, uid_t owner, gid_t group) {return 0;} in lchown() 71 int chmod(const char *path, mode_t mode) in chmod() 96 int fstatat64(int fildes, const char *path, struct stat64 *buf, int flag) in fstatat64()
|
/aoo4110/main/tools/source/misc/ |
H A D | pathutils.cxx | 38 WCHAR * filename(WCHAR * path) { in filename() 52 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, in buildPath() 111 WCHAR * resolveLink(WCHAR * path) { in resolveLink()
|
/aoo4110/main/cli_ure/source/native/ |
H A D | path.cxx | 38 WCHAR * filename(WCHAR * path) { in filename() 52 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, in buildPath() 111 WCHAR * resolveLink(WCHAR * path) { in resolveLink()
|
/aoo4110/main/cppuhelper/source/ |
H A D | findsofficepath.c | 92 char* path = NULL; in platformSpecific() local 132 char* path = NULL; in platformSpecific() local 217 char* path = NULL; in cppuhelper_detail_findSofficePath() local
|
/aoo4110/main/configmgr/source/ |
H A D | modifications.cxx | 38 void Modifications::add(Path const & path) { in add() 58 void Modifications::remove(Path const & path) { in remove()
|
H A D | childaccess.cxx | 106 Path path(getParentAccess()->getAbsolutePath()); in getAbsolutePath() local 112 Path path; in getRelativePath() local 122 rtl::OUStringBuffer path; in getRelativePathRepresentation() local 337 Path path(getAbsolutePath()); in commitChanges() local
|
/aoo4110/main/sal/osl/os2/ |
H A D | path_helper.cxx | 52 rtl::OUString path(*ppustrPath); in osl_systemPathEnsureSeparator() local 71 rtl::OUString path(*ppustrPath); in osl_systemPathRemoveSeparator() local
|
/aoo4110/main/sal/osl/w32/ |
H A D | path_helper.cxx | 54 rtl::OUString path(*ppustrPath); in osl_systemPathEnsureSeparator() local 73 rtl::OUString path(*ppustrPath); in osl_systemPathRemoveSeparator() local
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/io/ |
H A D | UCBStreamHandler.java | 95 String path = sUrl.substring(0, sUrl.lastIndexOf(separator) ); in getInputStream() local 109 String path = sUrl.substring(0, sUrl.lastIndexOf(separator)); in getOutputStream() local 149 private InputStream getUCBStream(String file, String path) in getUCBStream() 214 private InputStream getFileStreamFromUCB(String path) in getFileStreamFromUCB()
|
/aoo4110/main/configmgr/qa/unit/ |
H A D | test.cxx | 67 rtl::OUString const & path, rtl::OUString const & relative, in normalize() 188 osl::Condition & stop, Test const & test, rtl::OUString const & path, in ReaderThread() 215 osl::Condition & stop, Test const & test, rtl::OUString const & path, in WriterThread() 517 struct Entry { rtl::OUString path; rtl::OUString relative; }; in testThreads() member 562 rtl::OUString path; in testThreads() local 599 rtl::OUString const & path, rtl::OUString const & relative) const in getKey() 610 rtl::OUString const & path, rtl::OUString const & name, in setKey() 622 bool Test::resetKey(rtl::OUString const & path, rtl::OUString const & name) in resetKey()
|
/aoo4110/main/scripting/source/storage/ |
H A D | ScriptSecurityManager.cxx | 142 rtl::OUString path = scriptStorageURL.copy( 0, scriptStorageURL.lastIndexOf( '/' ) ); in addScriptStorage() local 219 bool ScriptSecurityManager::isSecureURL( const OUString & path ) in isSecureURL() 255 short ScriptSecurityManager::executePathDialog( const OUString & path ) in executePathDialog() 261 short ScriptSecurityManager::executeDialog( const OUString & path ) in executeDialog() 469 void ScriptSecurityManager::addToSecurePaths( const OUString & path ) in addToSecurePaths()
|
/aoo4110/main/sal/osl/unx/ |
H A D | uunxapi.cxx | 64 sal_Char path[PATH_MAX]; in macxp_resolveAliasAndConvert() local 122 int mkdir_u(const rtl_uString* path, mode_t mode) in mkdir_u()
|
/aoo4110/main/soltools/mkdepend/ |
H A D | include.c | 53 static char path[ BUFSIZ ]; local 133 int exists_path(incCollection, path) in exists_path() argument 146 void remove_dotdot(path) in remove_dotdot() argument
|
/aoo4110/main/scripting/workben/installer/ |
H A D | Register.java | 38 …private static boolean regSingletons( String path, String progPath, String opSys, JLabel statusLab… in regSingletons() 75 public static boolean register(String path, JLabel statusLabel) { in register()
|
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclMenuItem.java | 37 private String[] path = null; field in VclMenuItem 57 public VclMenuItem(VclApp app, String path) { in VclMenuItem() 81 public VclMenuItem(VclMenu menu, String path) { in VclMenuItem()
|
/aoo4110/main/l10ntools/source/help/ |
H A D | HelpCompiler.hxx | 66 class path class 71 path() {} in path() function in fs::path 72 path(const path &rOther) : data(rOther.data) {} in path() function in fs::path 73 path(const std::string &in, convert) in path() function in fs::path 83 path(const std::string &FileURL) in path() function in fs::path
|
/aoo4110/main/stoc/source/uriproc/ |
H A D | ExternalUriReferenceTranslator.cxx | 130 for (bool path = true;;) { in translateToInternal() local 174 for (bool path = true;;) { in translateToExternal() local
|