Home
last modified time | relevance | path

Searched refs:bFound (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/AOO42X/main/sc/source/core/data/
H A Dtable6.cxx63 sal_Bool bFound = sal_False; in SearchCell() local
116bFound = (sal_Bool)(pSearchText->SearchBkwrd(aString, &nStart, &nEnd, &aSearchResult)); in SearchCell()
122bFound = (sal_Bool)(pSearchText->SearchFrwrd(aString, &nStart, &nEnd, &aSearchResult)); in SearchCell()
127 if (bFound && rSearchItem.GetWordOnly()) in SearchCell()
128 bFound = (nStart == 0 && nEnd == aString.Len() - 1); in SearchCell()
133 return bFound; in SearchCell()
137 if ( bFound && in SearchCell()
242 return bFound; in SearchCell()
248 sal_Bool bFound = sal_False; in Search() local
263 while (!bFound && ((SCsROW)nRow >= 0)) in Search()
[all …]
H A Dtable1.cxx403 sal_Bool bFound = sal_False; in GetCellArea() local
409 bFound = sal_True; in GetCellArea()
418 return bFound; in GetCellArea()
477 sal_Bool bFound = sal_False; in GetPrintArea() local
485 bFound = sal_True; in GetPrintArea()
500 bFound = sal_True; in GetPrintArea()
543 return bFound; in GetPrintArea()
549 sal_Bool bFound = sal_False; in GetPrintAreaHor() local
557 bFound = sal_True; in GetPrintAreaHor()
573 bFound = sal_True; in GetPrintAreaHor()
[all …]
H A Dattarray.cxx234 sal_Bool bFound = (nCount == 1); in Search() local
237 while ( !bFound && nLo <= nHi ) in Search()
251 bFound = sal_True; in Search()
255 bFound = sal_False; in Search()
257 if (bFound) in Search()
261 return bFound; in Search()
1175 sal_Bool bFound = sal_False; in HasLines() local
1190 bFound = sal_True; in HasLines()
1203 bFound = sal_True; in HasLines()
1221 bFound = sal_True; in HasLines()
[all …]
H A Dolinetab.cxx189 sal_Bool bFound = sal_False; in Insert() local
201 bFound = sal_True; in Insert()
203 if (!bFound) in Insert()
220 while ( !bFound && bCont ); in Insert()
222 if (!bFound) in Insert()
307 sal_Bool bFound = sal_False; in FindTouchedLevel() local
324 bFound = sal_True; in FindTouchedLevel()
329 return bFound; in FindTouchedLevel()
338 sal_Bool bFound = sal_False; in RemoveSub() local
339 for ( sal_uInt16 i=0; i<nCount; i += ( bFound ? 0 : 1 ) ) in RemoveSub()
[all …]
H A Ddocumen9.cxx461 sal_Bool bFound = sal_False; in HasBackgroundDraw() local
465 while (pObject && !bFound) in HasBackgroundDraw()
468 bFound = sal_True; in HasBackgroundDraw()
472 return bFound; in HasBackgroundDraw()
488 sal_Bool bFound = sal_False; in HasAnyDraw() local
492 while (pObject && !bFound) in HasAnyDraw()
495 bFound = sal_True; in HasAnyDraw()
499 return bFound; in HasAnyDraw()
628 sal_Bool bFound = sal_False; in HasControl() local
638 while (pObject && !bFound) in HasControl()
[all …]
H A Dcolumn2.cxx664 sal_Bool bFound = sal_False; in GetOptimalColWidth() local
685 if (nThis>nWidth || !bFound) in GetOptimalColWidth()
688 bFound = sal_True; in GetOptimalColWidth()
715 if (nThis>nWidth || !bFound) in GetOptimalColWidth()
718 bFound = sal_True; in GetOptimalColWidth()
724 if (bFound) in GetOptimalColWidth()
1174 sal_Bool bFound = sal_False; in Next() local
1198 bFound = sal_True; in Next()
1202 while (!bFound); in Next()
1276 sal_Bool bFound = sal_False; in GetLastVisDataPos() local
[all …]
H A Ddociter.cxx101 sal_Bool bFound = sal_False; in GetThisCol() local
125 bFound = sal_True; in GetThisCol()
131 bFound = sal_True; in GetThisCol()
140 while (!bFound && nRow <= MAXROW); in GetThisCol()
142 return bFound; in GetThisCol()
1491 bool bFound = false; in BinarySearch() local
1644 bDone = bFound = true; in BinarySearch()
1647 if (!bFound) in BinarySearch()
1769 sal_Bool bFound = sal_False; in Advance() local
1772 for (i=nCol+1; i<=nEndCol && !bFound; i++) in Advance()
[all …]
/AOO42X/main/formula/source/ui/dlg/
H A DFormulaHelper.cxx80 sal_Bool bFound = sal_False; in GetNextFunc() local
85 bFound = ( rFStart != FUNC_NOTFOUND ); in GetNextFunc()
87 if ( bFound ) in GetNextFunc()
125 return bFound; in GetNextFunc()
209 sal_Bool bRepeat, bFound; in GetFunctionStart() local
212 bFound = sal_False; in GetFunctionStart()
217 while ( !bFound && (nParPos > 0) ) in GetFunctionStart()
227 else if ( (bFound = ( rFormula.GetChar(nParPos) == '(' ) ) == sal_False ) in GetFunctionStart()
233 while ( !bFound && (nParPos < nStrLen) ) in GetFunctionStart()
242 else if ( (bFound = ( rFormula.GetChar(nParPos) == '(' ) ) == sal_False ) in GetFunctionStart()
[all …]
/AOO42X/main/cui/source/tabpages/
H A Dgrfpage.cxx222 sal_Bool bFound = sal_False; in Reset() local
235 bFound = sal_True; in Reset()
241 GraphicHasChanged( bFound ); in Reset()
652 void SvxGrfCropPage::GraphicHasChanged( sal_Bool bFound ) in GraphicHasChanged() argument
654 if( bFound ) in GraphicHasChanged()
710 aLeftFT .Enable(bFound); in GraphicHasChanged()
711 aLeftMF .Enable(bFound); in GraphicHasChanged()
712 aRightFT .Enable(bFound); in GraphicHasChanged()
713 aRightMF .Enable(bFound); in GraphicHasChanged()
714 aTopFT .Enable(bFound); in GraphicHasChanged()
[all …]
/AOO42X/main/svl/qa/complex/ConfigItems/helper/
H A DHistoryOptTest.cxx271 … ::sal_Bool bFound = sal_False; in impl_existsItem()
278 bFound = sCheck.equals(sURL); in impl_existsItem()
279 if (bFound) in impl_existsItem()
283 if ( ! bFound) in impl_existsItem()
285 bFound = sal_False; in impl_existsItem()
293 bFound = xItem.is(); in impl_existsItem()
298 return bFound; in impl_existsItem()
308 … ::sal_Bool bFound = sal_False; in impl_existsItemAtIndex()
316 bFound = sCheck.equals(sURL); in impl_existsItemAtIndex()
317 if ( ! bFound) in impl_existsItemAtIndex()
[all …]
/AOO42X/main/svtools/source/edit/
H A Dxtextedt.cxx160 bool bFound = false; in Search() local
198 bFound = aSearcher.SearchFrwrd( aText, &nStartPos, &nEndPos ); in Search()
200 bFound = aSearcher.SearchBkwrd( aText, &nEndPos, &nStartPos ); in Search()
202 if ( bFound ) in Search()
221 bFound = false; in Search()
232 return bFound; in Search()
267 sal_Bool bFound = sal_False; in Search() local
271 bFound = sal_True; in Search()
285 return bFound; in Search()
324 sal_Bool bFound = pTextEngine->Search( aSel, rSearchOptions, sal_True ); in Replace() local
[all …]
/AOO42X/main/sc/source/core/tool/
H A Dcollect.cxx223 sal_Bool bFound = sal_False; in Search() local
239 bFound = sal_True; in Search()
245 return bFound; in Search()
253 sal_Bool bFound = Search(pScDataObject, nIndex); in Insert() local
254 if (bFound) in Insert()
269 sal_Bool bFound = Search(pScDataObject, nIndex); in InsertPos() local
270 if (bFound) in InsertPos()
428 sal_Bool bFound = sal_False; in FindText() local
460 bFound = sal_True; in FindText()
488 bFound = sal_True; in FindText()
[all …]
H A Dconsoli.cxx301 sal_Bool bFound = sal_False; in AddFields() local
302 for (SCSIZE i=0; i<nColCount && !bFound; i++) in AddFields()
304 bFound = sal_True; in AddFields()
305 if (!bFound) in AddFields()
318 sal_Bool bFound = sal_False; in AddFields() local
319 for (SCSIZE i=0; i<nRowCount && !bFound; i++) in AddFields()
321 bFound = sal_True; in AddFields()
322 if (!bFound) in AddFields()
574 sal_Bool bFound = sal_False; in AddData() local
575 for (SCSIZE i=0; i<nColCount && !bFound; i++) in AddData()
[all …]
H A Ddoubleref.cxx65 sal_Bool bFound; in lcl_createStarQuery() local
99 bFound = sal_False; in lcl_createStarQuery()
114 bFound = sal_False; in lcl_createStarQuery()
368 sal_Bool bFound = sal_True; in findFieldColumn() local
370 bFound = sal_False; in findFieldColumn()
373 while (!bFound && (aLook.Col() <= nDBCol2)) in findFieldColumn()
379 bFound = ScGlobal::GetpTransliteration()->isEqual(aCellStr, aUpper); in findFieldColumn()
380 if (!bFound) in findFieldColumn()
385 return bFound ? nField : -1; in findFieldColumn()
/AOO42X/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx318 bool bFound = false; in addEventListener() local
320 while( !bFound && ( aIter != mxEventListeners.end() ) ) in addEventListener()
323 bFound = true; in addEventListener()
328 if (!bFound) in addEventListener()
343 bool bFound = false; in removeEventListener() local
345 while( !bFound && ( aIter != mxEventListeners.end() ) ) in removeEventListener()
350 bFound = true; in removeEventListener()
850 bool bFound = false; in addEventListener() local
852 while( !bFound && ( aIter != mxEventListeners.end() ) ) in addEventListener()
855 bFound = true; in addEventListener()
[all …]
H A Dvalueacc.cxx269 sal_Bool bFound = sal_False; in getAccessibleIndexInParent() local
271 for( sal_uInt16 i = 0, nCount = pParent->GetChildCount(); ( i < nCount ) && !bFound; i++ ) in getAccessibleIndexInParent()
276 bFound = sal_True; in getAccessibleIndexInParent()
421 sal_Bool bFound = sal_False; in addEventListener() local
423 while( !bFound && ( aIter != mxEventListeners.end() ) ) in addEventListener()
426 bFound = sal_True; in addEventListener()
431 if (!bFound) in addEventListener()
447 sal_Bool bFound = sal_False; in removeEventListener() local
449 while( !bFound && ( aIter != mxEventListeners.end() ) ) in removeEventListener()
454 bFound = sal_True; in removeEventListener()
[all …]
/AOO42X/main/sd/source/ui/framework/configuration/
H A DConfigurationClassifier.cxx149 bool bFound (false); in ClassifyResources() local
150 for (sal_Int32 j=0; j<nL2 && !bFound; ++j) in ClassifyResources()
152 bFound = true; in ClassifyResources()
154 if (bFound) in ClassifyResources()
165 bool bFound (false); in ClassifyResources() local
166 for (sal_Int32 i=0; i<nL1 && !bFound; ++i) in ClassifyResources()
168 bFound = true; in ClassifyResources()
170 if ( ! bFound) in ClassifyResources()
/AOO42X/main/sw/source/core/crsr/
H A Dfindtxt.cxx253 sal_Bool bFound = sal_False; in Find() local
347 bFound = true ; in Find()
379bFound = DoSearch(rSearchOpt,rSTxt,fnMove,bSrchForward,bRegSearch,bChkEmptyPara,bChkParaEnd, in Find()
381 if (bFound) in Find()
391 bFound = true ; in Find()
402bFound = DoSearch(rSearchOpt,rSTxt,fnMove,bSrchForward,bRegSearch,bChkEmptyPara,bChkParaEnd, in Find()
405 if (bFound) in Find()
410 return bFound; in Find()
418 bool bFound = false; in DoSearch() local
519 bFound = sal_True; in DoSearch()
[all …]
/AOO42X/main/sw/source/ui/uiview/
H A Dviewsrch.cxx239 bFound = sal_False; in ExecSearch()
351 bFound = sal_False; in ExecSearch()
485 bFound = sal_True; in SearchAndWrap()
507 bFound = sal_True; in SearchAndWrap()
530 bFound = sal_False; in SearchAndWrap()
543 bFound = sal_False; in SearchAndWrap()
565 bFound = 0 != FUNC_Search( aOpts ); in SearchAndWrap()
568 if ( bFound ) in SearchAndWrap()
569 return bFound; in SearchAndWrap()
575 return bFound = sal_False; in SearchAndWrap()
[all …]
/AOO42X/main/svx/source/form/
H A Dfmsrcimp.cxx422 sal_Bool bFound(sal_False); in SearchSpecial() local
439 bFound = _bSearchForNull == iterFieldLoop->xContents->wasNull(); in SearchSpecial()
440 if (bFound) in SearchSpecial()
473 return bFound ? SR_FOUND : SR_NOTFOUND; in SearchSpecial()
489 sal_Bool bFound(sal_False); in SearchWildcard() local
516 bFound = aSearchExpression.Matches(sCurrentCheck); in SearchWildcard()
518 if (bFound) in SearchWildcard()
551 return bFound ? SR_FOUND : SR_NOTFOUND; in SearchWildcard()
591 bool bFound = false; in SearchRegularApprox() local
616 bFound = aLocalEngine.SearchFrwrd(sCurrentCheck, &nStart, &nEnd); in SearchRegularApprox()
[all …]
/AOO42X/main/basic/source/sbx/
H A Dsbxform.cxx431 String SbxBasicFormater::GetPosFormatString( const String& sFormatStrg, sal_Bool & bFound ) in GetPosFormatString() argument
433 bFound = sal_False; // default... in GetPosFormatString()
438 bFound = sal_True; in GetPosFormatString()
450 String SbxBasicFormater::GetNegFormatString( const String& sFormatStrg, sal_Bool & bFound ) in GetNegFormatString() argument
452 bFound = sal_False; // default... in GetNegFormatString()
463 bFound = sal_True; in GetNegFormatString()
477 String SbxBasicFormater::Get0FormatString( const String& sFormatStrg, sal_Bool & bFound ) in Get0FormatString() argument
479 bFound = sal_False; // default... in Get0FormatString()
492 bFound = sal_True; in Get0FormatString()
509 String SbxBasicFormater::GetNullFormatString( const String& sFormatStrg, sal_Bool & bFound ) in GetNullFormatString() argument
[all …]
/AOO42X/main/svx/source/unodraw/
H A DUnoNamespaceMap.cxx219 sal_Bool bFound; in getByName() local
223 bFound = aIter.next( aPrefix, aURL ); in getByName()
225 while( bFound && (aPrefix != aName ) ); in getByName()
227 if( !bFound ) in getByName()
266 sal_Bool bFound; in hasByName() local
270 bFound = aIter.next( aPrefix, aURL ); in hasByName()
272 while( bFound && (aPrefix != aName ) ); in hasByName()
274 return bFound; in hasByName()
/AOO42X/main/i18npool/source/localedata/data/
H A Dlinkermapfile-check.awk73 bFound = 0
74 for ( j=0; j<nMaps && !bFound; ++j )
77 bFound = 1
79 if ( !bFound && bOptional[i] )
82 bFound = 1
84 if ( !bFound )
/AOO42X/main/sw/source/ui/envelp/
H A Dlabelcfg.cxx185 sal_Bool bFound = sal_False; in HasLabel() local
186 for(sal_Int32 nNode = 0; nNode < aNodeNames.getLength() && !bFound; nNode++) in HasLabel()
189 bFound = sal_True; in HasLabel()
191 if(bFound) in HasLabel()
234 sal_Bool bFound = sal_False; in SaveLabel() local
235 for(sal_Int32 nNode = 0; nNode < aNodeNames.getLength() && !bFound; nNode++) in SaveLabel()
238 bFound = sal_True; in SaveLabel()
240 if(!bFound) in SaveLabel()
/AOO42X/main/sw/source/core/access/
H A Daccframe.cxx163 sal_Bool bFound = sal_False; in GetChildIndex() local
171 while( aIter != aVisMap.end() && !bFound ) in GetChildIndex()
177 bFound = sal_True; in GetChildIndex()
184 bFound = GetChildIndex( rAccMap, in GetChildIndex()
200 while( aIter != aVisList.end() && !bFound ) in GetChildIndex()
206 bFound = sal_True; in GetChildIndex()
213 bFound = GetChildIndex( rAccMap, in GetChildIndex()
221 return bFound; in GetChildIndex()

12345678910>>...14