Home
last modified time | relevance | path

Searched refs:pFollow (Results 26 – 50 of 52) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Daccmap.hxx220 void InvalidateRelationSet( const SwFrame* pMaster, const SwFrame* pFollow );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Daccmap.hxx220 void InvalidateRelationSet( const SwFrame* pMaster, const SwFrame* pFollow );
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/thirdparty/particles/
H A Dpapi.h155 PARTICLEDLL_API void pFollow(float magnitude = 1.0f, float epsilon = P_EPS, float max_radius = P_MA…
H A Daction_api.cpp107 PARTICLEDLL_API void pFollow(float magnitude, float epsilon, float max_radius) in pFollow() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocfly.cxx1156 SwFrameFormat *pFollow = aChain.GetNext(); in Unchain() local
1159 aChain = pFollow->GetChain(); in Unchain()
1161 SetAttr( aChain, *pFollow ); in Unchain()
H A Ddocfmt.cxx1441 SwPageDesc* pFollow = FindPageDesc( pSrcFollow->GetName() ); in CopyPageDesc() local
1442 if( !pFollow ) in CopyPageDesc()
1445 pFollow = MakePageDesc( pSrcFollow->GetName() ); in CopyPageDesc()
1446 CopyPageDesc( *pSrcFollow, *pFollow ); in CopyPageDesc()
1448 rDstDesc.SetFollow( pFollow ); in CopyPageDesc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocfly.cxx1118 SwFrameFormat *pFollow = aChain.GetNext(); in Unchain() local
1121 aChain = pFollow->GetChain(); in Unchain()
1123 SetAttr( aChain, *pFollow ); in Unchain()
H A Ddocfmt.cxx1424 SwPageDesc* pFollow = FindPageDesc( pSrcFollow->GetName() ); in CopyPageDesc() local
1425 if( !pFollow ) in CopyPageDesc()
1428 pFollow = MakePageDesc( pSrcFollow->GetName() ); in CopyPageDesc()
1429 CopyPageDesc( *pSrcFollow, *pFollow ); in CopyPageDesc()
1431 rDstDesc.SetFollow( pFollow ); in CopyPageDesc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/frmedt/
H A Dtblsel.cxx2233 SwTabFrame *pFollow = pUp->GetFollow(); in DelFrames() local
2244 pPrev->SetFollow( pFollow ); in DelFrames()
2251 else if ( pFollow ) in DelFrames()
2252 ::UnsetFollow( pFollow ); in DelFrames()
2255 if ( pPrev || pFollow ) in DelFrames()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/frmedt/
H A Dtblsel.cxx2221 SwTabFrame *pFollow = pUp->GetFollow(); in DelFrames() local
2232 pPrev->SetFollow( pFollow ); in DelFrames()
2239 else if ( pFollow ) in DelFrames()
2240 ::UnsetFollow( pFollow ); in DelFrames()
2243 if ( pPrev || pFollow ) in DelFrames()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dtabfrm.cxx674 SwFlowFrame * pFollow = nullptr; in lcl_RecalcSplitLine() local
683 pFollow = rTab.GetFollow(); in lcl_RecalcSplitLine()
684 ::TableSplitRecalcLock( pFollow ); in lcl_RecalcSplitLine()
700 if ( pFollow ) in lcl_RecalcSplitLine()
701 ::TableSplitRecalcUnlock( pFollow ); in lcl_RecalcSplitLine()
5333 if (SwCellFrame* pFollow = GetFollowCell()) in dumpAsXmlAttributes() local
5334 …xmlTextWriterWriteFormatAttribute(pWriter, BAD_CAST("follow"), "%" SAL_PRIuUINT32, pFollow->GetFra… in dumpAsXmlAttributes()
H A Dflowfrm.cxx89 void SwFlowFrame::SetFollow(SwFlowFrame *const pFollow) in SetFollow() argument
96 m_pFollow = pFollow; in SetFollow()
H A Dfrmtool.cxx1845 … SwSectionFrame* pFollow = pOuterSectionFrame ? pOuterSectionFrame->GetFollow() : nullptr; in InsertCnt_() local
1846 if ( pFollow ) in InsertCnt_()
1850 static_cast<SwSectionFrame*>(pFrame)->SetFollow( pFollow ); in InsertCnt_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dtabfrm.cxx676 SwFlowFrame * pFollow = nullptr; in lcl_RecalcSplitLine() local
685 pFollow = rTab.GetFollow(); in lcl_RecalcSplitLine()
686 ::TableSplitRecalcLock( pFollow ); in lcl_RecalcSplitLine()
702 if ( pFollow ) in lcl_RecalcSplitLine()
703 ::TableSplitRecalcUnlock( pFollow ); in lcl_RecalcSplitLine()
5622 if (SwCellFrame* pFollow = GetFollowCell()) in dumpAsXmlAttributes() local
5623 …WriterWriteFormatAttribute(pWriter, BAD_CAST("follow"), "%" SAL_PRIuUINT32, pFollow->GetFrameId()); in dumpAsXmlAttributes()
H A Dflowfrm.cxx92 void SwFlowFrame::SetFollow(SwFlowFrame *const pFollow) in SetFollow() argument
99 m_pFollow = pFollow; in SetFollow()
H A Dfrmtool.cxx1857 … SwSectionFrame* pFollow = pOuterSectionFrame ? pOuterSectionFrame->GetFollow() : nullptr; in InsertCnt_() local
1858 if ( pFollow ) in InsertCnt_()
1862 static_cast<SwSectionFrame*>(pFrame)->SetFollow( pFollow ); in InsertCnt_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocstyle.cxx1220 SwTextFormatColl* pFollow = pColl; in SetFollow() local
1221 if( !rStr.isEmpty() && nullptr == (pFollow = lcl_FindParaFormat(rDoc, rStr) )) in SetFollow()
1222 pFollow = pColl; in SetFollow()
1224 pColl->SetNextTextFormatColl(*pFollow); in SetFollow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocstyle.cxx1219 SwTextFormatColl* pFollow = m_pColl; in SetFollow() local
1220 if( !rStr.isEmpty() && nullptr == (pFollow = lcl_FindParaFormat(m_rDoc, rStr) )) in SetFollow()
1221 pFollow = m_pColl; in SetFollow()
1223 m_pColl->SetNextTextFormatColl(*pFollow); in SetFollow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dswpossizetabpage.cxx878 std::unique_ptr<SfxBoolItem> pFollow(static_cast<SfxBoolItem*>(pItem->Clone())); in FillItemSet() local
879 pFollow->SetValue(m_xFollowCB->get_active()); in FillItemSet()
880 bModified |= nullptr != rSet->Put(*pFollow); in FillItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dswpossizetabpage.cxx866 std::unique_ptr<SfxBoolItem> pFollow(static_cast<SfxBoolItem*>(pItem->Clone())); in FillItemSet() local
867 pFollow->SetValue(m_xFollowCB->get_active()); in FillItemSet()
868 bModified |= nullptr != rSet->Put(*pFollow); in FillItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1647 const SwPageDesc *pFollow = pPd->GetFollow(); in SectionProperties() local
1648 const SwFrameFormat& rFollowFormat = pFollow->GetMaster(); in SectionProperties()
1656 m_pCurrentPageDesc = pPd = pFollow; in SectionProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1731 const SwPageDesc *pFollow = pPd->GetFollow(); in SectionProperties() local
1732 const SwFrameFormat& rFollowFormat = pFollow->GetMaster(); in SectionProperties()
1740 m_pCurrentPageDesc = pPd = pFollow; in SectionProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dtxtdrop.cxx97 pFollow.reset(); in ~SwDropPortionPart()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccmap.cxx2840 const SwFrame* pFollow ) in InvalidateRelationSet() argument
2843 InvalidateRelationSet_( pFollow, true ); in InvalidateRelationSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Daccmap.cxx2873 const SwFrame* pFollow ) in InvalidateRelationSet() argument
2876 InvalidateRelationSet_( pFollow, true ); in InvalidateRelationSet()

123