Home
last modified time | relevance | path

Searched refs:pFollow (Results 1 – 25 of 52) sorted by relevance

123

/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/libvncserver/tightvnc-filetransfer/
H A Dfiletransfermsg.c521 char *pFollow = NULL; in CreateFileDownloadErrMsg() local
532 pFollow = &pData[sz_rfbFileDownloadFailedMsg]; in CreateFileDownloadErrMsg()
536 memcpy(pFollow, reason, reasonLen); in CreateFileDownloadErrMsg()
551 char *pFollow = NULL; in CreateFileDownloadZeroSizeDataMsg() local
562 pFollow = &pData[sz_rfbFileDownloadDataMsg]; in CreateFileDownloadZeroSizeDataMsg()
585 char *pFollow = NULL; in CreateFileDownloadBlockSizeDataMsg() local
596 pFollow = &pData[sz_rfbFileDownloadDataMsg]; in CreateFileDownloadBlockSizeDataMsg()
603 memcpy(pFollow, pFile, sizeFile); in CreateFileDownloadBlockSizeDataMsg()
708 char *pFollow = NULL; in CreateFileUploadErrMsg() local
719 pFollow = &pData[sz_rfbFileUploadCancelMsg]; in CreateFileUploadErrMsg()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Dappenv.cxx232 const SwPageDesc* pFollow = nullptr; in InsertEnv() local
257 pFollow = pSh->GetPageDesc(pSh->GetCurPageDesc()).GetFollow(); in InsertEnv()
278 pFollow = &pSh->GetPageDesc(pSh->GetCurPageDesc()); in InsertEnv()
286 aBreakSet.Put( SwFormatPageDesc( pFollow ) ); in InsertEnv()
291 OUString sFollowName(pFollow->GetName()); in InsertEnv()
298 pFollow = &pSh->GetPageDesc(pSh->GetCurPageDesc()); in InsertEnv()
381 if (pFollow) in InsertEnv()
382 pDesc->SetFollow(pFollow); in InsertEnv()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Dappenv.cxx244 const SwPageDesc* pFollow = nullptr; in InsertEnv() local
269 pFollow = pSh->GetPageDesc(pSh->GetCurPageDesc()).GetFollow(); in InsertEnv()
290 pFollow = &pSh->GetPageDesc(pSh->GetCurPageDesc()); in InsertEnv()
298 aBreakSet.Put( SwFormatPageDesc( pFollow ) ); in InsertEnv()
303 OUString sFollowName(pFollow->GetName()); in InsertEnv()
310 pFollow = &pSh->GetPageDesc(pSh->GetCurPageDesc()); in InsertEnv()
393 if (pFollow) in InsertEnv()
394 pDesc->SetFollow(pFollow); in InsertEnv()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dpordrop.hxx36 std::unique_ptr<SwDropPortionPart> pFollow; member in SwDropPortionPart
48 SwDropPortionPart* GetFollow() const { return pFollow.get(); }; in GetFollow()
49 void SetFollow( std::unique_ptr<SwDropPortionPart> pNew ) { pFollow = std::move(pNew); }; in SetFollow()
H A Ditrtxt.cxx338 SwTextFrame* pFollow = GetTextFrame()->GetFollow(); in TruncLines() local
339 if ( pFollow && ! pFollow->IsLocked() && in TruncLines()
340 nEnd == pFollow->GetOfst() ) in TruncLines()
363 pFollow->InvalidateRange_( in TruncLines()
H A Dtxtftn.cxx1108 SwLinePortion* pFollow = rInf.GetRest(); in FormatQuoVadis() local
1112 OSL_ENSURE( pFollow->IsQuoVadisPortion(), in FormatQuoVadis()
1116 pFollow->Format( rInf ); in FormatQuoVadis()
1117 nQuoWidth = nQuoWidth + pFollow->Width(); in FormatQuoVadis()
1119 pCurrPor->Append( pFollow ); in FormatQuoVadis()
1120 pCurrPor = pFollow; in FormatQuoVadis()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dfly.cxx191 if ( pFollow ) in Chain()
194 if ( !pFollow->GetPrevLink() ) in Chain()
195 SwFlyFrame::ChainFrames( this, pFollow ); in Chain()
455 pMaster->m_pNextLink = pFollow; in ChainFrames()
456 pFollow->m_pPrevLink = pMaster; in ChainFrames()
477 if ( pFollow->ContainsContent() ) in ChainFrames()
481 SwFrame *pFrame = pFollow->ContainsContent(); in ChainFrames()
500 pFollow->m_pPrevLink = nullptr; in UnchainFrames()
502 if ( pFollow->ContainsContent() ) in UnchainFrames()
512 SwFlyFrame *pFoll = pFollow; in UnchainFrames()
[all …]
H A Dflycnt.cxx1284 const SwContentFrame *pFollow = pCnt; in SetAbsPos() local
1297 while ( pCnt->GetFollow() != pFollow ); in SetAbsPos()
1298 pFollow = pCnt; in SetAbsPos()
1302 { const SwFrame *pUp = pFollow->GetUpper(); in SetAbsPos()
1306 nDiff += pUp->getFramePrintArea().Width() - pFollow->GetRelPos().getX(); in SetAbsPos()
1308 nDiff += pFollow->getFrameArea().Left() + pFollow->getFrameArea().Width() in SetAbsPos()
1312 nDiff += pUp->getFramePrintArea().Height() - pFollow->GetRelPos().Y(); in SetAbsPos()
1313 pFollow = pFollow->GetFollow(); in SetAbsPos()
1314 } while ( pFollow != pOriginal ); in SetAbsPos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dfly.cxx191 if ( pFollow ) in Chain()
194 if ( !pFollow->GetPrevLink() ) in Chain()
415 pMaster->m_pNextLink = pFollow; in ChainFrames()
416 pFollow->m_pPrevLink = pMaster; in ChainFrames()
437 if ( pFollow->ContainsContent() ) in ChainFrames()
441 SwFrame *pFrame = pFollow->ContainsContent(); in ChainFrames()
460 pFollow->m_pPrevLink = nullptr; in UnchainFrames()
462 if ( pFollow->ContainsContent() ) in UnchainFrames()
472 SwFlyFrame *pFoll = pFollow; in UnchainFrames()
983 if ( pFollow ) in UpdateAttr_()
[all …]
H A Dflycnt.cxx1237 const SwContentFrame *pFollow = pCnt; in SetAbsPos() local
1250 while ( pCnt->GetFollow() != pFollow ); in SetAbsPos()
1251 pFollow = pCnt; in SetAbsPos()
1255 { const SwFrame *pUp = pFollow->GetUpper(); in SetAbsPos()
1259 nDiff += pUp->getFramePrintArea().Width() - pFollow->GetRelPos().getX(); in SetAbsPos()
1261 nDiff += pFollow->getFrameArea().Left() + pFollow->getFrameArea().Width() in SetAbsPos()
1265 nDiff += pUp->getFramePrintArea().Height() - pFollow->GetRelPos().Y(); in SetAbsPos()
1266 pFollow = pFollow->GetFollow(); in SetAbsPos()
1267 } while ( pFollow != pOriginal ); in SetAbsPos()
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/lexmachine/dfa/
H A Dgen.go73 pFollow := set.NewSortedSet(len(positions) * 2)
76 pFollow.Add(types.Int(next))
79 if !states.Has(pFollow) {
80 trans.Put(pFollow, make(map[byte]*set.SortedSet))
81 states.Add(pFollow)
82 unmarked.Push(pFollow)
89 t[byte(symbol)] = pFollow
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Ditrtxt.cxx337 SwTextFrame* pFollow = GetTextFrame()->GetFollow(); in TruncLines() local
338 if ( pFollow && ! pFollow->IsLocked() && in TruncLines()
339 nEnd == pFollow->GetOffset() ) in TruncLines()
362 pFollow->InvalidateRange_( in TruncLines()
H A Dtxtftn.cxx1111 SwLinePortion* pFollow = rInf.GetRest(); in FormatQuoVadis() local
1115 OSL_ENSURE( pFollow->IsQuoVadisPortion(), in FormatQuoVadis()
1119 pFollow->Format( rInf ); in FormatQuoVadis()
1120 nQuoWidth = nQuoWidth + pFollow->Width(); in FormatQuoVadis()
1122 pCurrPor->Append( pFollow ); in FormatQuoVadis()
1123 pCurrPor = pFollow; in FormatQuoVadis()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dflyfrm.hxx175 static void ChainFrames( SwFlyFrame *pMaster, SwFlyFrame *pFollow );
176 static void UnchainFrames( SwFlyFrame *pMaster, SwFlyFrame *pFollow );
H A Dflowfrm.hxx170 void SetFollow(SwFlowFrame *const pFollow);
H A Dviewimp.hxx256 const SwFlyFrame *pFollow );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dflyfrm.hxx197 static void ChainFrames( SwFlyFrame *pMaster, SwFlyFrame *pFollow );
198 static void UnchainFrames( SwFlyFrame *pMaster, SwFlyFrame *pFollow );
H A Dflowfrm.hxx170 void SetFollow(SwFlowFrame *const pFollow);
H A Dviewimp.hxx254 const SwFlyFrame *pFollow );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlcss1.cxx1369 const SwPageDesc *pFollow = nullptr; in GetPageDesc() local
1376 pFollow = GetLeftPageDesc(); in GetPageDesc()
1377 if( !pFollow ) in GetPageDesc()
1378 pFollow = pMasterPageDesc; in GetPageDesc()
1392 pFollow = GetRightPageDesc( true ); in GetPageDesc()
1406 if( pFollow ) in GetPageDesc()
1409 aNewPageDesc.SetFollow( pFollow ); in GetPageDesc()
1414 SwPageDesc aNewFollowPageDesc( *pFollow ); in GetPageDesc()
1416 ChgPageDesc( pFollow, aNewFollowPageDesc ); in GetPageDesc()
H A Dcss1atr.cxx480 const SwPageDesc *pFollow = rPageDesc.GetFollow(); in OutStyleSheet() local
482 pFollow != pPageDesc && in OutStyleSheet()
483 !IsPoolUserFormat( pFollow->GetPoolFormatId() ) ) in OutStyleSheet()
487 pPageDesc = pFollow; in OutStyleSheet()
488 pFollow = pPageDesc->GetFollow(); in OutStyleSheet()
492 if( pPageDesc == pFollow ) in OutStyleSheet()
498 nFirstRefPoolId = pFollow->GetPoolFormatId(); in OutStyleSheet()
501 RES_POOLPAGE_RIGHT == pFollow->GetPoolFormatId()) || in OutStyleSheet()
503 RES_POOLPAGE_LEFT == pFollow->GetPoolFormatId()) ) in OutStyleSheet()
508 OutCSS1_SwPageDesc( *this, *pFollow, pStylePoolAccess, m_xTemplate.get(), in OutStyleSheet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlcss1.cxx1372 const SwPageDesc *pFollow = nullptr; in GetPageDesc() local
1379 pFollow = GetLeftPageDesc(); in GetPageDesc()
1380 if( !pFollow ) in GetPageDesc()
1381 pFollow = pMasterPageDesc; in GetPageDesc()
1395 pFollow = GetRightPageDesc( true ); in GetPageDesc()
1409 if( pFollow ) in GetPageDesc()
1412 aNewPageDesc.SetFollow( pFollow ); in GetPageDesc()
1417 SwPageDesc aNewFollowPageDesc( *pFollow ); in GetPageDesc()
1419 ChgPageDesc( pFollow, aNewFollowPageDesc ); in GetPageDesc()
H A Dcss1atr.cxx515 const SwPageDesc *pFollow = rPageDesc.GetFollow(); in OutStyleSheet() local
517 pFollow != pPageDesc && in OutStyleSheet()
518 !IsPoolUserFormat( pFollow->GetPoolFormatId() ) ) in OutStyleSheet()
522 pPageDesc = pFollow; in OutStyleSheet()
523 pFollow = pPageDesc->GetFollow(); in OutStyleSheet()
527 if( pPageDesc == pFollow ) in OutStyleSheet()
533 nFirstRefPoolId = pFollow->GetPoolFormatId(); in OutStyleSheet()
536 RES_POOLPAGE_RIGHT == pFollow->GetPoolFormatId()) || in OutStyleSheet()
538 RES_POOLPAGE_LEFT == pFollow->GetPoolFormatId()) ) in OutStyleSheet()
543 OutCSS1_SwPageDesc( *this, *pFollow, pStylePoolAccess, m_xTemplate.get(), in OutStyleSheet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dviewimp.cxx367 const SwFlyFrame *pFollow ) in InvalidateAccessibleRelationSet() argument
373 pFollow ); in InvalidateAccessibleRelationSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/view/
H A Dviewimp.cxx373 const SwFlyFrame *pFollow ) in InvalidateAccessibleRelationSet() argument
379 pFollow ); in InvalidateAccessibleRelationSet()

123