Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 25 of 57) sorted by path

123

/trunk/extras/l10n/source/fr/
H A Dlocalize.sdf38905 …placez un objet tout en maintenant la touche Ctrl enfoncée (MacOS : touche cmd). \</ahelp\> La mêm…
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf35802 helpcontent2 source\text\shared\explorer\database\02010101.xhp 0 help hd_id3155334 5 0 kid fc-cmd
/trunk/main/
H A Dconfigure.ac6926 AC_PATH_PROGS(ANT, ant.cmd)
6928 AC_PATH_PROGS(ANT, [apache-ant ant ant.sh ant.bat ant.cmd])
6935 AC_PATH_PROGS(ANT, ant.cmd,,$with_ant_home/bin:$PATH)
6937 AC_PATH_PROGS(ANT, [apache-ant ant ant.sh ant.bat ant.cmd],,$with_ant_home/bin:$PATH)
/trunk/main/desktop/scripts/
H A Dsbase.sh23 cmd=`dirname "$0"`/soffice
24 exec "$cmd" -base "$@"
H A Dscalc.sh23 cmd=`dirname "$0"`/soffice
24 exec "$cmd" -calc "$@"
H A Dsdraw.sh23 cmd=`dirname "$0"`/soffice
24 exec "$cmd" -draw "$@"
H A Dsimpress.sh23 cmd=`dirname "$0"`/soffice
24 exec "$cmd" -impress "$@"
H A Dsmaster.sh23 cmd=`dirname "$0"`/soffice
24 exec "$cmd" -global "$@"
H A Dsmath.sh23 cmd=`dirname "$0"`/soffice
24 exec "$cmd" -math "$@"
H A Dsweb.sh23 cmd=`dirname "$0"`/soffice
24 exec "$cmd" -web "$@"
H A Dswriter.sh23 cmd=`dirname "$0"`/soffice
24 exec "$cmd" -writer "$@"
/trunk/main/filter/source/t602/
H A Dt602filter.cxx631 unsigned char T602ImportFilter::Setformat602(char *cmd) in Setformat602() argument
638 if (cmd[0]=='M' && cmd[1]=='T') format602.mt = readnum(&ch,false); in Setformat602()
639 else if (cmd[0]=='M' && cmd[1]=='B') format602.mb = readnum(&ch,false); in Setformat602()
643 else if (cmd[0]=='C' && cmd[1]=='T') { in Setformat602()
653 else if (cmd[0]=='P' && cmd[1]=='N') format602.pn = readnum(&ch,false); in Setformat602()
654 else if (cmd[0]=='L' && cmd[1]=='H') format602.lh = readnum(&ch,false); in Setformat602()
656 else if (cmd[0]=='L' && cmd[1]=='M') format602.lm = readnum(&ch,false); in Setformat602()
657 else if (cmd[0]=='R' && cmd[1]=='M') format602.rm = readnum(&ch,false); in Setformat602()
658 else if (cmd[0]=='P' && cmd[1]=='L') format602.pl = readnum(&ch,false); in Setformat602()
659 else if (cmd[0]=='P' && cmd[1]=='A') { if(pst.pars) par602(true); } in Setformat602()
[all …]
H A Dt602filter.hxx213 unsigned char Setformat602(char *cmd);
/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch109 -CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell
110 +CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
113 -CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell
114 +CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
/trunk/main/libxslt/
H A Dlibxslt-mingw.patch8 - # awkward: cmd appends spaces to result
10 - func_to_host_path_tmp1=`( cmd //c echo "$1" |\
25 - # Awkward: cmd appends spaces to result.
27 - func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |\
/trunk/main/nss/
H A Dnss.patch26 diff -ur misc/nss-3.39/nss/cmd/platlibs.mk misc/build/nss-3.39/nss/cmd/platlibs.mk
27 --- misc/nss-3.39/nss/cmd/platlibs.mk 2018-08-31 05:55:53.000000000 -0700
28 +++ misc/build/nss-3.39/nss/cmd/platlibs.mk 2020-10-06 07:41:59.567345437 -0700
52 diff -ur misc/nss-3.39/nss/cmd/shlibsign/Makefile misc/build/nss-3.39/nss/cmd/shlibsign/Makefile
53 --- misc/nss-3.39/nss/cmd/shlibsign/Makefile 2018-08-31 05:55:53.000000000 -0700
54 +++ misc/build/nss-3.39/nss/cmd/shlibsign/Makefile 2020-10-06 07:41:59.567345437 -0700
H A Dnss.patch.mingw114 --- misc/nss-3.13.6/mozilla/security/nss/cmd/crmftest/Makefile 2005-11-14 09:17:21.000000000 +0900
115 +++ misc/build/nss-3.13.6/mozilla/security/nss/cmd/crmftest/Makefile 2010-06-17 08:42:08.370000000 …
125 --- misc/nss-3.13.6/mozilla/security/nss/cmd/shlibsign/Makefile 2009-08-08 04:06:37.000000000 +0900
126 +++ misc/build/nss-3.13.6/mozilla/security/nss/cmd/shlibsign/Makefile 2010-06-17 08:42:10.000000000…
H A Dnss_win.patch1 --- misc/nss-3.39/nss/cmd/signtool/sign.c 2016-06-20 14:11:28.000000000 -0300
2 +++ misc/build/nss-3.39/nss/cmd/signtool/sign.c 2019-11-01 13:32:56.496828470 -0300
14 diff -ur misc/nss-3.39/nss/cmd/Makefile misc/build/nss-3.39/nss/cmd/Makefile
15 --- misc/nss-3.39/nss/cmd/Makefile 2018-08-31 05:55:53.000000000 -0700
16 +++ misc/build/nss-3.39/nss/cmd/Makefile 2018-10-22 14:53:30.297923000 -0700
27 diff -ur misc/nss-3.39/nss/cmd/lib/secutil.c misc/build/nss-3.39/nss/cmd/lib/secutil.c
28 --- misc/nss-3.39/nss/cmd/lib/secutil.c 2018-08-31 05:55:53.000000000 -0700
29 +++ misc/build/nss-3.39/nss/cmd/lib/secutil.c 2018-10-22 10:44:05.694582000 -0700
83 diff -ur misc/nss-3.39/nss/cmd/signtool/javascript.c misc/build/nss-3.39/nss/cmd/signtool/javascrip…
95 diff -ur misc/nss-3.39/nss/cmd/signtool/sign.c misc/build/nss-3.39/nss/cmd/signtool/sign.c
[all …]
/trunk/main/odk/source/unoapploader/unx/
H A Dunoapploader.c110 char * cmd = malloc( in main() local
118 if (cmd == NULL) { in main()
123 q = cmd; in main()
132 f = popen(cmd, "r"); in main()
133 free(cmd); in main()
/trunk/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx263 case PPT_TOKEN( cmd ): in CmdTimeNodeContext()
279 if( aElement == PPT_TOKEN( cmd ) ) in endFastElement()
1054 case PPT_TOKEN( cmd ): in makeContext()
1135 case PPT_TOKEN( cmd ): in createFastChildContext()
/trunk/main/oox/source/token/
H A Dtokens.txt1214 cmd
/trunk/main/openssl/
H A Dmakefile.mk130 BUILD_ACTION=cmd /c "ms\mingw32"
/trunk/main/pyuno/source/module/
H A Dmakefile.mk136 …FLAGSRUNPATH_OOO) $(LINKFLAGSSHLCUI) -ldl -o $@ $(SLO)$/pyuno_dlopenwrapper.o > $(MISC)$/$(@:b).cmd
138 @echo ld -G -ldl -o $@ $(SLO)$/pyuno_dlopenwrapper.o > $(MISC)$/$(@:b).cmd
140 @echo ld -shared -o $@ $(SLO)$/pyuno_dlopenwrapper.o > $(MISC)$/$(@:b).cmd
142 @echo $(LINK) $(LINKFLAGSSHLCUI) -o $@ $(SLO)$/pyuno_dlopenwrapper.o > $(MISC)$/$(@:b).cmd
144 …o $@ $(SLO)$/pyuno_dlopenwrapper.o $(EXTRA_LINKFLAGS) $(EXTRA_FRAMEWORK_FLAG) > $(MISC)$/$(@:b).cmd
146 @echo $(LINK) $(LINKFLAGSSHLCUI) -o $@ $(SLO)$/pyuno_dlopenwrapper.o > $(MISC)$/$(@:b).cmd
148 cat $(MISC)$/$(@:b).cmd
149 @+source $(MISC)$/$(@:b).cmd
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOfficeProvider.java212 final String cmd = (String) param.get("AppExecutionCommand"); in getManager() local
213 dbg("AppExecutionCommand: " + cmd); in getManager()
217 … util.utils.validateAppExecutionCommand(cmd, (String) param.get("OperatingSystem")); in getManager()
243 final ProcessHandler ph = new ProcessHandler(cmd, (PrintWriter) log); in getManager()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/system/
H A D_XSystemShellExecute.java62 String cmd = jh+fs+"bin"+fs+"java"; in _execute() local
64 log.println("Executing : '"+cmd+" " + cArgs + "'"); in _execute()
66 oObj.execute(cmd, cArgs, 1); in _execute()

Completed in 2729 milliseconds

123