Home
last modified time | relevance | path

Searched refs:path (Results 251 – 275 of 1042) sorted by relevance

1...<<11121314151617181920>>...42

/trunk/main/sal/osl/os2/
H A Duunxapi.cxx78 int mkdir_u(const rtl_uString* path, mode_t mode) in mkdir_u() argument
80 return mkdir(OUStringToOString(path).getStr(), mode); in mkdir_u()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DSystemDialog.java109 private String subst(String path) in subst() argument
113 return xStringSubstitution.substituteVariables(path, false); in subst()
118 return path; in subst()
/trunk/main/desktop/source/app/
H A Ddesktop.src54 Text [ en-US ] = "The installation path is invalid." ;
59 Text [ en-US ] = "The installation path is not available." ;
224 Text [ en-US ] = "The path manager is not available.\n" ;
/trunk/main/offapi/com/sun/star/ucb/
H A DHierarchyDataSource.idl79 <atom>string</atom>. This property must contain the absolute path to an
81 element and all its descendants. A path consists of segments that are
84 has an empty path. Refer to <type>HierarchyDataReadAccess</type> for
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DInstall.txt3 (3) expand your class path to include all jar files of an office installation
4 (means all files in path "<officeinst>/program/classes")
/trunk/main/solenv/bin/
H A Dbuild_release.pl966 my $path = $ENV{'SRC_ROOT'} . "/instsetoo_native/util";
969 $path,
1293 my $path = ResolveTemplate(
1306 return ($path, $name);
/trunk/main/configmgr/source/
H A Ddata.hxx66 rtl::OUString const & path, sal_Int32 index, rtl::OUString * name,
81 rtl::OUString * canonicRepresenation, Path * path, int * finalizedLayer)
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx469 OUString path; in getPathFromItemIdList() local
475 path = m_pathBuff.get( ); in getPathFromItemIdList()
478 return path; in getPathFromItemIdList()
/trunk/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge12 import sys, string, os.path
545 os.path.join(self.m_aFragmentsDir, sSubDir), \
577 sFragPath = os.path.join(aDir, sFragment+"."+sExtXcu)
/trunk/main/migrationanalysis/src/wizard/
H A DAnalyse.bas219 … Call ShowProgress.SP_UpdateProgress(myFile.Name, myFile.ParentFolder.path, lastIndex + docOffset)
379 TempPath = fso.GetSpecialFolder(TemporaryFolder).path
495 TempPath = fso.GetSpecialFolder(TemporaryFolder).path
/trunk/main/boost/
H A Dboost-os2.patch10 // directory that is searched *after* the std lib include path.
20 // *after* the std lib include path:
/trunk/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeTextPathMode.idl35 /** the text is drawn along the path without scaling.
39 /** the text is fit to the path.
H A DEnhancedCustomShapeTextPath.idl41 /** This property specifies if a text path is used. The default is false.
49 /** This property specifies if the text is scaled using the shape path.
/trunk/main/migrationanalysis/src/driver_docs/sources/excel/
H A DApplicationSpecific.bas100 getAppSpecificPath = ActiveWorkbook.path
138 xlStrings.InitStringData (GetResourceDataFileName(ThisWorkbook.path))
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DApplicationSpecific.bas90 getAppSpecificPath = ActiveDocument.path
128 wrdStrings.InitStringData (GetResourceDataFileName(ThisDocument.path))
/trunk/main/lingucomponent/source/languageguessing/
H A Dguesslang.cxx256 OString path = OUStringToOString( filePath, osl_getThreadTextEncoding() ); in SetFingerPrintsDB() local
258 OString conf_file_path(path); in SetFingerPrintsDB()
263 m_aGuesser.SetDBPath((const char*)conf_file_path.getStr(), (const char*)path.getStr()); in SetFingerPrintsDB()
H A Dsimpleguesser.cxx225 void SimpleGuesser::SetDBPath(const char* path, const char* prefix){ in SetDBPath() argument
229 h = special_textcat_Init(path, prefix); in SetDBPath()
/trunk/main/connectivity/qa/connectivity/tools/
H A DFlatFileDatabase.java84 final String path = URLHelper.getFileURLFromSystemPath( m_tableFileLocation.getPath() ); in createDBDocument() local
91 dsProperties.setPropertyValue("URL", "sdbc:" + m_urlSubScheme + ":" + path); in createDBDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java212 public static void make_Directories(String first, String path) { in make_Directories() argument
215 StringTokenizer path_tokenizer = new StringTokenizer(path, fs, false); in make_Directories()
702 String path = (String) settingProps.getPropertyValue("Module"); in getOfficeURL() local
703 return path; in getOfficeURL()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcopyeditiondata.cxx48 Status fileExists(wchar_t const * path) { in fileExists() argument
49 return GetFileAttributesW(path) == INVALID_FILE_ATTRIBUTES in fileExists()
/trunk/main/offapi/com/sun/star/awt/
H A DXFileDialog.idl45 /** sets the path.
51 /** returns the path.
/trunk/main/pyuno/demo/
H A Dooextract.py84 for path in args:
86 fileUrl = uno.absolutize( cwd, systemPathToFileUrl(path) )
/trunk/main/migrationanalysis/src/driver_docs/sources/powerpoint/
H A DApplicationSpecific.bas99 getAppSpecificPath = ActivePresentation.path
143 ppStrings.InitStringData (GetResourceDataFileName(aPres.path))
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DMakefile167 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(subst /META-INF,,$(subst $(COM…
169 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP1_COMPONENTS)$(QM)"/$(CSEP…
178 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP2_COMPONENTS)$(QM)"/$(CSEP…
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DTestspace.java147 public static boolean deleteFile(String path) { in deleteFile() argument
148 return FileUtil.deleteFile(getPath(path)); in deleteFile()

Completed in 201 milliseconds

1...<<11121314151617181920>>...42