Home
last modified time | relevance | path

Searched refs:SwFmtChain (Results 1 – 21 of 21) sorted by relevance

/trunk/main/sw/inc/
H A Dfmtcnct.hxx37 class SW_DLLPUBLIC SwFmtChain: public SfxPoolItem class
44 SwFmtChain() : SfxPoolItem( RES_CHAIN ) {} in SwFmtChain() function in SwFmtChain
45 SwFmtChain( const SwFmtChain &rCpy );
47 inline SwFmtChain &operator=( const SwFmtChain& );
68 SwFmtChain &SwFmtChain::operator=( const SwFmtChain &rCpy ) in operator =()
76 inline const SwFmtChain &SwAttrSet::GetChain(sal_Bool bInP) const in GetChain()
77 { return (const SwFmtChain&)Get( RES_CHAIN,bInP); } in GetChain()
79 inline const SwFmtChain &SwFmt::GetChain(sal_Bool bInP) const in GetChain()
H A Dswatrset.hxx92 class SwFmtChain;
300 inline const SwFmtChain &GetChain( sal_Bool = sal_True ) const;
H A Dformat.hxx260 inline const SwFmtChain &GetChain( sal_Bool = sal_True ) const;
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx957 const SwFmtChain& rAttr ) in SwHistoryChangeFlyChain()
970 SwFmtChain aChain; in SetInDoc()
976 SwFmtChain aTmp( m_pPrevFmt->GetChain() ); in SetInDoc()
985 SwFmtChain aTmp( m_pNextFmt->GetChain() ); in SetInDoc()
1161 const SwFmtChain* pChainItem; in Add()
1172 SwFmtChain aTmp( pChainItem->GetNext()->GetChain() ); in Add()
1178 SwFmtChain aTmp( pChainItem->GetPrev()->GetChain() ); in Add()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx2042 int SwFmtChain::operator==( const SfxPoolItem &rAttr ) const in operator ==()
2046 return GetPrev() == ((SwFmtChain&)rAttr).GetPrev() && in operator ==()
2047 GetNext() == ((SwFmtChain&)rAttr).GetNext(); in operator ==()
2050 SwFmtChain::SwFmtChain( const SwFmtChain &rCpy ) : in SwFmtChain() function in SwFmtChain
2057 SfxPoolItem* SwFmtChain::Clone( SfxItemPool* ) const in Clone()
2059 SwFmtChain *pRet = new SwFmtChain; in Clone()
2065 void SwFmtChain::SetPrev( SwFlyFrmFmt *pFmt ) in SetPrev()
2073 void SwFmtChain::SetNext( SwFlyFrmFmt *pFmt ) in SetNext()
2081 sal_Bool SwFmtChain::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
H A Dfly.cxx194 const SwFmtChain& rChain = GetFmt()->GetChain(); in Chain()
1111 SwFmtChain *pChain = (SwFmtChain*)pNew; in _UpdateAttr()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx919 const SwFmtChain &rOldChain = rSource.GetChain(); in Chainable()
938 const SwFmtChain &rChain = rDest.GetChain(); in Chainable()
1025 SwFmtChain aChain = rDestFmt.GetChain(); in Chain()
1060 SwFmtChain aChain( rFmt.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/source/core/inc/
H A Drolbck.hxx59 class SwFmtChain;
333 SwHistoryChangeFlyChain( SwFlyFrmFmt& rFmt, const SwFmtChain& rAttr );
/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/ui/shells/
H A Dfrmsh.cxx571 const SwFmtChain &rChain = pCurrFlyFmt->GetChain(); in Execute()
605 const SwFmtChain &rChain = pCurrFlyFmt->GetChain(); in Execute()
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.cxx941 SfxItemPresentation SwFmtChain::GetPresentation in GetPresentation()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx2208 const SwFmtChain* pChn = &rFmt.GetChain(); in WriteGenericPlc()
2223 const SwFmtChain* pChn = &rFmt.GetChain(); in WriteGenericPlc()
H A Dwrtw8esh.cxx3088 const SwFmtChain &rChain = rFmt.GetChain(); in MakeZOrderArrAndFollowIds()
H A Dww8par.cxx4590 SwFmtChain aChain; in CoreLoad()
/trunk/main/sw/source/core/bastyp/
H A Dinit.cxx618 aAttrTab[ RES_CHAIN - POOLATTR_BEGIN ] = new SwFmtChain; in _InitCore()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx3098 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()

Completed in 218 milliseconds