/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salcvt.cxx | 124 Bool bMatch = False; in EncodingHasChar() local 129 bMatch = False; in EncodingHasChar() 171 bMatch = ( nChar >= 0x0020 && nChar <= 0x007e ) in EncodingHasChar() 177 bMatch = ( nChar >= 0x0020 && nChar <= 0x007e ) in EncodingHasChar() 183 bMatch = ( nChar >= 0x0020 && nChar <= 0x007e ) in EncodingHasChar() 190 bMatch = ( nChar >= 0x0020 && nChar <= 0x007e ) in EncodingHasChar() 196 bMatch = ( nChar >= 0x0020 && nChar <= 0x007e ) in EncodingHasChar() 256 bMatch = True; in EncodingHasChar() 271 bMatch = False; in EncodingHasChar() 302 bMatch = (nConvertedChars == 1) in EncodingHasChar() [all …]
|
/aoo41x/main/fpicker/source/aqua/ |
H A D | FilterHelper.cxx | 147 sal_Bool bMatch; in operator ()() local 151 bMatch = ( title.equals(rTitle) ); in operator ()() 152 if (!bMatch) { in operator ()() 156 bMatch = ( aShrunkName.equals(rTitle) ); in operator ()() 161 bMatch = in operator ()() 168 return bMatch ? true : false; in operator ()()
|
/aoo41x/main/ucbhelper/source/client/ |
H A D | interceptedinteraction.cxx | 157 sal_Bool bMatch = sal_False; in impl_interceptRequest() local 159 bMatch = aInterceptedType.equals(aRequestType); in impl_interceptRequest() 161 …bMatch = aInterceptedType.isAssignableFrom(aRequestType); // dont change intercepted and request t… in impl_interceptRequest() 167 if (bMatch) in impl_interceptRequest()
|
/aoo41x/main/framework/source/services/ |
H A D | substitutepathvars.cxx | 434 bool bMatch = aPattern.Matches(aHost); in FilterRuleSet() local 435 if ( bMatch ) in FilterRuleSet() 463 bool bMatch = aPattern.Matches(aDomain); in FilterRuleSet() local 464 if ( bMatch ) in FilterRuleSet() 1037 bool bMatch = true; in impl_reSubstituteVariables() local 1047 bMatch = ( aURL[ nPos-1 ] == '/' ); in impl_reSubstituteVariables() 1049 if ( bMatch ) in impl_reSubstituteVariables() 1052 bMatch = ( pStr[ nPos + aValue.getLength() ] == '/' ); in impl_reSubstituteVariables() 1056 if ( bMatch ) in impl_reSubstituteVariables()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table3.cxx | 1083 sal_Bool bMatch = sal_False; in ValidQuery() local 1088 bMatch = (sal_Bool) rEntry.GetSearchTextPtr( rParam.bCaseSens ) in ValidQuery() 1096 if ( bMatch && bMatchWholeCell in ValidQuery() 1098 bMatch = sal_False; // RegExp must match entire cell string in ValidQuery() 1104 bOk = bMatch; in ValidQuery() 1108 bOk = !bMatch; in ValidQuery() 1111 bOk = ( bMatch && (nStart == 0) ); in ValidQuery() 1114 bOk = !( bMatch && (nStart == 0) ); in ValidQuery() 1117 bOk = ( bMatch && (nEnd == aCellStr.Len()) ); in ValidQuery() 1120 bOk = !( bMatch && (nEnd == aCellStr.Len()) ); in ValidQuery() [all …]
|
H A D | dptablecache.cxx | 723 sal_Bool bMatch = (sal_Bool) rEntry.GetSearchTextPtr( rParam.bCaseSens ) in ValidQuery() local 726 if ( bMatch && bMatchWholeCell in ValidQuery() 728 bMatch = sal_False; // RegExp must match entire cell string in ValidQuery() 730 bOk = ((rEntry.eOp == SC_NOT_EQUAL) ? !bMatch : bMatch); in ValidQuery() 732 bTestEqual = bMatch; in ValidQuery()
|
H A D | column3.cxx | 610 sal_Bool bMatch = sal_False; in CreateRefCell() local 620 bMatch = sal_True; in CreateRefCell() 627 bMatch = ((nFlags & IDF_DATETIME) != 0); in CreateRefCell() 629 bMatch = ((nFlags & IDF_VALUE) != 0); in CreateRefCell() 634 case CELLTYPE_EDIT: bMatch = ((nFlags & IDF_STRING) != 0); break; in CreateRefCell() 635 case CELLTYPE_FORMULA: bMatch = ((nFlags & IDF_FORMULA) != 0); break; in CreateRefCell() 641 if (!bMatch) in CreateRefCell()
|
H A D | dpcachetable.cxx | 125 bool bMatch = itr->match( rCellData); in match() local 126 if (bMatch) in match()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | fcode.cxx | 313 sal_Bool bMatch; in operate() local 318 bMatch = sal_False; in operate() 321 bMatch = match(aRH.getString(), aLH.getString(), cEscape); in operate() 323 return bMatch; in operate()
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_storage.cxx | 149 bool bMatch = true; in createStorage() local 154 bMatch = true; in createStorage() 161 bMatch = (*aIt).first.second; in createStorage() 165 if ( bMatch ) in createStorage()
|
/aoo41x/main/filter/source/config/cache/ |
H A D | filterfactory.cxx | 498 bool bMatch = false; in operator ()() local 501 bMatch = ((nFlags & m_nFlags) == m_nFlags); in operator ()() 504 bMatch = !(nFlags & m_nFlags); in operator ()() 506 return !bMatch; in operator ()()
|
/aoo41x/main/fpicker/source/office/ |
H A D | OfficeFilePicker.cxx | 386 sal_Bool bMatch; in operator ()() local 389 bMatch = ( _rEntry.getTitle() == rTitle ); in operator ()() 392 bMatch = in operator ()() 399 return bMatch ? true : false; in operator ()()
|
/aoo41x/main/unotools/source/i18n/ |
H A D | transliterationwrapper.cxx | 327 sal_Bool bMatch = equals( in isEqual() local 330 return bMatch; in isEqual()
|
/aoo41x/main/linguistic/source/ |
H A D | convdiclist.cxx | 555 sal_Bool bMatch = xDic.is() && in queryConversions() local 558 bSupported |= bMatch; in queryConversions() 559 if (bMatch && xDic->isActive()) in queryConversions()
|
/aoo41x/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 647 sal_Bool bMatch = sal_False; in createNew() local 656 bMatch = sal_True; in createNew() 672 bMatch = sal_True; in createNew() 690 bMatch = sal_True; in createNew() 706 if ( bMatch ) in createNew()
|
/aoo41x/main/l10ntools/source/ |
H A D | xmlparse.cxx | 237 sal_Bool bMatch = sal_False; in GetChildElement() local 238 for ( sal_uLong j = 0; j < pList->Count() && bMatch; j++ ) { in GetChildElement() 244 bMatch = sal_False; in GetChildElement() 246 if ( bMatch ) in GetChildElement()
|
/aoo41x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 588 sal_Bool bMatch; in operator ()() local 591 bMatch = ( _rEntry.getTitle() == rTitle ); in operator ()() 594 bMatch = in operator ()() 601 return bMatch ? true : false; in operator ()()
|
/aoo41x/main/basic/source/runtime/ |
H A D | methods.cxx | 2595 sal_Bool bMatch = sal_True; in implCheckWildcard() local 2598 bMatch = pRTLData->pWildCard->Matches( rName ); in implCheckWildcard() 2599 return bMatch; in implCheckWildcard() 2784 sal_Bool bMatch = implCheckWildcard( aPath, pRTLData ); in RTLFUNC() local 2785 if( !bMatch ) in RTLFUNC() 2939 sal_Bool bMatch = implCheckWildcard( aPath, pRTLData ); in RTLFUNC() 2940 if( !bMatch ) in RTLFUNC()
|
/aoo41x/main/svl/source/numbers/ |
H A D | zforfind.cxx | 2366 sal_Bool bMatch = (pFormat ? pFormat->IsNumForStringElementCountEqual( in IsNumberFormatMain() local 2368 if ( !bMatch ) in IsNumberFormatMain() 2385 sal_Bool bMatch = (pFormat ? pFormat->IsNumForStringElementCountEqual( in IsNumberFormatMain() local 2387 if ( !bMatch ) in IsNumberFormatMain()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | baside3.cxx | 901 bool bMatch = localesAreEqual( rFirstLocale, rSecondLocale ); in implGetLanguagesOnlyContainedInFirstSeq() local 902 if( bMatch ) in implGetLanguagesOnlyContainedInFirstSeq()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 741 bool bMatch = rEntry.GetSearchTextPtr( in CompareFunc() local 744 … if (bMatch && pOptions->bMatchWholeCell && (nStart != 0 || nStop != rComp.pVal[0]->Len())) in CompareFunc() 745 bMatch = false; // RegEx must match entire string. in CompareFunc() 746 fRes = (bMatch ? 0 : 1); in CompareFunc() 753 bool bMatch; in CompareFunc() local 755 bMatch = pTransliteration->isEqual( *rComp.pVal[0], *rComp.pVal[1]); in CompareFunc() 764 bMatch = (aCell.Search( aQuer ) != STRING_NOTFOUND); in CompareFunc() 766 fRes = (bMatch ? 0 : 1); in CompareFunc()
|
/aoo41x/main/l10ntools/source/filter/utils/ |
H A D | Cache.java | 1582 boolean bMatch = Cache.matchPropSet(rItemProps, aPropSet); in getMatchedItemNames() 1583 if (bMatch) in getMatchedItemNames()
|
/aoo41x/main/vcl/source/control/ |
H A D | ilstbox.cxx | 290 …sal_Bool bMatch = bLazy ? rI18nHelper.MatchString( rStr, pImplEntry->maStr ) != 0 : ( rStr.Match( … in FindMatchingEntry() local 291 if ( bMatch ) in FindMatchingEntry()
|