Home
last modified time | relevance | path

Searched refs:dir (Results 126 – 150 of 442) sorted by path

12345678910>>...18

/trunk/main/canvas/
H A DMakefile32 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/codemaker/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/comphelper/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/configmgr/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/configmgr/source/
H A Dcomponents.cxx589 osl::Directory dir(url); in parseFiles() local
590 switch (dir.open()) { in parseFiles()
607 osl::FileBase::RC rc = dir.getNextItem(i, SAL_MAX_UINT32); in parseFiles()
682 osl::Directory dir(url); in parseXcdFiles() local
683 switch (dir.open()) { in parseXcdFiles()
699 osl::FileBase::RC rc = dir.getNextItem(i, SAL_MAX_UINT32); in parseXcdFiles()
H A Dwritemodfile.cxx527 rtl::OUString dir(url.copy(0, i)); in writeModFile() local
528 switch (osl::Directory::createPath(dir)) { in writeModFile()
541 dir), in writeModFile()
545 switch (osl::FileBase::createTempFile(&dir, &tmp.handle, &tmp.url)) { in writeModFile()
558 dir), in writeModFile()
/trunk/main/
H A Dconfigure.ac191 AC_ARG_WITH(atl-include-dir,
200 AC_ARG_WITH(atl-lib-dir,
209 AC_ARG_WITH(mfc-include-dir,
218 AC_ARG_WITH(mfc-lib-dir,
392 AC_ARG_WITH(external-dict-dir,
393 [ --with-external-dict-dir Specify external dictionary dir
395 AC_ARG_WITH(external-hyph-dir,
396 [ --with-external-hyph-dir Specify external hyphenation pattern dir
398 AC_ARG_WITH(external-thes-dir,
399 [ --with-external-thes-dir Specify external thesaurus dir
[all …]
/trunk/main/connectivity/workben/skeleton/
H A Dhow_to_write_a_driver.txt70 9. copy dll to program dir of office and register the dll
/trunk/main/cppcanvas/
H A DMakefile32 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/cppuhelper/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/cppuhelper/source/
H A Dfindsofficepath.c155 char* dir = NULL; in platformSpecific() local
169 dir = strtok( str, PATHSEPARATOR ); in platformSpecific()
171 while ( dir ) in platformSpecific()
174 file = (char*) malloc( strlen( dir ) + strlen( APPENDIX ) + 1 ); in platformSpecific()
175 strcpy( file, dir ); in platformSpecific()
201 dir = strtok( NULL, PATHSEPARATOR ); in platformSpecific()
/trunk/main/cpputools/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/cui/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/dbaccess/
H A DMakefile32 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/desktop/source/migration/
H A Dmigration.cxx645 Directory dir(baseURL); in getAllFiles() local
646 if (dir.open() == FileBase::E_None) in getAllFiles()
654 while (dir.getNextItem(item) == FileBase::E_None) in getAllFiles()
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx536 ::osl::Directory dir(url); in hasNoFolder()
537 osl::File::RC rc = dir.open(); in hasNoFolder()
543 while ( (rcNext = dir.getNextItem(i)) == osl::File::E_None) in hasNoFolder()
575 dir.close(); in hasNoFolder()
589 ::osl::Directory dir(url); in removeFolder()
590 ::osl::File::RC rc = dir.open(); in removeFolder()
595 while ( (rcNext = dir.getNextItem(i)) == ::osl::File::E_None) in removeFolder()
624 dir.close(); in removeFolder()
/trunk/main/drawinglayer/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/dtrans/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/editeng/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/embeddedobj/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/eventattacher/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m159 uLong pos_in_central_dir; /* pos of the current file in the central dir*/
161 uLong central_pos; /* position of the beginning of the central dir*/
424 uLong number_disk_with_CD; /* number of the disk with central dir, used
427 the central dir
467 /* total number of entries in the central dir on this disk */
471 /* total number of entries in the central dir */
/trunk/main/extras/prj/
H A Dd.lst12 ..\unx\source\fonts\fonts.dir %COMMON_DEST%\pck%_EXT%\openoffice\fonts.dir
/trunk/main/fileaccess/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/filter/source/config/tools/split/
H A DFCFGSplit.cfg61 # Every of these sub dir willl be used to generate
79 # Every of these sub dir willl be used to generate

Completed in 143 milliseconds

12345678910>>...18