/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/ |
H A D | _XBreakIterator.java | 135 bRes = bRes && lRes == nextCharacters[i][2]; in _nextCharacters() 136 bRes = bRes && lDone[0] == nextCharacters[i][3]; in _nextCharacters() 171 bRes = bRes && lRes == previousCharacters[i][2]; in _previousCharacters() 172 bRes = bRes && lDone[0] == previousCharacters[i][3]; in _previousCharacters() 256 bRes = bRes && iBounds.startPos == bounds.startPos; in _getWordBoundary() 257 bRes = bRes && iBounds.endPos == bounds.endPos; in _getWordBoundary() 282 bRes = bRes && type == WordType.ANY_WORD; in _getWordType() 305 bRes = bRes && isBegin; in _isBeginWord() 308 bRes = bRes && isNotBegin; in _isBeginWord() 337 bRes = bRes && isEnd; in _isEndWord() [all …]
|
/trunk/main/sal/qa/osl/pipe/ |
H A D | osl_Pipe.cxx | 178 ASSERT_TRUE( !bRes ); in TEST() 189 ASSERT_TRUE( bRes ); in TEST() 200 ASSERT_TRUE( bRes ); in TEST() 212 ASSERT_TRUE( bRes ); in TEST() 237 ASSERT_TRUE( bRes ); in TEST() 519 ASSERT_TRUE( bRes ); in TEST() 530 ASSERT_TRUE( bRes ); in TEST() 575 ASSERT_TRUE( bRes ); in TEST() 588 ASSERT_TRUE( bRes ); in TEST() 601 ASSERT_TRUE( bRes ); in TEST() [all …]
|
/trunk/main/sal/qa/osl/module/ |
H A D | osl_Module.cxx | 199 sal_Bool bRes, bRes1; member in osl_Module::ctors 226 sal_Bool bRes, bRes1; member in osl_Module::getUrlFromAddress 235 if ( !( bRes ) ) in TEST_F() 267 sal_Bool bRes, bRes1; member in osl_Module::load 333 sal_Bool bRes, bRes1; member in osl_Module::unload 352 sal_Bool bRes, bRes1; member in osl_Module::is 372 sal_Bool bRes; member in osl_Module::getSymbol 381 bRes = pFunc( bRes ); in TEST_F() 393 sal_Bool bRes, bRes1; member in osl_Module::optr_oslModule 418 bRes = pFunc( bRes ); in TEST_F() [all …]
|
/trunk/main/comphelper/source/misc/ |
H A D | types.cxx | 185 sal_Bool bRes = sal_True; in compare_impl() local 191 bRes = compare_impl( in compare_impl() 196 bRes = compare_impl( in compare_impl() 296 bRes = *(FontDescriptor*)pData == aTemp; in compare_impl() 299 bRes = sal_False; in compare_impl() 403 bRes = ( nSeqLen == rRightSeq.getLength() ); in compare_impl() 404 for ( sal_Int32 n = 0; bRes && ( n < nSeqLen ); n++ ) in compare_impl() 408 bRes = ( rS1 == rS2 ); in compare_impl() 414 bRes = sal_False; in compare_impl() 417 bRes = bRes && bConversionSuccess; in compare_impl() [all …]
|
/trunk/main/sal/qa/osl/mutex/ |
H A D | osl_Mutex.cxx | 329 sal_Bool bRes = sal_False; in TEST_F() local 341 bRes = sal_True; in TEST_F() 368 sal_Bool bRes = sal_False; in TEST_F() local 372 bRes = sal_True; in TEST_F() 393 sal_Bool bRes = aMutex.acquire( ); in TEST_F() local 417 sal_Bool bRes = aMutex.acquire(); in TEST_F() local 541 sal_Bool bRes; in TEST_F() local 549 bRes = pGlobalMutex1->release( ); in TEST_F() 683 sal_Bool bRes = aMutex.release( ); in TEST_F() local 696 sal_Bool bRes = aMutex.release( ); in TEST_F() local [all …]
|
/trunk/main/sal/qa/rtl_strings/ |
H A D | rtl_OUString.cxx | 1462 return (bRes); in test_valueOf() 1530 return ( bRes ); in test_rtl_OUString_valueOf_Int32() 1600 return ( bRes ); in test_rtl_OUString_valueOf_Int32_Bounderies() 1672 return ( bRes ); in test_rtl_OUString_valueOf_Int32_Negative() 1698 return (bRes); in test_rtl_OUString_valueOf_Int32_WrongRadix() 1825 return (bRes); in test_rtl_OUString_valueOf_Int64() 1895 return ( bRes ); in test_rtl_OUString_valueOf_Int64_Bounderies() 1968 return (bRes); in test_rtl_OUString_valueOf_Int64_Negative() 1995 return (bRes); in test_rtl_OUString_valueOf_Int64_WrongRadix() 2553 return ( bRes ); in test_rtl_OUString_indexOf_001() [all …]
|
H A D | rtl_OString.cxx | 1962 return (bRes); in test_valueOf() 1983 bRes = c_rtl_tres_state in test_rtl_OString_valueOf_Int32() 2030 return ( bRes ); in test_rtl_OString_valueOf_Int32() 2100 return ( bRes ); in test_rtl_OString_valueOf_Int32_Bounderies() 2172 return ( bRes ); in test_rtl_OString_valueOf_Int32_Negative() 2189 bRes = c_rtl_tres_state in test_rtl_OString_valueOf_Int32_WrongRadix() 2197 return (bRes); in test_rtl_OString_valueOf_Int32_WrongRadix() 2276 return (bRes); in test_rtl_OString_valueOf_Int64() 2346 return ( bRes ); in test_rtl_OString_valueOf_Int64_Bounderies() 2419 return (bRes); in test_rtl_OString_valueOf_Int64_Negative() [all …]
|
/trunk/main/sal/qa/osl/security/ |
H A D | osl_Security.cxx | 73 sal_Bool bRes, bRes1; member in osl_Security::ctors 94 sal_Bool bRes; member in osl_Security::logonUser 137 sal_Bool bRes, bRes1; member in osl_Security::getUserIdent 144 bRes = aSec.getUserIdent( strID ); in TEST_F() 156 sal_Bool bRes, bRes1; member in osl_Security::getUserName 183 sal_Bool bRes, bRes1; member in osl_Security::getHomeDir 190 bRes = aSec.getHomeDir( strHome ); in TEST_F() 201 sal_Bool bRes, bRes1; member in osl_Security::getConfigDir 219 sal_Bool bRes; member in osl_Security::isAdministrator 225 bRes = aSec.isAdministrator( ); in TEST_F() [all …]
|
/trunk/main/sal/qa/osl/condition/ |
H A D | osl_Condition.cxx | 134 sal_Bool bRes = aCond.check( ); in TEST() local 137 ASSERT_TRUE( !bRes ); in TEST() 143 sal_Bool bRes = aCond.check( ); in TEST() local 146 ASSERT_TRUE( bRes ); in TEST() 156 sal_Bool bRes = aCond.check( ); in TEST() local 159 ASSERT_TRUE( bRes ); in TEST() 205 sal_Bool bRes = aCond.check( ); in TEST() local 253 ASSERT_TRUE( !bRes ); in TEST() 266 sal_Bool bRes = aCond.check( ); in TEST() local 271 ASSERT_TRUE( !bRes && bRes1 ); in TEST() [all …]
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbafont.cxx | 168 sal_Bool bRes = sal_False; in getSubscript() local 170 if ( bRes ) in getSubscript() 178 sal_Bool bRes = sal_False; in getSuperscript() local 180 if ( bRes ) in getSuperscript() 188 sal_Bool bRes = sal_False; in getBold() local 190 if ( bRes ) in getBold() 198 sal_Bool bRes = sal_False; in getItalic() local 200 if ( bRes ) in getItalic() 208 sal_Bool bRes = sal_False; in getStrikethrough() local 210 if ( bRes ) in getStrikethrough() [all …]
|
/trunk/main/sal/qa/osl/process/ |
H A D | osl_Thread.cxx | 557 sal_Bool bRes = newthread->create(); in TEST_F() local 686 sal_Bool bRes = aCountThread->create(); in TEST_F() local 713 sal_Bool bRes = aThread->create(); in TEST_F() 771 sal_Bool bRes = pCountThread->create(); in TEST_F() local 844 sal_Bool bRes = aCountThread->create(); in TEST_F() local 868 sal_Bool bRes = aCountThread->create(); in TEST_F() local 916 sal_Bool bRes = aCountThread->create(); in TEST_F() local 948 sal_Bool bRes = aCountThread->create(); in TEST_F() local 1025 ASSERT_TRUE(bRes == sal_True && in TEST_F() 1753 sal_Bool bRes = aThread->create(); in TEST_F() local [all …]
|
/trunk/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 512 sal_Bool bRes = sal_False; in Get() local 602 bRes = sal_True; in Get() 606 return bRes; in Get() 615 return bRes; in GetNoBroadcast() 801 bRes = sal_True; in GET() 805 return bRes; in GET() 1459 return bRes; in Compute() 1476 bRes = sal_True; in Compare() 1482 bRes = sal_False; in Compare() 1610 bRes = sal_False; in Compare() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbcx/ |
H A D | _XDataDefinitionSupplier.java | 95 boolean bRes = true; in _getDataDefinitionByConnection() 108 bRes = false; in _getDataDefinitionByConnection() 121 bRes = xTS != null; in _getDataDefinitionByConnection() 124 bRes = false; in _getDataDefinitionByConnection() 130 bRes = xTS == null; in _getDataDefinitionByConnection() 133 bRes = true; in _getDataDefinitionByConnection() 148 boolean bRes = false; in _getDataDefinitionByURL() 154 bRes = xTS != null; in _getDataDefinitionByURL() 157 bRes = false; in _getDataDefinitionByURL() 164 bRes = false; in _getDataDefinitionByURL() [all …]
|
/trunk/main/linguistic/source/ |
H A D | lngprophelp.cxx | 220 bRes = sal_False; in propertyChange_Impl() 228 if (bRes) in propertyChange_Impl() 243 return bRes; in propertyChange_Impl() 323 return bRes; in addLinguServiceEventListener() 340 return bRes; in removeLinguServiceEventListener() 489 bRes = (pbVal != 0); in propertyChange_Impl() 490 if (bRes) in propertyChange_Impl() 504 return bRes; in propertyChange_Impl() 655 bRes = (pnVal != 0); in propertyChange_Impl() 656 if (bRes) in propertyChange_Impl() [all …]
|
H A D | misc.cxx | 267 sal_Bool bRes = sal_True; in IsUseDicList() local 277 pVal[i].Value >>= bRes; in IsUseDicList() 288 return bRes; in IsUseDicList() 316 return bRes; in IsIgnoreControlChars() 330 return bRes; in lcl_HasHyphInfo() 544 return bRes; in IsReadOnly() 554 if (bRes) in GetAltSpelling() 599 return bRes; in GetAltSpelling() 860 bRes = sal_True; in IsNumeric() 867 bRes = sal_False; in IsNumeric() [all …]
|
H A D | dicimp.cxx | 630 sal_Bool bRes = sal_True; in isSorted() local 640 bRes = sal_False; in isSorted() 644 return bRes; in isSorted() 652 sal_Bool bRes = sal_False; in addEntry_Impl() local 692 bRes = sal_True; in addEntry_Impl() 699 return bRes; in addEntry_Impl() 835 sal_Bool bRes = sal_False; in addEntry() local 844 return bRes; in addEntry() 863 return bRes; in add() 980 return bRes; in addDictionaryEventListener() [all …]
|
H A D | convdic.cxx | 163 sal_Bool bRes = sal_False; in IsConvDic() local 166 return bRes; in IsConvDic() 175 return bRes; in IsConvDic() 190 if (bRes) in IsConvDic() 196 return bRes; in IsConvDic() 496 sal_Bool bRes = sal_False; in lcl_SeqHasEntry() local 503 bRes = sal_True; in lcl_SeqHasEntry() 506 return bRes; in lcl_SeqHasEntry() 715 sal_Bool bRes = sal_False; in supportsService() local 717 bRes = sal_True; in supportsService() [all …]
|
H A D | lngsvcmgr.cxx | 71 return bRes; in lcl_SeqHasString() 77 bRes = sal_True; in lcl_SeqHasString() 79 return bRes; in lcl_SeqHasString() 554 return bRes; in AddLngSvcEvtBroadcaster() 568 return bRes; in RemoveLngSvcEvtBroadcaster() 1373 return bRes; in addLinguServiceManagerListener() 1392 return bRes; in removeLinguServiceManagerListener() 1536 return bRes; in IsEqSvcList() 1721 return bRes; in SaveCfgSvcs() 1929 return bRes; in AddLngSvcEvtBroadcaster() [all …]
|
/trunk/main/sw/source/core/view/ |
H A D | printdata.cxx | 459 bool bRes = nLRPages == 0 || nLRPages == 1; in IsPrintLeftPages() local 460 bRes = getBoolValue( "PrintLeftPages", bRes /* <- default value if property is not found */ ); in IsPrintLeftPages() 461 return bRes; in IsPrintLeftPages() 471 bRes = getBoolValue( "PrintRightPages", bRes /* <- default value if property is not found */ ); in IsPrintRightPages() 472 return bRes; in IsPrintRightPages() 479 bool bRes = bIsPDFExport ? in IsPrintEmptyPages() local 482 return bRes; in IsPrintEmptyPages() 503 bRes = getBoolValue( "PrintGraphics", bRes ); in IsPrintGraphics() 504 return bRes; in IsPrintGraphics() 513 bRes = getBoolValue( "PrintDrawings", bRes ); in IsPrintDrawings() [all …]
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | SampleSpellChecker.java | 101 boolean bRes = bDefaultVal; in GetValueToUse() 114 return bRes; in GetValueToUse() 129 bRes = bDefaultVal; in GetValueToUse() 132 return bRes; in GetValueToUse() 271 boolean bRes = false; in hasLocale() 274 bRes = true; in hasLocale() 275 return bRes; in hasLocale() 351 boolean bRes = false; in addLinguServiceEventListener() 354 return bRes; in addLinguServiceEventListener() 361 boolean bRes = false; in removeLinguServiceEventListener() [all …]
|
H A D | SampleHyphenator.java | 101 boolean bRes = bDefaultVal; in GetValueToUse() 114 return bRes; in GetValueToUse() 129 bRes = bDefaultVal; in GetValueToUse() 132 return bRes; in GetValueToUse() 195 boolean bRes = false; in hasLocale() 198 bRes = true; in hasLocale() 199 return bRes; in hasLocale() 407 boolean bRes = false; in addLinguServiceEventListener() 410 return bRes; in addLinguServiceEventListener() 417 boolean bRes = false; in removeLinguServiceEventListener() [all …]
|
H A D | SampleThesaurus.java | 99 boolean bRes = bDefaultVal; in GetValueToUse() 111 bRes = AnyConverter.toBoolean( aObj ); in GetValueToUse() 112 return bRes; in GetValueToUse() 123 bRes = AnyConverter.toBoolean( aObj ); in GetValueToUse() 127 bRes = bDefaultVal; in GetValueToUse() 130 return bRes; in GetValueToUse() 153 boolean bRes = false; in hasLocale() 155 bRes = true; in hasLocale() 156 return bRes; in hasLocale()
|
/trunk/main/sot/source/sdstor/ |
H A D | stg.cxx | 840 sal_Bool bRes = sal_True; in CopyTo() local 846 if( !bRes ) in CopyTo() 865 sal_Bool bRes; in MoveTo() local 879 if( !bRes ) in MoveTo() 893 if( bRes ) in MoveTo() 896 if( !bRes ) in MoveTo() 898 return bRes; in MoveTo() 952 bRes = p->Commit(); in Commit() 953 if( bRes && bIsRoot ) in Commit() 956 if( bRes ) in Commit() [all …]
|
/trunk/main/sal/qa/rtl/ostring/ |
H A D | rtl_OString2.cxx | 442 sal_Bool bRes = ( expVal->compareTo(aStr1) == 0 ); in check_replaceAt() local 443 return bRes; in check_replaceAt() 449 sal_Bool bRes = check_replaceAt(new rtl::OString("Java@Sun"), in TEST_F() local 451 ASSERT_TRUE(bRes == sal_True) << "string differs, replace whole string"; in TEST_F() 458 ASSERT_TRUE(bRes == sal_True) << "index > length of input string"; in TEST_F() 463 sal_Bool bRes = check_replaceAt(new rtl::OString("SuJava desktop system"), in TEST_F() local 465 ASSERT_TRUE(bRes == sal_True) << "larger count"; in TEST_F() 471 sal_Bool bRes = check_replaceAt(new rtl::OString("Java desktop system"), in TEST_F() local 473 ASSERT_TRUE(bRes == sal_True) << "navigate index"; in TEST_F() 478 sal_Bool bRes = check_replaceAt(new rtl::OString("Sun Jesktop System"), in TEST_F() local [all …]
|
/trunk/main/starmath/source/ |
H A D | accessibility.cxx | 1398 bRes = sal_True; in GetIndexAtPoint() 1400 return bRes; in GetIndexAtPoint() 1421 return bRes; in GetWordIndices() 1465 return bRes; in QuickFormatDoc() 1490 return bRes; in Delete() 1503 return bRes; in InsertText() 1649 return bRes; in GetSelection() 1661 return bRes; in SetSelection() 1673 return bRes; in Copy() 1685 return bRes; in Cut() [all …]
|