Searched refs:GetTxtCache (Results 1 – 5 of 5) sorted by relevance
104 SwCacheAccess( *SwTxtFrm::GetTxtCache(), pOwn, pOwn->GetCacheIdx() ) in SwTxtLineAccess()135 SwTxtLine *pTxtLine = (SwTxtLine*)SwTxtFrm::GetTxtCache()-> in _HasPara()160 { SwTxtLine *pLine = (SwTxtLine*)SwTxtFrm::GetTxtCache()-> in GetPara()185 SwTxtLine *pTxtLine = (SwTxtLine*)SwTxtFrm::GetTxtCache()-> in ClearPara()211 SwTxtLine *pTxtLine = (SwTxtLine*)SwTxtFrm::GetTxtCache()-> in SetPara()228 if ( SwTxtFrm::GetTxtCache()->Insert( pTxtLine ) ) in SetPara()
87 delete SwTxtFrm::GetTxtCache(); in _TextFinit()
242 if ( SwTxtFrm::GetTxtCache()->GetCurMax() < 2550 ) in ViewShell()243 SwTxtFrm::GetTxtCache()->IncreaseMax( 100 ); in ViewShell()314 if ( SwTxtFrm::GetTxtCache()->GetCurMax() < 2550 ) in ViewShell()315 SwTxtFrm::GetTxtCache()->IncreaseMax( 100 ); in ViewShell()381 if ( SwTxtFrm::GetTxtCache()->GetCurMax() > 250 ) in ~ViewShell()382 SwTxtFrm::GetTxtCache()->DecreaseMax( 100 ); in ~ViewShell()
746 SwSaveSetLRUOfst aSave( *SwTxtFrm::GetTxtCache(), in LayoutIdle()747 SwTxtFrm::GetTxtCache()->GetCurMax() - 50 ); in LayoutIdle()1006 SwSaveSetLRUOfst aSaveLRU( *SwTxtFrm::GetTxtCache(), in CalcLayout()1007 SwTxtFrm::GetTxtCache()->GetCurMax() - 50 ); in CalcLayout()
481 static SwCache *GetTxtCache() { return pTxtCache; } in GetTxtCache() function in SwTxtFrm
Completed in 29 milliseconds