Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/text/
H A Dpormulti.cxx2264 SwLinePortion *pRest = NULL; in MakeRestPortion() local
2272 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 …]
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.cxx1436 pRest = 0; in CtorInitTxtFormatInfo()
1542 pRest = NULL; in SwTxtFormatInfo()

Completed in 50 milliseconds