Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 376) sorted by last modified time

12345678910>>...16

/trunk/main/crashrep/source/unx/
H A Dmain.cxx209 struct utsname info; in write_report() local
211 memset( &info, 0, sizeof(info) ); in write_report()
212 uname( &info ); in write_report()
218 xml_encode( info.sysname ).c_str(), in write_report()
219 xml_encode( info.version ).c_str(), in write_report()
220 xml_encode( info.release ).c_str(), in write_report()
223 fprintf( fp, "<systeminfo:CPU type=\"%s\"/>\n", xml_encode( info.machine ).c_str() ); in write_report()
/trunk/main/
H A Drat-excludes315 main/vcl/aqua/source/res/MainMenu.nib/info.nib
398 # ascii, no info about comment support
1385 # originally from XConsortium, mkdepend.man contains license info (permission)
H A Dconfigure.ac1069 # get info about the system provided release/version details
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf34671 …user data, such as tables and indexes, as well as the SQL catalog (schema info). The data containe…
46911 …04.xhp 0 help par_id3154784 17 0 kid zgyk1b‖Inserts the contents of the info fields found on the…
52275 …ActionTe.ulf 0 LngText OOO_ACTIONTEXT_57 0 kid 2vnfkf‖Registering MIME info 20130829 23:02:48
52331 …ionTe.ulf 0 LngText OOO_ACTIONTEXT_113 0 kid 066qa0‖Unregistering MIME info 20130829 23:02:48
63822 sfx2 source\doc\doc.src 0 infobox MSG_DOCINFO_CANTREAD 0 kid wht5e3‖Document info cannot be read…
64751 …s.src 0 string STR_FORMAT_ID_NOTES_DOCINFO 0 kid qc]xvm‖Notes document info 20130829 23:02:48
69958 …P_TOX_ENTRY.WIN_TOKEN STR_TOKEN_HELP_CHAPTER_INFO 10 kid nyy7wh‖Chapter info 20130829 23:02:48
69966 …tab.src 0 pushbutton TP_TOX_ENTRY PB_CHAPTERINFO 40 kid 6rj2kl‖~Chapter info 20130829 23:02:48
/trunk/extras/l10n/source/en-ZA/
H A Dlocalize.sdf455 sfx2 source\doc\doc.src 0 infobox MSG_DOCINFO_CANTREAD 0 en-ZA Document info cannot be read. …
5519 …4090004.xhp 0 help par_id3154784 17 0 en-ZA Inserts the contents of the info fields found on the…
25460 …er data, such as tables and indexes, as well as the SQL catalogue (schema info). The data containe…
53922 …ages\ActionTe.ulf 0 LngText OOO_ACTIONTEXT_57 0 en-ZA Registering MIME info 2002-02-02 02:02…
53978 …s\ActionTe.ulf 0 LngText OOO_ACTIONTEXT_113 0 en-ZA Unregistering MIME info 2002-02-02 02:02…
56290 …ring TP_TOX_ENTRY.WIN_TOKEN STR_TOKEN_HELP_CHAPTER_INFO 0 en-ZA Chapter info 2002-02-02 02:02…
56298 sw source\ui\index\cnttab.src 0 pushbutton TP_TOX_ENTRY PB_CHAPTERINFO 40 en-ZA ~Chapter info
64795 …ormats.src 0 string STR_FORMAT_ID_NOTES_DOCINFO 0 en-ZA Notes document info 2002-02-02 02:02…
/trunk/main/autodoc/
H A DExecutable_autodoc.mk119 autodoc/source/ary/info/all_dts \
120 autodoc/source/ary/info/all_tags \
121 autodoc/source/ary/info/ci_attag \
122 autodoc/source/ary/info/ci_text \
/trunk/main/sfx2/source/doc/
H A Ddoc.src185 Message [ en-US ] = "Document info cannot be read." ;
/trunk/main/sfx2/source/dialog/
H A Ddialog.src125 File = "info.png" ;
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DActionTe.ulf191 en-US = "Registering MIME info"
359 en-US = "Unregistering MIME info"
/trunk/main/svtools/source/dialogs/
H A Dformats.src214 Text [ en-US ] = "Notes document info" ;
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch1649 + * @keyInfoCtx: the pointer to key info context.
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java185 LOG.info(content + "\n" + "Exit Code: " + code + "\n" + output); in execScript()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini471 shortlist=DATAVALIDATION-ERRORSTYLE,0,error,warning,info
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx2675 info->family = ttf->family; in GetTTGlobalFontInfo()
2676 info->ufamily = ttf->ufamily; in GetTTGlobalFontInfo()
2679 info->psname = ttf->psname; in GetTTGlobalFontInfo()
2703 info->rangeFlag = 1; in GetTTGlobalFontInfo()
3024 TTGlobalFontInfo info; in main() local
3072 GetTTGlobalFontInfo(fnt, &info); in main()
3080 printf("\tbouding box: [%d %d %d %d]\n", info.xMin, info.yMin, info.xMax, info.yMax); in main()
3093 if ((info.ur1 >> i) & 1) { in main()
3098 if ((info.ur2 >> i) & 1) { in main()
3103 if ((info.ur3 >> i) & 1) { in main()
[all …]
/trunk/extras/l10n/source/sq/
H A Dlocalize.sdf22043 …es\ActionTe.ulf 0 LngText OOO_ACTIONTEXT_57 0 sq Duke regjistruar MIME info 2002-02-02 02:02…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiPropertyTest.java152 XPropertySetInfo info = oObj.getPropertySetInfo(); in testProperty() local
154 if (info != null) in testProperty()
156 final boolean bHasProperty = info.hasPropertyByName(propName); in testProperty()
183 Property prop = info.getPropertyByName(propName); in testProperty()
288 XPropertySetInfo info = oObj.getPropertySetInfo(); in checkResult() local
289 if (info == null) in checkResult()
295 Property prop = info.getPropertyByName(propName); in checkResult()
/trunk/main/offapi/com/sun/star/deployment/
H A DXPackage.idl280 /** returns the publisher info for a package, the strings
/trunk/main/sw/source/ui/index/
H A Dcnttab.src659 Text [ en-US ] = "Chapter info" ;
720 Text [ en-US ] = "~Chapter info" ;
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx125 JavaInfo* createJavaInfo(const rtl::Reference<VendorBase> & info) in createJavaInfo() argument
130 rtl::OUString sVendor = info->getVendor(); in createJavaInfo()
133 rtl::OUString sHome = info->getHome(); in createJavaInfo()
136 rtl::OUString sVersion = info->getVersion(); in createJavaInfo()
139 pInfo->nFeatures = info->supportsAccessibility() ? 1 : 0; in createJavaInfo()
140 pInfo->nRequirements = info->needsRestart() ? JFW_REQUIRE_NEEDRESTART : 0; in createJavaInfo()
142 buf.append(info->getRuntimeLibrary()); in createJavaInfo()
143 if (info->getLibraryPaths().getLength() > 0) in createJavaInfo()
146 buf.append(info->getLibraryPaths()); in createJavaInfo()
/trunk/test/testuno/source/fvt/mix/sc/sheet/
H A DInsertExcelSheetTest.java222 log.info("sheet inserted..."); in insertSheetFromFileLinkedNormal()
283 log.info("saving the document..."); in insertSheetFromFileLinkedNormal()
335 log.info("refreshing all links..."); in insertSheetFromFileLinkedNormal()
341 log.info("in refresh loop " + i); in insertSheetFromFileLinkedNormal()
437 log.info("sheet inserted..."); in insertSheetFromFileLinkedValue()
501 log.info("saving the document..."); in insertSheetFromFileLinkedValue()
529 log.info("missed the dialog"); in insertSheetFromFileLinkedValue()
551 log.info("refreshing all links..."); in insertSheetFromFileLinkedValue()
655 log.info("sheet inserted......"); in insertSheetFromFileLinkedNone()
672 log.info(""); in insertSheetFromFileLinkedNone()
[all …]
H A DInsertCalcSheetTest.java222 log.info("sheet inserted..."); in insertSheetFromFileLinkedNormal()
283 log.info("saving the document..."); in insertSheetFromFileLinkedNormal()
335 log.info("refreshing all links..."); in insertSheetFromFileLinkedNormal()
341 log.info("in refresh loop " + i); in insertSheetFromFileLinkedNormal()
437 log.info("sheet inserted..."); in insertSheetFromFileLinkedValue()
501 log.info("saving the document..."); in insertSheetFromFileLinkedValue()
529 log.info("missed the dialog"); in insertSheetFromFileLinkedValue()
551 log.info("refreshing all links..."); in insertSheetFromFileLinkedValue()
656 log.info("sheet inserted......"); in insertSheetFromFileLinkedNone()
673 log.info(""); in insertSheetFromFileLinkedNone()
[all …]
/trunk/extras/l10n/source/uk/
H A Dlocalize.sdf35209 …user data, such as tables and indexes, as well as the SQL catalog (schema info). The data containe…
/trunk/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java88 log.info(smoketestlog + "\n" + testclosurelog); in smokeTest()
/trunk/main/sd/source/ui/dlg/
H A Dbrkdlg.cxx127 String info = UniString::CreateFromInt32( pProgrInfo->GetCurObj() ); in IMPL_LINK() local
128 info.Append( sal_Unicode('/') ); in IMPL_LINK()
129 info.Append( UniString::CreateFromInt32( pProgrInfo->GetObjCount() ) ); in IMPL_LINK()
130 aFiObjInfo.SetText(info); in IMPL_LINK()
139 info = UniString::CreateFromInt32( pProgrInfo->GetCurAction() ); in IMPL_LINK()
140 info.Append( sal_Unicode('/') ); in IMPL_LINK()
141 info.Append( UniString::CreateFromInt32( pProgrInfo->GetActionCount() ) ); in IMPL_LINK()
142 aFiActInfo.SetText(info); in IMPL_LINK()
152 info = UniString::CreateFromInt32( pProgrInfo->GetCurInsert() ); in IMPL_LINK()
153 info.Append( sal_Unicode('/') ); in IMPL_LINK()
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java105 info = new InfoImpl(); in OpenOfficeDocFileSystem()
110 info, change, new ListImpl()); in OpenOfficeDocFileSystem()

Completed in 3559 milliseconds

12345678910>>...16