Home
last modified time | relevance | path

Searched refs:GetTxtCache (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sw/source/core/text/
H A Dtxtcache.cxx104 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()
H A Dtxtinit.cxx87 delete SwTxtFrm::GetTxtCache(); in _TextFinit()
/aoo42x/main/sw/source/core/view/
H A Dvnew.cxx242 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()
H A Dviewsh.cxx746 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()
/aoo42x/main/sw/source/core/inc/
H A Dtxtfrm.hxx481 static SwCache *GetTxtCache() { return pTxtCache; } in GetTxtCache() function in SwTxtFrm

Completed in 24 milliseconds