Home
last modified time | relevance | path

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

1...<<11121314

/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx137 sal_Bool bFound = sal_False; in lcl_FindShell() local
143 bFound = sal_True; in lcl_FindShell()
148 return bFound; in lcl_FindShell()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx187 static sal_Bool bFound; member in SwView
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx4569 int bFound = sal_False; in UnProtectTbls() local
4574 bFound = pStt->nNode.GetIndex() < nTblIdx && in UnProtectTbls()
4577 } while( !bFound && &rPam != ( pTmp = (SwPaM*)pTmp->GetNext() ) ); in UnProtectTbls()
4578 if( !bFound ) in UnProtectTbls()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx443 bool bFound = false; in IncorporateTabStop() local
448 bFound = true; in IncorporateTabStop()
456 if( !bFound ) in IncorporateTabStop()
/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()
H A Dww8par2.cxx3157 bool bFound=false; in SetTabShades() local
3164 bFound = true; in SetTabShades()
3168 if (pActBand->pSHDs && !bFound) in SetTabShades()
/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/sc/workben/
H A Dtest.cxx794 BOOL bFound = xGoal->doGoalSeek(fResult, aFormula, aVar, L"42"); in lcl_Goal() local
796 if (bFound) in lcl_Goal()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx192 sal_Bool bFound = FALSE; in getPrinterQueueInfoOldStyle() local
225 bFound = TRUE; in getPrinterQueueInfoOldStyle()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx101 sal_Bool bFound = sal_False; in lcl_SearchMember() local
115 bFound = sal_True; in lcl_SearchMember()
121 return bFound; in lcl_SearchMember()
/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/sc/source/filter/xml/
H A Dxmlexprt.cxx3764 sal_Bool bFound(sal_False); in WriteTableSource() local
3766 for (sal_Int32 i = 0; (i < nCount) && !bFound; ++i) in WriteTableSource()
3773 bFound = sLink.equals(sNewLink); in WriteTableSource()
3776 if (bFound && xLinkProps.is()) in WriteTableSource()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx3832 FASTBOOL bFound = sal_False; in SetBracket() local
3842 bFound = sal_True; in SetBracket()
3848 if ( !bFound ) in SetBracket()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx742 sal_Bool bFound = aSrtLst.Seek_Entry( &aSrch, &nPos ); in MoveFldType() local
749 if( bFound ) // stehe auf einem ? in MoveFldType()
/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/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/window/
H A Dmenu.cxx1745 sal_Bool bFound = sal_False; in CheckItem() local
1756 bFound = sal_True; in CheckItem()
1765 if ( !bFound ) in CheckItem()
/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/sw/source/ui/uiview/
H A Dview.cxx140 sal_Bool SwView::bFound = sal_False; member in SwView
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1556 sal_Bool bFound = pDoc->Solver( in seekGoal() local
1561 if (bFound) in seekGoal()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2378 sal_Bool bFound = in CreateTextPortions() local
2382 DBG_ASSERT( bFound && ( nInvPos < (aPositions.Count()-1) ), "InvPos ?!" ); in CreateTextPortions()

Completed in 490 milliseconds

1...<<11121314