Home
last modified time | relevance | path

Searched refs:bFound (Results 1 – 25 of 346) sorted by last modified time

12345678910>>...14

/trunk/main/framework/test/typecfg/
H A Dcfgview.cxx1159 sal_Bool bFound = sal_False; in impl_generateInvalidFiltersHTML() local
1165 bFound = sal_True; in impl_generateInvalidFiltersHTML()
1169 if( bFound == sal_False ) in impl_generateInvalidFiltersHTML()
1233 sal_Bool bFound = sal_False; in impl_generateInvalidDetectorsHTML() local
1241 bFound = sal_True; in impl_generateInvalidDetectorsHTML()
1246 if( bFound == sal_False ) in impl_generateInvalidDetectorsHTML()
1308 sal_Bool bFound = sal_False; in impl_generateInvalidLoadersHTML() local
1316 bFound = sal_True; in impl_generateInvalidLoadersHTML()
1321 if( bFound == sal_False ) in impl_generateInvalidLoadersHTML()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx142 sal_Bool bFound = lcl_FindEntry( aCfgLocaleStr, aNodeNames); in lcl_GetLastFoundSvcs() local
144 if (bFound) in lcl_GetLastFoundSvcs()
579 sal_Bool bFound = sal_False; in hasLocale() local
583 for ( ; pLocale < pEnd && !bFound; ++pLocale) in hasLocale()
585 bFound = pLocale->Language == rLocale.Language && in hasLocale()
589 return bFound; in hasLocale()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx862 sal_Bool bFound = sal_False; in SwAddStylesDlg_Impl() local
863 while(pEntry && !bFound) in SwAddStylesDlg_Impl()
866 bFound = sal_True; in SwAddStylesDlg_Impl()
869 if(!bFound) in SwAddStylesDlg_Impl()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1548 bool bFound = false; in Read_Tab() local
1550 while (pSty && !bFound) in Read_Tab()
1553 bFound = pSty->GetAttrSet().GetItemState(RES_PARATR_TABSTOP, false, in Read_Tab()
1555 if( bFound ) in Read_Tab()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1948 sal_Bool bFound = in CreateTextPortions() local
1951 DBG_ASSERT( bFound && ( nInvPos < (aPositions.Count()-1) ), "InvPos ?!" ); in CreateTextPortions()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2575 BOOL bFound = GetXInterfaceFromXAccessible(pUNOInterface,&pXI,pMap->XIFIndex); in SmartQI() local
2576 if(!bFound) in SmartQI()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3737 sal_Bool bFound = sal_False; in getByName() local
3755 for (sal_uInt16 i = 0; i < nOutlineCount && !bFound; ++i) in getByName()
3764 bFound = sal_True; in getByName()
3776 bFound = sal_True; in getByName()
3780 if(!bFound) in getByName()
/trunk/main/sd/source/core/
H A Dsdpage.cxx174 bool bFound = false; in GetPresObj() local
177 bFound = true; in GetPresObj()
191 bFound = sal_True; in GetPresObj()
197 if( bFound ) in GetPresObj()
1420 bool bFound = false; in findAutoLayoutShapesImpl() local
1458 bFound = eSdrObjKind == OBJ_GRAF; in findAutoLayoutShapesImpl()
1467 bFound = true; in findAutoLayoutShapesImpl()
1488 bFound = true; in findAutoLayoutShapesImpl()
1510 bFound = true; in findAutoLayoutShapesImpl()
1517 bFound = true; in findAutoLayoutShapesImpl()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1658 sal_Bool bFound = sal_False; in Impl_writeActions() local
1660 for( sal_uLong j = 0, nC = aGDIMetaFile.GetActionCount(); ( j < nC ) && !bFound; j++ ) in Impl_writeActions()
1666 bFound = sal_True; in Impl_writeActions()
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx98 int bFound = sal_False; in Remove() local
107 bFound = sal_True; in Remove()
115 if( bFound ) in Remove()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx3274 sal_Bool bFound; in ImpLookupCurrencyEntryLoopBody() local
3277 bFound = sal_True; in ImpLookupCurrencyEntryLoopBody()
3282 bFound = sal_True; in ImpLookupCurrencyEntryLoopBody()
3286 bFound = sal_False; in ImpLookupCurrencyEntryLoopBody()
3287 if ( bFound ) in ImpLookupCurrencyEntryLoopBody()
/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/filter/source/msfilter/
H A Dsvdfppt.cxx2566 sal_Bool bFound = rSourceHd.nRecType == PPT_PST_ProgTags; in SeekToContentOfProgTag() local
2567 if ( !bFound ) in SeekToContentOfProgTag()
2568 bFound = SeekToRec( rSt, PPT_PST_ProgTags, rSourceHd.GetRecEndFilePos(), &aProgTagsHd ); in SeekToContentOfProgTag()
2569 if ( bFound ) in SeekToContentOfProgTag()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx4276 bool bFound = false; in lcl_SetAllQueryForField() local
4278 for (; i<MAXQUERY && !bFound; i++) in lcl_SetAllQueryForField()
4284 bFound = true; in lcl_SetAllQueryForField()
4287 if ( bFound ) in lcl_SetAllQueryForField()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx984 sal_Bool bFound; in CopyPixel() local
990 bFound = sal_False; in CopyPixel()
996 bFound = sal_True; in CopyPixel()
1001 if( !bFound ) in CopyPixel()
H A Ddibtools.cxx860 bool bFound; in ImplWriteRLE() local
889 bFound = false; in ImplWriteRLE()
896 bFound = true; in ImplWriteRLE()
899 if ( bFound ) in ImplWriteRLE()
/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/sc/source/ui/unoobj/
H A Dfmtuno.cxx612 sal_Bool bFound = sal_False; in ScTableValidationObj() local
638 bFound = sal_True; in ScTableValidationObj()
641 if (!bFound) in ScTableValidationObj()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4084 sal_Bool bFound; in GetSelectionStyle() local
4094 if (bFound) in GetSelectionStyle()
4111 if (bFound) in GetSelectionStyle()
4384 return bFound; in HasAttrib()
4677 return bFound; in ExtendOverlapped()
4704 return bFound; in ExtendMergeSel()
4726 return bFound; in ExtendMerge()
4747 bFound = sal_True; in ExtendMerge()
4756 return bFound; in ExtendMerge()
4807 bFound = sal_True; in ExtendOverlapped()
[all …]
H A Dcolumn2.cxx688 bFound = sal_True; in GetOptimalColWidth()
718 bFound = sal_True; in GetOptimalColWidth()
724 if (bFound) in GetOptimalColWidth()
1198 bFound = sal_True; in Next()
1202 while (!bFound); in Next()
1283 bFound = sal_True; in GetLastVisDataPos()
1303 bFound = sal_True; in GetFirstVisDataPos()
1367 if (bFound) in GetEmptyLinesInBlock()
1382 if (bFound) in GetEmptyLinesInBlock()
1417 if (bFound) in GetPrevDataPos()
[all …]
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx183 sal_Bool bFound = sal_False; in lcl_Highlight() local
187 bFound = sal_True; in lcl_Highlight()
191 if(!bFound && (eFoundType == svtools::HTMLCOMMENT)) in lcl_Highlight()
194 bFound = sal_True; in lcl_Highlight()
198 if(bFound ||(eFoundType == svtools::HTMLCOMMENT)) in lcl_Highlight()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx300 …sal_Bool bFound = ( ::std::find( aFilterVector.begin(), aFilterVector.end(), pFilter->GetMimeType(… in DoExecute() local
301 if( !bFound && in DoExecute()
307 bFound = sal_True; in DoExecute()
310 if( bFound ) in DoExecute()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx147 sal_Bool bFound = sal_False; in TestFormatArea() local
156 bFound = sal_True; // Bereich nicht aendern in TestFormatArea()
161 bFound = sal_True; in TestFormatArea()
167 bFound = sal_True; in TestFormatArea()
176 bFound = sal_True; in TestFormatArea()
182 bFound = sal_True; in TestFormatArea()
188 if (bFound) in TestFormatArea()
197 return bFound; in TestFormatArea()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx3156 bool bFound = false; in checkForExistingFiles() local
3172 bFound = true; in checkForExistingFiles()
3176 if( !bFound && mbDownload ) in checkForExistingFiles()
3177 bFound = checkFileExists( xFA, maDocFileName ); in checkForExistingFiles()
3179 if( !bFound && mbFrames ) in checkForExistingFiles()
3180 bFound = checkFileExists( xFA, maFramePage ); in checkForExistingFiles()
3182 if( bFound ) in checkForExistingFiles()
3195 bFound = ( RET_NO == aWarning.Execute() ); in checkForExistingFiles()
3201 bFound = false; in checkForExistingFiles()
3210 bFound = false; in checkForExistingFiles()
[all …]
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx763 sal_Bool bFound = sal_False; in ShowTipCursor() local
766 while( !bFound ) in ShowTipCursor()
994 sal_Bool bFound = sal_False; in UseFormulaData() local
1009 while( !bFound ) in UseFormulaData()
1598 sal_Bool bFound = sal_False; in UpdateParenthesis() local
1636 bFound = sal_True; in UpdateParenthesis()
1655 bParenthesisShown = bFound; in UpdateParenthesis()
2224 sal_Bool bFound = sal_False; in ShowRefFrame() local
2227 while ( pOneFrame && !bFound ) in ShowRefFrame()
2230 bFound = sal_True; in ShowRefFrame()
[all …]

Completed in 360 milliseconds

12345678910>>...14