Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dpormulti.cxx2263 SwLinePortion *pRest = NULL; in MakeRestPortion() local
2271 pRest = NewFldPortion( GetInfo(), pHint ); in MakeRestPortion()
2272 if( pRest->InFldGrp() ) in MakeRestPortion()
2273 ((SwFldPortion*)pRest)->TakeNextOffset( pFld ); in MakeRestPortion()
2276 delete pRest; in MakeRestPortion()
2277 pRest = NULL; in MakeRestPortion()
2282 return pRest; in MakeRestPortion()
2328 return pRest; in MakeRestPortion()
2332 if( pRest ) in MakeRestPortion()
2340 pLay->SetPortion( pRest ); in MakeRestPortion()
[all …]
H A Dfrmform.cxx1593 SwLinePortion* pRest = in _Format() local
1595 if( pRest ) in _Format()
1596 rInf.SetRest( pRest ); in _Format()
1631 SwLinePortion* pRest = in _Format() local
1633 if( pRest ) in _Format()
1634 rInf.SetRest( pRest ); in _Format()
H A Ditrform2.cxx311 SwLinePortion *const pRest( rInf.GetRest() ); in UnderFlow() local
312 if (pRest && pRest->InFldGrp() && in UnderFlow()
313 static_cast<SwFldPortion*>(pRest)->IsNoLength()) in UnderFlow()
318 delete pRest; in UnderFlow()
H A Dinftxt.hxx531 SwLinePortion *pRest; // Rest ist der Beginn der naechsten Zeile member in SwTxtFormatInfo
640 inline SwLinePortion *GetRest() { return pRest; } in GetRest()
641 inline void SetRest( SwLinePortion *pNewRest ) { pRest = pNewRest; } in SetRest()
H A Dinftxt.cxx1448 pRest = 0; in CtorInitTxtFormatInfo()
1554 pRest = NULL; in SwTxtFormatInfo()

Completed in 56 milliseconds