/aoo4110/main/filter/source/t602/ |
H A D | t602filter.cxx | 135 inistruct ini; variable 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() 482 ini.fontsize = 10; in Reset602() 504 switch(ini.xcode) { in inschrdef() 511 if(ini.ruscode) in inschrdef() 645 if (!ini.forcecode) in Setformat602() [all …]
|
/aoo4110/main/sal/test/ |
H A D | makefile.mk | 43 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 D | bootstrap | 61 # 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 D | bootstrap.bat | 61 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:…
|
/aoo4110/main/sdext/source/pdfimport/test/testdocs/ |
H A D | makefile.mk | 43 $(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…
|
/aoo4110/main/qadevOOo/runner/base/ |
H A D | java_complex.java | 58 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()
|
/aoo4110/main/ure/prj/ |
H A D | d.lst | 6 ..\source\jvmfwk3.ini %_DEST%\bin%_EXT%\ure\jvmfwk3.ini 9 ..\source\uno.ini %_DEST%\bin%_EXT%\ure\uno.ini
|
/aoo4110/main/jvmfwk/prj/ |
H A D | d.lst | 18 ..\%__SRC%\bin\jvmfwk3.ini %_DEST%\bin%_EXT%\jvmfwk3.ini 20 ..\%__SRC%\bin\sunjavaplugin.ini %_DEST%\bin%_EXT%\sunjavaplugin.ini
|
/aoo4110/main/configmgr/qa/unit/ |
H A D | makefile.mk | 52 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 \
|
/aoo4110/main/configmgr/source/ |
H A D | components.cxx | 653 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()
|
/aoo4110/main/oox/source/dump/ |
H A D | pptxdumper.ini | 25 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
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | CfgParser.java | 42 public CfgParser(String ini) in CfgParser() argument 44 if (ini != null) in CfgParser() 46 this.iniFile = ini; in CfgParser()
|
/aoo4110/main/desktop/test/deployment/update/default_url/ |
H A D | readme.txt | 2 the version.ini (ExtensionUpdateURL) and is used to obtain update information for extensions which … 7 To test this one has to put this entry into the version.ini:
|
/aoo4110/main/unoxml/test/ |
H A D | makefile.mk | 87 $(BIN)$/unoxml_unittest_test.ini : makefile.mk 94 $(MISC)$/unoxml_unittest_succeeded : $(SHL1TARGETN) $(BIN)$/unoxml_unittest_test.ini
|
/aoo4110/main/automation/prj/ |
H A D | d.lst | 27 ..\%__SRC%\bin\testtool.ini %_DEST%\bin%_EXT%\testtool.ini
|
/aoo4110/main/sdext/source/pdfimport/test/ |
H A D | makefile.mk | 146 $(BIN)$/pdfi_unittest_test.ini : makefile.mk 153 …i_unittest_succeeded : $(SHL1TARGETN) $(BIN)$/pdfi_unittest_test.pdf $(BIN)$/pdfi_unittest_test.ini
|
/aoo4110/main/pyuno/prj/ |
H A D | d.lst | 22 ..\%__SRC%\misc\pyuno.ini %_DEST%\bin%_EXT%\pyuno.ini
|
/aoo4110/main/udkapi/com/sun/star/util/ |
H A D | BootstrapMacroExpander.idl | 46 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
|
/aoo4110/main/pyuno/source/module/ |
H A D | makefile.mk | 54 PYUNORC=pyuno.ini 57 PYUNORC=pyuno.ini
|
/aoo4110/main/qadevOOo/runner/org/openoffice/ |
H A D | Runner.java | 198 CfgParser ini = new CfgParser(iniFile); in run() local 201 ini.getIniParameters(param); in run()
|
H A D | RunnerService.java | 91 CfgParser ini = new CfgParser(iniFile); in execute() local 94 ini.getIniParameters(param); in execute()
|
/aoo4110/main/sal/rtl/source/ |
H A D | bootstrap.cxx | 440 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()
|
/aoo4110/extras/l10n/source/id/ |
H A D | localize.sdf | 196 … infobox MSG_TABPAGE_INVALIDPARENT 0 id Gaya ini tidak bisa digunakan sebagai Gaya basis,\nkare… 1666 …dtext RID_XMLSECDLG_DIGSIG FT_HINT_PACK 222 id Berikut ini yang telah menandatangani paket ini: … 20746 …ini untuk memberikan sumbu kedua pada bagan. Apabila seri data sudah memiliki sumbu ini, $[officen… 24423 … id Untuk memperoleh fungsionalitas penuh dari palet ini, maka buatlah sebuah dokumen dari palet i… 31504 …ini akan menghapus senarai aksi yang tidak dapat dibatalkan. Perubahan yang terjadi pada dokumen h… 33920 …C_OPCODE_KAPZ 9 0 id Nilai sekarang. Nilai saat ini atau besarnya anuitas disetarakan nilai saat… 33931 …ODE_KUM_KAP_Z 7 0 id Nilai sekarang. Nilai saat ini atau besarnya anuitas disetarakan nilai saat… 36325 …DLG_UUI_UNKNOWNAUTH RB_ACCEPT_1 182 id Terima sertifikat ini untuk sementara dalam sesi ini 2… 36326 …UTH RB_DONTACCEPT_2 182 id Jangan menerima sertifikat ini dan jangan menghubungi situs Web ini … 38757 …em A6 A6 0 id Berkas ini berisi tentang informasi-informasi penting mengenai program ini. Kami h… [all …]
|
/aoo4110/main/ure/source/ |
H A D | README | 117 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
|
/aoo4110/main/extensions/test/ole/OleClient/ |
H A D | readme.txt | 6 types.rdb and services.rdb and OleClient.ini have to be next to the executable.
|