Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dpormulti.cxx2435 SwLinePortion *pRest = nullptr; in MakeRestPortion() local
2443 pRest = NewFieldPortion( GetInfo(), pHint ); in MakeRestPortion()
2444 if( pRest->InFieldGrp() ) in MakeRestPortion()
2448 delete pRest; in MakeRestPortion()
2449 pRest = nullptr; in MakeRestPortion()
2454 return pRest; in MakeRestPortion()
2468 return pRest; in MakeRestPortion()
2489 return pRest; in MakeRestPortion()
2493 if( pRest ) in MakeRestPortion()
2501 pLay->SetNextPortion( pRest ); in MakeRestPortion()
[all …]
H A Dfrmform.cxx1484 SwLinePortion* pRest = pLine ? in Format_() local
1486 if( pRest ) in Format_()
1487 rInf.SetRest( pRest ); in Format_()
1521 SwLinePortion* pRest = in Format_() local
1523 if( pRest ) in Format_()
1524 rInf.SetRest( pRest ); in Format_()
H A Ditrform2.cxx289 SwLinePortion *const pRest( rInf.GetRest() ); in Underflow() local
290 if (pRest && pRest->InFieldGrp() && in Underflow()
291 static_cast<SwFieldPortion*>(pRest)->IsNoLength()) in Underflow()
296 delete pRest; in Underflow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dpormulti.cxx2413 SwLinePortion *pRest = nullptr; in MakeRestPortion() local
2421 pRest = NewFieldPortion( GetInfo(), pHint ); in MakeRestPortion()
2422 if( pRest->InFieldGrp() ) in MakeRestPortion()
2426 delete pRest; in MakeRestPortion()
2427 pRest = nullptr; in MakeRestPortion()
2432 return pRest; in MakeRestPortion()
2446 return pRest; in MakeRestPortion()
2467 return pRest; in MakeRestPortion()
2471 if( pRest ) in MakeRestPortion()
2479 pLay->SetNextPortion( pRest ); in MakeRestPortion()
[all …]
H A Dfrmform.cxx1474 SwLinePortion* pRest = pLine ? in Format_() local
1476 if( pRest ) in Format_()
1477 rInf.SetRest( pRest ); in Format_()
1511 SwLinePortion* pRest = in Format_() local
1513 if( pRest ) in Format_()
1514 rInf.SetRest( pRest ); in Format_()
H A Ditrform2.cxx288 SwLinePortion *const pRest( rInf.GetRest() ); in Underflow() local
289 if (pRest && pRest->InFieldGrp() && in Underflow()
290 static_cast<SwFieldPortion*>(pRest)->IsNoLength()) in Underflow()
295 delete pRest; in Underflow()
/dports/misc/box2d/box2d-2.4.1/src/dynamics/
H A Db2_distance_joint.cpp404 b2Vec2 pRest = pA + m_length * axis; in Draw() local
405 draw->DrawPoint(pRest, 8.0f, c1); in Draw()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DASRegistry.pas298 pRest = FourCharCode('rest');
/dports/math/clblas/clBLAS-2.10/src/library/tools/tune/
H A Dtune.c2343 char *pRest = NULL; in createFile() local
2354 envPattId = strtoul( envImpl, &pRest, 10 ); in createFile()
2357 pRest != envImpl + strlen(envImpl) ){ in createFile()
/dports/lang/gauche/Gauche-0.9.10/doc/
H A Dmodutil.texi28639 @item (@var{p0} @var{p1} @dots{} . @var{pRest})
28642 the number of pattern elements except @var{pRest}. The rest of stream
28643 matches with @var{pRest}.
28645 入力ストリームの要素数が、@var{pRest}を除いたパターン内の要素の数以上であれば
28646 マッチします。@var{pRest}にはストリームの残りがマッチします。
28648 @item @var{pRest}