Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1691 if( pContourCache && pObj ) in ClrContourCache()
1693 if( pObj == pContourCache->GetObject( i ) ) in ClrContourCache()
1695 pContourCache->ClrObject( i ); in ClrContourCache()
1702 if( pContourCache ) in ClrContourCache()
1704 for( MSHORT i = 0; i < pContourCache->GetCount(); in ClrContourCache()
1705 delete pContourCache->pTextRanger[ i++ ] ) in ClrContourCache()
1707 pContourCache->nObjCnt = 0; in ClrContourCache()
1708 pContourCache->nPntCnt = 0; in ClrContourCache()
1737 if( !pContourCache ) in CalcBoundRect()
1738 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 37 milliseconds