Home
last modified time | relevance | path

Searched refs:bFound (Results 251 – 275 of 346) sorted by relevance

1...<<11121314

/trunk/main/chart2/source/model/template/
H A DColumnLineChartTypeTemplate.cxx345 bool bFound=false; in matchesTemplate() local
348 xColumnChartType, bFound, bAmbiguous, in matchesTemplate()
/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx583 sal_Bool bFound = sal_False; in ReleaseWindow_Impl() local
593 bFound = sal_True; in ReleaseWindow_Impl()
599 if ( bFound ) in ReleaseWindow_Impl()
/trunk/main/sc/source/ui/unoobj/
H A Dchartuno.cxx494 bool bFound = false; in GetData_Impl() local
541 bFound = true; in GetData_Impl()
544 if( !bFound ) in GetData_Impl()
H A Dfmtuno.cxx612 sal_Bool bFound = sal_False; in ScTableValidationObj() local
638 bFound = sal_True; in ScTableValidationObj()
641 if (!bFound) in ScTableValidationObj()
H A Ddapiuno.cxx3298 sal_Bool bFound(sal_False); in getByName() local
3300 while (nItem < nCount && !bFound ) in getByName()
3307 if (!bFound) in getByName()
3327 sal_Bool bFound = sal_False; in hasByName() local
3334 while (nItem < nCount && !bFound ) in hasByName()
3338 bFound = sal_True; in hasByName()
3343 return bFound; in hasByName()
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx345 sal_Bool bFound = sal_True; in SetCellData() local
346 while (aItr != aAreaLinkList.end() && bFound) in SetCellData()
355 bFound = sal_False; in SetCellData()
H A DXMLExportDatabaseRanges.cxx658 sal_Bool bFound(sal_False); in WriteDatabaseRanges() local
660 while (!bFound && (nProperty < aSortProperties.getLength())) in WriteDatabaseRanges()
665 bFound = sal_True; in WriteDatabaseRanges()
/trunk/main/sw/source/core/tox/
H A Dtox.cxx527 sal_Bool bFound = sal_False; in CopyTOXBase() local
535 bFound = sal_True; in CopyTOXBase()
540 if( !bFound ) in CopyTOXBase()
/trunk/main/sw/source/core/access/
H A Dacctable.cxx325 sal_Bool bFound = sal_False; in FindCell() local
330 while( !bFound && aIter != aEndIter ) in FindCell()
346 bFound = sal_True; in FindCell()
360 bFound = FindCell( rPos, pLower, bExact, rRet ); in FindCell()
368 return bFound; in FindCell()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx250 sal_Bool bFound = pOffset->Seek_Entry( nOffset, &nPos ); in SeekOffset() local
252 if ( bFound ) in SeekOffset()
573 sal_Bool bFound = sal_False; in SetWidths() local
582 if ( bFound ) in SetWidths()
584 bFound = sal_False; in SetWidths()
587 bFound = sal_True; in SetWidths()
591 if ( bFound && pE->nWidth > nTotal ) in SetWidths()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx630 sal_Bool bFound = sal_True; in impl_getRemainedHandle() local
631 while( bFound ) in impl_getRemainedHandle()
633 bFound = sal_False; in impl_getRemainedHandle()
638 bFound = sal_True; in impl_getRemainedHandle()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx3673 sal_Bool bFound = sal_False; in NewFontAttr() local
3681 if( !bFound && pFList ) in NewFontAttr()
3689 bFound = sal_True; in NewFontAttr()
4389 sal_Bool bFound = sal_False; in HasCurrentParaFlys() local
4408 bFound = sal_True; in HasCurrentParaFlys()
4421 bFound = sal_True; in HasCurrentParaFlys()
4429 bFound = sal_False; in HasCurrentParaFlys()
4434 bFound = sal_True; in HasCurrentParaFlys()
4443 return bFound; in HasCurrentParaFlys()
/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx870 bool bFound = false; in mergeXfIdRanges() local
871 … for( XfIdRangeMap::iterator aIt = maXfIdRanges.begin(); !bFound && (aIt != aMergeIt); ++aIt ) in mergeXfIdRanges()
872 if( (bFound = aIt->second.tryMerge( rMergeXfIdRange )) == true ) in mergeXfIdRanges()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx191 sal_Bool bFound = sal_False; in findEvoabField() local
193 for (guint i=0;(i < nFields) && !bFound;i++) in findEvoabField()
199 bFound = sal_True; in findEvoabField()
/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx636 sal_Bool bFound = sal_False; in IMPL_LINK() local
644 bFound = sal_True; in IMPL_LINK()
648 if ( !bFound ) in IMPL_LINK()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx3313 bool bFound = false; in Find4Sprms() local
3336 bFound |= bOk; in Find4Sprms()
3342 return bFound; in Find4Sprms()
3906 bool bFound = false; in GetBookmark() local
3929 bFound=true; in GetBookmark()
3936 return bFound ? aBookNames[i] : aEmptyStr; in GetBookmark()
3944 bool bFound = false; in MapName() local
3963 bFound = true; in MapName()
3967 while (!bFound && i < pBook[0]->GetIMax()); in MapName()
3968 return bFound; in MapName()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1058 sal_Bool bFound = sal_False; in Convert() local
1096 bFound = bLangOk && nLen > 0; in Convert()
1097 if (!bFound) in Convert()
1120 …} while (!bFound && aIter.Next()); /* loop while nothing was found and still sth is left to be sea… in Convert()
1130 if (bFound && bInSelection) // convertible text found within selection/range? in Convert()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx790 sal_Bool bTstRow = sal_True, bFound = sal_False; in GetAutoSumSel() local
824 bFound = sal_True; in GetAutoSumSel()
845 if( bFound ) in GetAutoSumSel()
858 bFound = sal_False; in GetAutoSumSel()
892 bFound = 0 != nWhichId && USHRT_MAX != nWhichId; in GetAutoSumSel()
924 return bFound; in GetAutoSumSel()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx688 sal_Bool bFound = sal_True; in AdjustPrintArea() local
698 bFound = pDoc->GetPrintAreaVer( nPrintTab, nStartCol, nEndCol, nPAEndRow, bNotes ); in AdjustPrintArea()
708 bFound = sal_True; // user seems to _want_ to print some empty rows in AdjustPrintArea()
714 bFound = pDoc->GetPrintArea( nPrintTab, nEndCol, nEndRow, bNotes ); in AdjustPrintArea()
716 bFound = pDoc->GetPrintAreaHor( nPrintTab, nStartRow, nEndRow, nEndCol, bNotes ); in AdjustPrintArea()
718 bFound = pDoc->GetPrintAreaVer( nPrintTab, nStartCol, nEndCol, nEndRow, bNotes ); in AdjustPrintArea()
720 if (!bFound) in AdjustPrintArea()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1441 sal_Bool bFound = sal_False; in UpdateImport() local
1443 for (sal_uInt16 i=0; i<nCount && !bFound; i++) in UpdateImport()
1447 bFound = sal_True; in UpdateImport()
1449 if (!bFound) in UpdateImport()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx435 sal_Bool bFound(sal_False); in EndElement() local
436 while((i >= 0) && !bFound) in EndElement()
440 bFound = sal_True; in EndElement()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1410 sal_Bool bFound = sal_False; in FillView() local
1420 bFound = sal_True; in FillView()
1423 if( bFound ) in FillView()
3227 bool bFound = false; in Command() local
3231 bFound = true; in Command()
3234 if(bFound) in Command()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx424 sal_Bool bFound = sal_False; in HasArrow() local
427 while (pObject && !bFound) in HasArrow()
445 bFound = sal_True; in HasArrow()
450 return bFound; in HasArrow()
/trunk/main/jvmfwk/source/
H A Delements.cxx111 bool bFound = false; in createSettingsStructure() local
117 bFound = true; in createSettingsStructure()
122 if (bFound) in createSettingsStructure()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx86 bool bFound = false; in lcl_IsInSameTblBox() local
112 bFound = true; in lcl_IsInSameTblBox()
116 } while ( !bFound ); in lcl_IsInSameTblBox()

Completed in 240 milliseconds

1...<<11121314