/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/ |
H A D | accmap.hxx | 220 void InvalidateRelationSet( const SwFrame* pMaster, const SwFrame* pFollow );
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/ |
H A D | accmap.hxx | 220 void InvalidateRelationSet( const SwFrame* pMaster, const SwFrame* pFollow );
|
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/thirdparty/particles/ |
H A D | papi.h | 155 PARTICLEDLL_API void pFollow(float magnitude = 1.0f, float epsilon = P_EPS, float max_radius = P_MA…
|
H A D | action_api.cpp | 107 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 D | docfly.cxx | 1156 SwFrameFormat *pFollow = aChain.GetNext(); in Unchain() local 1159 aChain = pFollow->GetChain(); in Unchain() 1161 SetAttr( aChain, *pFollow ); in Unchain()
|
H A D | docfmt.cxx | 1441 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 D | docfly.cxx | 1118 SwFrameFormat *pFollow = aChain.GetNext(); in Unchain() local 1121 aChain = pFollow->GetChain(); in Unchain() 1123 SetAttr( aChain, *pFollow ); in Unchain()
|
H A D | docfmt.cxx | 1424 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 D | tblsel.cxx | 2233 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 D | tblsel.cxx | 2221 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 D | tabfrm.cxx | 674 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 D | flowfrm.cxx | 89 void SwFlowFrame::SetFollow(SwFlowFrame *const pFollow) in SetFollow() argument 96 m_pFollow = pFollow; in SetFollow()
|
H A D | frmtool.cxx | 1845 … 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 D | tabfrm.cxx | 676 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 D | flowfrm.cxx | 92 void SwFlowFrame::SetFollow(SwFlowFrame *const pFollow) in SetFollow() argument 99 m_pFollow = pFollow; in SetFollow()
|
H A D | frmtool.cxx | 1857 … 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 D | docstyle.cxx | 1220 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 D | docstyle.cxx | 1219 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 D | swpossizetabpage.cxx | 878 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 D | swpossizetabpage.cxx | 866 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 D | wrtw8sty.cxx | 1647 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 D | wrtw8sty.cxx | 1731 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 D | txtdrop.cxx | 97 pFollow.reset(); in ~SwDropPortionPart()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/ |
H A D | accmap.cxx | 2840 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 D | accmap.cxx | 2873 const SwFrame* pFollow ) in InvalidateRelationSet() argument 2876 InvalidateRelationSet_( pFollow, true ); in InvalidateRelationSet()
|