Searched refs:pTxtCache (Results 1 – 2 of 2) sorted by relevance
52 SwCache *SwTxtFrm::pTxtCache = 0; member in SwTxtFrm74 …SwCache *pTxtCache = new SwCache( 250, 100 // Cache for SwTxtFrm -> SwTxtLine = { SwParaPorti… in _TextInit() local79 SwTxtFrm::SetTxtCache( pTxtCache ); in _TextInit()
67 static SwCache *pTxtCache; //Pointer auf den Line-Cache member in SwTxtFrm481 static SwCache *GetTxtCache() { return pTxtCache; } in GetTxtCache()482 static void SetTxtCache( SwCache *pNew ) { pTxtCache = pNew; } in SetTxtCache()
Completed in 15 milliseconds