Searched refs:GetCacheIdx (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/core/text/ |
H A D | txtcache.cxx | 104 SwCacheAccess( *SwTxtFrm::GetTxtCache(), pOwn, pOwn->GetCacheIdx() ) in SwTxtLineAccess() 136 Get( this, GetCacheIdx(), sal_False ); in _HasPara() 159 if ( GetCacheIdx() != MSHRT_MAX ) in GetPara() 161 Get( this, GetCacheIdx(), sal_False ); in GetPara() 183 if ( !IsLocked() && GetCacheIdx() != MSHRT_MAX ) in ClearPara() 186 Get( this, GetCacheIdx(), sal_False ); in ClearPara() 208 if ( GetCacheIdx() != MSHRT_MAX ) in SetPara() 212 Get( this, GetCacheIdx(), sal_False ); in SetPara()
|
H A D | txtfrm.cxx | 415 if ( GetCacheIdx() != MSHRT_MAX ) in ResetPreps()
|
/trunk/main/sw/source/core/inc/ |
H A D | txtfrm.hxx | 487 inline sal_uInt16 GetCacheIdx() const { return nCacheIdx; } in GetCacheIdx() function in SwTxtFrm
|
/trunk/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 2683 ((SwTxtFrm*)pSav)->GetCacheIdx() != USHRT_MAX ) in RestoreCntnt() 2697 ((SwTxtFrm*)pBlub)->GetCacheIdx() != USHRT_MAX ) in RestoreCntnt()
|
H A D | flowfrm.cxx | 552 if ( ((SwTxtFrm*)pFloat)->GetCacheIdx() != USHRT_MAX ) in PasteTree()
|
Completed in 211 milliseconds