Home
last modified time | relevance | path

Searched refs:pContourCache (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sw/source/core/text/
H A Dtxtfly.cxx1685 if( pContourCache && pObj ) in ClrContourCache()
1687 if( pObj == pContourCache->GetObject( i ) ) in ClrContourCache()
1689 pContourCache->ClrObject( i ); in ClrContourCache()
1696 if( pContourCache ) in ClrContourCache()
1698 for( MSHORT i = 0; i < pContourCache->GetCount(); in ClrContourCache()
1699 delete pContourCache->pTextRanger[ i++ ] ) in ClrContourCache()
1701 pContourCache->nObjCnt = 0; in ClrContourCache()
1702 pContourCache->nPntCnt = 0; in ClrContourCache()
1731 if( !pContourCache ) in CalcBoundRect()
1732 pContourCache = new SwContourCache; in CalcBoundRect()
[all …]
H A Dtxtinit.cxx54 SwContourCache *pContourCache = 0; variable
92 delete pContourCache; in _TextFinit()
H A Dtxtfly.hxx67 extern SwContourCache *pContourCache;

Completed in 45 milliseconds