/aoo42x/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 …]
|
/aoo42x/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:…
|
/aoo42x/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…
|
/aoo42x/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()
|
/aoo42x/main/ure/ |
H A D | Package_ure.mk | 25 $(eval $(call gb_Package_add_file,ure_ure,bin/ure/jvmfwk3.ini,jvmfwk3.ini)) 28 $(eval $(call gb_Package_add_file,ure_ure,bin/ure/uno.ini,uno.ini))
|
/aoo42x/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()
|
/aoo42x/main/configmgr/qa/unit/ |
H A D | makefile.mk | 57 MY_INI = .ini 71 cp urebootstrap.ini $(MISC)/unitdata 89 URE_BOOTSTRAP=vnd.sun.star.pathname:$(MISC)/unitdata/urebootstrap.ini \
|
/aoo42x/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
|
/aoo42x/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()
|
/aoo42x/main/jvmfwk/ |
H A D | Package_jvmfwk3rc.mk | 27 $(eval $(call gb_Package_add_file,jvmfwk_jvmfwk3rc,bin/jvmfwk3.ini,jvmfwk3rc)) 29 $(eval $(call gb_Package_add_file,jvmfwk_jvmfwk3rc,bin/jvmfwk3.ini,jvmfwk3rc))
|
H A D | Package_sunjavapluginrc.mk | 27 $(eval $(call gb_Package_add_file,jvmfwk_sunjavapluginrc,bin/sunjavaplugin.ini,sunjavapluginrc))
|
/aoo42x/main/pyuno/ |
H A D | Package_pyuno_ini.mk | 28 $(eval $(call gb_Package_add_file,pyuno_pyuno_ini,bin/pyuno.ini,source/module/pyuno)) 30 $(eval $(call gb_Package_add_file,pyuno_pyuno_ini,bin/pyuno.ini,source/module/pyuno))
|
/aoo42x/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:
|
/aoo42x/main/unoxml/test/ |
H A D | makefile.mk | 88 $(BIN)$/unoxml_unittest_test.ini : makefile.mk 95 $(MISC)$/unoxml_unittest_succeeded : $(SHL1TARGETN) $(BIN)$/unoxml_unittest_test.ini
|
/aoo42x/main/sdext/source/pdfimport/test/ |
H A D | makefile.mk | 149 $(BIN)$/pdfi_unittest_test.ini : makefile.mk 156 …i_unittest_succeeded : $(APP1TARGETN) $(BIN)$/pdfi_unittest_test.pdf $(BIN)$/pdfi_unittest_test.ini
|
/aoo42x/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
|
/aoo42x/main/pyuno/source/module/ |
H A D | makefile.mk | 54 PYUNORC=pyuno.ini 57 PYUNORC=pyuno.ini
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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
|
/aoo42x/main/cppuhelper/ |
H A D | Package_unorc.mk | 26 $(eval $(call gb_Package_add_file,cppuhelper_unorc,bin/uno.ini,unorc))
|
/aoo42x/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.
|