Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dtxtinit.cxx52 SwCache *SwTxtFrm::pTxtCache = 0; member in SwTxtFrm
74 …SwCache *pTxtCache = new SwCache( 250, 100 // Cache for SwTxtFrm -> SwTxtLine = { SwParaPorti… in _TextInit() local
79 SwTxtFrm::SetTxtCache( pTxtCache ); in _TextInit()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx67 static SwCache *pTxtCache; //Pointer auf den Line-Cache member in SwTxtFrm
481 static SwCache *GetTxtCache() { return pTxtCache; } in GetTxtCache()
482 static void SetTxtCache( SwCache *pNew ) { pTxtCache = pNew; } in SetTxtCache()

Completed in 19 milliseconds