Home
last modified time | relevance | path

Searched refs:ini (Results 1 – 25 of 137) sorted by relevance

123456

/AOO41X/main/filter/source/t602/
H A Dt602filter.cxx135 inistruct ini; variable
225 if(!ini.showcomm&&pst.comment) return; in inschr()
234 if(ini.reformatpars) { in inschr()
282 sprintf(fs, "%ipt", ini.fontsize); in importImpl()
283 sprintf(fs2,"%ipt", 2*ini.fontsize); in importImpl()
477 ini.showcomm = false; in Reset602()
478 ini.forcecode = false; in Reset602()
479 ini.xcode = KAM; in Reset602()
480 ini.ruscode = false; in Reset602()
481 ini.reformatpars= false; in Reset602()
[all …]
/AOO41X/main/sal/test/
H A Dmakefile.mk43 BOOTSTRAPINI=testbootstrap.ini
73 $(BIN)$/bootstraptest.ini \
97 ALL: $(BIN)$/ini.ini \
98 $(BIN)$/default.ini
100 $(BIN)$/ini.ini:
105 $(BIN)$/default.ini:
135 $(BIN)$/$(BOOTSTRAPINI) : $(APP2TARGET).ini
136 $(MY_SCRIPTCAT) $(APP2TARGET).ini > $@
138 $(BIN)$/bootstraptest.ini : bootstraptest.ini
139 $(MY_SCRIPTCAT) bootstraptest.ini > $@
H A Dbootstrap61 # simple ini access
63 ./testbootstrap TheKeysValue -env:'MYBOOTSTRAPTESTVALUE=${./bootstraptest.ini:TheSection:TheKey}'
65 # ini access with simple macro expansion
67 ./testbootstrap TheKeysValue -env:ININAME=./bootstraptest.ini -env:SECTIONNAME=TheSection -env:KEYN…
70 # ini access with complex macro expansion
72 ./testbootstrap TheKeysValue -env:ININAME=./bootstraptest.ini \
H A Dbootstrap.bat61 rem simple ini access
63 .\testbootstrap TheKeysValue -env:MYBOOTSTRAPTESTVALUE=${./bootstraptest.ini:TheSection:TheKey}
65 rem ini access with simple macro expansion
67 .\testbootstrap TheKeysValue -env:ININAME=./bootstraptest.ini -env:SECTIONNAME=TheSection -env:KEYN…
69 rem ini access with complex macro expansion
71 .\testbootstrap TheKeysValue -env:ININAME=./bootstraptest.ini -env:MYBOOTSTRAPTESTVALUE=${$ININAME:…
/AOO41X/main/sdext/source/pdfimport/test/testdocs/
H A Dmakefile.mk43 $(BIN)$/pdfi_unittest_test.ini : makefile.mk
50 ALLTAR : $(BIN)$/pdfi_unittest_test.ini \
57 …nittest_writer_succeeded/.pdf/:f) $(MISC)$/$(@:s/_succeeded/.xml/:f) $(BIN)$/pdfi_unittest_test.ini
62 …ittest_impress_succeeded/.pdf/:f) $(MISC)$/$(@:s/_succeeded/.xml/:f) $(BIN)$/pdfi_unittest_test.ini
67 …_unittest_draw_succeeded/.pdf/:f) $(MISC)$/$(@:s/_succeeded/.xml/:f) $(BIN)$/pdfi_unittest_test.ini
73 …i_unittest_writer_succeeded/:f) $(MISC)$/$i) : $(BIN)$/pdfi_unittest_test.ini $(BIN)$/pdf2xml$(EX…
74 …i_unittest_impress_succeeded/:f) $(MISC)$/$i) : $(BIN)$/pdfi_unittest_test.ini $(BIN)$/pdf2xml$(EX…
75 …i_unittest_draw_succeeded/:f) $(MISC)$/$i) : $(BIN)$/pdfi_unittest_test.ini $(BIN)$/pdf2xml$(EX…
/AOO41X/main/qadevOOo/runner/base/
H A Djava_complex.java58 CfgParser ini = new CfgParser(complexIniFileName); in executeTest() local
59 ini.getIniParameters(param); in executeTest()
84 CfgParser ini = new CfgParser(complexIniFileName); in executeTest() local
85 ini.getIniParameters(param); in executeTest()
111 CfgParser ini = new CfgParser(iniName + ".props"); in executeTest() local
112 ini.getIniParameters(param); in executeTest()
/AOO41X/main/ure/prj/
H A Dd.lst6 ..\source\jvmfwk3.ini %_DEST%\bin%_EXT%\ure\jvmfwk3.ini
9 ..\source\uno.ini %_DEST%\bin%_EXT%\ure\uno.ini
/AOO41X/main/jvmfwk/prj/
H A Dd.lst18 ..\%__SRC%\bin\jvmfwk3.ini %_DEST%\bin%_EXT%\jvmfwk3.ini
20 ..\%__SRC%\bin\sunjavaplugin.ini %_DEST%\bin%_EXT%\sunjavaplugin.ini
/AOO41X/main/configmgr/qa/unit/
H A Dmakefile.mk52 MY_INI = .ini
64 cp urebootstrap.ini $(MISC)/unitdata
83 URE_BOOTSTRAP=vnd.sun.star.pathname:$(MISC)/unitdata/urebootstrap.ini \
87 URE_BOOTSTRAP vnd.sun.star.pathname:$(MISC)/unitdata/urebootstrap.ini \
/AOO41X/main/configmgr/source/
H A Dcomponents.cxx653 rtl::Bootstrap const & ini, bool recordAdditions) in parseFileList() argument
658 ini.expandMacrosFrom(url); //TODO: detect failure in parseFileList()
789 rtl::Bootstrap ini(url); in parseXcsXcuIniLayer() local
791 if (ini.getFrom(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SCHEMA")), urls)) in parseXcsXcuIniLayer()
793 parseFileList(layer, &parseXcsFile, urls, ini, false); in parseXcsXcuIniLayer()
795 if (ini.getFrom(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DATA")), urls)) in parseXcsXcuIniLayer()
797 parseFileList(layer + 1, &parseXcuFile, urls, ini, recordAdditions); in parseXcsXcuIniLayer()
/AOO41X/main/oox/source/dump/
H A Dpptxdumper.ini25 include-config-file=dumperbase.ini
29 # 0=off, 1=on, missing: setting from dumperbase.ini
35 # 0=off, 1=on, missing: setting from dumperbase.ini
/AOO41X/main/qadevOOo/runner/helper/
H A DCfgParser.java42 public CfgParser(String ini) in CfgParser() argument
44 if (ini != null) in CfgParser()
46 this.iniFile = ini; in CfgParser()
/AOO41X/main/unoxml/test/
H A Dmakefile.mk87 $(BIN)$/unoxml_unittest_test.ini : makefile.mk
94 $(MISC)$/unoxml_unittest_succeeded : $(SHL1TARGETN) $(BIN)$/unoxml_unittest_test.ini
/AOO41X/main/automation/prj/
H A Dd.lst27 ..\%__SRC%\bin\testtool.ini %_DEST%\bin%_EXT%\testtool.ini
/AOO41X/main/sdext/source/pdfimport/test/
H A Dmakefile.mk146 $(BIN)$/pdfi_unittest_test.ini : makefile.mk
153 …i_unittest_succeeded : $(SHL1TARGETN) $(BIN)$/pdfi_unittest_test.pdf $(BIN)$/pdfi_unittest_test.ini
/AOO41X/main/pyuno/prj/
H A Dd.lst22 ..\%__SRC%\misc\pyuno.ini %_DEST%\bin%_EXT%\pyuno.ini
/AOO41X/main/udkapi/com/sun/star/util/
H A DBootstrapMacroExpander.idl46 The service can be instantiated via arguments giving an ini/rc file url.
47 Otherwise it will read from an uno.ini/unorc file next to the cppuhelper
/AOO41X/main/pyuno/source/module/
H A Dmakefile.mk54 PYUNORC=pyuno.ini
57 PYUNORC=pyuno.ini
/AOO41X/main/qadevOOo/runner/org/openoffice/
H A DRunner.java198 CfgParser ini = new CfgParser(iniFile); in run() local
201 ini.getIniParameters(param); in run()
H A DRunnerService.java91 CfgParser ini = new CfgParser(iniFile); in execute() local
94 ini.getIniParameters(param); in execute()
/AOO41X/extras/l10n/source/id/
H A Dlocalize.sdf71 …_CANT_QUIT 0 id Aplikasi tidak dapat dimatikan untuk saat ini.\nMohon tuinggu sam…
76 …ng RID_STR_HLPFILENOTEXIST 0 id Berkas bantuan untuk topik ini tidak terpasang. …
88 … string STR_QUICKSTART_RECENTDOC 0 id Dokumen Baru-baru ini 2002-…
91 …TY_WARNING_HYPERLINK HID_WARNING_SECURITY_HYPERLINK 0 id Taut ini mencoba untuk membu…
96 …rc 0 infobox RID_XMLSEC_INFO_WRONGDOCFORMAT 0 id Dokumen ini harus disimpan dala…
129 …ng STR_HELP_BUTTON_SEARCHDIALOG 0 id Cari dalam Halaman ini... 20…
146ini mungkin saja memiliki pemformatan atau isi yang tidak dapat disimpan dalam format berkas %FORM…
151 … tidak bisa mencari konfigurasi surel yang bekerja. Silakan simpan dokumen ini secara lokal dan la…
170 …og RID_DLG_SEARCH HID_SEARCHDIALOG 218 id Cari dalam Halaman ini 2002-0…
194 …dialog.src 0 infobox MSG_TABPAGE_INVALIDNAME 0 id Nama ini sudah digunakan. …
[all …]
/AOO41X/main/sal/rtl/source/
H A Dbootstrap.cxx440 rtlBootstrapHandle ini; member
444 ini = in FundamentalIniData()
454 ~FundamentalIniData() { rtl_bootstrap_args_close(ini); } in ~FundamentalIniData()
534 Bootstrap_Impl const * b = static_cast<Bootstrap_Impl const *>(d.ini); in getValue()
/AOO41X/main/ure/source/
H A DREADME117 Program Files\URE\bin\uno.ini [private]
125 Program Files\URE\bin\jvmfwk3.ini [private]
237 unorc or uno.ini that is private to the URE installation. This private file
288 jvmfwk3rc or jvmfwk3.ini file specifies the location of a suitable JDK/JRE
/AOO41X/main/sal/qa/rtl/bootstrap/
H A Dmakefile.mk38 BOOTSTRAPINI=testshl2.ini
/AOO41X/main/testtools/qa/cli/
H A Dmakefile.mk48 EXEARG_WIN= $(BIN)$/cli_bridgetest_inprocess.ini

123456