Home
last modified time | relevance | path

Searched refs:good (Results 1 – 25 of 67) sorted by relevance

123

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XLocaleData.java415 boolean good = true; in goodCalendar()
445 good &= (! calendar.Name.equals("") ); in goodCalendar()
446 return good; in goodCalendar()
454 boolean good = true; in goodCurrency()
456 good &= (!currency.Name.equals("")); in goodCurrency()
457 good &= (!currency.Symbol.equals("")); in goodCurrency()
458 return good; in goodCurrency()
466 boolean good = true; in goodFormat()
467 good &= (!format.formatCode.equals("")); in goodFormat()
468 good &= (!format.formatKey.equals("")); in goodFormat()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XMessageBoxFactory.java61 final boolean[] good = new boolean[] { false }; in _createMessageBox()
85 synchronized (good) { in _createMessageBox()
86 good[0] = true; in _createMessageBox()
101 synchronized (good) { in _createMessageBox()
102 ok = good[0]; in _createMessageBox()
/trunk/main/testgraphical/qa/graphical/
H A DTest.java50 boolean good = true; in test()
100 good = false; in test()
103 assertTrue(good); in test()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr.cxx975 bool good = structType.is(); in getInstantiatedStruct() local
976 if (good) { in getInstantiatedStruct()
1001 good = false; in getInstantiatedStruct()
1007 good = good && i == name.getLength() - 1 in getInstantiatedStruct()
1013 if (!good in getInstantiatedStruct()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DJPEGComparator.java249 int good = 0; in evaluateResult() local
262 good++; in evaluateResult()
287 if (good > 0) in evaluateResult()
289 sGood = " good:=" + good; in evaluateResult()
/trunk/main/sw/inc/
H A Dswgstr.hxx82 int good() { return ( pStrm->GetError() == SVSTREAM_OK ); } in good() function in swstreambase
/trunk/main/cli_ure/source/uno_bridge/
H A DREADME.txt9 in memory until the process dies. There is actually no good place where
/trunk/main/offapi/com/sun/star/form/inspection/
H A DXSDValidationPropertyHandler.idl47 is good for.</p>
/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx279 const char *good = "!$&'()*+,-.=@_"; in encode() local
286 if (isalnum (c) || strchr (good, c)) in encode()
/trunk/main/offapi/com/sun/star/chart2/
H A DScaleData.idl76 <p>Note: Is this a good place for the axis orientation? Two axes may
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXXMLEncryptionTemplate.idl59 * <p>It isn't a good method to set the EncryptedKey here. In general, there is
/trunk/main/extensions/source/macosx/spotlight/
H A Dmain.m166 * return good status.
H A Dunzip.m1471 Return UNZ_CRCERROR if all the file was read but the CRC is not good
/trunk/main/configmgr/source/
H A DREADME113 removed again---whether or not that is a good idea).
/trunk/main/nss/
H A Dnss.patch12 # combo is not yet good at debugging inlined
H A Dnss_win.patch2301 good &= ~(mask & (paddingLength ^ b));
/trunk/main/toolkit/doc/layout/
H A Doldnotes.txt192 + populate it with good things ...
/trunk/main/sal/textenc/
H A Dtcvteas1.tab143 * A good source of information is <http://www.inet.co.th/cyberclub/trin/
/trunk/main/oox/source/dump/
H A Dbiffdumper.ini2167 shortlist=STYLEEXT-CATEGORY,0,custom,good-bad-neutral,data-model,title-heading,themed,number-format
2172 20=input,output,calculation,check-cell,linked-cell,total,good,bad,neutral,accent1
H A Dxlsbdumper.ini339 20=input,output,calculation,check-cell,linked-cell,total,good,bad,neutral,accent1
/trunk/main/offapi/com/sun/star/ucb/
H A DContent.idl392 Generally, there are good chances that a transfer of a content will
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg299 # probably good enough. For larger projects a too small cache size can cause
/trunk/main/
H A Dconfigure.ac4202 # who thought this too-generic cppconn dir was a good idea?
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl1634 is not a good match.
/trunk/extras/l10n/source/cy/
H A Dlocalize.sdf19044 helpcontent2 source\text\shared\00\00000005.xhp 0 help par_id3147535 102 0 cy A good example of a…
19717 …_id3146957 5 0 cy Let's say you also e-mailed a copy of the report to a good friend and colleagu…
19738 ….xhp 0 help par_idN1093A 0 cy To create an XML filter, you must have a good understanding of XM…
19946 …2 enabled)" prefers the type 42 fonts over type 3 fonts; this driver is a good choice for output t…
33314 helpcontent2 source\text\scalc\guide\value_with_name.xhp 0 help par_id5489364 0 cy A good way of…

Completed in 854 milliseconds

123