Home
last modified time | relevance | path

Searched refs:bNotFound (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx546 sal_Bool bNotFound = sal_True; in SolveSolver() local
556 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()
/trunk/main/dbaccess/source/core/api/
H A DTableDeco.cxx377 sal_Bool bNotFound = sal_True; in construct() local
382 bNotFound = !xInfo->hasPropertyByName(PROPERTY_PRIVILEGES); in construct()
384 if ( bNotFound ) in construct()
/trunk/main/unotools/source/config/
H A Dmisccfg.cxx59 sal_Bool bNotFound; member in utl::SfxMiscCfg
72 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()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx447 sal_Bool bNotFound = !DoesBlockExist(aName, sShortSearch); in IMPL_LINK() local
452 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()
/trunk/main/sc/source/ui/docshell/
H A Dtablink.cxx239 sal_Bool bNotFound = sal_False; in Refresh() local
382 bNotFound = sal_True; in Refresh()
422 if (bNotFound) in Refresh()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx686 sal_Bool bNotFound = sal_True; in exportStyleContent() local
689 while ((i != endi) && bNotFound) in exportStyleContent()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx365 bool bNotFound = true, bAdded = false; in loadTableData() local
392 bNotFound = false; in loadTableData()
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx1520 sal_Bool bNotFound = sal_True; in traverseParameter() local
1532 bNotFound = sal_False; in traverseParameter()
1545 bNotFound = sal_False; in traverseParameter()
1548 if ( bNotFound ) in traverseParameter()

Completed in 118 milliseconds