Home
last modified time | relevance | path

Searched refs:bMatch (Results 1 – 23 of 23) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dsalcvt.cxx124 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 …]
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx434 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()
/trunk/main/fpicker/source/aqua/
H A DFilterHelper.cxx147 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 ()()
/trunk/main/ucbhelper/source/client/
H A Dinterceptedinteraction.cxx157 sal_Bool bMatch = sal_False; in impl_interceptRequest() local
159 bMatch = aInterceptedType.equals(aRequestType); in impl_interceptRequest()
161bMatch = aInterceptedType.isAssignableFrom(aRequestType); // dont change intercepted and request t… in impl_interceptRequest()
167 if (bMatch) in impl_interceptRequest()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx1083 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 Ddptablecache.cxx723 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 Dcolumn3.cxx610 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 Ddpcachetable.cxx125 bool bMatch = itr->match( rCellData); in match() local
126 if (bMatch) in match()
/trunk/main/connectivity/source/drivers/file/
H A Dfcode.cxx313 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()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_storage.cxx149 bool bMatch = true; in createStorage() local
154 bMatch = true; in createStorage()
161 bMatch = (*aIt).first.second; in createStorage()
165 if ( bMatch ) in createStorage()
/trunk/main/filter/source/config/cache/
H A Dfilterfactory.cxx498 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 ()()
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx386 sal_Bool bMatch; in operator ()() local
389 bMatch = ( _rEntry.getTitle() == rTitle ); in operator ()()
392 bMatch = in operator ()()
399 return bMatch ? true : false; in operator ()()
/trunk/main/linguistic/source/
H A Dconvdiclist.cxx555 sal_Bool bMatch = xDic.is() && in queryConversions() local
558 bSupported |= bMatch; in queryConversions()
559 if (bMatch && xDic->isActive()) in queryConversions()
/trunk/main/unotools/source/i18n/
H A Dtransliterationwrapper.cxx327 sal_Bool bMatch = equals( in isEqual() local
330 return bMatch; in isEqual()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx647 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()
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx237 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()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2595 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()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx588 sal_Bool bMatch; in operator ()() local
591 bMatch = ( _rEntry.getTitle() == rTitle ); in operator ()()
594 bMatch = in operator ()()
601 return bMatch ? true : false; in operator ()()
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx2361 sal_Bool bMatch = (pFormat ? pFormat->IsNumForStringElementCountEqual( in IsNumberFormatMain() local
2363 if ( !bMatch ) in IsNumberFormatMain()
2380 sal_Bool bMatch = (pFormat ? pFormat->IsNumForStringElementCountEqual( in IsNumberFormatMain() local
2382 if ( !bMatch ) in IsNumberFormatMain()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx739 bool bMatch = rEntry.GetSearchTextPtr( in CompareFunc() local
742 … if (bMatch && pOptions->bMatchWholeCell && (nStart != 0 || nStop != rComp.pVal[0]->Len())) in CompareFunc()
743 bMatch = false; // RegEx must match entire string. in CompareFunc()
744 fRes = (bMatch ? 0 : 1); in CompareFunc()
751 bool bMatch; in CompareFunc() local
753 bMatch = pTransliteration->isEqual( *rComp.pVal[0], *rComp.pVal[1]); in CompareFunc()
762 bMatch = (aCell.Search( aQuer ) != STRING_NOTFOUND); in CompareFunc()
764 fRes = (bMatch ? 0 : 1); in CompareFunc()
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx901 bool bMatch = localesAreEqual( rFirstLocale, rSecondLocale ); in implGetLanguagesOnlyContainedInFirstSeq() local
902 if( bMatch ) in implGetLanguagesOnlyContainedInFirstSeq()
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java1583 boolean bMatch = Cache.matchPropSet(rItemProps, aPropSet); in getMatchedItemNames()
1584 if (bMatch) in getMatchedItemNames()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx290 …sal_Bool bMatch = bLazy ? rI18nHelper.MatchString( rStr, pImplEntry->maStr ) != 0 : ( rStr.Match( … in FindMatchingEntry() local
291 if ( bMatch ) in FindMatchingEntry()

Completed in 232 milliseconds