Home
last modified time | relevance | path

Searched refs:GetChain (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx919 const SwFmtChain &rOldChain = rSource.GetChain(); in Chainable()
929 pFmt = pFmt->GetChain().GetNext(); in Chainable()
938 const SwFmtChain &rChain = rDest.GetChain(); in Chainable()
1025 SwFmtChain aChain = rDestFmt.GetChain(); in Chain()
1038 aChain = rSource.GetChain(); in Chain()
1060 SwFmtChain aChain( rFmt.GetChain() ); in Unchain()
1067 aChain = pFollow->GetChain(); in Unchain()
H A Ddoclay.cxx230 const SwFmtChain &rChain = pFmt->GetChain(); in DelLayoutFmt()
233 SwFmtChain aChain( rChain.GetPrev()->GetChain() ); in DelLayoutFmt()
239 SwFmtChain aChain( rChain.GetNext()->GetChain() ); in DelLayoutFmt()
/trunk/main/sw/inc/
H A Dfmtcnct.hxx76 inline const SwFmtChain &SwAttrSet::GetChain(sal_Bool bInP) const in GetChain() function in SwAttrSet
79 inline const SwFmtChain &SwFmt::GetChain(sal_Bool bInP) const in GetChain() function in SwFmt
80 { return aSet.GetChain(bInP); } in GetChain()
H A Dformat.hxx260 inline const SwFmtChain &GetChain( sal_Bool = sal_True ) const;
H A Dswatrset.hxx300 inline const SwFmtChain &GetChain( sal_Bool = sal_True ) const;
/trunk/main/sw/source/ui/shells/
H A Dfrmsh.cxx571 const SwFmtChain &rChain = pCurrFlyFmt->GetChain(); in Execute()
605 const SwFmtChain &rChain = pCurrFlyFmt->GetChain(); in Execute()
880 !pFmt || pFmt->GetChain().GetNext() ) in GetState()
901 !pFmt || !pFmt->GetChain().GetNext() ) in GetState()
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx976 SwFmtChain aTmp( m_pPrevFmt->GetChain() ); in SetInDoc()
985 SwFmtChain aTmp( m_pNextFmt->GetChain() ); in SetInDoc()
1172 SwFmtChain aTmp( pChainItem->GetNext()->GetChain() ); in Add()
1178 SwFmtChain aTmp( pChainItem->GetPrev()->GetChain() ); in Add()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx1397 SwFmtChain aSrc( pSrc->GetChain() ); in lcl_ChainFmts()
1403 SwFmtChain aDest( pDest->GetChain() ); in lcl_ChainFmts()
1620 const SwFmtChain &rChain = pFmt->GetChain(); in CopyFlyInFlyImpl()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx2208 const SwFmtChain* pChn = &rFmt.GetChain(); in WriteGenericPlc()
2214 pChn = &pChn->GetNext()->GetChain(); in WriteGenericPlc()
2223 const SwFmtChain* pChn = &rFmt.GetChain(); in WriteGenericPlc()
2229 pChn = &pChn->GetNext()->GetChain(); in WriteGenericPlc()
H A Dwrtw8esh.cxx2872 while( 0 != ( pPrev = pFmt->GetChain().GetPrev() )) in WriteFlyFrm()
2918 if( !rFmt.GetChain().GetPrev() )//obj in header/footer? in WriteFlyFrm()
2967 if (const SwFrmFmt *pNext = rFmt.GetChain().GetNext()) in WriteTxtFlyFrame()
3088 const SwFmtChain &rChain = rFmt.GetChain(); in MakeZOrderArrAndFollowIds()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2267 if( pFmt && pFmt->GetChain().GetNext() ) in Init()
3098 const SwFmtChain &rChain = pFmt->GetChain(); in Reset()
3240 const SwFmtChain &rChain = pFmt->GetChain(); in FillItemSet()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1657 SwFmtChain aChain( pFmt->GetChain() ); in setPropertyValue()
2552 SwFmtChain aChain( pFmt->GetChain() ); in setPropertyToDefault()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1201 const SwFmtChain &rChain = mpCurrAnchoredObj->GetFrmFmt().GetChain(); in GetTop()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx2024 SwFmtChain rChain = rFmt.GetChain(); in GetConnectableFrmFmts()
H A Dfeshview.cxx2696 const SwFmtChain &rChain = rSource.GetChain(); in Chainable()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx194 const SwFmtChain& rChain = GetFmt()->GetChain(); in Chain()

Completed in 257 milliseconds