Home
last modified time | relevance | path

Searched refs:pFntObj (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/core/txtnode/
H A Dfntcache.cxx2365 SwFntObj *pFntObj; in SwFntAccess() local
2368 pFntObj = Get(); in SwFntAccess()
2369 if ( ( pFntObj->GetZoom( ) == nZoom ) && in SwFntAccess()
2370 ( pFntObj->pPrinter == pOut ) && in SwFntAccess()
2371 pFntObj->GetPropWidth() == in SwFntAccess()
2374 pFntObj->Unlock( ); // Vergiss dies Objekt, es wurde leider in SwFntAccess()
2380 pFntObj = pFntCache->First(); in SwFntAccess()
2381 while ( pFntObj && !( pFntObj->aFont == *(Font *)pOwn && in SwFntAccess()
2382 pFntObj->GetZoom() == nZoom && in SwFntAccess()
2383 pFntObj->GetPropWidth() == in SwFntAccess()
[all …]
/AOO41X/main/sw/source/core/inc/
H A Dfntcache.hxx57 inline SwFntObj *Next( SwFntObj *pFntObj) in Next() argument
58 { return (SwFntObj *)SwCache::Next( (SwCacheObj *)pFntObj ); } in Next()