Searched refs:pRest (Results 1 – 5 of 5) sorted by relevance
2264 SwLinePortion *pRest = NULL; in MakeRestPortion() local2272 pRest = NewFldPortion( GetInfo(), pHint ); in MakeRestPortion()2273 if( pRest->InFldGrp() ) in MakeRestPortion()2274 ((SwFldPortion*)pRest)->TakeNextOffset( pFld ); in MakeRestPortion()2277 delete pRest; in MakeRestPortion()2278 pRest = NULL; in MakeRestPortion()2283 return pRest; in MakeRestPortion()2329 return pRest; in MakeRestPortion()2333 if( pRest ) in MakeRestPortion()2341 pLay->SetPortion( pRest ); in MakeRestPortion()[all …]
1593 SwLinePortion* pRest = in _Format() local1595 if( pRest ) in _Format()1596 rInf.SetRest( pRest ); in _Format()1631 SwLinePortion* pRest = in _Format() local1633 if( pRest ) in _Format()1634 rInf.SetRest( pRest ); in _Format()
311 SwLinePortion *const pRest( rInf.GetRest() ); in UnderFlow() local312 if (pRest && pRest->InFldGrp() && in UnderFlow()313 static_cast<SwFldPortion*>(pRest)->IsNoLength()) in UnderFlow()318 delete pRest; in UnderFlow()
531 SwLinePortion *pRest; // Rest ist der Beginn der naechsten Zeile member in SwTxtFormatInfo640 inline SwLinePortion *GetRest() { return pRest; } in GetRest()641 inline void SetRest( SwLinePortion *pNewRest ) { pRest = pNewRest; } in SetRest()
1436 pRest = 0; in CtorInitTxtFormatInfo()1542 pRest = NULL; in SwTxtFormatInfo()
Completed in 50 milliseconds