Searched refs:bNotFound (Results 1 – 8 of 8) sorted by relevance
59 sal_Bool bNotFound; member in utl::SfxMiscCfg72 sal_Bool IsNotFoundWarning() const {return bNotFound;} in IsNotFoundWarning()94 bNotFound (sal_False), in SfxMiscCfg()113 if(bNotFound != bSet) in SetNotFoundWarning()115 bNotFound = bSet; in SetNotFoundWarning()191 …case 2: bNotFound = *(sal_Bool*)pValues[nProp].getValue() ; break; //"Print/Warning/N… in Load()221 case 2: pValues[nProp].setValue(&bNotFound, rType);break; //"Print/Warning/NotFound", in Commit()
447 sal_Bool bNotFound = !DoesBlockExist(aName, sShortSearch); in IMPL_LINK() local452 if(bNotFound) in IMPL_LINK()462 aInsertBtn.Enable(!bNotFound && !bIsDocReadOnly); in IMPL_LINK()467 if(!bNotFound) in IMPL_LINK()469 sal_Bool bEnable = !bNotFound; in IMPL_LINK()
239 sal_Bool bNotFound = sal_False; in Refresh() local382 bNotFound = sal_True; in Refresh()422 if (bNotFound) in Refresh()
377 sal_Bool bNotFound = sal_True; in construct() local382 bNotFound = !xInfo->hasPropertyByName(PROPERTY_PRIVILEGES); in construct()384 if ( bNotFound ) in construct()
365 bool bNotFound = true, bAdded = false; in loadTableData() local392 bNotFound = false; in loadTableData()
1520 sal_Bool bNotFound = sal_True; in traverseParameter() local1532 bNotFound = sal_False; in traverseParameter()1545 bNotFound = sal_False; in traverseParameter()1548 if ( bNotFound ) in traverseParameter()
686 sal_Bool bNotFound = sal_True; in exportStyleContent() local689 while ((i != endi) && bNotFound) in exportStyleContent()
546 sal_Bool bNotFound = sal_True; in SolveSolver() local556 for ( k = 0; bNotFound && ( k < nPolySize ); k++ ) in SolveSolver()559 for ( j = 0; bNotFound && ( j < rPolygon.GetSize() ); j++ ) in SolveSolver()584 bNotFound = sal_False; in SolveSolver()592 if ( !bNotFound ) in SolveSolver()
Completed in 100 milliseconds