Home
last modified time | relevance | path

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

1...<<11121314

/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/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx757 bool bFound = (dir != m_aCache.end()); in listDirectory() local
759 if( bFound && !dir->second.m_bNoFiles ) in listDirectory()
770 return bFound; in listDirectory()
781 bool bFound = (dir != m_aCache.end()); in scanAdditionalFiles() local
783 return (bFound && dir->second.m_bUserOverrideOnly); in scanAdditionalFiles()
/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/vcl/unx/headless/
H A Dsvptext.cxx106 bool bFound = false; in GetGlyphBmp() local
110 bFound = rServerFont.GetGlyphBitmap1( aGlyphId, pGcpHelper->maRawBitmap ); in GetGlyphBmp()
113 bFound = rServerFont.GetGlyphBitmap8( aGlyphId, pGcpHelper->maRawBitmap ); in GetGlyphBmp()
119 bFound = false; in GetGlyphBmp()
124 if( !bFound && (aGlyphId != 0) ) in GetGlyphBmp()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx608 bool bFound = false; in FindFontSubstitute() local
612 bFound = HasMissingChars( pFace, rMissingChars ); in FindFontSubstitute()
613 if( !bFound ) in FindFontSubstitute()
621 return bFound; in FindFontSubstitute()
H A Dsalprn.cxx192 sal_Bool bFound = FALSE; in getPrinterQueueInfoOldStyle() local
225 bFound = TRUE; in getPrinterQueueInfoOldStyle()
/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/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/writerfilter/source/ooxml/
H A DOOXMLStreamImpl.cxx135 bool bFound = false; in lcl_getTarget() local
204 bFound = true; in lcl_getTarget()
207 bFound = true; in lcl_getTarget()
216 if (bFound) in lcl_getTarget()
231 return bFound; in lcl_getTarget()
249 bool bFound = lcl_getTarget(mxRelationshipAccess, in init() local
256 if (bFound) in init()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx293 bool bFound = false; in getImagesZipFileURL() local
300 bFound = impl_getZipFile( m_aImagesZipPaths, aZipName, aImageZip ); in getImagesZipFileURL()
303 if ( ! bFound ) in getImagesZipFileURL()
304bFound = impl_getZipFile( m_aImagesZipPaths, rtl::OUString::createFromAscii( "images.zip" ), aImag… in getImagesZipFileURL()
306 if ( ! bFound ) in getImagesZipFileURL()
1412 bool bFound = ( it != aHelpExistanceMap.end() ); in implGetHelpPackageFromPackage() local
1413 bool bHasHelp = bFound ? it->second : false; in implGetHelpPackageFromPackage()
1414 if( bFound && !bHasHelp ) in implGetHelpPackageFromPackage()
1457 if( !bFound ) in implGetHelpPackageFromPackage()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx435 sal_Bool bFound(sal_False); in EndElement() local
436 while((i >= 0) && !bFound) in EndElement()
440 bFound = sal_True; in EndElement()
/trunk/main/xmloff/source/style/
H A DPageMasterPropHdl.cxx310 sal_Bool bFound = sal_False; in importXML() local
314 bFound = (sAttrValue == rStrImpValue.getToken( 0, cToken, nTokenIndex )); in importXML()
316 while ( (nTokenIndex >= 0) && !bFound ); in importXML()
318 setBOOL( rValue, bFound ); in importXML()
H A Dxmlimppr.cxx160 sal_Bool bFound = sal_False; in importXML() local
260 bFound = sal_True; in importXML()
265 if( !bFound ) in importXML()
H A Dxmlnumfe.cxx863 sal_Bool bFound = sal_False; in lcl_GetDefaultCalendar() local
864 for ( sal_Int32 j=0; j < nCnt && !bFound; j++ ) in lcl_GetDefaultCalendar()
869 bFound = sal_True; in lcl_GetDefaultCalendar()
/trunk/main/xmloff/source/text/
H A DXMLIndexBibliographyConfigurationContext.cxx234 sal_Bool bFound(sal_False); in CreateAndInsert() local
237 while (i < nServiceCount && !bFound) in CreateAndInsert()
242 bFound = sal_True; in CreateAndInsert()
246 if (bFound) in CreateAndInsert()
/trunk/main/xmloff/source/transform/
H A DChartPlotAreaOOoTContext.cxx168 bool bFound =false; in CreateChildContext() local
171 for( ; ! bFound && aIter != m_aChildContexts.end(); ++aIter ) in CreateChildContext()
193 bFound = true; in CreateChildContext()
199 OSL_ENSURE( bFound, "No suitable axis for categories found." ); in CreateChildContext()
/trunk/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx405 sal_Bool bFound = sal_False; in isAuthorTrusted() local
420 bFound = sal_True; in isAuthorTrusted()
425 return bFound; in isAuthorTrusted()
430 sal_Bool bFound = sal_False; in isLocationTrusted() local
450 for ( ; pSecURLs != pSecURLsEnd && !bFound; ++pSecURLs ) in isLocationTrusted()
451 bFound = ::utl::UCBContentHelper::IsSubPath( *pSecURLs, Location, xContentProvider ); in isLocationTrusted()
453 return bFound; in isLocationTrusted()
/trunk/main/xmlsecurity/source/framework/
H A Dbuffernode.cxx560 bool bFound = false; in indexOfChild() local
568 bFound = true; in indexOfChild()
574 if (!bFound ) in indexOfChild()
/trunk/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx744 bool bFound = false;
750 bFound = true;
755 if (!bFound)
/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/xmlsecurity/tools/uno/
H A DAttributeListHelper.java53 boolean bFound = false; in setAttribute()
62 bFound = true; in setAttribute()
67 if (!bFound) in setAttribute()

Completed in 186 milliseconds

1...<<11121314