Searched refs:bCached (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/ucb/source/cacher/ |
H A D | cachedcontentresultsetstub.cxx | 373 sal_Bool bCached; in impl_getColumnCount() local 377 bCached = m_bColumnCountCached; in impl_getColumnCount() 379 if( !bCached ) in impl_getColumnCount()
|
/aoo4110/main/tools/source/fsys/ |
H A D | fstat.cxx | 80 sal_Bool bCached = FSYS_ACCESS_CACHED == (nAccess & FSYS_ACCESS_CACHED); in FileStat() local 84 const FileStat *pStatFromDir = bCached ? rDirEntry.ImpGetStat() : 0; in FileStat()
|
/aoo4110/main/sw/source/core/fields/ |
H A D | fldbas.cxx | 432 String SwField::ExpandField(bool const bCached) const in ExpandField() 436 if (!bCached) // #i85766# do not expand fields in clipboard documents in ExpandField()
|
/aoo4110/main/svtools/source/graphic/ |
H A D | grfmgr.cxx | 684 sal_Bool bCached = sal_False; in Draw() local 733 bRet = mpMgr->DrawObj( pOut, aPt, aSz, *this, aAttr, nFlags, bCached ); in Draw() 742 if( bCached ) in Draw()
|
/aoo4110/main/sw/inc/ |
H A D | fldbas.hxx | 345 String ExpandField(bool const bCached) const;
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 1428 bool bCached = true; in GetGlyphFallbackFont() local 1433 …bCached = rFontSelData.mpFontEntry->GetFallbackForUnicode( cChar, rFontSelData.GetWeight(), &rFont… in GetGlyphFallbackFont() 1435 if( !bCached || (rFontSelData.maSearchName.Len() != 0) ) in GetGlyphFallbackFont() 1439 if( bCached ) in GetGlyphFallbackFont() 1449 …bCached = rFontSelData.mpFontEntry->GetFallbackForUnicode( cChar, rFontSelData.GetWeight(), &aFont… in GetGlyphFallbackFont() 1450 if( !bCached || (rFontSelData.maSearchName != aFontName) ) in GetGlyphFallbackFont()
|
Completed in 85 milliseconds