Home
last modified time | relevance | path

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

12345678910>>...14

/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx711 bool bFound = aFeaturePos != m_aControlFeatures.end( ); in executeAttributeDialog() local
713 if ( !bFound ) in executeAttributeDialog()
716 bFound = aFeaturePos != aAdditionalFestures.end( ); in executeAttributeDialog()
719 if ( bFound ) in executeAttributeDialog()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx1046 bool bFound = sal_False; in ImplAdd() local
1048 …for( pObj = (ImplBmpObj*) maBmpList.Last(); pObj && !bFound; pObj = (ImplBmpObj*) maBmpList.Prev()… in ImplAdd()
1050 bFound = sal_True; in ImplAdd()
1054 if( bFound ) in ImplAdd()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3278 bFound = sal_True; in lcl_UniqueName()
3281 if (!bFound) in lcl_UniqueName()
3768 sal_Bool bFound; in queryPrecedents() local
3822 sal_Bool bFound; in queryDependents() local
3912 if (bFound) in findAll()
3959 if (bFound) in Find_Impl()
4063 if (bFound) in replaceAll()
4976 bFound = sal_True; in getCellRangeByName()
4992 if (bFound) in getCellRangeByName()
9283 if (!bFound) in CheckPos_Impl()
[all …]
H A Dviewuno.cxx684 sal_Bool bFound = sal_False; in lcl_ShowObject() local
689 for (sal_uInt16 i=0; i<nPageCount && !bFound; i++) in lcl_ShowObject()
696 while (pObject && !bFound) in lcl_ShowObject()
700 bFound = sal_True; in lcl_ShowObject()
708 if (bFound) in lcl_ShowObject()
1240 sal_Bool bFound(sal_False); in GetClickedObject() local
1242 while (i < nCount && !bFound) in GetClickedObject()
1248 bFound = sal_True; in GetClickedObject()
H A Dstyleuno.cxx865 sal_Bool bFound = sal_False; in removeByName() local
879 bFound = sal_True; in removeByName()
911 if (!bFound) in removeByName()
1862 sal_Bool bFound = sal_False; in SetOnePropertyValueWithoutUpdate() local
1868 bFound = sal_True; in SetOnePropertyValueWithoutUpdate()
1880 bFound = sal_True; in SetOnePropertyValueWithoutUpdate()
1886 if ( bFound ) in SetOnePropertyValueWithoutUpdate()
/trunk/main/unotools/source/config/
H A Dconfigmgr.cxx242 sal_Bool bFound = sal_False; in AcquireTree() local
248 bFound = sal_True; in AcquireTree()
252 OSL_ENSURE(bFound, "AcquireTree: ConfigItem unknown!"); in AcquireTree()
/trunk/main/xmloff/source/style/
H A Dxmlimppr.cxx160 sal_Bool bFound = sal_False; in importXML() local
260 bFound = sal_True; in importXML()
265 if( !bFound ) in importXML()
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.cxx66 bool bFound = false; in findTypeInDN() local
82 bFound = true; in findTypeInDN()
122 if (bFound) in findTypeInDN()
/trunk/main/sw/source/ui/envelp/
H A Denvfmt.cxx183 sal_Bool bFound = sal_False; in SwEnvFmtPage() local
184 while (nPos < aSizeFormatBox.GetEntryCount() && !bFound) in SwEnvFmtPage()
190 bFound = sal_True; in SwEnvFmtPage()
/trunk/main/ucb/source/core/
H A Ducb.cxx120 bool bFound = false; in fillPlaceholders() local
129 bFound = true; in fillPlaceholders()
133 if (!bFound) in fillPlaceholders()
/trunk/main/oox/source/docprop/
H A Ddocprophandler.cxx246 sal_Bool bFound = sal_False; in UpdateDocStatistic() local
252 bFound = sal_True; in UpdateDocStatistic()
256 if ( !bFound ) in UpdateDocStatistic()
/trunk/main/sc/source/core/tool/
H A Dchartlis.cxx613 sal_Bool bFound = rCmp.Search( pCL, nFound ); in SetDiffDirty() local
614 if ( !bFound || (*pCL != *((const ScChartListener*) rCmp.pItems[ nFound ])) ) in SetDiffDirty()
618 if ( bFound ) in SetDiffDirty()
H A Dinterpr2.cxx1249 bool bValid = true, bFound = false; in RateIteration() local
1262 while (!bFound && nCount < nIterationsMax) in RateIteration()
1279 bFound = true; // will catch root which is at an extreme in RateIteration()
1288 bFound = (fabs(fXnew - fX) < SCdEpsilon); in RateIteration()
1300 while (bValid && !bFound && nCount < nIterationsMax) in RateIteration()
1315 bFound = true; // will catch root which is at an extreme in RateIteration()
1324 bFound = (fabs(fXnew - fX) < SCdEpsilon); in RateIteration()
1331 return bValid && bFound; in RateIteration()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx693 sal_Bool bFound = in ExportTableLinesAutoStyles() local
696 ASSERT( bFound, "couldn't find column" ); in ExportTableLinesAutoStyles()
983 const sal_Bool bFound = in ExportTableLine() local
986 ASSERT( bFound, "couldn't find column" ); in ExportTableLine()
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx100 sal_Bool bFound = sal_False; in FindBlock() local
124 || ( bFound && ( nEntry >= nLimit ) ) ) in FindBlock()
131 nMaxLen = nTmpLen, nMaxStart = nTmpStart, bFound = sal_True; in FindBlock()
136 bFound = sal_True; in FindBlock()
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx159 bool bFound = false; in getPropertyValue() local
160 for ( sal_Int32 index = 0; index < nLen && !bFound ; ++index ) in getPropertyValue()
165 bFound = true; in getPropertyValue()
168 if ( !bFound ) in getPropertyValue()
/trunk/main/cui/source/options/
H A Doptinet2.cxx1030 sal_Bool bFound = sal_False; in IMPL_LINK() local
1034 bFound = ( nEntryPos != LISTBOX_ENTRY_NOTFOUND ); in IMPL_LINK()
1035 if ( bFound ) in IMPL_LINK()
1041 aDeletePB.Enable(bFound); in IMPL_LINK()
1042 aAddPB.Enable(bTextLen && !bFound); in IMPL_LINK()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx139 sal_Bool bFound = sal_False; in GetItemId_Impl() local
143 while ( !bFound && n <= nCount ) in GetItemId_Impl()
147 bFound = ( aValCol.GetRed() == rCol.GetRed() in GetItemId_Impl()
151 if ( !bFound ) in GetItemId_Impl()
154 return bFound ? n : 0; in GetItemId_Impl()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx720 sal_Bool bSet = sal_False, bFound = sal_False, bOnly = sal_True; in Execute() local
733 bFound = sal_True; in Execute()
735 if( bFound && !bOnly ) in Execute()
747 if( bSet && !bFound ) // Keine gefunden, daher neue Preview anlegen in Execute()
749 else if( bFound && !bSet ) in Execute()
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx2064 sal_Bool bFound = sal_False; in ScanStringNumFor() local
2079 bFound = sal_True; in ScanStringNumFor()
2087 if ( !bFound && bFirst && nPos ) in ScanStringNumFor()
2095 if ( !bFound ) in ScanStringNumFor()
2103 bFound = sal_True; in ScanStringNumFor()
2108 if ( !bFound ) in ScanStringNumFor()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx1125 sal_Bool bFound = sal_False; in DoQuickSearch() local
1129 bFound = mpParent->SearchNextEntry( mnSearchIndex, maQuickSearchText, sal_False ); in DoQuickSearch()
1131 if ( !bFound && ( aLastText.getLength() == 1 ) && in DoQuickSearch()
1136 bFound = mpParent->SearchNextEntry( mnSearchIndex, maQuickSearchText, sal_True ); in DoQuickSearch()
1139 if ( bFound ) in DoQuickSearch()
1150 bFound = sal_False; in DoQuickSearch()
1153 if ( !bFound ) in DoQuickSearch()
/trunk/main/sd/source/ui/view/
H A Ddrviewsf.cxx143 bool bFound = false; in GetCtrlState() local
187 bFound = true; in GetCtrlState()
196 if( !bFound && pMarkedObj ) in GetCtrlState()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx930 sal_Bool bFound = (aURL.GetChar(aURL.Len()-1) == '/' ); in UpdatePicklistForSmartProtocol_Impl() local
931 if ( !bFound ) in UpdatePicklistForSmartProtocol_Impl()
936 bFound in UpdatePicklistForSmartProtocol_Impl()
943 if ( bFound ) in UpdatePicklistForSmartProtocol_Impl()
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx800 bool bFound = false; in FindTimeout() local
806 for (sal_Int32 nProp=0; nProp<nPropCount && !bFound; ++nProp) in FindTimeout()
810 bFound = ( rValue.Value >>= rTimeout ); in FindTimeout()
812 return bFound; in FindTimeout()
/trunk/main/basic/source/runtime/
H A Dstdobj.cxx677 sal_Bool bFound = sal_False; in Find() local
693 bFound = sal_True; in Find()
698 bFound = sal_False; in Find()
706 if( bFound ) in Find()

Completed in 298 milliseconds

12345678910>>...14